nbdev-django 0.0.1845__py3-none-any.whl → 0.0.2318__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.
Potentially problematic release.
This version of nbdev-django might be problematic. Click here for more details.
- nbdev_django/_modidx.py +56 -4
- {nbdev_django-0.0.1845.dist-info → nbdev_django-0.0.2318.dist-info}/METADATA +1 -1
- nbdev_django-0.0.2318.dist-info/RECORD +9 -0
- {nbdev_django-0.0.1845.dist-info → nbdev_django-0.0.2318.dist-info}/WHEEL +1 -1
- nbdev_django-0.0.1845.dist-info/RECORD +0 -9
- {nbdev_django-0.0.1845.dist-info → nbdev_django-0.0.2318.dist-info}/entry_points.txt +0 -0
- {nbdev_django-0.0.1845.dist-info → nbdev_django-0.0.2318.dist-info}/licenses/LICENSE +0 -0
- {nbdev_django-0.0.1845.dist-info → nbdev_django-0.0.2318.dist-info}/top_level.txt +0 -0
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',
|
|
@@ -378,6 +379,7 @@ d = { 'settings': {'lib_path': 'nbdev_django'},
|
|
|
378
379
|
'django.contrib.gis.db.models.functions.FromWKT': 'https://django.readthedocs.org/en/latest/ref/contrib/gis/functions.html#django.contrib.gis.db.models.functions.FromWKT',
|
|
379
380
|
'django.contrib.gis.db.models.functions.GeoHash': 'https://django.readthedocs.org/en/latest/ref/contrib/gis/functions.html#django.contrib.gis.db.models.functions.GeoHash',
|
|
380
381
|
'django.contrib.gis.db.models.functions.GeometryDistance': 'https://django.readthedocs.org/en/latest/ref/contrib/gis/functions.html#django.contrib.gis.db.models.functions.GeometryDistance',
|
|
382
|
+
'django.contrib.gis.db.models.functions.GeometryType': 'https://django.readthedocs.org/en/latest/ref/contrib/gis/functions.html#django.contrib.gis.db.models.functions.GeometryType',
|
|
381
383
|
'django.contrib.gis.db.models.functions.Intersection': 'https://django.readthedocs.org/en/latest/ref/contrib/gis/functions.html#django.contrib.gis.db.models.functions.Intersection',
|
|
382
384
|
'django.contrib.gis.db.models.functions.IsEmpty': 'https://django.readthedocs.org/en/latest/ref/contrib/gis/functions.html#django.contrib.gis.db.models.functions.IsEmpty',
|
|
383
385
|
'django.contrib.gis.db.models.functions.IsValid': 'https://django.readthedocs.org/en/latest/ref/contrib/gis/functions.html#django.contrib.gis.db.models.functions.IsValid',
|
|
@@ -385,6 +387,7 @@ d = { 'settings': {'lib_path': 'nbdev_django'},
|
|
|
385
387
|
'django.contrib.gis.db.models.functions.LineLocatePoint': 'https://django.readthedocs.org/en/latest/ref/contrib/gis/functions.html#django.contrib.gis.db.models.functions.LineLocatePoint',
|
|
386
388
|
'django.contrib.gis.db.models.functions.MakeValid': 'https://django.readthedocs.org/en/latest/ref/contrib/gis/functions.html#django.contrib.gis.db.models.functions.MakeValid',
|
|
387
389
|
'django.contrib.gis.db.models.functions.MemSize': 'https://django.readthedocs.org/en/latest/ref/contrib/gis/functions.html#django.contrib.gis.db.models.functions.MemSize',
|
|
390
|
+
'django.contrib.gis.db.models.functions.NumDimensions': 'https://django.readthedocs.org/en/latest/ref/contrib/gis/functions.html#django.contrib.gis.db.models.functions.NumDimensions',
|
|
388
391
|
'django.contrib.gis.db.models.functions.NumGeometries': 'https://django.readthedocs.org/en/latest/ref/contrib/gis/functions.html#django.contrib.gis.db.models.functions.NumGeometries',
|
|
389
392
|
'django.contrib.gis.db.models.functions.NumPoints': 'https://django.readthedocs.org/en/latest/ref/contrib/gis/functions.html#django.contrib.gis.db.models.functions.NumPoints',
|
|
390
393
|
'django.contrib.gis.db.models.functions.Perimeter': 'https://django.readthedocs.org/en/latest/ref/contrib/gis/functions.html#django.contrib.gis.db.models.functions.Perimeter',
|
|
@@ -650,7 +653,8 @@ d = { 'settings': {'lib_path': 'nbdev_django'},
|
|
|
650
653
|
'django.contrib.postgres.operations.TrigramExtension': 'https://django.readthedocs.org/en/latest/ref/contrib/postgres/operations.html#django.contrib.postgres.operations.TrigramExtension',
|
|
651
654
|
'django.contrib.postgres.operations.UnaccentExtension': 'https://django.readthedocs.org/en/latest/ref/contrib/postgres/operations.html#django.contrib.postgres.operations.UnaccentExtension',
|
|
652
655
|
'django.contrib.postgres.operations.ValidateConstraint': 'https://django.readthedocs.org/en/latest/ref/contrib/postgres/operations.html#django.contrib.postgres.operations.ValidateConstraint'},
|
|
653
|
-
'django.contrib.postgres.search': { 'django.contrib.postgres.search.
|
|
656
|
+
'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',
|
|
657
|
+
'django.contrib.postgres.search.SearchHeadline': 'https://django.readthedocs.org/en/latest/ref/contrib/postgres/search.html#django.contrib.postgres.search.SearchHeadline',
|
|
654
658
|
'django.contrib.postgres.search.SearchQuery': 'https://django.readthedocs.org/en/latest/ref/contrib/postgres/search.html#django.contrib.postgres.search.SearchQuery',
|
|
655
659
|
'django.contrib.postgres.search.SearchRank': 'https://django.readthedocs.org/en/latest/ref/contrib/postgres/search.html#django.contrib.postgres.search.SearchRank',
|
|
656
660
|
'django.contrib.postgres.search.SearchVector': 'https://django.readthedocs.org/en/latest/ref/contrib/postgres/search.html#django.contrib.postgres.search.SearchVector',
|
|
@@ -726,7 +730,8 @@ d = { 'settings': {'lib_path': 'nbdev_django'},
|
|
|
726
730
|
'django.contrib.sitemaps': { 'django.contrib.sitemaps.GenericSitemap': 'https://django.readthedocs.org/en/latest/ref/contrib/sitemaps.html#django.contrib.sitemaps.GenericSitemap',
|
|
727
731
|
'django.contrib.sitemaps.Sitemap': 'https://django.readthedocs.org/en/latest/ref/contrib/sitemaps.html#django.contrib.sitemaps.Sitemap',
|
|
728
732
|
'django.contrib.sitemaps.Sitemap.get_languages_for_item': 'https://django.readthedocs.org/en/latest/ref/contrib/sitemaps.html#django.contrib.sitemaps.Sitemap.get_languages_for_item',
|
|
729
|
-
'django.contrib.sitemaps.Sitemap.get_latest_lastmod': 'https://django.readthedocs.org/en/latest/ref/contrib/sitemaps.html#django.contrib.sitemaps.Sitemap.get_latest_lastmod'
|
|
733
|
+
'django.contrib.sitemaps.Sitemap.get_latest_lastmod': 'https://django.readthedocs.org/en/latest/ref/contrib/sitemaps.html#django.contrib.sitemaps.Sitemap.get_latest_lastmod',
|
|
734
|
+
'django.contrib.sitemaps.Sitemap.items': 'https://django.readthedocs.org/en/latest/ref/contrib/sitemaps.html#django.contrib.sitemaps.Sitemap.items'},
|
|
730
735
|
'django.contrib.sitemaps.views': { 'django.contrib.sitemaps.views.index': 'https://django.readthedocs.org/en/latest/ref/contrib/sitemaps.html#django.contrib.sitemaps.views.index',
|
|
731
736
|
'django.contrib.sitemaps.views.sitemap': 'https://django.readthedocs.org/en/latest/ref/contrib/sitemaps.html#django.contrib.sitemaps.views.sitemap'},
|
|
732
737
|
'django.contrib.sites': { 'django.contrib.sites.middleware': 'https://django.readthedocs.org/en/latest/ref/middleware.html#module-django.contrib.sites.middleware'},
|
|
@@ -833,6 +838,11 @@ d = { 'settings': {'lib_path': 'nbdev_django'},
|
|
|
833
838
|
'django.core.mail': { 'django.core.mail.EmailAlternative': 'https://django.readthedocs.org/en/latest/topics/email.html#django.core.mail.EmailAlternative',
|
|
834
839
|
'django.core.mail.EmailAttachment': 'https://django.readthedocs.org/en/latest/topics/email.html#django.core.mail.EmailAttachment',
|
|
835
840
|
'django.core.mail.EmailMessage': 'https://django.readthedocs.org/en/latest/topics/email.html#django.core.mail.EmailMessage',
|
|
841
|
+
'django.core.mail.EmailMessage.attach': 'https://django.readthedocs.org/en/latest/topics/email.html#django.core.mail.EmailMessage.attach',
|
|
842
|
+
'django.core.mail.EmailMessage.attach_file': 'https://django.readthedocs.org/en/latest/topics/email.html#django.core.mail.EmailMessage.attach_file',
|
|
843
|
+
'django.core.mail.EmailMessage.message': 'https://django.readthedocs.org/en/latest/topics/email.html#django.core.mail.EmailMessage.message',
|
|
844
|
+
'django.core.mail.EmailMessage.recipients': 'https://django.readthedocs.org/en/latest/topics/email.html#django.core.mail.EmailMessage.recipients',
|
|
845
|
+
'django.core.mail.EmailMessage.send': 'https://django.readthedocs.org/en/latest/topics/email.html#django.core.mail.EmailMessage.send',
|
|
836
846
|
'django.core.mail.EmailMultiAlternatives': 'https://django.readthedocs.org/en/latest/topics/email.html#django.core.mail.EmailMultiAlternatives',
|
|
837
847
|
'django.core.mail.EmailMultiAlternatives.attach_alternative': 'https://django.readthedocs.org/en/latest/topics/email.html#django.core.mail.EmailMultiAlternatives.attach_alternative',
|
|
838
848
|
'django.core.mail.EmailMultiAlternatives.body_contains': 'https://django.readthedocs.org/en/latest/topics/email.html#django.core.mail.EmailMultiAlternatives.body_contains',
|
|
@@ -952,6 +962,7 @@ d = { 'settings': {'lib_path': 'nbdev_django'},
|
|
|
952
962
|
'django.db.migrations.operations.SeparateDatabaseAndState': 'https://django.readthedocs.org/en/latest/ref/migration-operations.html#django.db.migrations.operations.SeparateDatabaseAndState'},
|
|
953
963
|
'django.db.migrations.operations.base': { 'django.db.migrations.operations.base.OperationCategory': 'https://django.readthedocs.org/en/latest/ref/migration-operations.html#django.db.migrations.operations.base.OperationCategory'},
|
|
954
964
|
'django.db.models': { 'django.db.models.Aggregate': 'https://django.readthedocs.org/en/latest/ref/models/expressions.html#django.db.models.Aggregate',
|
|
965
|
+
'django.db.models.AnyValue': 'https://django.readthedocs.org/en/latest/ref/models/querysets.html#django.db.models.AnyValue',
|
|
955
966
|
'django.db.models.AutoField': 'https://django.readthedocs.org/en/latest/ref/models/fields.html#django.db.models.AutoField',
|
|
956
967
|
'django.db.models.Avg': 'https://django.readthedocs.org/en/latest/ref/models/querysets.html#django.db.models.Avg',
|
|
957
968
|
'django.db.models.BaseConstraint': 'https://django.readthedocs.org/en/latest/ref/models/constraints.html#django.db.models.BaseConstraint',
|
|
@@ -1010,6 +1021,7 @@ d = { 'settings': {'lib_path': 'nbdev_django'},
|
|
|
1010
1021
|
'django.db.models.Index': 'https://django.readthedocs.org/en/latest/ref/models/indexes.html#django.db.models.Index',
|
|
1011
1022
|
'django.db.models.IntegerField': 'https://django.readthedocs.org/en/latest/ref/models/fields.html#django.db.models.IntegerField',
|
|
1012
1023
|
'django.db.models.JSONField': 'https://django.readthedocs.org/en/latest/ref/models/fields.html#django.db.models.JSONField',
|
|
1024
|
+
'django.db.models.JSONNull': 'https://django.readthedocs.org/en/latest/ref/models/expressions.html#django.db.models.JSONNull',
|
|
1013
1025
|
'django.db.models.Lookup': 'https://django.readthedocs.org/en/latest/ref/models/lookups.html#django.db.models.Lookup',
|
|
1014
1026
|
'django.db.models.Lookup.process_lhs': 'https://django.readthedocs.org/en/latest/ref/models/lookups.html#django.db.models.Lookup.process_lhs',
|
|
1015
1027
|
'django.db.models.Lookup.process_rhs': 'https://django.readthedocs.org/en/latest/ref/models/lookups.html#django.db.models.Lookup.process_rhs',
|
|
@@ -1065,6 +1077,7 @@ d = { 'settings': {'lib_path': 'nbdev_django'},
|
|
|
1065
1077
|
'django.db.models.Variance': 'https://django.readthedocs.org/en/latest/ref/models/querysets.html#django.db.models.Variance',
|
|
1066
1078
|
'django.db.models.aprefetch_related_objects': 'https://django.readthedocs.org/en/latest/ref/models/querysets.html#django.db.models.aprefetch_related_objects',
|
|
1067
1079
|
'django.db.models.constraints': 'https://django.readthedocs.org/en/latest/ref/models/constraints.html#module-django.db.models.constraints',
|
|
1080
|
+
'django.db.models.fetch_modes': 'https://django.readthedocs.org/en/latest/topics/db/fetch-modes.html#module-django.db.models.fetch_modes',
|
|
1068
1081
|
'django.db.models.fields': 'https://django.readthedocs.org/en/latest/ref/models/fields.html#module-django.db.models.fields',
|
|
1069
1082
|
'django.db.models.functions': 'https://django.readthedocs.org/en/latest/ref/models/database-functions.html#module-django.db.models.functions',
|
|
1070
1083
|
'django.db.models.indexes': 'https://django.readthedocs.org/en/latest/ref/models/indexes.html#module-django.db.models.indexes',
|
|
@@ -1187,6 +1200,8 @@ d = { 'settings': {'lib_path': 'nbdev_django'},
|
|
|
1187
1200
|
'django.db.models.functions.TruncTime': 'https://django.readthedocs.org/en/latest/ref/models/database-functions.html#django.db.models.functions.TruncTime',
|
|
1188
1201
|
'django.db.models.functions.TruncWeek': 'https://django.readthedocs.org/en/latest/ref/models/database-functions.html#django.db.models.functions.TruncWeek',
|
|
1189
1202
|
'django.db.models.functions.TruncYear': 'https://django.readthedocs.org/en/latest/ref/models/database-functions.html#django.db.models.functions.TruncYear',
|
|
1203
|
+
'django.db.models.functions.UUID4': 'https://django.readthedocs.org/en/latest/ref/models/database-functions.html#django.db.models.functions.UUID4',
|
|
1204
|
+
'django.db.models.functions.UUID7': 'https://django.readthedocs.org/en/latest/ref/models/database-functions.html#django.db.models.functions.UUID7',
|
|
1190
1205
|
'django.db.models.functions.Upper': 'https://django.readthedocs.org/en/latest/ref/models/database-functions.html#django.db.models.functions.Upper'},
|
|
1191
1206
|
'django.db.models.lookups': { 'django.db.models.lookups.RegisterLookupMixin': 'https://django.readthedocs.org/en/latest/ref/models/lookups.html#django.db.models.lookups.RegisterLookupMixin',
|
|
1192
1207
|
'django.db.models.lookups.RegisterLookupMixin.get_lookup': 'https://django.readthedocs.org/en/latest/ref/models/lookups.html#django.db.models.lookups.RegisterLookupMixin.get_lookup',
|
|
@@ -1237,6 +1252,7 @@ d = { 'settings': {'lib_path': 'nbdev_django'},
|
|
|
1237
1252
|
'django.db.models.query.QuerySet.exists': 'https://django.readthedocs.org/en/latest/ref/models/querysets.html#django.db.models.query.QuerySet.exists',
|
|
1238
1253
|
'django.db.models.query.QuerySet.explain': 'https://django.readthedocs.org/en/latest/ref/models/querysets.html#django.db.models.query.QuerySet.explain',
|
|
1239
1254
|
'django.db.models.query.QuerySet.extra': 'https://django.readthedocs.org/en/latest/ref/models/querysets.html#django.db.models.query.QuerySet.extra',
|
|
1255
|
+
'django.db.models.query.QuerySet.fetch_mode': 'https://django.readthedocs.org/en/latest/ref/models/querysets.html#django.db.models.query.QuerySet.fetch_mode',
|
|
1240
1256
|
'django.db.models.query.QuerySet.filter': 'https://django.readthedocs.org/en/latest/ref/models/querysets.html#django.db.models.query.QuerySet.filter',
|
|
1241
1257
|
'django.db.models.query.QuerySet.first': 'https://django.readthedocs.org/en/latest/ref/models/querysets.html#django.db.models.query.QuerySet.first',
|
|
1242
1258
|
'django.db.models.query.QuerySet.get': 'https://django.readthedocs.org/en/latest/ref/models/querysets.html#django.db.models.query.QuerySet.get',
|
|
@@ -1347,6 +1363,7 @@ d = { 'settings': {'lib_path': 'nbdev_django'},
|
|
|
1347
1363
|
'django.forms.ModelChoiceIteratorValue': 'https://django.readthedocs.org/en/latest/ref/forms/fields.html#django.forms.ModelChoiceIteratorValue',
|
|
1348
1364
|
'django.forms.ModelChoiceIteratorValue.__str__': 'https://django.readthedocs.org/en/latest/ref/forms/fields.html#django.forms.ModelChoiceIteratorValue.__str__',
|
|
1349
1365
|
'django.forms.ModelForm': 'https://django.readthedocs.org/en/latest/topics/forms/modelforms.html#django.forms.ModelForm',
|
|
1366
|
+
'django.forms.ModelFormOptions': 'https://django.readthedocs.org/en/latest/ref/forms/models.html#django.forms.ModelFormOptions',
|
|
1350
1367
|
'django.forms.ModelMultipleChoiceField': 'https://django.readthedocs.org/en/latest/ref/forms/fields.html#django.forms.ModelMultipleChoiceField',
|
|
1351
1368
|
'django.forms.MultiValueField': 'https://django.readthedocs.org/en/latest/ref/forms/fields.html#django.forms.MultiValueField',
|
|
1352
1369
|
'django.forms.MultiValueField.compress': 'https://django.readthedocs.org/en/latest/ref/forms/fields.html#django.forms.MultiValueField.compress',
|
|
@@ -1493,6 +1510,7 @@ d = { 'settings': {'lib_path': 'nbdev_django'},
|
|
|
1493
1510
|
'django.middleware': { 'django.middleware.cache': 'https://django.readthedocs.org/en/latest/ref/middleware.html#module-django.middleware.cache',
|
|
1494
1511
|
'django.middleware.clickjacking': 'https://django.readthedocs.org/en/latest/ref/clickjacking.html#module-django.middleware.clickjacking',
|
|
1495
1512
|
'django.middleware.common': 'https://django.readthedocs.org/en/latest/ref/middleware.html#module-django.middleware.common',
|
|
1513
|
+
'django.middleware.csp': 'https://django.readthedocs.org/en/latest/ref/csp.html#module-django.middleware.csp',
|
|
1496
1514
|
'django.middleware.csrf': 'https://django.readthedocs.org/en/latest/ref/csrf.html#module-django.middleware.csrf',
|
|
1497
1515
|
'django.middleware.gzip': 'https://django.readthedocs.org/en/latest/ref/middleware.html#module-django.middleware.gzip',
|
|
1498
1516
|
'django.middleware.http': 'https://django.readthedocs.org/en/latest/ref/middleware.html#module-django.middleware.http',
|
|
@@ -1503,6 +1521,7 @@ d = { 'settings': {'lib_path': 'nbdev_django'},
|
|
|
1503
1521
|
'django.middleware.clickjacking': { 'django.middleware.clickjacking.XFrameOptionsMiddleware': 'https://django.readthedocs.org/en/latest/ref/middleware.html#django.middleware.clickjacking.XFrameOptionsMiddleware'},
|
|
1504
1522
|
'django.middleware.common': { 'django.middleware.common.BrokenLinkEmailsMiddleware': 'https://django.readthedocs.org/en/latest/ref/middleware.html#django.middleware.common.BrokenLinkEmailsMiddleware',
|
|
1505
1523
|
'django.middleware.common.CommonMiddleware': 'https://django.readthedocs.org/en/latest/ref/middleware.html#django.middleware.common.CommonMiddleware'},
|
|
1524
|
+
'django.middleware.csp': { 'django.middleware.csp.ContentSecurityPolicyMiddleware': 'https://django.readthedocs.org/en/latest/ref/middleware.html#django.middleware.csp.ContentSecurityPolicyMiddleware'},
|
|
1506
1525
|
'django.middleware.csrf': { 'django.middleware.csrf.CsrfViewMiddleware': 'https://django.readthedocs.org/en/latest/ref/middleware.html#django.middleware.csrf.CsrfViewMiddleware'},
|
|
1507
1526
|
'django.middleware.gzip': { 'django.middleware.gzip.GZipMiddleware': 'https://django.readthedocs.org/en/latest/ref/middleware.html#django.middleware.gzip.GZipMiddleware'},
|
|
1508
1527
|
'django.middleware.http': { 'django.middleware.http.ConditionalGetMiddleware': 'https://django.readthedocs.org/en/latest/ref/middleware.html#django.middleware.http.ConditionalGetMiddleware'},
|
|
@@ -1513,7 +1532,34 @@ d = { 'settings': {'lib_path': 'nbdev_django'},
|
|
|
1513
1532
|
'django.shortcuts.get_list_or_404': 'https://django.readthedocs.org/en/latest/topics/http/shortcuts.html#django.shortcuts.get_list_or_404',
|
|
1514
1533
|
'django.shortcuts.get_object_or_404': 'https://django.readthedocs.org/en/latest/topics/http/shortcuts.html#django.shortcuts.get_object_or_404',
|
|
1515
1534
|
'django.shortcuts.redirect': 'https://django.readthedocs.org/en/latest/topics/http/shortcuts.html#django.shortcuts.redirect',
|
|
1516
|
-
'django.shortcuts.render': 'https://django.readthedocs.org/en/latest/topics/http/shortcuts.html#django.shortcuts.render'
|
|
1535
|
+
'django.shortcuts.render': 'https://django.readthedocs.org/en/latest/topics/http/shortcuts.html#django.shortcuts.render',
|
|
1536
|
+
'django.shortcuts.resolve_url': 'https://django.readthedocs.org/en/latest/topics/http/shortcuts.html#django.shortcuts.resolve_url'},
|
|
1537
|
+
'django.tasks': { 'django.tasks.Task': 'https://django.readthedocs.org/en/latest/ref/tasks.html#django.tasks.Task',
|
|
1538
|
+
'django.tasks.Task.aenqueue': 'https://django.readthedocs.org/en/latest/ref/tasks.html#django.tasks.Task.aenqueue',
|
|
1539
|
+
'django.tasks.Task.aget_result': 'https://django.readthedocs.org/en/latest/ref/tasks.html#django.tasks.Task.aget_result',
|
|
1540
|
+
'django.tasks.Task.enqueue': 'https://django.readthedocs.org/en/latest/ref/tasks.html#django.tasks.Task.enqueue',
|
|
1541
|
+
'django.tasks.Task.get_result': 'https://django.readthedocs.org/en/latest/ref/tasks.html#django.tasks.Task.get_result',
|
|
1542
|
+
'django.tasks.Task.using': 'https://django.readthedocs.org/en/latest/ref/tasks.html#django.tasks.Task.using',
|
|
1543
|
+
'django.tasks.TaskContext': 'https://django.readthedocs.org/en/latest/ref/tasks.html#django.tasks.TaskContext',
|
|
1544
|
+
'django.tasks.TaskError': 'https://django.readthedocs.org/en/latest/ref/tasks.html#django.tasks.TaskError',
|
|
1545
|
+
'django.tasks.TaskResult': 'https://django.readthedocs.org/en/latest/ref/tasks.html#django.tasks.TaskResult',
|
|
1546
|
+
'django.tasks.TaskResult.arefresh': 'https://django.readthedocs.org/en/latest/ref/tasks.html#django.tasks.TaskResult.arefresh',
|
|
1547
|
+
'django.tasks.TaskResult.refresh': 'https://django.readthedocs.org/en/latest/ref/tasks.html#django.tasks.TaskResult.refresh',
|
|
1548
|
+
'django.tasks.TaskResultStatus': 'https://django.readthedocs.org/en/latest/ref/tasks.html#django.tasks.TaskResultStatus',
|
|
1549
|
+
'django.tasks.exceptions': 'https://django.readthedocs.org/en/latest/ref/tasks.html#module-django.tasks.exceptions',
|
|
1550
|
+
'django.tasks.task': 'https://django.readthedocs.org/en/latest/ref/tasks.html#django.tasks.task'},
|
|
1551
|
+
'django.tasks.backends': { 'django.tasks.backends.base': 'https://django.readthedocs.org/en/latest/ref/tasks.html#module-django.tasks.backends.base',
|
|
1552
|
+
'django.tasks.backends.dummy': 'https://django.readthedocs.org/en/latest/ref/tasks.html#module-django.tasks.backends.dummy',
|
|
1553
|
+
'django.tasks.backends.immediate': 'https://django.readthedocs.org/en/latest/ref/tasks.html#module-django.tasks.backends.immediate'},
|
|
1554
|
+
'django.tasks.backends.base': { 'django.tasks.backends.base.BaseTaskBackend': 'https://django.readthedocs.org/en/latest/ref/tasks.html#django.tasks.backends.base.BaseTaskBackend',
|
|
1555
|
+
'django.tasks.backends.base.BaseTaskBackend.aenqueue': 'https://django.readthedocs.org/en/latest/ref/tasks.html#django.tasks.backends.base.BaseTaskBackend.aenqueue',
|
|
1556
|
+
'django.tasks.backends.base.BaseTaskBackend.aget_result': 'https://django.readthedocs.org/en/latest/ref/tasks.html#django.tasks.backends.base.BaseTaskBackend.aget_result',
|
|
1557
|
+
'django.tasks.backends.base.BaseTaskBackend.enqueue': 'https://django.readthedocs.org/en/latest/ref/tasks.html#django.tasks.backends.base.BaseTaskBackend.enqueue',
|
|
1558
|
+
'django.tasks.backends.base.BaseTaskBackend.get_result': 'https://django.readthedocs.org/en/latest/ref/tasks.html#django.tasks.backends.base.BaseTaskBackend.get_result',
|
|
1559
|
+
'django.tasks.backends.base.BaseTaskBackend.validate_task': 'https://django.readthedocs.org/en/latest/ref/tasks.html#django.tasks.backends.base.BaseTaskBackend.validate_task'},
|
|
1560
|
+
'django.tasks.backends.dummy': { 'django.tasks.backends.dummy.DummyBackend': 'https://django.readthedocs.org/en/latest/ref/tasks.html#django.tasks.backends.dummy.DummyBackend',
|
|
1561
|
+
'django.tasks.backends.dummy.DummyBackend.clear': 'https://django.readthedocs.org/en/latest/ref/tasks.html#django.tasks.backends.dummy.DummyBackend.clear'},
|
|
1562
|
+
'django.tasks.backends.immediate': { 'django.tasks.backends.immediate.ImmediateBackend': 'https://django.readthedocs.org/en/latest/ref/tasks.html#django.tasks.backends.immediate.ImmediateBackend'},
|
|
1517
1563
|
'django.template': { 'django.template.Context': 'https://django.readthedocs.org/en/latest/ref/templates/api.html#django.template.Context',
|
|
1518
1564
|
'django.template.Context.flatten': 'https://django.readthedocs.org/en/latest/ref/templates/api.html#django.template.Context.flatten',
|
|
1519
1565
|
'django.template.Context.get': 'https://django.readthedocs.org/en/latest/ref/templates/api.html#django.template.Context.get',
|
|
@@ -1543,7 +1589,8 @@ d = { 'settings': {'lib_path': 'nbdev_django'},
|
|
|
1543
1589
|
'django.template.backends.django': { 'django.template.backends.django.DjangoTemplates': 'https://django.readthedocs.org/en/latest/topics/templates.html#django.template.backends.django.DjangoTemplates'},
|
|
1544
1590
|
'django.template.backends.jinja2': { 'django.template.backends.jinja2.Jinja2': 'https://django.readthedocs.org/en/latest/topics/templates.html#django.template.backends.jinja2.Jinja2'},
|
|
1545
1591
|
'django.template.base': { 'django.template.base.Origin': 'https://django.readthedocs.org/en/latest/ref/templates/api.html#django.template.base.Origin'},
|
|
1546
|
-
'django.template.context_processors': { 'django.template.context_processors.
|
|
1592
|
+
'django.template.context_processors': { 'django.template.context_processors.csp': 'https://django.readthedocs.org/en/latest/ref/templates/api.html#django.template.context_processors.csp',
|
|
1593
|
+
'django.template.context_processors.debug': 'https://django.readthedocs.org/en/latest/ref/templates/api.html#django.template.context_processors.debug',
|
|
1547
1594
|
'django.template.context_processors.i18n': 'https://django.readthedocs.org/en/latest/ref/templates/api.html#django.template.context_processors.i18n',
|
|
1548
1595
|
'django.template.context_processors.static': 'https://django.readthedocs.org/en/latest/ref/templates/api.html#django.template.context_processors.static',
|
|
1549
1596
|
'django.template.context_processors.tz': 'https://django.readthedocs.org/en/latest/ref/templates/api.html#django.template.context_processors.tz'},
|
|
@@ -1651,6 +1698,7 @@ d = { 'settings': {'lib_path': 'nbdev_django'},
|
|
|
1651
1698
|
'django.urls.reverse': 'https://django.readthedocs.org/en/latest/ref/urlresolvers.html#django.urls.reverse',
|
|
1652
1699
|
'django.urls.reverse_lazy': 'https://django.readthedocs.org/en/latest/ref/urlresolvers.html#django.urls.reverse_lazy'},
|
|
1653
1700
|
'django.utils': { 'django.utils.cache': 'https://django.readthedocs.org/en/latest/ref/utils.html#module-django.utils.cache',
|
|
1701
|
+
'django.utils.csp': 'https://django.readthedocs.org/en/latest/ref/csp.html#module-django.utils.csp',
|
|
1654
1702
|
'django.utils.dateparse': 'https://django.readthedocs.org/en/latest/ref/utils.html#module-django.utils.dateparse',
|
|
1655
1703
|
'django.utils.decorators': 'https://django.readthedocs.org/en/latest/ref/utils.html#module-django.utils.decorators',
|
|
1656
1704
|
'django.utils.encoding': 'https://django.readthedocs.org/en/latest/ref/utils.html#module-django.utils.encoding',
|
|
@@ -1671,6 +1719,7 @@ d = { 'settings': {'lib_path': 'nbdev_django'},
|
|
|
1671
1719
|
'django.utils.cache.patch_cache_control': 'https://django.readthedocs.org/en/latest/ref/utils.html#django.utils.cache.patch_cache_control',
|
|
1672
1720
|
'django.utils.cache.patch_response_headers': 'https://django.readthedocs.org/en/latest/ref/utils.html#django.utils.cache.patch_response_headers',
|
|
1673
1721
|
'django.utils.cache.patch_vary_headers': 'https://django.readthedocs.org/en/latest/ref/utils.html#django.utils.cache.patch_vary_headers'},
|
|
1722
|
+
'django.utils.csp': {'django.utils.csp.CSP': 'https://django.readthedocs.org/en/latest/ref/csp.html#django.utils.csp.CSP'},
|
|
1674
1723
|
'django.utils.dateparse': { 'django.utils.dateparse.parse_date': 'https://django.readthedocs.org/en/latest/ref/utils.html#django.utils.dateparse.parse_date',
|
|
1675
1724
|
'django.utils.dateparse.parse_datetime': 'https://django.readthedocs.org/en/latest/ref/utils.html#django.utils.dateparse.parse_datetime',
|
|
1676
1725
|
'django.utils.dateparse.parse_duration': 'https://django.readthedocs.org/en/latest/ref/utils.html#django.utils.dateparse.parse_duration',
|
|
@@ -1785,6 +1834,7 @@ d = { 'settings': {'lib_path': 'nbdev_django'},
|
|
|
1785
1834
|
'django.views.debug.SafeExceptionReporterFilter.is_active': 'https://django.readthedocs.org/en/latest/howto/error-reporting.html#django.views.debug.SafeExceptionReporterFilter.is_active'},
|
|
1786
1835
|
'django.views.decorators': { 'django.views.decorators.cache': 'https://django.readthedocs.org/en/latest/topics/http/decorators.html#module-django.views.decorators.cache',
|
|
1787
1836
|
'django.views.decorators.common': 'https://django.readthedocs.org/en/latest/topics/http/decorators.html#module-django.views.decorators.common',
|
|
1837
|
+
'django.views.decorators.csp': 'https://django.readthedocs.org/en/latest/ref/csp.html#module-django.views.decorators.csp',
|
|
1788
1838
|
'django.views.decorators.csrf': 'https://django.readthedocs.org/en/latest/ref/csrf.html#module-django.views.decorators.csrf',
|
|
1789
1839
|
'django.views.decorators.gzip': 'https://django.readthedocs.org/en/latest/topics/http/decorators.html#module-django.views.decorators.gzip',
|
|
1790
1840
|
'django.views.decorators.http': 'https://django.readthedocs.org/en/latest/topics/http/decorators.html#module-django.views.decorators.http',
|
|
@@ -1793,6 +1843,8 @@ d = { 'settings': {'lib_path': 'nbdev_django'},
|
|
|
1793
1843
|
'django.views.decorators.cache.cache_page': 'https://django.readthedocs.org/en/latest/topics/cache.html#django.views.decorators.cache.cache_page',
|
|
1794
1844
|
'django.views.decorators.cache.never_cache': 'https://django.readthedocs.org/en/latest/topics/http/decorators.html#django.views.decorators.cache.never_cache'},
|
|
1795
1845
|
'django.views.decorators.common': { 'django.views.decorators.common.no_append_slash': 'https://django.readthedocs.org/en/latest/topics/http/decorators.html#django.views.decorators.common.no_append_slash'},
|
|
1846
|
+
'django.views.decorators.csp': { 'django.views.decorators.csp.csp_override': 'https://django.readthedocs.org/en/latest/ref/csp.html#django.views.decorators.csp.csp_override',
|
|
1847
|
+
'django.views.decorators.csp.csp_report_only_override': 'https://django.readthedocs.org/en/latest/ref/csp.html#django.views.decorators.csp.csp_report_only_override'},
|
|
1796
1848
|
'django.views.decorators.csrf': { 'django.views.decorators.csrf.csrf_exempt': 'https://django.readthedocs.org/en/latest/ref/csrf.html#django.views.decorators.csrf.csrf_exempt',
|
|
1797
1849
|
'django.views.decorators.csrf.csrf_protect': 'https://django.readthedocs.org/en/latest/ref/csrf.html#django.views.decorators.csrf.csrf_protect',
|
|
1798
1850
|
'django.views.decorators.csrf.ensure_csrf_cookie': 'https://django.readthedocs.org/en/latest/ref/csrf.html#django.views.decorators.csrf.ensure_csrf_cookie',
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
nbdev_django/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
nbdev_django/_modidx.py,sha256=j-LSyislfIHNE58Bj-RXlR4ckcbOYuKlB3TH6AmCDNQ,392307
|
|
3
|
+
nbdev_django/_nbdev.py,sha256=pszp1XJPRn4aqhJXSv8qChB-gCXbFSm8_jPIpak5IP8,308
|
|
4
|
+
nbdev_django-0.0.2318.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
5
|
+
nbdev_django-0.0.2318.dist-info/METADATA,sha256=U7ydbWWv5jMZqw-5W5-du53JwreGpmI6486BVJqXFcI,1166
|
|
6
|
+
nbdev_django-0.0.2318.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
7
|
+
nbdev_django-0.0.2318.dist-info/entry_points.txt,sha256=YohrAipaMIzS6dfsZmjmiEO_-dNlO83DjFM1wrBrsDo,46
|
|
8
|
+
nbdev_django-0.0.2318.dist-info/top_level.txt,sha256=b0upv-4t4ljSYr43ODM7B311qVw22hoBiponemAm4aI,13
|
|
9
|
+
nbdev_django-0.0.2318.dist-info/RECORD,,
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
nbdev_django/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
nbdev_django/_modidx.py,sha256=6rMwF33yBYD5wl-ADEjDOKMPIC2i7Ch1QhWY2amZ8oc,383260
|
|
3
|
-
nbdev_django/_nbdev.py,sha256=pszp1XJPRn4aqhJXSv8qChB-gCXbFSm8_jPIpak5IP8,308
|
|
4
|
-
nbdev_django-0.0.1845.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
5
|
-
nbdev_django-0.0.1845.dist-info/METADATA,sha256=8ri0FV0rl0SoEOl0vNwIfaMxdKvTAAdGR2uPLe1iZYs,1166
|
|
6
|
-
nbdev_django-0.0.1845.dist-info/WHEEL,sha256=wXxTzcEDnjrTwFYjLPcsW_7_XihufBwmpiBeiXNBGEA,91
|
|
7
|
-
nbdev_django-0.0.1845.dist-info/entry_points.txt,sha256=YohrAipaMIzS6dfsZmjmiEO_-dNlO83DjFM1wrBrsDo,46
|
|
8
|
-
nbdev_django-0.0.1845.dist-info/top_level.txt,sha256=b0upv-4t4ljSYr43ODM7B311qVw22hoBiponemAm4aI,13
|
|
9
|
-
nbdev_django-0.0.1845.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|