nbdev-django 0.0.2236__tar.gz → 0.0.2263__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.2236
3
+ Version: 0.0.2263
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
@@ -387,6 +387,7 @@ d = { 'settings': {'lib_path': 'nbdev_django'},
387
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',
388
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',
389
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',
390
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',
391
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',
392
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',
@@ -729,7 +730,8 @@ d = { 'settings': {'lib_path': 'nbdev_django'},
729
730
  'django.contrib.sitemaps': { 'django.contrib.sitemaps.GenericSitemap': 'https://django.readthedocs.org/en/latest/ref/contrib/sitemaps.html#django.contrib.sitemaps.GenericSitemap',
730
731
  'django.contrib.sitemaps.Sitemap': 'https://django.readthedocs.org/en/latest/ref/contrib/sitemaps.html#django.contrib.sitemaps.Sitemap',
731
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',
732
- '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'},
733
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',
734
736
  'django.contrib.sitemaps.views.sitemap': 'https://django.readthedocs.org/en/latest/ref/contrib/sitemaps.html#django.contrib.sitemaps.views.sitemap'},
735
737
  'django.contrib.sites': { 'django.contrib.sites.middleware': 'https://django.readthedocs.org/en/latest/ref/middleware.html#module-django.contrib.sites.middleware'},
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nbdev-django
3
- Version: 0.0.2236
3
+ Version: 0.0.2263
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.2236
11
+ version = 0.0.2263
12
12
  min_python = 3.6
13
13
  audience = Developers
14
14
  language = English
File without changes