diff options
| author | Florian Apolloner <florian@apolloner.eu> | 2014-05-17 12:09:04 +0200 |
|---|---|---|
| committer | Florian Apolloner <florian@apolloner.eu> | 2014-05-17 12:09:04 +0200 |
| commit | 11932e978f980846d2c3326ff070ece7e65bf75c (patch) | |
| tree | 87879ef469778dc54785dcb7a4fad028b863995e /docs/ref | |
| parent | 9a4bf72fbd34b88f0cd618f948aff5d84fe3d00a (diff) | |
| parent | 9d8c73f6a1c636853a5c5013f21985d702b2301b (diff) | |
Merge pull request #2346 from Markush2010/ticket21905
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 ~~~~~~~~~~~ |
