Changes between Version 2 and Version 3 of Ticket #10244, comment 19
- Timestamp:
- Jun 2, 2022, 9:53:49 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10244, comment 19
v2 v3 3 3 > ... only for people who set null=True on a FileField. The docs discourage that heavily ... 4 4 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] .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], nor is `FileField` mentioned in the [https://docs.djangoproject.com/en/4.0/ref/models/fields/#null documentation for field option null]. 6 6 7 7 Yet Django's `FileField` behavior is still plainly inconsistent, compared to other fields, when it comes to `null=True`.