diff options
| author | Markus Holtermann <info@markusholtermann.eu> | 2014-02-22 14:29:43 +0100 |
|---|---|---|
| committer | Markus Holtermann <info@markusholtermann.eu> | 2014-05-16 18:59:31 +0200 |
| commit | 9d8c73f6a1c636853a5c5013f21985d702b2301b (patch) | |
| tree | e88d4925fbfde625a380130c16f2d0682c3822b2 /docs/ref | |
| parent | 1be03aff5c24e902b89503dda32891aa4881579e (diff) | |
Fixed #21905 -- Add info message if DateField or TimeField use a fixed value
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/checks.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt index 0787bd6635..8cdeb1df91 100644 --- a/docs/ref/checks.txt +++ b/docs/ref/checks.txt @@ -68,6 +68,8 @@ Fields * **fields.E140**: FilePathFields must have either ``allow_files`` or ``allow_folders`` set to True. * **fields.E150**: GenericIPAddressFields cannot accept blank values if null values are not allowed, as blank values are stored as nulls. * **fields.E160**: The options ``auto_now``, ``auto_now_add``, and ``default`` are mutually exclusive. Only one of these options may be present. +* **fields.W161**: Fixed default value provided. + File Fields ~~~~~~~~~~~ |
