nbdev-django 0.0.2076__py3-none-any.whl → 0.0.2077__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 +3 -0
- {nbdev_django-0.0.2076.dist-info → nbdev_django-0.0.2077.dist-info}/METADATA +1 -1
- nbdev_django-0.0.2077.dist-info/RECORD +9 -0
- nbdev_django-0.0.2076.dist-info/RECORD +0 -9
- {nbdev_django-0.0.2076.dist-info → nbdev_django-0.0.2077.dist-info}/WHEEL +0 -0
- {nbdev_django-0.0.2076.dist-info → nbdev_django-0.0.2077.dist-info}/entry_points.txt +0 -0
- {nbdev_django-0.0.2076.dist-info → nbdev_django-0.0.2077.dist-info}/licenses/LICENSE +0 -0
- {nbdev_django-0.0.2076.dist-info → nbdev_django-0.0.2077.dist-info}/top_level.txt +0 -0
nbdev_django/_modidx.py
CHANGED
|
@@ -1792,6 +1792,7 @@ d = { 'settings': {'lib_path': 'nbdev_django'},
|
|
|
1792
1792
|
'django.views.debug.SafeExceptionReporterFilter.is_active': 'https://django.readthedocs.org/en/latest/howto/error-reporting.html#django.views.debug.SafeExceptionReporterFilter.is_active'},
|
|
1793
1793
|
'django.views.decorators': { 'django.views.decorators.cache': 'https://django.readthedocs.org/en/latest/topics/http/decorators.html#module-django.views.decorators.cache',
|
|
1794
1794
|
'django.views.decorators.common': 'https://django.readthedocs.org/en/latest/topics/http/decorators.html#module-django.views.decorators.common',
|
|
1795
|
+
'django.views.decorators.csp': 'https://django.readthedocs.org/en/latest/ref/csp.html#module-django.views.decorators.csp',
|
|
1795
1796
|
'django.views.decorators.csrf': 'https://django.readthedocs.org/en/latest/ref/csrf.html#module-django.views.decorators.csrf',
|
|
1796
1797
|
'django.views.decorators.gzip': 'https://django.readthedocs.org/en/latest/topics/http/decorators.html#module-django.views.decorators.gzip',
|
|
1797
1798
|
'django.views.decorators.http': 'https://django.readthedocs.org/en/latest/topics/http/decorators.html#module-django.views.decorators.http',
|
|
@@ -1800,6 +1801,8 @@ d = { 'settings': {'lib_path': 'nbdev_django'},
|
|
|
1800
1801
|
'django.views.decorators.cache.cache_page': 'https://django.readthedocs.org/en/latest/topics/cache.html#django.views.decorators.cache.cache_page',
|
|
1801
1802
|
'django.views.decorators.cache.never_cache': 'https://django.readthedocs.org/en/latest/topics/http/decorators.html#django.views.decorators.cache.never_cache'},
|
|
1802
1803
|
'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'},
|
|
1804
|
+
'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',
|
|
1805
|
+
'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
1806
|
'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
1807
|
'django.views.decorators.csrf.csrf_protect': 'https://django.readthedocs.org/en/latest/ref/csrf.html#django.views.decorators.csrf.csrf_protect',
|
|
1805
1808
|
'django.views.decorators.csrf.ensure_csrf_cookie': 'https://django.readthedocs.org/en/latest/ref/csrf.html#django.views.decorators.csrf.ensure_csrf_cookie',
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
nbdev_django/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
nbdev_django/_modidx.py,sha256=BRnl99DHS1T55LAo04KiEGn6GxWNC9UkAzVjT4GTHPo,385048
|
|
3
|
+
nbdev_django/_nbdev.py,sha256=pszp1XJPRn4aqhJXSv8qChB-gCXbFSm8_jPIpak5IP8,308
|
|
4
|
+
nbdev_django-0.0.2077.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
5
|
+
nbdev_django-0.0.2077.dist-info/METADATA,sha256=I7_TYQJI0SvDTTCMWCJf1QJ1z0_PZ7NLoarBoDbuG9A,1166
|
|
6
|
+
nbdev_django-0.0.2077.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
7
|
+
nbdev_django-0.0.2077.dist-info/entry_points.txt,sha256=YohrAipaMIzS6dfsZmjmiEO_-dNlO83DjFM1wrBrsDo,46
|
|
8
|
+
nbdev_django-0.0.2077.dist-info/top_level.txt,sha256=b0upv-4t4ljSYr43ODM7B311qVw22hoBiponemAm4aI,13
|
|
9
|
+
nbdev_django-0.0.2077.dist-info/RECORD,,
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
nbdev_django/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
nbdev_django/_modidx.py,sha256=t15xAJVk1ys2-eGv_3kZ_UD6vCHxUnD9cfXUaO-9sY0,384485
|
|
3
|
-
nbdev_django/_nbdev.py,sha256=pszp1XJPRn4aqhJXSv8qChB-gCXbFSm8_jPIpak5IP8,308
|
|
4
|
-
nbdev_django-0.0.2076.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
5
|
-
nbdev_django-0.0.2076.dist-info/METADATA,sha256=7DviOZBsUUyx6hLdzPhK4D9Mu37HGzfvxoZMJb2LbXE,1166
|
|
6
|
-
nbdev_django-0.0.2076.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
7
|
-
nbdev_django-0.0.2076.dist-info/entry_points.txt,sha256=YohrAipaMIzS6dfsZmjmiEO_-dNlO83DjFM1wrBrsDo,46
|
|
8
|
-
nbdev_django-0.0.2076.dist-info/top_level.txt,sha256=b0upv-4t4ljSYr43ODM7B311qVw22hoBiponemAm4aI,13
|
|
9
|
-
nbdev_django-0.0.2076.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|