From 9d8c73f6a1c636853a5c5013f21985d702b2301b Mon Sep 17 00:00:00 2001 From: Markus Holtermann Date: Sat, 22 Feb 2014 14:29:43 +0100 Subject: Fixed #21905 -- Add info message if DateField or TimeField use a fixed value --- docs/ref/checks.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/ref') 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 ~~~~~~~~~~~ -- cgit v1.3