nbdev-django 0.0.2114__tar.gz → 0.0.2115__tar.gz
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-0.0.2114/nbdev_django.egg-info → nbdev_django-0.0.2115}/PKG-INFO +1 -1
- {nbdev_django-0.0.2114 → nbdev_django-0.0.2115}/nbdev_django/_modidx.py +29 -1
- {nbdev_django-0.0.2114 → nbdev_django-0.0.2115/nbdev_django.egg-info}/PKG-INFO +1 -1
- {nbdev_django-0.0.2114 → nbdev_django-0.0.2115}/settings.ini +1 -1
- {nbdev_django-0.0.2114 → nbdev_django-0.0.2115}/LICENSE +0 -0
- {nbdev_django-0.0.2114 → nbdev_django-0.0.2115}/MANIFEST.in +0 -0
- {nbdev_django-0.0.2114 → nbdev_django-0.0.2115}/README.md +0 -0
- {nbdev_django-0.0.2114 → nbdev_django-0.0.2115}/nbdev_django/__init__.py +0 -0
- {nbdev_django-0.0.2114 → nbdev_django-0.0.2115}/nbdev_django/_nbdev.py +0 -0
- {nbdev_django-0.0.2114 → nbdev_django-0.0.2115}/nbdev_django.egg-info/SOURCES.txt +0 -0
- {nbdev_django-0.0.2114 → nbdev_django-0.0.2115}/nbdev_django.egg-info/dependency_links.txt +0 -0
- {nbdev_django-0.0.2114 → nbdev_django-0.0.2115}/nbdev_django.egg-info/entry_points.txt +0 -0
- {nbdev_django-0.0.2114 → nbdev_django-0.0.2115}/nbdev_django.egg-info/not-zip-safe +0 -0
- {nbdev_django-0.0.2114 → nbdev_django-0.0.2115}/nbdev_django.egg-info/requires.txt +0 -0
- {nbdev_django-0.0.2114 → nbdev_django-0.0.2115}/nbdev_django.egg-info/top_level.txt +0 -0
- {nbdev_django-0.0.2114 → nbdev_django-0.0.2115}/setup.cfg +0 -0
- {nbdev_django-0.0.2114 → nbdev_django-0.0.2115}/setup.py +0 -0
@@ -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.
|
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',
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|