plain 0.12.0__py3-none-any.whl → 0.12.1__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.
- plain/preflight/security.py +2 -1
- {plain-0.12.0.dist-info → plain-0.12.1.dist-info}/METADATA +1 -1
- {plain-0.12.0.dist-info → plain-0.12.1.dist-info}/RECORD +6 -6
- {plain-0.12.0.dist-info → plain-0.12.1.dist-info}/LICENSE +0 -0
- {plain-0.12.0.dist-info → plain-0.12.1.dist-info}/WHEEL +0 -0
- {plain-0.12.0.dist-info → plain-0.12.1.dist-info}/entry_points.txt +0 -0
plain/preflight/security.py
CHANGED
@@ -1,7 +1,8 @@
|
|
1
1
|
from plain.exceptions import ImproperlyConfigured
|
2
2
|
from plain.runtime import settings
|
3
3
|
|
4
|
-
from
|
4
|
+
from .messages import Warning
|
5
|
+
from .registry import register
|
5
6
|
|
6
7
|
SECRET_KEY_INSECURE_PREFIX = "plain-insecure-"
|
7
8
|
SECRET_KEY_MIN_LENGTH = 50
|
@@ -65,7 +65,7 @@ plain/preflight/__init__.py,sha256=H-TNRvaddPtOGmv4RXoc1fxDV1AOb7_K3u7ECF8mV58,6
|
|
65
65
|
plain/preflight/files.py,sha256=wbHCNgps7o1c1zQNBd8FDCaVaqX90UwuvLgEQ_DbUpY,510
|
66
66
|
plain/preflight/messages.py,sha256=u0oc7q7YmBlKYJRcF5SQpzncfOkEzDhZTcpyclQDfHg,2427
|
67
67
|
plain/preflight/registry.py,sha256=ZpxnZPIklXuT8xZVTxCUp_IER3zhd7DdfsmqIpAbLj4,2306
|
68
|
-
plain/preflight/security.py,sha256=
|
68
|
+
plain/preflight/security.py,sha256=sNpv5AHobPcaO48cOUGRNe2EjusTducjY8vyShR8EhI,2645
|
69
69
|
plain/preflight/urls.py,sha256=O4PQ_v205VA2872fQlhPfxaihDDRCsVp0ZVKQ92aX4k,3019
|
70
70
|
plain/runtime/README.md,sha256=Q8VVO7JRGuYrDxzuYL6ptoilhclbecxKzpRXKgbWGkU,2061
|
71
71
|
plain/runtime/__init__.py,sha256=DH8TwKTGJhjviOy4yh_d051v8YGaAWMlFBPhK8ZuC9g,1499
|
@@ -139,8 +139,8 @@ plain/views/objects.py,sha256=9QBYyb8PgkRirXCQ8-Pms4_yMzP37dfeL30hWRYmtZg,7909
|
|
139
139
|
plain/views/redirect.py,sha256=KLnlktzK6ZNMTlaEiZpMKQMEP5zeTgGLJ9BIkIJfwBo,1733
|
140
140
|
plain/views/templates.py,sha256=nF9CcdhhjAyp3LB0RrSYnBaHpHzMfPSw719RCdcXk7o,2007
|
141
141
|
plain/wsgi.py,sha256=R6k5FiAElvGDApEbMPTT0MPqSD7n2e2Az5chQqJZU0I,236
|
142
|
-
plain-0.12.
|
143
|
-
plain-0.12.
|
144
|
-
plain-0.12.
|
145
|
-
plain-0.12.
|
146
|
-
plain-0.12.
|
142
|
+
plain-0.12.1.dist-info/LICENSE,sha256=m0D5O7QoH9l5Vz_rrX_9r-C8d9UNr_ciK6Qwac7o6yo,3175
|
143
|
+
plain-0.12.1.dist-info/METADATA,sha256=6Ez1vBmCnx5-YB6_u6-4WGCmSxqRPFWJ7B8NlKqCYKw,2722
|
144
|
+
plain-0.12.1.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
145
|
+
plain-0.12.1.dist-info/entry_points.txt,sha256=7O1RZTmMasKYB73bfqQcTwIhsXo7RjEIKv2WbtTtOIM,39
|
146
|
+
plain-0.12.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|