nbdev-django 0.0.1641__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 +73 -13
- {nbdev_django-0.0.1641.dist-info → nbdev_django-0.0.2318.dist-info}/METADATA +3 -2
- nbdev_django-0.0.2318.dist-info/RECORD +9 -0
- {nbdev_django-0.0.1641.dist-info → nbdev_django-0.0.2318.dist-info}/WHEEL +1 -1
- nbdev_django-0.0.1641.dist-info/RECORD +0 -9
- {nbdev_django-0.0.1641.dist-info → nbdev_django-0.0.2318.dist-info}/entry_points.txt +0 -0
- {nbdev_django-0.0.1641.dist-info → nbdev_django-0.0.2318.dist-info/licenses}/LICENSE +0 -0
- {nbdev_django-0.0.1641.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',
|
|
@@ -330,7 +331,8 @@ d = { 'settings': {'lib_path': 'nbdev_django'},
|
|
|
330
331
|
'django.contrib.contenttypes.models.ContentTypeManager.get_for_models': 'https://django.readthedocs.org/en/latest/ref/contrib/contenttypes.html#django.contrib.contenttypes.models.ContentTypeManager.get_for_models'},
|
|
331
332
|
'django.contrib.contenttypes.prefetch': { 'django.contrib.contenttypes.prefetch.GenericPrefetch': 'https://django.readthedocs.org/en/latest/ref/contrib/contenttypes.html#django.contrib.contenttypes.prefetch.GenericPrefetch'},
|
|
332
333
|
'django.contrib.flatpages.middleware': { 'django.contrib.flatpages.middleware.FlatpageFallbackMiddleware': 'https://django.readthedocs.org/en/latest/ref/contrib/flatpages.html#django.contrib.flatpages.middleware.FlatpageFallbackMiddleware'},
|
|
333
|
-
'django.contrib.flatpages.models': { 'django.contrib.flatpages.models.FlatPage': 'https://django.readthedocs.org/en/latest/ref/contrib/flatpages.html#django.contrib.flatpages.models.FlatPage'
|
|
334
|
+
'django.contrib.flatpages.models': { 'django.contrib.flatpages.models.FlatPage': 'https://django.readthedocs.org/en/latest/ref/contrib/flatpages.html#django.contrib.flatpages.models.FlatPage',
|
|
335
|
+
'django.contrib.flatpages.models.FlatPage.get_absolute_url': 'https://django.readthedocs.org/en/latest/ref/contrib/flatpages.html#django.contrib.flatpages.models.FlatPage.get_absolute_url'},
|
|
334
336
|
'django.contrib.flatpages.sitemaps': { 'django.contrib.flatpages.sitemaps.FlatPageSitemap': 'https://django.readthedocs.org/en/latest/ref/contrib/flatpages.html#django.contrib.flatpages.sitemaps.FlatPageSitemap'},
|
|
335
337
|
'django.contrib.gis': { 'django.contrib.gis.admin': 'https://django.readthedocs.org/en/latest/ref/contrib/gis/admin.html#module-django.contrib.gis.admin',
|
|
336
338
|
'django.contrib.gis.feeds': 'https://django.readthedocs.org/en/latest/ref/contrib/gis/feeds.html#module-django.contrib.gis.feeds',
|
|
@@ -377,6 +379,7 @@ d = { 'settings': {'lib_path': 'nbdev_django'},
|
|
|
377
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',
|
|
378
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',
|
|
379
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',
|
|
380
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',
|
|
381
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',
|
|
382
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',
|
|
@@ -384,11 +387,13 @@ d = { 'settings': {'lib_path': 'nbdev_django'},
|
|
|
384
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',
|
|
385
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',
|
|
386
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',
|
|
387
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',
|
|
388
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',
|
|
389
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',
|
|
390
394
|
'django.contrib.gis.db.models.functions.PointOnSurface': 'https://django.readthedocs.org/en/latest/ref/contrib/gis/functions.html#django.contrib.gis.db.models.functions.PointOnSurface',
|
|
391
395
|
'django.contrib.gis.db.models.functions.Reverse': 'https://django.readthedocs.org/en/latest/ref/contrib/gis/functions.html#django.contrib.gis.db.models.functions.Reverse',
|
|
396
|
+
'django.contrib.gis.db.models.functions.Rotate': 'https://django.readthedocs.org/en/latest/ref/contrib/gis/functions.html#django.contrib.gis.db.models.functions.Rotate',
|
|
392
397
|
'django.contrib.gis.db.models.functions.Scale': 'https://django.readthedocs.org/en/latest/ref/contrib/gis/functions.html#django.contrib.gis.db.models.functions.Scale',
|
|
393
398
|
'django.contrib.gis.db.models.functions.SnapToGrid': 'https://django.readthedocs.org/en/latest/ref/contrib/gis/functions.html#django.contrib.gis.db.models.functions.SnapToGrid',
|
|
394
399
|
'django.contrib.gis.db.models.functions.SymDifference': 'https://django.readthedocs.org/en/latest/ref/contrib/gis/functions.html#django.contrib.gis.db.models.functions.SymDifference',
|
|
@@ -485,14 +490,12 @@ d = { 'settings': {'lib_path': 'nbdev_django'},
|
|
|
485
490
|
'django.contrib.gis.gdal.SpatialReference.validate': 'https://django.readthedocs.org/en/latest/ref/contrib/gis/gdal.html#django.contrib.gis.gdal.SpatialReference.validate'},
|
|
486
491
|
'django.contrib.gis.geoip2': { 'django.contrib.gis.geoip2.GeoIP2': 'https://django.readthedocs.org/en/latest/ref/contrib/gis/geoip2.html#django.contrib.gis.geoip2.GeoIP2',
|
|
487
492
|
'django.contrib.gis.geoip2.GeoIP2.city': 'https://django.readthedocs.org/en/latest/ref/contrib/gis/geoip2.html#django.contrib.gis.geoip2.GeoIP2.city',
|
|
488
|
-
'django.contrib.gis.geoip2.GeoIP2.coords': 'https://django.readthedocs.org/en/latest/ref/contrib/gis/geoip2.html#django.contrib.gis.geoip2.GeoIP2.coords',
|
|
489
493
|
'django.contrib.gis.geoip2.GeoIP2.country': 'https://django.readthedocs.org/en/latest/ref/contrib/gis/geoip2.html#django.contrib.gis.geoip2.GeoIP2.country',
|
|
490
494
|
'django.contrib.gis.geoip2.GeoIP2.country_code': 'https://django.readthedocs.org/en/latest/ref/contrib/gis/geoip2.html#django.contrib.gis.geoip2.GeoIP2.country_code',
|
|
491
495
|
'django.contrib.gis.geoip2.GeoIP2.country_name': 'https://django.readthedocs.org/en/latest/ref/contrib/gis/geoip2.html#django.contrib.gis.geoip2.GeoIP2.country_name',
|
|
492
496
|
'django.contrib.gis.geoip2.GeoIP2.geos': 'https://django.readthedocs.org/en/latest/ref/contrib/gis/geoip2.html#django.contrib.gis.geoip2.GeoIP2.geos',
|
|
493
497
|
'django.contrib.gis.geoip2.GeoIP2.lat_lon': 'https://django.readthedocs.org/en/latest/ref/contrib/gis/geoip2.html#django.contrib.gis.geoip2.GeoIP2.lat_lon',
|
|
494
|
-
'django.contrib.gis.geoip2.GeoIP2.lon_lat': 'https://django.readthedocs.org/en/latest/ref/contrib/gis/geoip2.html#django.contrib.gis.geoip2.GeoIP2.lon_lat',
|
|
495
|
-
'django.contrib.gis.geoip2.GeoIP2.open': 'https://django.readthedocs.org/en/latest/ref/contrib/gis/geoip2.html#django.contrib.gis.geoip2.GeoIP2.open'},
|
|
498
|
+
'django.contrib.gis.geoip2.GeoIP2.lon_lat': 'https://django.readthedocs.org/en/latest/ref/contrib/gis/geoip2.html#django.contrib.gis.geoip2.GeoIP2.lon_lat'},
|
|
496
499
|
'django.contrib.gis.geos': { 'django.contrib.gis.geos.GEOSGeometry': 'https://django.readthedocs.org/en/latest/ref/contrib/gis/geos.html#django.contrib.gis.geos.GEOSGeometry',
|
|
497
500
|
'django.contrib.gis.geos.GEOSGeometry.buffer': 'https://django.readthedocs.org/en/latest/ref/contrib/gis/geos.html#django.contrib.gis.geos.GEOSGeometry.buffer',
|
|
498
501
|
'django.contrib.gis.geos.GEOSGeometry.buffer_with_style': 'https://django.readthedocs.org/en/latest/ref/contrib/gis/geos.html#django.contrib.gis.geos.GEOSGeometry.buffer_with_style',
|
|
@@ -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',
|
|
@@ -849,12 +859,16 @@ d = { 'settings': {'lib_path': 'nbdev_django'},
|
|
|
849
859
|
'django.core.management.BaseCommand.check': 'https://django.readthedocs.org/en/latest/howto/custom-management-commands.html#django.core.management.BaseCommand.check',
|
|
850
860
|
'django.core.management.BaseCommand.create_parser': 'https://django.readthedocs.org/en/latest/howto/custom-management-commands.html#django.core.management.BaseCommand.create_parser',
|
|
851
861
|
'django.core.management.BaseCommand.execute': 'https://django.readthedocs.org/en/latest/howto/custom-management-commands.html#django.core.management.BaseCommand.execute',
|
|
862
|
+
'django.core.management.BaseCommand.get_check_kwargs': 'https://django.readthedocs.org/en/latest/howto/custom-management-commands.html#django.core.management.BaseCommand.get_check_kwargs',
|
|
852
863
|
'django.core.management.BaseCommand.get_version': 'https://django.readthedocs.org/en/latest/howto/custom-management-commands.html#django.core.management.BaseCommand.get_version',
|
|
853
864
|
'django.core.management.BaseCommand.handle': 'https://django.readthedocs.org/en/latest/howto/custom-management-commands.html#django.core.management.BaseCommand.handle',
|
|
854
865
|
'django.core.management.LabelCommand': 'https://django.readthedocs.org/en/latest/howto/custom-management-commands.html#django.core.management.LabelCommand',
|
|
855
866
|
'django.core.management.LabelCommand.handle_label': 'https://django.readthedocs.org/en/latest/howto/custom-management-commands.html#django.core.management.LabelCommand.handle_label',
|
|
856
867
|
'django.core.management.call_command': 'https://django.readthedocs.org/en/latest/ref/django-admin.html#django.core.management.call_command'},
|
|
857
|
-
'django.core.paginator': { 'django.core.paginator.
|
|
868
|
+
'django.core.paginator': { 'django.core.paginator.AsyncPage': 'https://django.readthedocs.org/en/latest/ref/paginator.html#django.core.paginator.AsyncPage',
|
|
869
|
+
'django.core.paginator.AsyncPage.aget_object_list': 'https://django.readthedocs.org/en/latest/ref/paginator.html#django.core.paginator.AsyncPage.aget_object_list',
|
|
870
|
+
'django.core.paginator.AsyncPaginator': 'https://django.readthedocs.org/en/latest/ref/paginator.html#django.core.paginator.AsyncPaginator',
|
|
871
|
+
'django.core.paginator.Page': 'https://django.readthedocs.org/en/latest/ref/paginator.html#django.core.paginator.Page',
|
|
858
872
|
'django.core.paginator.Page.end_index': 'https://django.readthedocs.org/en/latest/ref/paginator.html#django.core.paginator.Page.end_index',
|
|
859
873
|
'django.core.paginator.Page.has_next': 'https://django.readthedocs.org/en/latest/ref/paginator.html#django.core.paginator.Page.has_next',
|
|
860
874
|
'django.core.paginator.Page.has_other_pages': 'https://django.readthedocs.org/en/latest/ref/paginator.html#django.core.paginator.Page.has_other_pages',
|
|
@@ -918,12 +932,14 @@ d = { 'settings': {'lib_path': 'nbdev_django'},
|
|
|
918
932
|
'django.db.backends.base.schema.BaseDatabaseSchemaEditor.remove_index': 'https://django.readthedocs.org/en/latest/ref/schema-editor.html#django.db.backends.base.schema.BaseDatabaseSchemaEditor.remove_index',
|
|
919
933
|
'django.db.backends.base.schema.BaseDatabaseSchemaEditor.rename_index': 'https://django.readthedocs.org/en/latest/ref/schema-editor.html#django.db.backends.base.schema.BaseDatabaseSchemaEditor.rename_index'},
|
|
920
934
|
'django.db.connection.creation': { 'django.db.connection.creation.create_test_db': 'https://django.readthedocs.org/en/latest/topics/testing/advanced.html#django.db.connection.creation.create_test_db',
|
|
921
|
-
'django.db.connection.creation.destroy_test_db': 'https://django.readthedocs.org/en/latest/topics/testing/advanced.html#django.db.connection.creation.destroy_test_db'
|
|
935
|
+
'django.db.connection.creation.destroy_test_db': 'https://django.readthedocs.org/en/latest/topics/testing/advanced.html#django.db.connection.creation.destroy_test_db',
|
|
936
|
+
'django.db.connection.creation.serialize_db_to_string': 'https://django.readthedocs.org/en/latest/topics/testing/advanced.html#django.db.connection.creation.serialize_db_to_string'},
|
|
922
937
|
'django.db.migrations': { 'django.db.migrations.operations': 'https://django.readthedocs.org/en/latest/ref/migration-operations.html#module-django.db.migrations.operations'},
|
|
923
938
|
'django.db.migrations.django.db.migrations': { 'django.db.migrations.django.db.migrations.swappable_dependency': 'https://django.readthedocs.org/en/latest/topics/migrations.html#django.db.migrations.django.db.migrations.swappable_dependency'},
|
|
924
939
|
'django.db.migrations.operations': { 'django.db.migrations.operations.AddConstraint': 'https://django.readthedocs.org/en/latest/ref/migration-operations.html#django.db.migrations.operations.AddConstraint',
|
|
925
940
|
'django.db.migrations.operations.AddField': 'https://django.readthedocs.org/en/latest/ref/migration-operations.html#django.db.migrations.operations.AddField',
|
|
926
941
|
'django.db.migrations.operations.AddIndex': 'https://django.readthedocs.org/en/latest/ref/migration-operations.html#django.db.migrations.operations.AddIndex',
|
|
942
|
+
'django.db.migrations.operations.AlterConstraint': 'https://django.readthedocs.org/en/latest/ref/migration-operations.html#django.db.migrations.operations.AlterConstraint',
|
|
927
943
|
'django.db.migrations.operations.AlterField': 'https://django.readthedocs.org/en/latest/ref/migration-operations.html#django.db.migrations.operations.AlterField',
|
|
928
944
|
'django.db.migrations.operations.AlterIndexTogether': 'https://django.readthedocs.org/en/latest/ref/migration-operations.html#django.db.migrations.operations.AlterIndexTogether',
|
|
929
945
|
'django.db.migrations.operations.AlterModelManagers': 'https://django.readthedocs.org/en/latest/ref/migration-operations.html#django.db.migrations.operations.AlterModelManagers',
|
|
@@ -946,6 +962,7 @@ d = { 'settings': {'lib_path': 'nbdev_django'},
|
|
|
946
962
|
'django.db.migrations.operations.SeparateDatabaseAndState': 'https://django.readthedocs.org/en/latest/ref/migration-operations.html#django.db.migrations.operations.SeparateDatabaseAndState'},
|
|
947
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'},
|
|
948
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',
|
|
949
966
|
'django.db.models.AutoField': 'https://django.readthedocs.org/en/latest/ref/models/fields.html#django.db.models.AutoField',
|
|
950
967
|
'django.db.models.Avg': 'https://django.readthedocs.org/en/latest/ref/models/querysets.html#django.db.models.Avg',
|
|
951
968
|
'django.db.models.BaseConstraint': 'https://django.readthedocs.org/en/latest/ref/models/constraints.html#django.db.models.BaseConstraint',
|
|
@@ -956,6 +973,7 @@ d = { 'settings': {'lib_path': 'nbdev_django'},
|
|
|
956
973
|
'django.db.models.BooleanField': 'https://django.readthedocs.org/en/latest/ref/models/fields.html#django.db.models.BooleanField',
|
|
957
974
|
'django.db.models.CharField': 'https://django.readthedocs.org/en/latest/ref/models/fields.html#django.db.models.CharField',
|
|
958
975
|
'django.db.models.CheckConstraint': 'https://django.readthedocs.org/en/latest/ref/models/constraints.html#django.db.models.CheckConstraint',
|
|
976
|
+
'django.db.models.CompositePrimaryKey': 'https://django.readthedocs.org/en/latest/ref/models/fields.html#django.db.models.CompositePrimaryKey',
|
|
959
977
|
'django.db.models.Count': 'https://django.readthedocs.org/en/latest/ref/models/querysets.html#django.db.models.Count',
|
|
960
978
|
'django.db.models.CursorWrapper.callproc': 'https://django.readthedocs.org/en/latest/topics/db/sql.html#django.db.models.CursorWrapper.callproc',
|
|
961
979
|
'django.db.models.DateField': 'https://django.readthedocs.org/en/latest/ref/models/fields.html#django.db.models.DateField',
|
|
@@ -1003,6 +1021,7 @@ d = { 'settings': {'lib_path': 'nbdev_django'},
|
|
|
1003
1021
|
'django.db.models.Index': 'https://django.readthedocs.org/en/latest/ref/models/indexes.html#django.db.models.Index',
|
|
1004
1022
|
'django.db.models.IntegerField': 'https://django.readthedocs.org/en/latest/ref/models/fields.html#django.db.models.IntegerField',
|
|
1005
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',
|
|
1006
1025
|
'django.db.models.Lookup': 'https://django.readthedocs.org/en/latest/ref/models/lookups.html#django.db.models.Lookup',
|
|
1007
1026
|
'django.db.models.Lookup.process_lhs': 'https://django.readthedocs.org/en/latest/ref/models/lookups.html#django.db.models.Lookup.process_lhs',
|
|
1008
1027
|
'django.db.models.Lookup.process_rhs': 'https://django.readthedocs.org/en/latest/ref/models/lookups.html#django.db.models.Lookup.process_rhs',
|
|
@@ -1045,6 +1064,7 @@ d = { 'settings': {'lib_path': 'nbdev_django'},
|
|
|
1045
1064
|
'django.db.models.SmallAutoField': 'https://django.readthedocs.org/en/latest/ref/models/fields.html#django.db.models.SmallAutoField',
|
|
1046
1065
|
'django.db.models.SmallIntegerField': 'https://django.readthedocs.org/en/latest/ref/models/fields.html#django.db.models.SmallIntegerField',
|
|
1047
1066
|
'django.db.models.StdDev': 'https://django.readthedocs.org/en/latest/ref/models/querysets.html#django.db.models.StdDev',
|
|
1067
|
+
'django.db.models.StringAgg': 'https://django.readthedocs.org/en/latest/ref/models/querysets.html#django.db.models.StringAgg',
|
|
1048
1068
|
'django.db.models.Subquery': 'https://django.readthedocs.org/en/latest/ref/models/expressions.html#django.db.models.Subquery',
|
|
1049
1069
|
'django.db.models.Sum': 'https://django.readthedocs.org/en/latest/ref/models/querysets.html#django.db.models.Sum',
|
|
1050
1070
|
'django.db.models.TextField': 'https://django.readthedocs.org/en/latest/ref/models/fields.html#django.db.models.TextField',
|
|
@@ -1057,6 +1077,7 @@ d = { 'settings': {'lib_path': 'nbdev_django'},
|
|
|
1057
1077
|
'django.db.models.Variance': 'https://django.readthedocs.org/en/latest/ref/models/querysets.html#django.db.models.Variance',
|
|
1058
1078
|
'django.db.models.aprefetch_related_objects': 'https://django.readthedocs.org/en/latest/ref/models/querysets.html#django.db.models.aprefetch_related_objects',
|
|
1059
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',
|
|
1060
1081
|
'django.db.models.fields': 'https://django.readthedocs.org/en/latest/ref/models/fields.html#module-django.db.models.fields',
|
|
1061
1082
|
'django.db.models.functions': 'https://django.readthedocs.org/en/latest/ref/models/database-functions.html#module-django.db.models.functions',
|
|
1062
1083
|
'django.db.models.indexes': 'https://django.readthedocs.org/en/latest/ref/models/indexes.html#module-django.db.models.indexes',
|
|
@@ -1122,6 +1143,7 @@ d = { 'settings': {'lib_path': 'nbdev_django'},
|
|
|
1122
1143
|
'django.db.models.functions.FirstValue': 'https://django.readthedocs.org/en/latest/ref/models/database-functions.html#django.db.models.functions.FirstValue',
|
|
1123
1144
|
'django.db.models.functions.Floor': 'https://django.readthedocs.org/en/latest/ref/models/database-functions.html#django.db.models.functions.Floor',
|
|
1124
1145
|
'django.db.models.functions.Greatest': 'https://django.readthedocs.org/en/latest/ref/models/database-functions.html#django.db.models.functions.Greatest',
|
|
1146
|
+
'django.db.models.functions.JSONArray': 'https://django.readthedocs.org/en/latest/ref/models/database-functions.html#django.db.models.functions.JSONArray',
|
|
1125
1147
|
'django.db.models.functions.JSONObject': 'https://django.readthedocs.org/en/latest/ref/models/database-functions.html#django.db.models.functions.JSONObject',
|
|
1126
1148
|
'django.db.models.functions.LPad': 'https://django.readthedocs.org/en/latest/ref/models/database-functions.html#django.db.models.functions.LPad',
|
|
1127
1149
|
'django.db.models.functions.LTrim': 'https://django.readthedocs.org/en/latest/ref/models/database-functions.html#django.db.models.functions.LTrim',
|
|
@@ -1178,6 +1200,8 @@ d = { 'settings': {'lib_path': 'nbdev_django'},
|
|
|
1178
1200
|
'django.db.models.functions.TruncTime': 'https://django.readthedocs.org/en/latest/ref/models/database-functions.html#django.db.models.functions.TruncTime',
|
|
1179
1201
|
'django.db.models.functions.TruncWeek': 'https://django.readthedocs.org/en/latest/ref/models/database-functions.html#django.db.models.functions.TruncWeek',
|
|
1180
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',
|
|
1181
1205
|
'django.db.models.functions.Upper': 'https://django.readthedocs.org/en/latest/ref/models/database-functions.html#django.db.models.functions.Upper'},
|
|
1182
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',
|
|
1183
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',
|
|
@@ -1228,6 +1252,7 @@ d = { 'settings': {'lib_path': 'nbdev_django'},
|
|
|
1228
1252
|
'django.db.models.query.QuerySet.exists': 'https://django.readthedocs.org/en/latest/ref/models/querysets.html#django.db.models.query.QuerySet.exists',
|
|
1229
1253
|
'django.db.models.query.QuerySet.explain': 'https://django.readthedocs.org/en/latest/ref/models/querysets.html#django.db.models.query.QuerySet.explain',
|
|
1230
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',
|
|
1231
1256
|
'django.db.models.query.QuerySet.filter': 'https://django.readthedocs.org/en/latest/ref/models/querysets.html#django.db.models.query.QuerySet.filter',
|
|
1232
1257
|
'django.db.models.query.QuerySet.first': 'https://django.readthedocs.org/en/latest/ref/models/querysets.html#django.db.models.query.QuerySet.first',
|
|
1233
1258
|
'django.db.models.query.QuerySet.get': 'https://django.readthedocs.org/en/latest/ref/models/querysets.html#django.db.models.query.QuerySet.get',
|
|
@@ -1305,7 +1330,7 @@ d = { 'settings': {'lib_path': 'nbdev_django'},
|
|
|
1305
1330
|
'django.forms.ErrorList.render': 'https://django.readthedocs.org/en/latest/ref/forms/api.html#django.forms.ErrorList.render',
|
|
1306
1331
|
'django.forms.Field': 'https://django.readthedocs.org/en/latest/ref/forms/fields.html#django.forms.Field',
|
|
1307
1332
|
'django.forms.Field.clean': 'https://django.readthedocs.org/en/latest/ref/forms/fields.html#django.forms.Field.clean',
|
|
1308
|
-
'django.forms.Field.get_bound_field': 'https://django.readthedocs.org/en/latest/ref/forms/
|
|
1333
|
+
'django.forms.Field.get_bound_field': 'https://django.readthedocs.org/en/latest/ref/forms/fields.html#django.forms.Field.get_bound_field',
|
|
1309
1334
|
'django.forms.Field.has_changed': 'https://django.readthedocs.org/en/latest/ref/forms/fields.html#django.forms.Field.has_changed',
|
|
1310
1335
|
'django.forms.FileField': 'https://django.readthedocs.org/en/latest/ref/forms/fields.html#django.forms.FileField',
|
|
1311
1336
|
'django.forms.FileInput': 'https://django.readthedocs.org/en/latest/ref/forms/widgets.html#django.forms.FileInput',
|
|
@@ -1338,6 +1363,7 @@ d = { 'settings': {'lib_path': 'nbdev_django'},
|
|
|
1338
1363
|
'django.forms.ModelChoiceIteratorValue': 'https://django.readthedocs.org/en/latest/ref/forms/fields.html#django.forms.ModelChoiceIteratorValue',
|
|
1339
1364
|
'django.forms.ModelChoiceIteratorValue.__str__': 'https://django.readthedocs.org/en/latest/ref/forms/fields.html#django.forms.ModelChoiceIteratorValue.__str__',
|
|
1340
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',
|
|
1341
1367
|
'django.forms.ModelMultipleChoiceField': 'https://django.readthedocs.org/en/latest/ref/forms/fields.html#django.forms.ModelMultipleChoiceField',
|
|
1342
1368
|
'django.forms.MultiValueField': 'https://django.readthedocs.org/en/latest/ref/forms/fields.html#django.forms.MultiValueField',
|
|
1343
1369
|
'django.forms.MultiValueField.compress': 'https://django.readthedocs.org/en/latest/ref/forms/fields.html#django.forms.MultiValueField.compress',
|
|
@@ -1352,6 +1378,7 @@ d = { 'settings': {'lib_path': 'nbdev_django'},
|
|
|
1352
1378
|
'django.forms.PasswordInput': 'https://django.readthedocs.org/en/latest/ref/forms/widgets.html#django.forms.PasswordInput',
|
|
1353
1379
|
'django.forms.RadioSelect': 'https://django.readthedocs.org/en/latest/ref/forms/widgets.html#django.forms.RadioSelect',
|
|
1354
1380
|
'django.forms.RegexField': 'https://django.readthedocs.org/en/latest/ref/forms/fields.html#django.forms.RegexField',
|
|
1381
|
+
'django.forms.Script': 'https://django.readthedocs.org/en/latest/topics/forms/media.html#django.forms.Script',
|
|
1355
1382
|
'django.forms.SearchInput': 'https://django.readthedocs.org/en/latest/ref/forms/widgets.html#django.forms.SearchInput',
|
|
1356
1383
|
'django.forms.Select': 'https://django.readthedocs.org/en/latest/ref/forms/widgets.html#django.forms.Select',
|
|
1357
1384
|
'django.forms.SelectDateWidget': 'https://django.readthedocs.org/en/latest/ref/forms/widgets.html#django.forms.SelectDateWidget',
|
|
@@ -1405,10 +1432,8 @@ d = { 'settings': {'lib_path': 'nbdev_django'},
|
|
|
1405
1432
|
'django.forms.renderers': { 'django.forms.renderers.BaseRenderer': 'https://django.readthedocs.org/en/latest/ref/forms/renderers.html#django.forms.renderers.BaseRenderer',
|
|
1406
1433
|
'django.forms.renderers.BaseRenderer.get_template': 'https://django.readthedocs.org/en/latest/ref/forms/renderers.html#django.forms.renderers.BaseRenderer.get_template',
|
|
1407
1434
|
'django.forms.renderers.BaseRenderer.render': 'https://django.readthedocs.org/en/latest/ref/forms/renderers.html#django.forms.renderers.BaseRenderer.render',
|
|
1408
|
-
'django.forms.renderers.DjangoDivFormRenderer': 'https://django.readthedocs.org/en/latest/ref/forms/renderers.html#django.forms.renderers.DjangoDivFormRenderer',
|
|
1409
1435
|
'django.forms.renderers.DjangoTemplates': 'https://django.readthedocs.org/en/latest/ref/forms/renderers.html#django.forms.renderers.DjangoTemplates',
|
|
1410
1436
|
'django.forms.renderers.Jinja2': 'https://django.readthedocs.org/en/latest/ref/forms/renderers.html#django.forms.renderers.Jinja2',
|
|
1411
|
-
'django.forms.renderers.Jinja2DivFormRenderer': 'https://django.readthedocs.org/en/latest/ref/forms/renderers.html#django.forms.renderers.Jinja2DivFormRenderer',
|
|
1412
1437
|
'django.forms.renderers.TemplatesSetting': 'https://django.readthedocs.org/en/latest/ref/forms/renderers.html#django.forms.renderers.TemplatesSetting'},
|
|
1413
1438
|
'django.http': { 'django.http.FileResponse': 'https://django.readthedocs.org/en/latest/ref/request-response.html#django.http.FileResponse',
|
|
1414
1439
|
'django.http.FileResponse.set_headers': 'https://django.readthedocs.org/en/latest/ref/request-response.html#django.http.FileResponse.set_headers',
|
|
@@ -1485,6 +1510,7 @@ d = { 'settings': {'lib_path': 'nbdev_django'},
|
|
|
1485
1510
|
'django.middleware': { 'django.middleware.cache': 'https://django.readthedocs.org/en/latest/ref/middleware.html#module-django.middleware.cache',
|
|
1486
1511
|
'django.middleware.clickjacking': 'https://django.readthedocs.org/en/latest/ref/clickjacking.html#module-django.middleware.clickjacking',
|
|
1487
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',
|
|
1488
1514
|
'django.middleware.csrf': 'https://django.readthedocs.org/en/latest/ref/csrf.html#module-django.middleware.csrf',
|
|
1489
1515
|
'django.middleware.gzip': 'https://django.readthedocs.org/en/latest/ref/middleware.html#module-django.middleware.gzip',
|
|
1490
1516
|
'django.middleware.http': 'https://django.readthedocs.org/en/latest/ref/middleware.html#module-django.middleware.http',
|
|
@@ -1495,6 +1521,7 @@ d = { 'settings': {'lib_path': 'nbdev_django'},
|
|
|
1495
1521
|
'django.middleware.clickjacking': { 'django.middleware.clickjacking.XFrameOptionsMiddleware': 'https://django.readthedocs.org/en/latest/ref/middleware.html#django.middleware.clickjacking.XFrameOptionsMiddleware'},
|
|
1496
1522
|
'django.middleware.common': { 'django.middleware.common.BrokenLinkEmailsMiddleware': 'https://django.readthedocs.org/en/latest/ref/middleware.html#django.middleware.common.BrokenLinkEmailsMiddleware',
|
|
1497
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'},
|
|
1498
1525
|
'django.middleware.csrf': { 'django.middleware.csrf.CsrfViewMiddleware': 'https://django.readthedocs.org/en/latest/ref/middleware.html#django.middleware.csrf.CsrfViewMiddleware'},
|
|
1499
1526
|
'django.middleware.gzip': { 'django.middleware.gzip.GZipMiddleware': 'https://django.readthedocs.org/en/latest/ref/middleware.html#django.middleware.gzip.GZipMiddleware'},
|
|
1500
1527
|
'django.middleware.http': { 'django.middleware.http.ConditionalGetMiddleware': 'https://django.readthedocs.org/en/latest/ref/middleware.html#django.middleware.http.ConditionalGetMiddleware'},
|
|
@@ -1505,7 +1532,34 @@ d = { 'settings': {'lib_path': 'nbdev_django'},
|
|
|
1505
1532
|
'django.shortcuts.get_list_or_404': 'https://django.readthedocs.org/en/latest/topics/http/shortcuts.html#django.shortcuts.get_list_or_404',
|
|
1506
1533
|
'django.shortcuts.get_object_or_404': 'https://django.readthedocs.org/en/latest/topics/http/shortcuts.html#django.shortcuts.get_object_or_404',
|
|
1507
1534
|
'django.shortcuts.redirect': 'https://django.readthedocs.org/en/latest/topics/http/shortcuts.html#django.shortcuts.redirect',
|
|
1508
|
-
'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'},
|
|
1509
1563
|
'django.template': { 'django.template.Context': 'https://django.readthedocs.org/en/latest/ref/templates/api.html#django.template.Context',
|
|
1510
1564
|
'django.template.Context.flatten': 'https://django.readthedocs.org/en/latest/ref/templates/api.html#django.template.Context.flatten',
|
|
1511
1565
|
'django.template.Context.get': 'https://django.readthedocs.org/en/latest/ref/templates/api.html#django.template.Context.get',
|
|
@@ -1535,7 +1589,8 @@ d = { 'settings': {'lib_path': 'nbdev_django'},
|
|
|
1535
1589
|
'django.template.backends.django': { 'django.template.backends.django.DjangoTemplates': 'https://django.readthedocs.org/en/latest/topics/templates.html#django.template.backends.django.DjangoTemplates'},
|
|
1536
1590
|
'django.template.backends.jinja2': { 'django.template.backends.jinja2.Jinja2': 'https://django.readthedocs.org/en/latest/topics/templates.html#django.template.backends.jinja2.Jinja2'},
|
|
1537
1591
|
'django.template.base': { 'django.template.base.Origin': 'https://django.readthedocs.org/en/latest/ref/templates/api.html#django.template.base.Origin'},
|
|
1538
|
-
'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',
|
|
1539
1594
|
'django.template.context_processors.i18n': 'https://django.readthedocs.org/en/latest/ref/templates/api.html#django.template.context_processors.i18n',
|
|
1540
1595
|
'django.template.context_processors.static': 'https://django.readthedocs.org/en/latest/ref/templates/api.html#django.template.context_processors.static',
|
|
1541
1596
|
'django.template.context_processors.tz': 'https://django.readthedocs.org/en/latest/ref/templates/api.html#django.template.context_processors.tz'},
|
|
@@ -1643,6 +1698,7 @@ d = { 'settings': {'lib_path': 'nbdev_django'},
|
|
|
1643
1698
|
'django.urls.reverse': 'https://django.readthedocs.org/en/latest/ref/urlresolvers.html#django.urls.reverse',
|
|
1644
1699
|
'django.urls.reverse_lazy': 'https://django.readthedocs.org/en/latest/ref/urlresolvers.html#django.urls.reverse_lazy'},
|
|
1645
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',
|
|
1646
1702
|
'django.utils.dateparse': 'https://django.readthedocs.org/en/latest/ref/utils.html#module-django.utils.dateparse',
|
|
1647
1703
|
'django.utils.decorators': 'https://django.readthedocs.org/en/latest/ref/utils.html#module-django.utils.decorators',
|
|
1648
1704
|
'django.utils.encoding': 'https://django.readthedocs.org/en/latest/ref/utils.html#module-django.utils.encoding',
|
|
@@ -1663,6 +1719,7 @@ d = { 'settings': {'lib_path': 'nbdev_django'},
|
|
|
1663
1719
|
'django.utils.cache.patch_cache_control': 'https://django.readthedocs.org/en/latest/ref/utils.html#django.utils.cache.patch_cache_control',
|
|
1664
1720
|
'django.utils.cache.patch_response_headers': 'https://django.readthedocs.org/en/latest/ref/utils.html#django.utils.cache.patch_response_headers',
|
|
1665
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'},
|
|
1666
1723
|
'django.utils.dateparse': { 'django.utils.dateparse.parse_date': 'https://django.readthedocs.org/en/latest/ref/utils.html#django.utils.dateparse.parse_date',
|
|
1667
1724
|
'django.utils.dateparse.parse_datetime': 'https://django.readthedocs.org/en/latest/ref/utils.html#django.utils.dateparse.parse_datetime',
|
|
1668
1725
|
'django.utils.dateparse.parse_duration': 'https://django.readthedocs.org/en/latest/ref/utils.html#django.utils.dateparse.parse_duration',
|
|
@@ -1777,6 +1834,7 @@ d = { 'settings': {'lib_path': 'nbdev_django'},
|
|
|
1777
1834
|
'django.views.debug.SafeExceptionReporterFilter.is_active': 'https://django.readthedocs.org/en/latest/howto/error-reporting.html#django.views.debug.SafeExceptionReporterFilter.is_active'},
|
|
1778
1835
|
'django.views.decorators': { 'django.views.decorators.cache': 'https://django.readthedocs.org/en/latest/topics/http/decorators.html#module-django.views.decorators.cache',
|
|
1779
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',
|
|
1780
1838
|
'django.views.decorators.csrf': 'https://django.readthedocs.org/en/latest/ref/csrf.html#module-django.views.decorators.csrf',
|
|
1781
1839
|
'django.views.decorators.gzip': 'https://django.readthedocs.org/en/latest/topics/http/decorators.html#module-django.views.decorators.gzip',
|
|
1782
1840
|
'django.views.decorators.http': 'https://django.readthedocs.org/en/latest/topics/http/decorators.html#module-django.views.decorators.http',
|
|
@@ -1785,6 +1843,8 @@ d = { 'settings': {'lib_path': 'nbdev_django'},
|
|
|
1785
1843
|
'django.views.decorators.cache.cache_page': 'https://django.readthedocs.org/en/latest/topics/cache.html#django.views.decorators.cache.cache_page',
|
|
1786
1844
|
'django.views.decorators.cache.never_cache': 'https://django.readthedocs.org/en/latest/topics/http/decorators.html#django.views.decorators.cache.never_cache'},
|
|
1787
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'},
|
|
1788
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',
|
|
1789
1849
|
'django.views.decorators.csrf.csrf_protect': 'https://django.readthedocs.org/en/latest/ref/csrf.html#django.views.decorators.csrf.csrf_protect',
|
|
1790
1850
|
'django.views.decorators.csrf.ensure_csrf_cookie': 'https://django.readthedocs.org/en/latest/ref/csrf.html#django.views.decorators.csrf.ensure_csrf_cookie',
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: nbdev-django
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.2318
|
|
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
|
|
@@ -28,6 +28,7 @@ Dynamic: description-content-type
|
|
|
28
28
|
Dynamic: home-page
|
|
29
29
|
Dynamic: keywords
|
|
30
30
|
Dynamic: license
|
|
31
|
+
Dynamic: license-file
|
|
31
32
|
Dynamic: provides-extra
|
|
32
33
|
Dynamic: requires-dist
|
|
33
34
|
Dynamic: requires-python
|
|
@@ -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=FGOq50e4Bm72VwocMwNSiVkkGzBEZbpMsAdoDlK0uZA,381677
|
|
3
|
-
nbdev_django/_nbdev.py,sha256=pszp1XJPRn4aqhJXSv8qChB-gCXbFSm8_jPIpak5IP8,308
|
|
4
|
-
nbdev_django-0.0.1641.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
5
|
-
nbdev_django-0.0.1641.dist-info/METADATA,sha256=R9seDiWjFr1bVrxkzMS-fOnz1x8CRZaVP30gotJlz_4,1144
|
|
6
|
-
nbdev_django-0.0.1641.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
7
|
-
nbdev_django-0.0.1641.dist-info/entry_points.txt,sha256=YohrAipaMIzS6dfsZmjmiEO_-dNlO83DjFM1wrBrsDo,46
|
|
8
|
-
nbdev_django-0.0.1641.dist-info/top_level.txt,sha256=b0upv-4t4ljSYr43ODM7B311qVw22hoBiponemAm4aI,13
|
|
9
|
-
nbdev_django-0.0.1641.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|