Changes between Version 1 and Version 2 of Ticket #10244, comment 19
- Timestamp:
- Jun 2, 2022, 9:51:51 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10244, comment 19
v1 v2 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 *current* documentation for [https://docs.djangoproject.com/en/4.0/ref/models/fields/#filefieldFileField].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]. 6 6 7 7 Yet Django's `FileField` behavior is still plainly inconsistent, compared to other fields, when it comes to `null=True`.