nbdev-django 0.0.1953__py3-none-any.whl → 0.0.1954__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.
nbdev_django/_modidx.py CHANGED
@@ -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.debug': 'https://django.readthedocs.org/en/latest/ref/templates/api.html#django.template.context_processors.debug',
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',
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nbdev-django
3
- Version: 0.0.1953
3
+ Version: 0.0.1954
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
@@ -0,0 +1,9 @@
1
+ nbdev_django/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ nbdev_django/_modidx.py,sha256=0iI35z3AzTEtmXatprmW1HO5etpsSEkgeYtLNImfe3k,384247
3
+ nbdev_django/_nbdev.py,sha256=pszp1XJPRn4aqhJXSv8qChB-gCXbFSm8_jPIpak5IP8,308
4
+ nbdev_django-0.0.1954.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
5
+ nbdev_django-0.0.1954.dist-info/METADATA,sha256=8z4hKsc4kRdS8tAtGZWpee55uD8kRK_lQ436m1V12-M,1166
6
+ nbdev_django-0.0.1954.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
7
+ nbdev_django-0.0.1954.dist-info/entry_points.txt,sha256=YohrAipaMIzS6dfsZmjmiEO_-dNlO83DjFM1wrBrsDo,46
8
+ nbdev_django-0.0.1954.dist-info/top_level.txt,sha256=b0upv-4t4ljSYr43ODM7B311qVw22hoBiponemAm4aI,13
9
+ nbdev_django-0.0.1954.dist-info/RECORD,,
@@ -1,9 +0,0 @@
1
- nbdev_django/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- nbdev_django/_modidx.py,sha256=GDRyS5SHiPf9rlOwL2jSuvhkCW9c0VuaODL-3jjtRcA,383419
3
- nbdev_django/_nbdev.py,sha256=pszp1XJPRn4aqhJXSv8qChB-gCXbFSm8_jPIpak5IP8,308
4
- nbdev_django-0.0.1953.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
5
- nbdev_django-0.0.1953.dist-info/METADATA,sha256=Hq1jlqTPthFMxuUHPYZaK3QRQHdsgPz3DtgeB1GneDQ,1166
6
- nbdev_django-0.0.1953.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
7
- nbdev_django-0.0.1953.dist-info/entry_points.txt,sha256=YohrAipaMIzS6dfsZmjmiEO_-dNlO83DjFM1wrBrsDo,46
8
- nbdev_django-0.0.1953.dist-info/top_level.txt,sha256=b0upv-4t4ljSYr43ODM7B311qVw22hoBiponemAm4aI,13
9
- nbdev_django-0.0.1953.dist-info/RECORD,,