1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Revert "Fixed #25417 -- Added a field check for invalid default values."

This reverts commit 71ebcb85b9.
This commit is contained in:
Simon Charette
2015-10-23 20:00:03 -04:00
parent dc4c8df7aa
commit 976bd519a8
4 changed files with 0 additions and 89 deletions

View File

@@ -141,7 +141,6 @@ Fields
human readable name)`` tuples.
* **fields.E006**: ``db_index`` must be ``None``, ``True`` or ``False``.
* **fields.E007**: Primary keys must not have ``null=True``.
* **fields.E008**: Invalid ``default`` value.
* **fields.E100**: ``AutoField``\s must set primary_key=True.
* **fields.E110**: ``BooleanField``\s do not accept null values.
* **fields.E120**: ``CharField``\s must define a ``max_length`` attribute.