nbdev-django 0.0.1952__tar.gz → 0.0.1954__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.
- {nbdev_django-0.0.1952/nbdev_django.egg-info → nbdev_django-0.0.1954}/PKG-INFO +1 -1
- {nbdev_django-0.0.1952 → nbdev_django-0.0.1954}/nbdev_django/_modidx.py +6 -1
- {nbdev_django-0.0.1952 → nbdev_django-0.0.1954/nbdev_django.egg-info}/PKG-INFO +1 -1
- {nbdev_django-0.0.1952 → nbdev_django-0.0.1954}/settings.ini +1 -1
- {nbdev_django-0.0.1952 → nbdev_django-0.0.1954}/LICENSE +0 -0
- {nbdev_django-0.0.1952 → nbdev_django-0.0.1954}/MANIFEST.in +0 -0
- {nbdev_django-0.0.1952 → nbdev_django-0.0.1954}/README.md +0 -0
- {nbdev_django-0.0.1952 → nbdev_django-0.0.1954}/nbdev_django/__init__.py +0 -0
- {nbdev_django-0.0.1952 → nbdev_django-0.0.1954}/nbdev_django/_nbdev.py +0 -0
- {nbdev_django-0.0.1952 → nbdev_django-0.0.1954}/nbdev_django.egg-info/SOURCES.txt +0 -0
- {nbdev_django-0.0.1952 → nbdev_django-0.0.1954}/nbdev_django.egg-info/dependency_links.txt +0 -0
- {nbdev_django-0.0.1952 → nbdev_django-0.0.1954}/nbdev_django.egg-info/entry_points.txt +0 -0
- {nbdev_django-0.0.1952 → nbdev_django-0.0.1954}/nbdev_django.egg-info/not-zip-safe +0 -0
- {nbdev_django-0.0.1952 → nbdev_django-0.0.1954}/nbdev_django.egg-info/requires.txt +0 -0
- {nbdev_django-0.0.1952 → nbdev_django-0.0.1954}/nbdev_django.egg-info/top_level.txt +0 -0
- {nbdev_django-0.0.1952 → nbdev_django-0.0.1954}/setup.cfg +0 -0
- {nbdev_django-0.0.1952 → nbdev_django-0.0.1954}/setup.py +0 -0
@@ -1494,6 +1494,7 @@ d = { 'settings': {'lib_path': 'nbdev_django'},
|
|
1494
1494
|
'django.middleware': { 'django.middleware.cache': 'https://django.readthedocs.org/en/latest/ref/middleware.html#module-django.middleware.cache',
|
1495
1495
|
'django.middleware.clickjacking': 'https://django.readthedocs.org/en/latest/ref/clickjacking.html#module-django.middleware.clickjacking',
|
1496
1496
|
'django.middleware.common': 'https://django.readthedocs.org/en/latest/ref/middleware.html#module-django.middleware.common',
|
1497
|
+
'django.middleware.csp': 'https://django.readthedocs.org/en/latest/ref/csp.html#module-django.middleware.csp',
|
1497
1498
|
'django.middleware.csrf': 'https://django.readthedocs.org/en/latest/ref/csrf.html#module-django.middleware.csrf',
|
1498
1499
|
'django.middleware.gzip': 'https://django.readthedocs.org/en/latest/ref/middleware.html#module-django.middleware.gzip',
|
1499
1500
|
'django.middleware.http': 'https://django.readthedocs.org/en/latest/ref/middleware.html#module-django.middleware.http',
|
@@ -1504,6 +1505,7 @@ d = { 'settings': {'lib_path': 'nbdev_django'},
|
|
1504
1505
|
'django.middleware.clickjacking': { 'django.middleware.clickjacking.XFrameOptionsMiddleware': 'https://django.readthedocs.org/en/latest/ref/middleware.html#django.middleware.clickjacking.XFrameOptionsMiddleware'},
|
1505
1506
|
'django.middleware.common': { 'django.middleware.common.BrokenLinkEmailsMiddleware': 'https://django.readthedocs.org/en/latest/ref/middleware.html#django.middleware.common.BrokenLinkEmailsMiddleware',
|
1506
1507
|
'django.middleware.common.CommonMiddleware': 'https://django.readthedocs.org/en/latest/ref/middleware.html#django.middleware.common.CommonMiddleware'},
|
1508
|
+
'django.middleware.csp': { 'django.middleware.csp.ContentSecurityPolicyMiddleware': 'https://django.readthedocs.org/en/latest/ref/middleware.html#django.middleware.csp.ContentSecurityPolicyMiddleware'},
|
1507
1509
|
'django.middleware.csrf': { 'django.middleware.csrf.CsrfViewMiddleware': 'https://django.readthedocs.org/en/latest/ref/middleware.html#django.middleware.csrf.CsrfViewMiddleware'},
|
1508
1510
|
'django.middleware.gzip': { 'django.middleware.gzip.GZipMiddleware': 'https://django.readthedocs.org/en/latest/ref/middleware.html#django.middleware.gzip.GZipMiddleware'},
|
1509
1511
|
'django.middleware.http': { 'django.middleware.http.ConditionalGetMiddleware': 'https://django.readthedocs.org/en/latest/ref/middleware.html#django.middleware.http.ConditionalGetMiddleware'},
|
@@ -1544,7 +1546,8 @@ d = { 'settings': {'lib_path': 'nbdev_django'},
|
|
1544
1546
|
'django.template.backends.django': { 'django.template.backends.django.DjangoTemplates': 'https://django.readthedocs.org/en/latest/topics/templates.html#django.template.backends.django.DjangoTemplates'},
|
1545
1547
|
'django.template.backends.jinja2': { 'django.template.backends.jinja2.Jinja2': 'https://django.readthedocs.org/en/latest/topics/templates.html#django.template.backends.jinja2.Jinja2'},
|
1546
1548
|
'django.template.base': { 'django.template.base.Origin': 'https://django.readthedocs.org/en/latest/ref/templates/api.html#django.template.base.Origin'},
|
1547
|
-
'django.template.context_processors': { 'django.template.context_processors.
|
1549
|
+
'django.template.context_processors': { 'django.template.context_processors.csp': 'https://django.readthedocs.org/en/latest/ref/templates/api.html#django.template.context_processors.csp',
|
1550
|
+
'django.template.context_processors.debug': 'https://django.readthedocs.org/en/latest/ref/templates/api.html#django.template.context_processors.debug',
|
1548
1551
|
'django.template.context_processors.i18n': 'https://django.readthedocs.org/en/latest/ref/templates/api.html#django.template.context_processors.i18n',
|
1549
1552
|
'django.template.context_processors.static': 'https://django.readthedocs.org/en/latest/ref/templates/api.html#django.template.context_processors.static',
|
1550
1553
|
'django.template.context_processors.tz': 'https://django.readthedocs.org/en/latest/ref/templates/api.html#django.template.context_processors.tz'},
|
@@ -1652,6 +1655,7 @@ d = { 'settings': {'lib_path': 'nbdev_django'},
|
|
1652
1655
|
'django.urls.reverse': 'https://django.readthedocs.org/en/latest/ref/urlresolvers.html#django.urls.reverse',
|
1653
1656
|
'django.urls.reverse_lazy': 'https://django.readthedocs.org/en/latest/ref/urlresolvers.html#django.urls.reverse_lazy'},
|
1654
1657
|
'django.utils': { 'django.utils.cache': 'https://django.readthedocs.org/en/latest/ref/utils.html#module-django.utils.cache',
|
1658
|
+
'django.utils.csp': 'https://django.readthedocs.org/en/latest/ref/csp.html#module-django.utils.csp',
|
1655
1659
|
'django.utils.dateparse': 'https://django.readthedocs.org/en/latest/ref/utils.html#module-django.utils.dateparse',
|
1656
1660
|
'django.utils.decorators': 'https://django.readthedocs.org/en/latest/ref/utils.html#module-django.utils.decorators',
|
1657
1661
|
'django.utils.encoding': 'https://django.readthedocs.org/en/latest/ref/utils.html#module-django.utils.encoding',
|
@@ -1672,6 +1676,7 @@ d = { 'settings': {'lib_path': 'nbdev_django'},
|
|
1672
1676
|
'django.utils.cache.patch_cache_control': 'https://django.readthedocs.org/en/latest/ref/utils.html#django.utils.cache.patch_cache_control',
|
1673
1677
|
'django.utils.cache.patch_response_headers': 'https://django.readthedocs.org/en/latest/ref/utils.html#django.utils.cache.patch_response_headers',
|
1674
1678
|
'django.utils.cache.patch_vary_headers': 'https://django.readthedocs.org/en/latest/ref/utils.html#django.utils.cache.patch_vary_headers'},
|
1679
|
+
'django.utils.csp': {'django.utils.csp.CSP': 'https://django.readthedocs.org/en/latest/ref/csp.html#django.utils.csp.CSP'},
|
1675
1680
|
'django.utils.dateparse': { 'django.utils.dateparse.parse_date': 'https://django.readthedocs.org/en/latest/ref/utils.html#django.utils.dateparse.parse_date',
|
1676
1681
|
'django.utils.dateparse.parse_datetime': 'https://django.readthedocs.org/en/latest/ref/utils.html#django.utils.dateparse.parse_datetime',
|
1677
1682
|
'django.utils.dateparse.parse_duration': 'https://django.readthedocs.org/en/latest/ref/utils.html#django.utils.dateparse.parse_duration',
|
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
|