Opened 8 years ago

Closed 8 years ago

#26943 closed Uncategorized (invalid)

Link with BooleanField explanation not available

Reported by: 1kastner Owned by: nobody
Component: Documentation Version:
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I just an old project to updated to django 1.7 and happened to get this link:
HINT: Django 1.6 changed the default value of BooleanField from False to None. See https://docs.djangoproject.com/en/1.6/ref/models/fields/#booleanfield for more information.
But this link is dead. Where can I find the information?

Change History (1)

comment:1 by Tim Graham, 8 years ago

Component: UncategorizedDocumentation
Resolution: invalid
Status: newclosed

From: http://django.readthedocs.io/en/1.6.x/ref/models/fields.html#booleanfield

Changed in Django 1.6: The default value of BooleanField was changed from False to None when Field.default isn’t defined.

Note: See TracTickets for help on using tickets.
Back to Top