Opened 6 years ago
Closed 6 years ago
#30544 closed Cleanup/optimization (duplicate)
Django 2.1 release notes don't mention the BooleanField(blank=False) default change.
Description ¶
In https://github.com/django/django/commit/5fa4f40f45fcdbb7e48489ed3039a314b5c961d0#r30206325 the blank=True
default for BooleanField
was removed, effectively turning it into blank=False
because of the super class. This change is not mentioned in the Django 2.1 release notes.
My tests caught it because I have some introspection going on, I don't think it will break any actual usage, but it left me wondering why that test started failing.
Change History (1)
comment:1 by , 6 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Summary: | Django 2.1 release notes don't mention the BooleanField(blank=False) default change → Django 2.1 release notes don't mention the BooleanField(blank=False) default change. |
Note:
See TracTickets
for help on using tickets.
Thanks for the report. I think we can mark this as a duplicate of #30216.