diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt index ffd2387739..48980a92b4 100644 --- a/docs/ref/models/fields.txt +++ b/docs/ref/models/fields.txt @@ -459,6 +459,10 @@ isn't defined. use :class:`NullBooleanField` instead. Using the latter is now discouraged as it's likely to be deprecated in a future version of Django. + In older versions, this field has :attr:`blank=True ` + implicitly. You can restore the previous behavior by setting + ``blank=True``. + ``CharField`` -------------