nbdev-django 0.0.2114__py3-none-any.whl → 0.0.2116__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
nbdev_django/_modidx.py CHANGED
@@ -11,6 +11,7 @@ d = { 'settings': {'lib_path': 'nbdev_django'},
11
11
  'django.middleware': 'https://django.readthedocs.org/en/latest/ref/middleware.html#module-django.middleware',
12
12
  'django.setup': 'https://django.readthedocs.org/en/latest/ref/applications.html#django.setup',
13
13
  'django.shortcuts': 'https://django.readthedocs.org/en/latest/topics/http/shortcuts.html#module-django.shortcuts',
14
+ 'django.tasks': 'https://django.readthedocs.org/en/latest/ref/tasks.html#module-django.tasks',
14
15
  'django.template': 'https://django.readthedocs.org/en/latest/topics/templates.html#module-django.template',
15
16
  'django.test': 'https://django.readthedocs.org/en/latest/topics/testing/overview.html#module-django.test',
16
17
  'django.urls': 'https://django.readthedocs.org/en/latest/ref/urlresolvers.html#module-django.urls',
@@ -651,7 +652,8 @@ d = { 'settings': {'lib_path': 'nbdev_django'},
651
652
  'django.contrib.postgres.operations.TrigramExtension': 'https://django.readthedocs.org/en/latest/ref/contrib/postgres/operations.html#django.contrib.postgres.operations.TrigramExtension',
652
653
  'django.contrib.postgres.operations.UnaccentExtension': 'https://django.readthedocs.org/en/latest/ref/contrib/postgres/operations.html#django.contrib.postgres.operations.UnaccentExtension',
653
654
  'django.contrib.postgres.operations.ValidateConstraint': 'https://django.readthedocs.org/en/latest/ref/contrib/postgres/operations.html#django.contrib.postgres.operations.ValidateConstraint'},
654
- 'django.contrib.postgres.search': { 'django.contrib.postgres.search.SearchHeadline': 'https://django.readthedocs.org/en/latest/ref/contrib/postgres/search.html#django.contrib.postgres.search.SearchHeadline',
655
+ 'django.contrib.postgres.search': { 'django.contrib.postgres.search.Lexeme': 'https://django.readthedocs.org/en/latest/ref/contrib/postgres/search.html#django.contrib.postgres.search.Lexeme',
656
+ 'django.contrib.postgres.search.SearchHeadline': 'https://django.readthedocs.org/en/latest/ref/contrib/postgres/search.html#django.contrib.postgres.search.SearchHeadline',
655
657
  'django.contrib.postgres.search.SearchQuery': 'https://django.readthedocs.org/en/latest/ref/contrib/postgres/search.html#django.contrib.postgres.search.SearchQuery',
656
658
  'django.contrib.postgres.search.SearchRank': 'https://django.readthedocs.org/en/latest/ref/contrib/postgres/search.html#django.contrib.postgres.search.SearchRank',
657
659
  'django.contrib.postgres.search.SearchVector': 'https://django.readthedocs.org/en/latest/ref/contrib/postgres/search.html#django.contrib.postgres.search.SearchVector',
@@ -1524,6 +1526,32 @@ d = { 'settings': {'lib_path': 'nbdev_django'},
1524
1526
  'django.shortcuts.get_object_or_404': 'https://django.readthedocs.org/en/latest/topics/http/shortcuts.html#django.shortcuts.get_object_or_404',
1525
1527
  'django.shortcuts.redirect': 'https://django.readthedocs.org/en/latest/topics/http/shortcuts.html#django.shortcuts.redirect',
1526
1528
  'django.shortcuts.render': 'https://django.readthedocs.org/en/latest/topics/http/shortcuts.html#django.shortcuts.render'},
1529
+ 'django.tasks': { 'django.tasks.Task': 'https://django.readthedocs.org/en/latest/ref/tasks.html#django.tasks.Task',
1530
+ 'django.tasks.Task.aenqueue': 'https://django.readthedocs.org/en/latest/ref/tasks.html#django.tasks.Task.aenqueue',
1531
+ 'django.tasks.Task.aget_result': 'https://django.readthedocs.org/en/latest/ref/tasks.html#django.tasks.Task.aget_result',
1532
+ 'django.tasks.Task.enqueue': 'https://django.readthedocs.org/en/latest/ref/tasks.html#django.tasks.Task.enqueue',
1533
+ 'django.tasks.Task.get_result': 'https://django.readthedocs.org/en/latest/ref/tasks.html#django.tasks.Task.get_result',
1534
+ 'django.tasks.Task.using': 'https://django.readthedocs.org/en/latest/ref/tasks.html#django.tasks.Task.using',
1535
+ 'django.tasks.TaskContext': 'https://django.readthedocs.org/en/latest/ref/tasks.html#django.tasks.TaskContext',
1536
+ 'django.tasks.TaskError': 'https://django.readthedocs.org/en/latest/ref/tasks.html#django.tasks.TaskError',
1537
+ 'django.tasks.TaskResult': 'https://django.readthedocs.org/en/latest/ref/tasks.html#django.tasks.TaskResult',
1538
+ 'django.tasks.TaskResult.arefresh': 'https://django.readthedocs.org/en/latest/ref/tasks.html#django.tasks.TaskResult.arefresh',
1539
+ 'django.tasks.TaskResult.refresh': 'https://django.readthedocs.org/en/latest/ref/tasks.html#django.tasks.TaskResult.refresh',
1540
+ 'django.tasks.TaskResultStatus': 'https://django.readthedocs.org/en/latest/ref/tasks.html#django.tasks.TaskResultStatus',
1541
+ 'django.tasks.exceptions': 'https://django.readthedocs.org/en/latest/ref/tasks.html#module-django.tasks.exceptions',
1542
+ 'django.tasks.task': 'https://django.readthedocs.org/en/latest/ref/tasks.html#django.tasks.task'},
1543
+ 'django.tasks.backends': { 'django.tasks.backends.base': 'https://django.readthedocs.org/en/latest/ref/tasks.html#module-django.tasks.backends.base',
1544
+ 'django.tasks.backends.dummy': 'https://django.readthedocs.org/en/latest/ref/tasks.html#module-django.tasks.backends.dummy',
1545
+ 'django.tasks.backends.immediate': 'https://django.readthedocs.org/en/latest/ref/tasks.html#module-django.tasks.backends.immediate'},
1546
+ 'django.tasks.backends.base': { 'django.tasks.backends.base.BaseTaskBackend': 'https://django.readthedocs.org/en/latest/ref/tasks.html#django.tasks.backends.base.BaseTaskBackend',
1547
+ 'django.tasks.backends.base.BaseTaskBackend.aenqueue': 'https://django.readthedocs.org/en/latest/ref/tasks.html#django.tasks.backends.base.BaseTaskBackend.aenqueue',
1548
+ 'django.tasks.backends.base.BaseTaskBackend.aget_result': 'https://django.readthedocs.org/en/latest/ref/tasks.html#django.tasks.backends.base.BaseTaskBackend.aget_result',
1549
+ 'django.tasks.backends.base.BaseTaskBackend.enqueue': 'https://django.readthedocs.org/en/latest/ref/tasks.html#django.tasks.backends.base.BaseTaskBackend.enqueue',
1550
+ 'django.tasks.backends.base.BaseTaskBackend.get_result': 'https://django.readthedocs.org/en/latest/ref/tasks.html#django.tasks.backends.base.BaseTaskBackend.get_result',
1551
+ 'django.tasks.backends.base.BaseTaskBackend.validate_task': 'https://django.readthedocs.org/en/latest/ref/tasks.html#django.tasks.backends.base.BaseTaskBackend.validate_task'},
1552
+ 'django.tasks.backends.dummy': { 'django.tasks.backends.dummy.DummyBackend': 'https://django.readthedocs.org/en/latest/ref/tasks.html#django.tasks.backends.dummy.DummyBackend',
1553
+ 'django.tasks.backends.dummy.DummyBackend.clear': 'https://django.readthedocs.org/en/latest/ref/tasks.html#django.tasks.backends.dummy.DummyBackend.clear'},
1554
+ 'django.tasks.backends.immediate': { 'django.tasks.backends.immediate.ImmediateBackend': 'https://django.readthedocs.org/en/latest/ref/tasks.html#django.tasks.backends.immediate.ImmediateBackend'},
1527
1555
  'django.template': { 'django.template.Context': 'https://django.readthedocs.org/en/latest/ref/templates/api.html#django.template.Context',
1528
1556
  'django.template.Context.flatten': 'https://django.readthedocs.org/en/latest/ref/templates/api.html#django.template.Context.flatten',
1529
1557
  'django.template.Context.get': 'https://django.readthedocs.org/en/latest/ref/templates/api.html#django.template.Context.get',
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nbdev-django
3
- Version: 0.0.2114
3
+ Version: 0.0.2116
4
4
  Summary: nbdev docs lookup for django
5
5
  Home-page: https://github.com/fastai/nbdev-index/tree/master/
6
6
  Author: Jeremy Howard
@@ -0,0 +1,9 @@
1
+ nbdev_django/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ nbdev_django/_modidx.py,sha256=di3lSurYbwTj8k_5OcLappFraFMuoyTtU9kWPJxwGPY,390794
3
+ nbdev_django/_nbdev.py,sha256=pszp1XJPRn4aqhJXSv8qChB-gCXbFSm8_jPIpak5IP8,308
4
+ nbdev_django-0.0.2116.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
5
+ nbdev_django-0.0.2116.dist-info/METADATA,sha256=AMm2mWAUL7tAWogbWRHkIf7gHtdnVJSNiqlztp0_vcI,1166
6
+ nbdev_django-0.0.2116.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
7
+ nbdev_django-0.0.2116.dist-info/entry_points.txt,sha256=YohrAipaMIzS6dfsZmjmiEO_-dNlO83DjFM1wrBrsDo,46
8
+ nbdev_django-0.0.2116.dist-info/top_level.txt,sha256=b0upv-4t4ljSYr43ODM7B311qVw22hoBiponemAm4aI,13
9
+ nbdev_django-0.0.2116.dist-info/RECORD,,
@@ -1,9 +0,0 @@
1
- nbdev_django/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- nbdev_django/_modidx.py,sha256=gKoBxYRTkLAmt7d_PTb6twFendJZ-O8Dy38UFpwtSrw,386088
3
- nbdev_django/_nbdev.py,sha256=pszp1XJPRn4aqhJXSv8qChB-gCXbFSm8_jPIpak5IP8,308
4
- nbdev_django-0.0.2114.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
5
- nbdev_django-0.0.2114.dist-info/METADATA,sha256=_03FmbV6UgBLBnSoEOnI3iO9ba-kusIUrnQtMxANTfc,1166
6
- nbdev_django-0.0.2114.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
7
- nbdev_django-0.0.2114.dist-info/entry_points.txt,sha256=YohrAipaMIzS6dfsZmjmiEO_-dNlO83DjFM1wrBrsDo,46
8
- nbdev_django-0.0.2114.dist-info/top_level.txt,sha256=b0upv-4t4ljSYr43ODM7B311qVw22hoBiponemAm4aI,13
9
- nbdev_django-0.0.2114.dist-info/RECORD,,