nbdev-django 0.0.2277__tar.gz → 0.0.2299__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.2277
3
+ Version: 0.0.2299
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
@@ -1200,6 +1200,8 @@ d = { 'settings': {'lib_path': 'nbdev_django'},
1200
1200
  'django.db.models.functions.TruncTime': 'https://django.readthedocs.org/en/latest/ref/models/database-functions.html#django.db.models.functions.TruncTime',
1201
1201
  'django.db.models.functions.TruncWeek': 'https://django.readthedocs.org/en/latest/ref/models/database-functions.html#django.db.models.functions.TruncWeek',
1202
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',
1203
1205
  'django.db.models.functions.Upper': 'https://django.readthedocs.org/en/latest/ref/models/database-functions.html#django.db.models.functions.Upper'},
1204
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',
1205
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',
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nbdev-django
3
- Version: 0.0.2277
3
+ Version: 0.0.2299
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.2277
11
+ version = 0.0.2299
12
12
  min_python = 3.6
13
13
  audience = Developers
14
14
  language = English
File without changes