{
"info": {
"author": "Maksim Kurnikov",
"author_email": "maxim.kurnikov@gmail.com",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 3 - Alpha",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7"
],
"description": "
\n\n# pep484 stubs for Django framework\n\n[](https://travis-ci.org/typeddjango/django-stubs)\n[](http://mypy-lang.org/)\n[](https://gitter.im/mypy-django/Lobby)\n\nThis package contains type stubs and mypy plugin to provide more precise static types and type inference for Django framework. Django uses some Python \"magic\" that makes having precise types for some code patterns problematic. This is why we need to accompany the stubs with mypy plugins. The final goal is to be able to get precise types for most common patterns.\n\nCould be run on earlier versions of Django, but expect some missing imports warnings.\n\n\n## Installation\n\n```bash\npip install django-stubs\n```\n\n\n## Mypy compatibility\n\n| django-stubs | mypy version | django version | python version\n| ------------ | ---- | ---- | ---- |\n| 1.2.0 | 0.730 | 2.2.x | ^3.6\n| 1.1.0 | 0.720 | 2.2.x | ^3.6\n| 0.12.x | old semantic analyzer (<0.711), dmypy support | 2.1.x | ^3.6\n\n\n## Configuration\n\nTo make mypy aware of the plugin, you need to add\n\n```ini\n[mypy]\nplugins =\n mypy_django_plugin.main\n```\n\nin your `mypy.ini` or `setup.cfg` [file](https://mypy.readthedocs.io/en/latest/config_file.html).\n\nPlugin also requires Django settings module (what you put into `DJANGO_SETTINGS_MODULE` variable) to be specified.\n\n```ini\n[mypy]\nstrict_optional = True\n\n# This one is new:\n[mypy.plugins.django-stubs]\ndjango_settings_module = mysettings\n```\n\nWhere `mysettings` is a value of `DJANGO_SETTINGS_MODULE` (with or without quotes)\n\nCurrent implementation uses Django runtime to extract models information, so it will crash, if your installed apps `models.py` is not correct. For this same reason, you cannot use `reveal_type` inside global scope of any Python file that will be executed for `django.setup()`. \n\nIn other words, if your `manage.py runserver` crashes, mypy will crash too. \n\nThis fully working [typed boilerplate](https://github.com/wemake-services/wemake-django-template) can serve you as an example.\n\n\n## Notes\n\nType implementation monkey-patches Django to add `__class_getitem__` to the `Manager` class. \nIf you would use Python3.7 and do that too in your code, you can make things like\n\n```python\nclass MyUserManager(models.Manager['MyUser']):\n pass\n\nclass MyUser(models.Model):\n objects = UserManager()\n```\n\nwork, which should make a error messages a bit better. \n\nOtherwise, custom type will be created in mypy, named `MyUser__MyUserManager`, which will rewrite base manager as `models.Manager[User]` to make methods like `get_queryset()` and others return properly typed `QuerySet`. \n\n\n## To get help\n\nWe have Gitter here: \n\nIf you think you have more generic typing issue, please refer to https://github.com/python/mypy and their Gitter.\n\n\n",
"description_content_type": "text/markdown",
"docs_url": null,
"download_url": "",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/typeddjango/django-stubs",
"keywords": "",
"license": "MIT",
"maintainer": "",
"maintainer_email": "",
"name": "django-stubs",
"package_url": "https://pypi.org/project/django-stubs/",
"platform": "",
"project_url": "https://pypi.org/project/django-stubs/",
"project_urls": {
"Homepage": "https://github.com/typeddjango/django-stubs"
},
"release_url": "https://pypi.org/project/django-stubs/1.2.0/",
"requires_dist": [
"mypy (>=0.730)",
"typing-extensions",
"django"
],
"requires_python": ">=3.6",
"summary": "Mypy stubs for Django",
"version": "1.2.0"
},
"last_serial": 5932859,
"releases": {
"0.1.0": [
{
"comment_text": "",
"digests": {
"md5": "4c2e9e1e9763bf68f308559b4e02bc88",
"sha256": "d4d075e7e3618346a95c4b7c83f05132f5596eee1ac30cf126a74ecb60eef704"
},
"downloads": -1,
"filename": "django_stubs-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "4c2e9e1e9763bf68f308559b4e02bc88",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3",
"size": 261178,
"upload_time": "2019-01-20T16:11:56",
"url": "https://files.pythonhosted.org/packages/ee/a9/078c4e1487f3d9849dce322d747ff08a627f3548f872a74ab2f80721a0e8/django_stubs-0.1.0-py3-none-any.whl"
}
],
"0.10.0": [
{
"comment_text": "",
"digests": {
"md5": "2fdbe7fbdac82ad63dc9cb1070fa9269",
"sha256": "b57b4792caeeded5e977a3a82fd5216d24a71c8dad0ac20c2b405cd6fa14c8b6"
},
"downloads": -1,
"filename": "django_stubs-0.10.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "2fdbe7fbdac82ad63dc9cb1070fa9269",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3",
"size": 276539,
"upload_time": "2019-03-25T10:33:23",
"url": "https://files.pythonhosted.org/packages/12/bd/272d2bc9882118792c67ec9df3716b806309adae91351e80b2f506d27f87/django_stubs-0.10.0-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "cee25194c6ed6718870cbc21384d6529",
"sha256": "cefbbf7dcc12ba72d72cfaeb9304efe419c9cc8850e66dbcafd6b67eae5787f2"
},
"downloads": -1,
"filename": "django-stubs-0.10.0.tar.gz",
"has_sig": false,
"md5_digest": "cee25194c6ed6718870cbc21384d6529",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3",
"size": 141722,
"upload_time": "2019-03-25T10:33:26",
"url": "https://files.pythonhosted.org/packages/1c/33/5c552586290a8a0780e3d22bf820172bcac5e49ce79324b9fa757f6d3cc8/django-stubs-0.10.0.tar.gz"
}
],
"0.10.1": [
{
"comment_text": "",
"digests": {
"md5": "995d438511b6193223ab7857dc850a3e",
"sha256": "a771b4841fffb86bc748d8e9b15728058cc0c236aacbd8aaad4fc625dbeb60b6"
},
"downloads": -1,
"filename": "django_stubs-0.10.1-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "995d438511b6193223ab7857dc850a3e",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3",
"size": 276508,
"upload_time": "2019-03-25T11:22:41",
"url": "https://files.pythonhosted.org/packages/b9/08/5b2982e0b9b5f20039148079506c27867b4e514e84ed03344a1b8e0edec0/django_stubs-0.10.1-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "fa8f089862546192176dcf3276790e88",
"sha256": "4e8f80862f995bde5063310414942f5c026861694ffc911d8a9f6be0fd10035f"
},
"downloads": -1,
"filename": "django-stubs-0.10.1.tar.gz",
"has_sig": false,
"md5_digest": "fa8f089862546192176dcf3276790e88",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3",
"size": 141670,
"upload_time": "2019-03-25T11:22:43",
"url": "https://files.pythonhosted.org/packages/a8/1d/dc31c86d43a92b7126ff05755a6fadd092bac2eca869e2421bd3dbfa5284/django-stubs-0.10.1.tar.gz"
}
],
"0.10.2": [
{
"comment_text": "",
"digests": {
"md5": "bf12c4f16bc6c122372329740ad137dc",
"sha256": "c6ef125abe97526d1ea5ef915f52c1093319c3d749246f2ce6d0c1770767a200"
},
"downloads": -1,
"filename": "django_stubs-0.10.2-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "bf12c4f16bc6c122372329740ad137dc",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3",
"size": 276509,
"upload_time": "2019-03-26T00:23:44",
"url": "https://files.pythonhosted.org/packages/1b/4c/e24bedd48a37258594284213dd1dcfca7c676e78836c9c2bffcb1d7f148c/django_stubs-0.10.2-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "a4fd9abdd5afd4eab86e1294e9f69423",
"sha256": "3c5974f2516a447f4935e38f6f3b643dfee7ef6146a09368f52df6204143fc2c"
},
"downloads": -1,
"filename": "django-stubs-0.10.2.tar.gz",
"has_sig": false,
"md5_digest": "a4fd9abdd5afd4eab86e1294e9f69423",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3",
"size": 141718,
"upload_time": "2019-03-26T00:23:46",
"url": "https://files.pythonhosted.org/packages/b4/bf/83b16b1ae036e64e44749b8fba987e17231c00089b37c198eb262d7a9350/django-stubs-0.10.2.tar.gz"
}
],
"0.11.0": [
{
"comment_text": "",
"digests": {
"md5": "b2335c5d43d0d91b2f940d5ab19369cc",
"sha256": "0522084cad4f6e0f715421a992ba945735b22f7c9dc53b59666173408bba1471"
},
"downloads": -1,
"filename": "django_stubs-0.11.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "b2335c5d43d0d91b2f940d5ab19369cc",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 276549,
"upload_time": "2019-03-31T22:45:01",
"url": "https://files.pythonhosted.org/packages/5b/d3/da3ddc2d645494b1af5617fc97eebf06178a19e86f2539748b6f9d6b16c5/django_stubs-0.11.0-py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "3a1faacf377a517e07db633e6adfd5a0",
"sha256": "123950a63d18f830a527b35d536dc0d22ebb9ead66913a9ec5615d8ceebe8a91"
},
"downloads": -1,
"filename": "django-stubs-0.11.0.tar.gz",
"has_sig": false,
"md5_digest": "3a1faacf377a517e07db633e6adfd5a0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 141351,
"upload_time": "2019-03-31T22:45:03",
"url": "https://files.pythonhosted.org/packages/33/83/cc331a7f92a102fd042c2d54e4b0e70963708732f4a9f4429e92b3bcd902/django-stubs-0.11.0.tar.gz"
}
],
"0.11.1": [
{
"comment_text": "",
"digests": {
"md5": "90fdeb1b3c5344543b4dab32c04a81ac",
"sha256": "a117ef6903f1b126302fb4f1daedbb2f0e317d2c11a00137636f9e7a0d7075ba"
},
"downloads": -1,
"filename": "django_stubs-0.11.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "90fdeb1b3c5344543b4dab32c04a81ac",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 276592,
"upload_time": "2019-04-01T17:06:10",
"url": "https://files.pythonhosted.org/packages/c6/99/b24e598b6b253b5bc46cb42dbde68cd41cbb4b19213d6c84ce08e6868fd2/django_stubs-0.11.1-py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "18107cf4af0da8bcf0e94356ceb50c96",
"sha256": "0fc16b598c094074adf3e1514f2d4f5faa791b99bf6bdec924c0a025a4aa853e"
},
"downloads": -1,
"filename": "django-stubs-0.11.1.tar.gz",
"has_sig": false,
"md5_digest": "18107cf4af0da8bcf0e94356ceb50c96",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 141853,
"upload_time": "2019-04-01T17:06:13",
"url": "https://files.pythonhosted.org/packages/16/45/23a06f03db4fe4568c240fc51ef1c18eec2968b5e5f66a6039efec496a24/django-stubs-0.11.1.tar.gz"
}
],
"0.12.0": [
{
"comment_text": "",
"digests": {
"md5": "f694c46df55e2755daa8bc4f295402e5",
"sha256": "abe868e6d7514667558ef5c224334e5f8c8d986fa5462fc1382ad7bf58bddcb7"
},
"downloads": -1,
"filename": "django_stubs-0.12.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "f694c46df55e2755daa8bc4f295402e5",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 277810,
"upload_time": "2019-04-13T11:01:18",
"url": "https://files.pythonhosted.org/packages/41/da/20fc9c6b2e1cfece9d341a8207b6d8eaefc78aff7fa5d834b025a34aa1ed/django_stubs-0.12.0-py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "2e954cfb4a2f3c6976995ca09ca0d030",
"sha256": "06f7faaa1dc3ab483495c562d5616d596380f9686e88492d39242a88625b8003"
},
"downloads": -1,
"filename": "django-stubs-0.12.0.tar.gz",
"has_sig": false,
"md5_digest": "2e954cfb4a2f3c6976995ca09ca0d030",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 142510,
"upload_time": "2019-04-13T11:01:20",
"url": "https://files.pythonhosted.org/packages/c7/49/65009e3bc8af6a487d9c21292c15422363bf5b273c8f550317dcad423870/django-stubs-0.12.0.tar.gz"
}
],
"0.12.1": [
{
"comment_text": "",
"digests": {
"md5": "f8de699f64c69c7a4494a1c6d38e42c0",
"sha256": "9c06a4b28fc8c18f6abee4f199f8ee29cb5cfcecf349e912ded31cb3526ea2b6"
},
"downloads": -1,
"filename": "django_stubs-0.12.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "f8de699f64c69c7a4494a1c6d38e42c0",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 277009,
"upload_time": "2019-04-15T11:51:06",
"url": "https://files.pythonhosted.org/packages/4e/16/03c7804694c16e5f6c159ef527ba6cbdaf2c1cfc76edc2c0f1daeead798d/django_stubs-0.12.1-py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "62dc505a2e930ef7fca4e1c9f5b75293",
"sha256": "9ef230843a24b5d74f2ebd4c60f9bea09c21911bc119d0325e8bb47e2f495e70"
},
"downloads": -1,
"filename": "django-stubs-0.12.1.tar.gz",
"has_sig": false,
"md5_digest": "62dc505a2e930ef7fca4e1c9f5b75293",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 141373,
"upload_time": "2019-04-15T11:51:08",
"url": "https://files.pythonhosted.org/packages/52/a7/13fac391183960900e844d97af41141d3159521def56bb72e71ed030c24f/django-stubs-0.12.1.tar.gz"
}
],
"0.2.0": [
{
"comment_text": "",
"digests": {
"md5": "f635c0ab09f63334d7849e49653136ea",
"sha256": "7b3c58b7a1ad4e122037799ce901e678dc86d96f139859b028f134f1096b8cb8"
},
"downloads": -1,
"filename": "django_stubs-0.2.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "f635c0ab09f63334d7849e49653136ea",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3",
"size": 262002,
"upload_time": "2019-01-24T17:49:18",
"url": "https://files.pythonhosted.org/packages/c9/2f/6f5bb4b92482a3031a66090844a0003b44729482ad85afb4c6b433598512/django_stubs-0.2.0-py3-none-any.whl"
}
],
"0.3.0": [
{
"comment_text": "",
"digests": {
"md5": "48990d097f7ea055a9c79bfc56b25507",
"sha256": "d39bc206f95ba57f6f792f2665a34a3d9d1d40894e0794d66fa05e939c4c08b8"
},
"downloads": -1,
"filename": "django-stubs-0.3.0.tar.gz",
"has_sig": false,
"md5_digest": "48990d097f7ea055a9c79bfc56b25507",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3",
"size": 132292,
"upload_time": "2019-02-03T19:04:33",
"url": "https://files.pythonhosted.org/packages/02/d8/baf4595b9a7dd294ee9826fa0d12cc2ecf575db1cf2a1185e40db8cb5bde/django-stubs-0.3.0.tar.gz"
}
],
"0.4.0": [
{
"comment_text": "",
"digests": {
"md5": "215a12529454e7a2cf90e85fe714db3f",
"sha256": "d733f29a08c363075e34ab43b1e359e45685fc55ec65615543d4d0a5e5b1c91d"
},
"downloads": -1,
"filename": "django-stubs-0.4.0.tar.gz",
"has_sig": false,
"md5_digest": "215a12529454e7a2cf90e85fe714db3f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3",
"size": 137773,
"upload_time": "2019-02-12T15:47:25",
"url": "https://files.pythonhosted.org/packages/da/6d/ec2e1e287e989f0a8aff83761851f882235720cc8145c4b1e195256ea1d8/django-stubs-0.4.0.tar.gz"
}
],
"0.5.0": [
{
"comment_text": "",
"digests": {
"md5": "b997725de622720e460bdf8f8017c29d",
"sha256": "0b9d14047f0fc03daf8eb14723c4b23f75804719d01dbf542a391c42c858ea1a"
},
"downloads": -1,
"filename": "django-stubs-0.5.0.tar.gz",
"has_sig": false,
"md5_digest": "b997725de622720e460bdf8f8017c29d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3",
"size": 139607,
"upload_time": "2019-02-14T00:35:35",
"url": "https://files.pythonhosted.org/packages/d1/58/790d8ed18966529a17aa4a2a8bf913abaa273a842c4bb67f1732b26c28d2/django-stubs-0.5.0.tar.gz"
}
],
"0.5.1": [
{
"comment_text": "",
"digests": {
"md5": "3022f2b988bf358331c08d9db96bec41",
"sha256": "bce1f934a4a2e1ae78d22f7c78da7135aa9ac34a39e92d53419cec06c50332ad"
},
"downloads": -1,
"filename": "django_stubs-0.5.1-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "3022f2b988bf358331c08d9db96bec41",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3",
"size": 278768,
"upload_time": "2019-02-15T17:04:44",
"url": "https://files.pythonhosted.org/packages/76/d2/7b5f0bf19a7379871bb3b91d30bf205631e3690b45916294cb1aa627c65c/django_stubs-0.5.1-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "a0ae138a8e287008ccf9cba754b9927d",
"sha256": "fc324425cd4e1bf5376ef54cf916e776bf645b0d0dd6abf40f7beeb98df47e41"
},
"downloads": -1,
"filename": "django-stubs-0.5.1.tar.gz",
"has_sig": false,
"md5_digest": "a0ae138a8e287008ccf9cba754b9927d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3",
"size": 139649,
"upload_time": "2019-02-15T17:04:46",
"url": "https://files.pythonhosted.org/packages/65/6f/1ad20d90865dd368853408d45478a3c9594797a46f4189edfd8d62d1d91e/django-stubs-0.5.1.tar.gz"
}
],
"0.6.0": [
{
"comment_text": "",
"digests": {
"md5": "02f0b6cec57dfc2fc5a526d88479a79c",
"sha256": "d200be7e45eb75ffac061b5457c5aeffcf8baf063fe8fed26c4272b9ecd9e412"
},
"downloads": -1,
"filename": "django_stubs-0.6.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "02f0b6cec57dfc2fc5a526d88479a79c",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3",
"size": 280152,
"upload_time": "2019-02-17T22:47:19",
"url": "https://files.pythonhosted.org/packages/7c/d2/5c59e0818a5636daab2a78f3db2b1acf9e0d86e6d7743d66fa7c23a1c03d/django_stubs-0.6.0-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "c01561daa9e394775ea8d0cd3c829f59",
"sha256": "ee455f1ba154629c09f37d0c4bcf6b62bd4ffea9273c0360cde70cf682384e26"
},
"downloads": -1,
"filename": "django-stubs-0.6.0.tar.gz",
"has_sig": false,
"md5_digest": "c01561daa9e394775ea8d0cd3c829f59",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3",
"size": 141157,
"upload_time": "2019-02-17T22:47:22",
"url": "https://files.pythonhosted.org/packages/51/1e/4ead2714d8dd5a2ee1100c8772373ae0104d60632cc96d1f84b3f403fc5d/django-stubs-0.6.0.tar.gz"
}
],
"0.7.0": [
{
"comment_text": "",
"digests": {
"md5": "a3ae5054890c3a17dddb38c632db40c5",
"sha256": "560db6ac29e865779449f40cec41b9a508a43ebadcc9e038530867d9c72f747b"
},
"downloads": -1,
"filename": "django_stubs-0.7.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "a3ae5054890c3a17dddb38c632db40c5",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3",
"size": 280047,
"upload_time": "2019-02-21T21:46:07",
"url": "https://files.pythonhosted.org/packages/e8/c9/60d314926f0ed5647888d7229760906a143b9814958e342170c1fe671d3c/django_stubs-0.7.0-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "06ab5abfaf05af1d1b61a9b3399cf4f6",
"sha256": "df4515ab5eaa579ab91c8761cadde27d37b4a5d92951f19071e113f8a9353161"
},
"downloads": -1,
"filename": "django-stubs-0.7.0.tar.gz",
"has_sig": false,
"md5_digest": "06ab5abfaf05af1d1b61a9b3399cf4f6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3",
"size": 141026,
"upload_time": "2019-02-21T21:46:09",
"url": "https://files.pythonhosted.org/packages/7f/df/d5969e140b210d5816d33d47eac6b5cfda5a5230f5b9719a6cc956f5e491/django-stubs-0.7.0.tar.gz"
}
],
"0.8.0": [
{
"comment_text": "",
"digests": {
"md5": "594357a80c5279c033fab34f56fe26d9",
"sha256": "6b093d6f0aa3ca7bc8ac74ed030a3f00653d5f359a22a54ba76ced6f4c5010e2"
},
"downloads": -1,
"filename": "django_stubs-0.8.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "594357a80c5279c033fab34f56fe26d9",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3",
"size": 278770,
"upload_time": "2019-02-27T15:01:33",
"url": "https://files.pythonhosted.org/packages/72/73/da67fa81ad27b7dc4c4c0910f12a88e26438a6698ab8038ca177fe635262/django_stubs-0.8.0-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "c4d443e915e0e237a787626dda4039bc",
"sha256": "2259a618daaa2e0ae83a8c5a0aacf61b5d60911c4bb68f4e5fd9339bb9170250"
},
"downloads": -1,
"filename": "django-stubs-0.8.0.tar.gz",
"has_sig": false,
"md5_digest": "c4d443e915e0e237a787626dda4039bc",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3",
"size": 140655,
"upload_time": "2019-02-27T15:01:35",
"url": "https://files.pythonhosted.org/packages/a3/be/21b55a396cd0110e7c2dba7b8a93636f906dabd9b536556a3d881dbb3bbd/django-stubs-0.8.0.tar.gz"
}
],
"0.8.1": [
{
"comment_text": "",
"digests": {
"md5": "ab4c61a34cbf5fb44fed1003adf8b60e",
"sha256": "c49babbc5ad12245f3ec9ef11a232088e11a951d867dc101cc6c8bdfed6ed0c5"
},
"downloads": -1,
"filename": "django_stubs-0.8.1-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "ab4c61a34cbf5fb44fed1003adf8b60e",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3",
"size": 278472,
"upload_time": "2019-03-05T17:22:37",
"url": "https://files.pythonhosted.org/packages/1b/78/ce0f1631b071d234ed97b30b4708458ebadd93da1f3397064e9b93888cba/django_stubs-0.8.1-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "f40e213ae599ff8197292d74635514be",
"sha256": "b55f102ee8c2ee8fb93a3ea4200f1c81dd36402f2e2e1bbf922e35586cde37f0"
},
"downloads": -1,
"filename": "django-stubs-0.8.1.tar.gz",
"has_sig": false,
"md5_digest": "f40e213ae599ff8197292d74635514be",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3",
"size": 141458,
"upload_time": "2019-03-05T17:22:40",
"url": "https://files.pythonhosted.org/packages/7e/90/7a9d6c559b32c234048d56fb4274ae104cfeb1b0650cef0dae091e9e760e/django-stubs-0.8.1.tar.gz"
}
],
"0.8.2": [
{
"comment_text": "",
"digests": {
"md5": "1c49b3237f9feb04d96638266deb1cf1",
"sha256": "065425f9130203386b51839a959c4441e23ecc43227578554989889cea0b7cbe"
},
"downloads": -1,
"filename": "django_stubs-0.8.2-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "1c49b3237f9feb04d96638266deb1cf1",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3",
"size": 278693,
"upload_time": "2019-03-06T09:05:45",
"url": "https://files.pythonhosted.org/packages/37/a7/12e91b8c372f1f1cbee2354d05662f3dc1e6e872415beac82b232dcc2c48/django_stubs-0.8.2-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "36948b7df0e1c9648cc95ac721bf551b",
"sha256": "437150b968340b6d7e11409fdb1ef4d9e76dee56b876fa450392baffd4dd24ce"
},
"downloads": -1,
"filename": "django-stubs-0.8.2.tar.gz",
"has_sig": false,
"md5_digest": "36948b7df0e1c9648cc95ac721bf551b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3",
"size": 140909,
"upload_time": "2019-03-06T09:05:47",
"url": "https://files.pythonhosted.org/packages/02/0b/de9130340e678a8fb8af78a0c163613e74381738b910c9c623f0095c267b/django-stubs-0.8.2.tar.gz"
}
],
"0.9.0": [
{
"comment_text": "",
"digests": {
"md5": "4577a4ae47dfe36594455f27b190b779",
"sha256": "fea673da8fcec87bb52a8049761babea60d452df803ca2627e15a1cce87eafb2"
},
"downloads": -1,
"filename": "django_stubs-0.9.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "4577a4ae47dfe36594455f27b190b779",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3",
"size": 279515,
"upload_time": "2019-03-10T17:22:55",
"url": "https://files.pythonhosted.org/packages/90/b2/4651805f9c88908ec8f0d5b222d7b42b6eb03a414ae7cac691cc6e5773f4/django_stubs-0.9.0-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "5aa6f528c45733d0bac8be178bf532e8",
"sha256": "a8b51b79354f2f29289a453107f55ba44b6b9a90f58344ddbb750a173c52f9a9"
},
"downloads": -1,
"filename": "django-stubs-0.9.0.tar.gz",
"has_sig": false,
"md5_digest": "5aa6f528c45733d0bac8be178bf532e8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3",
"size": 141977,
"upload_time": "2019-03-10T17:22:58",
"url": "https://files.pythonhosted.org/packages/0d/8b/3a6389361f419766ecf892c82535c10448490ffb3b27866280460ddae8c9/django-stubs-0.9.0.tar.gz"
}
],
"1.0.0": [
{
"comment_text": "",
"digests": {
"md5": "8a5c178aab21419a0671cd9b0057ea81",
"sha256": "6dab9309a61e6f149a1b9142f5310f689dd5dab38ec82d8f5e16e75221815ba7"
},
"downloads": -1,
"filename": "django_stubs-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "8a5c178aab21419a0671cd9b0057ea81",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 286260,
"upload_time": "2019-07-25T17:22:18",
"url": "https://files.pythonhosted.org/packages/ee/3a/efb605ab3a872caddf840af2988ab7b370dcc04d0916f7aa8c2975a426a6/django_stubs-1.0.0-py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "da215ae82b2822e9946b6b846d76dc29",
"sha256": "74e472c2d073aab6396882bf0434e5a837a0db64293456c3b2364e6d87df08cd"
},
"downloads": -1,
"filename": "django-stubs-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "da215ae82b2822e9946b6b846d76dc29",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 150840,
"upload_time": "2019-07-25T17:22:20",
"url": "https://files.pythonhosted.org/packages/63/d1/f2a23fe13c3a6ac83353e5b2e4e15224814d53dd351ef218eaf7da71fd95/django-stubs-1.0.0.tar.gz"
}
],
"1.0.1": [
{
"comment_text": "",
"digests": {
"md5": "f1c2a30e9fff40a9d4e6e2c5229561da",
"sha256": "bd2d34cbb7262d2432c4f788218c46440c61a4a005b1792b339f332d25fe1403"
},
"downloads": -1,
"filename": "django_stubs-1.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "f1c2a30e9fff40a9d4e6e2c5229561da",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 286487,
"upload_time": "2019-07-26T17:21:50",
"url": "https://files.pythonhosted.org/packages/70/27/30c548a5069746b91ba85bc550696ed248b3f742e76f273b845fd0494446/django_stubs-1.0.1-py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "7a3c81ff884a53725619e837cfff46d9",
"sha256": "b3e662fe87ebd4bf66110b79ee0ae7a1cdf461b6026ca8459794a3a6ab3bd2ec"
},
"downloads": -1,
"filename": "django-stubs-1.0.1.tar.gz",
"has_sig": false,
"md5_digest": "7a3c81ff884a53725619e837cfff46d9",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 150507,
"upload_time": "2019-07-26T17:21:52",
"url": "https://files.pythonhosted.org/packages/23/20/65600ad0c36741c79d5bb19357b5fea5ce01234d502fd11d00e31f4aff18/django-stubs-1.0.1.tar.gz"
}
],
"1.0.2": [
{
"comment_text": "",
"digests": {
"md5": "4a2c8c97977468326328b510e855ef47",
"sha256": "5018c38542ac1de55ab1782981b1c3eb690e7515a216efc44a9c01862b8cf8b5"
},
"downloads": -1,
"filename": "django_stubs-1.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "4a2c8c97977468326328b510e855ef47",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 286559,
"upload_time": "2019-07-26T19:48:17",
"url": "https://files.pythonhosted.org/packages/b4/00/fabf7f7059d2807b789e0e8ac030aa7556da4effd89ac3ab30c976e5f144/django_stubs-1.0.2-py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "b156c76e6eadb246b320f9c510127672",
"sha256": "775a3fe5939f2813c6e158b2ea0f3903c91496233e3f2c12384e78915efdf8d8"
},
"downloads": -1,
"filename": "django-stubs-1.0.2.tar.gz",
"has_sig": false,
"md5_digest": "b156c76e6eadb246b320f9c510127672",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 150629,
"upload_time": "2019-07-26T19:48:20",
"url": "https://files.pythonhosted.org/packages/ed/1d/21f19fe64e88c906d8c242dcdd9d6e241441ce7f27892822efeb1baaae3a/django-stubs-1.0.2.tar.gz"
}
],
"1.1.0": [
{
"comment_text": "",
"digests": {
"md5": "d70d5b1c298946b6dadf9b0c48567426",
"sha256": "e3673348a42c7259e81a4ea141dae2b2e711220ec631a6215ba9dc23cdcabdf4"
},
"downloads": -1,
"filename": "django_stubs-1.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d70d5b1c298946b6dadf9b0c48567426",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 287559,
"upload_time": "2019-08-24T15:42:51",
"url": "https://files.pythonhosted.org/packages/44/27/4f90d77f1c77f9afc2b60451291d281f9d7602593836f1c82a035c0e70e9/django_stubs-1.1.0-py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "a2be4ad80b40c5b64d0cf770baa58f0e",
"sha256": "cd6a7333d518b9168f001b8a31c4ea89a91dea40a9dd1535c798635f69a5f80a"
},
"downloads": -1,
"filename": "django-stubs-1.1.0.tar.gz",
"has_sig": false,
"md5_digest": "a2be4ad80b40c5b64d0cf770baa58f0e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 151258,
"upload_time": "2019-08-24T15:42:54",
"url": "https://files.pythonhosted.org/packages/d6/79/c4624561f4a8a1166117491f46a070a59f2d9c83cebdef9e66deffdc1cfb/django-stubs-1.1.0.tar.gz"
}
],
"1.2.0": [
{
"comment_text": "",
"digests": {
"md5": "ffb3459da4cb9a229ffcaeaf180cc6a2",
"sha256": "ca565958a66c0772a11bf95e415d0bcd476eb59919a7ed1a417cc93315d68809"
},
"downloads": -1,
"filename": "django_stubs-1.2.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ffb3459da4cb9a229ffcaeaf180cc6a2",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 293304,
"upload_time": "2019-10-05T19:00:31",
"url": "https://files.pythonhosted.org/packages/34/27/f66e712feee0b205cf642a2bc52a02a8f2555cc3998c1de7bba6c12dc254/django_stubs-1.2.0-py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "cc6ac721bcdc3467027d4720ed7b9fde",
"sha256": "c0515576de547bb33057e24d1b0294d10a68e55150ee32fc964f1082192ab012"
},
"downloads": -1,
"filename": "django-stubs-1.2.0.tar.gz",
"has_sig": false,
"md5_digest": "cc6ac721bcdc3467027d4720ed7b9fde",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 154272,
"upload_time": "2019-10-05T19:00:34",
"url": "https://files.pythonhosted.org/packages/15/21/de2e8a454855e4f8ca619b4873619df4dce66d7e330c7ce730e271738b0e/django-stubs-1.2.0.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "ffb3459da4cb9a229ffcaeaf180cc6a2",
"sha256": "ca565958a66c0772a11bf95e415d0bcd476eb59919a7ed1a417cc93315d68809"
},
"downloads": -1,
"filename": "django_stubs-1.2.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ffb3459da4cb9a229ffcaeaf180cc6a2",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 293304,
"upload_time": "2019-10-05T19:00:31",
"url": "https://files.pythonhosted.org/packages/34/27/f66e712feee0b205cf642a2bc52a02a8f2555cc3998c1de7bba6c12dc254/django_stubs-1.2.0-py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "cc6ac721bcdc3467027d4720ed7b9fde",
"sha256": "c0515576de547bb33057e24d1b0294d10a68e55150ee32fc964f1082192ab012"
},
"downloads": -1,
"filename": "django-stubs-1.2.0.tar.gz",
"has_sig": false,
"md5_digest": "cc6ac721bcdc3467027d4720ed7b9fde",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 154272,
"upload_time": "2019-10-05T19:00:34",
"url": "https://files.pythonhosted.org/packages/15/21/de2e8a454855e4f8ca619b4873619df4dce66d7e330c7ce730e271738b0e/django-stubs-1.2.0.tar.gz"
}
]
}