nbdev-django 0.0.2157__tar.gz → 0.0.2236__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nbdev-django
3
- Version: 0.0.2157
3
+ Version: 0.0.2236
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
@@ -1019,6 +1019,7 @@ d = { 'settings': {'lib_path': 'nbdev_django'},
1019
1019
  'django.db.models.Index': 'https://django.readthedocs.org/en/latest/ref/models/indexes.html#django.db.models.Index',
1020
1020
  'django.db.models.IntegerField': 'https://django.readthedocs.org/en/latest/ref/models/fields.html#django.db.models.IntegerField',
1021
1021
  'django.db.models.JSONField': 'https://django.readthedocs.org/en/latest/ref/models/fields.html#django.db.models.JSONField',
1022
+ 'django.db.models.JSONNull': 'https://django.readthedocs.org/en/latest/ref/models/expressions.html#django.db.models.JSONNull',
1022
1023
  'django.db.models.Lookup': 'https://django.readthedocs.org/en/latest/ref/models/lookups.html#django.db.models.Lookup',
1023
1024
  'django.db.models.Lookup.process_lhs': 'https://django.readthedocs.org/en/latest/ref/models/lookups.html#django.db.models.Lookup.process_lhs',
1024
1025
  'django.db.models.Lookup.process_rhs': 'https://django.readthedocs.org/en/latest/ref/models/lookups.html#django.db.models.Lookup.process_rhs',
@@ -1074,6 +1075,7 @@ d = { 'settings': {'lib_path': 'nbdev_django'},
1074
1075
  'django.db.models.Variance': 'https://django.readthedocs.org/en/latest/ref/models/querysets.html#django.db.models.Variance',
1075
1076
  'django.db.models.aprefetch_related_objects': 'https://django.readthedocs.org/en/latest/ref/models/querysets.html#django.db.models.aprefetch_related_objects',
1076
1077
  'django.db.models.constraints': 'https://django.readthedocs.org/en/latest/ref/models/constraints.html#module-django.db.models.constraints',
1078
+ 'django.db.models.fetch_modes': 'https://django.readthedocs.org/en/latest/topics/db/fetch-modes.html#module-django.db.models.fetch_modes',
1077
1079
  'django.db.models.fields': 'https://django.readthedocs.org/en/latest/ref/models/fields.html#module-django.db.models.fields',
1078
1080
  'django.db.models.functions': 'https://django.readthedocs.org/en/latest/ref/models/database-functions.html#module-django.db.models.functions',
1079
1081
  'django.db.models.indexes': 'https://django.readthedocs.org/en/latest/ref/models/indexes.html#module-django.db.models.indexes',
@@ -1246,6 +1248,7 @@ d = { 'settings': {'lib_path': 'nbdev_django'},
1246
1248
  'django.db.models.query.QuerySet.exists': 'https://django.readthedocs.org/en/latest/ref/models/querysets.html#django.db.models.query.QuerySet.exists',
1247
1249
  'django.db.models.query.QuerySet.explain': 'https://django.readthedocs.org/en/latest/ref/models/querysets.html#django.db.models.query.QuerySet.explain',
1248
1250
  'django.db.models.query.QuerySet.extra': 'https://django.readthedocs.org/en/latest/ref/models/querysets.html#django.db.models.query.QuerySet.extra',
1251
+ 'django.db.models.query.QuerySet.fetch_mode': 'https://django.readthedocs.org/en/latest/ref/models/querysets.html#django.db.models.query.QuerySet.fetch_mode',
1249
1252
  'django.db.models.query.QuerySet.filter': 'https://django.readthedocs.org/en/latest/ref/models/querysets.html#django.db.models.query.QuerySet.filter',
1250
1253
  'django.db.models.query.QuerySet.first': 'https://django.readthedocs.org/en/latest/ref/models/querysets.html#django.db.models.query.QuerySet.first',
1251
1254
  'django.db.models.query.QuerySet.get': 'https://django.readthedocs.org/en/latest/ref/models/querysets.html#django.db.models.query.QuerySet.get',
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nbdev-django
3
- Version: 0.0.2157
3
+ Version: 0.0.2236
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
@@ -8,7 +8,7 @@ author = Jeremy Howard
8
8
  author_email = info@fast.ai
9
9
  copyright = fast.ai, inc
10
10
  branch = master
11
- version = 0.0.2157
11
+ version = 0.0.2236
12
12
  min_python = 3.6
13
13
  audience = Developers
14
14
  language = English
File without changes