nbdev-django 0.0.2076__tar.gz → 0.0.2078__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.
Potentially problematic release.
This version of nbdev-django might be problematic. Click here for more details.
- {nbdev_django-0.0.2076/nbdev_django.egg-info → nbdev_django-0.0.2078}/PKG-INFO +1 -1
- {nbdev_django-0.0.2076 → nbdev_django-0.0.2078}/nbdev_django/_modidx.py +4 -0
- {nbdev_django-0.0.2076 → nbdev_django-0.0.2078/nbdev_django.egg-info}/PKG-INFO +1 -1
- {nbdev_django-0.0.2076 → nbdev_django-0.0.2078}/settings.ini +1 -1
- {nbdev_django-0.0.2076 → nbdev_django-0.0.2078}/LICENSE +0 -0
- {nbdev_django-0.0.2076 → nbdev_django-0.0.2078}/MANIFEST.in +0 -0
- {nbdev_django-0.0.2076 → nbdev_django-0.0.2078}/README.md +0 -0
- {nbdev_django-0.0.2076 → nbdev_django-0.0.2078}/nbdev_django/__init__.py +0 -0
- {nbdev_django-0.0.2076 → nbdev_django-0.0.2078}/nbdev_django/_nbdev.py +0 -0
- {nbdev_django-0.0.2076 → nbdev_django-0.0.2078}/nbdev_django.egg-info/SOURCES.txt +0 -0
- {nbdev_django-0.0.2076 → nbdev_django-0.0.2078}/nbdev_django.egg-info/dependency_links.txt +0 -0
- {nbdev_django-0.0.2076 → nbdev_django-0.0.2078}/nbdev_django.egg-info/entry_points.txt +0 -0
- {nbdev_django-0.0.2076 → nbdev_django-0.0.2078}/nbdev_django.egg-info/not-zip-safe +0 -0
- {nbdev_django-0.0.2076 → nbdev_django-0.0.2078}/nbdev_django.egg-info/requires.txt +0 -0
- {nbdev_django-0.0.2076 → nbdev_django-0.0.2078}/nbdev_django.egg-info/top_level.txt +0 -0
- {nbdev_django-0.0.2076 → nbdev_django-0.0.2078}/setup.cfg +0 -0
- {nbdev_django-0.0.2076 → nbdev_django-0.0.2078}/setup.py +0 -0
|
@@ -1349,6 +1349,7 @@ d = { 'settings': {'lib_path': 'nbdev_django'},
|
|
|
1349
1349
|
'django.forms.ModelChoiceIteratorValue': 'https://django.readthedocs.org/en/latest/ref/forms/fields.html#django.forms.ModelChoiceIteratorValue',
|
|
1350
1350
|
'django.forms.ModelChoiceIteratorValue.__str__': 'https://django.readthedocs.org/en/latest/ref/forms/fields.html#django.forms.ModelChoiceIteratorValue.__str__',
|
|
1351
1351
|
'django.forms.ModelForm': 'https://django.readthedocs.org/en/latest/topics/forms/modelforms.html#django.forms.ModelForm',
|
|
1352
|
+
'django.forms.ModelFormOptions': 'https://django.readthedocs.org/en/latest/ref/forms/models.html#django.forms.ModelFormOptions',
|
|
1352
1353
|
'django.forms.ModelMultipleChoiceField': 'https://django.readthedocs.org/en/latest/ref/forms/fields.html#django.forms.ModelMultipleChoiceField',
|
|
1353
1354
|
'django.forms.MultiValueField': 'https://django.readthedocs.org/en/latest/ref/forms/fields.html#django.forms.MultiValueField',
|
|
1354
1355
|
'django.forms.MultiValueField.compress': 'https://django.readthedocs.org/en/latest/ref/forms/fields.html#django.forms.MultiValueField.compress',
|
|
@@ -1792,6 +1793,7 @@ d = { 'settings': {'lib_path': 'nbdev_django'},
|
|
|
1792
1793
|
'django.views.debug.SafeExceptionReporterFilter.is_active': 'https://django.readthedocs.org/en/latest/howto/error-reporting.html#django.views.debug.SafeExceptionReporterFilter.is_active'},
|
|
1793
1794
|
'django.views.decorators': { 'django.views.decorators.cache': 'https://django.readthedocs.org/en/latest/topics/http/decorators.html#module-django.views.decorators.cache',
|
|
1794
1795
|
'django.views.decorators.common': 'https://django.readthedocs.org/en/latest/topics/http/decorators.html#module-django.views.decorators.common',
|
|
1796
|
+
'django.views.decorators.csp': 'https://django.readthedocs.org/en/latest/ref/csp.html#module-django.views.decorators.csp',
|
|
1795
1797
|
'django.views.decorators.csrf': 'https://django.readthedocs.org/en/latest/ref/csrf.html#module-django.views.decorators.csrf',
|
|
1796
1798
|
'django.views.decorators.gzip': 'https://django.readthedocs.org/en/latest/topics/http/decorators.html#module-django.views.decorators.gzip',
|
|
1797
1799
|
'django.views.decorators.http': 'https://django.readthedocs.org/en/latest/topics/http/decorators.html#module-django.views.decorators.http',
|
|
@@ -1800,6 +1802,8 @@ d = { 'settings': {'lib_path': 'nbdev_django'},
|
|
|
1800
1802
|
'django.views.decorators.cache.cache_page': 'https://django.readthedocs.org/en/latest/topics/cache.html#django.views.decorators.cache.cache_page',
|
|
1801
1803
|
'django.views.decorators.cache.never_cache': 'https://django.readthedocs.org/en/latest/topics/http/decorators.html#django.views.decorators.cache.never_cache'},
|
|
1802
1804
|
'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'},
|
|
1805
|
+
'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',
|
|
1806
|
+
'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'},
|
|
1803
1807
|
'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',
|
|
1804
1808
|
'django.views.decorators.csrf.csrf_protect': 'https://django.readthedocs.org/en/latest/ref/csrf.html#django.views.decorators.csrf.csrf_protect',
|
|
1805
1809
|
'django.views.decorators.csrf.ensure_csrf_cookie': 'https://django.readthedocs.org/en/latest/ref/csrf.html#django.views.decorators.csrf.ensure_csrf_cookie',
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|