Changes between Version 1 and Version 2 of Ticket #10244, comment 19


Ignore:
Timestamp:
Jun 2, 2022, 9:51:51 AM (2 years ago)
Author:
dennisvang

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10244, comment 19

    v1 v2  
    33> ... only for people who set null=True on a FileField. The docs discourage that heavily ...
    44
    5 As far as I can see, there is no mention of `null`, at all, in the *current* documentation for [https://docs.djangoproject.com/en/4.0/ref/models/fields/#filefield FileField].
     5As far as I can see, there is no mention of `null`, at all, in the [https://docs.djangoproject.com/en/4.0/ref/models/fields/#filefield current documentation for FileField].
    66
    77Yet Django's `FileField` behavior is still plainly inconsistent, compared to other fields, when it comes to `null=True`.
Back to Top