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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10244, comment 19

    v2 v3  
    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 [https://docs.djangoproject.com/en/4.0/ref/models/fields/#filefield current documentation for 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], nor is `FileField` mentioned in the [https://docs.djangoproject.com/en/4.0/ref/models/fields/#null documentation for field option null].
    66
    77Yet Django's `FileField` behavior is still plainly inconsistent, compared to other fields, when it comes to `null=True`.
Back to Top