Branch: refs/heads/master
Home:
https://github.com/django/django
Commit: 22c6497f990fd12359b759a71abfcbf3f52b2d52
https://github.com/django/django/commit/22c6497f990fd12359b759a71abfcbf3f52b2d52
Author: Alasdair Nicol <
alas...@thenicols.net>
Date: 2013-08-15 (Thu, 15 Aug 2013)
Changed paths:
M AUTHORS
M django/contrib/gis/tests/geoapp/models.py
M django/core/checks/compatibility/django_1_6_0.py
M tests/admin_views/models.py
M tests/aggregation_regress/models.py
M tests/check/models.py
M tests/check/tests.py
M tests/comment_tests/models.py
M tests/custom_managers/models.py
M tests/generic_relations/models.py
M tests/inspectdb/models.py
M tests/model_fields/models.py
M tests/model_fields/tests.py
M tests/model_formsets/models.py
M tests/model_inheritance/models.py
M tests/model_inheritance_regress/models.py
M tests/model_inheritance_select_related/models.py
M tests/modeladmin/models.py
M tests/one_to_one/models.py
M tests/one_to_one_regress/models.py
M tests/raw_query/models.py
M tests/reverse_single_related/models.py
M tests/serializers_regress/models.py
Log Message:
-----------
Fixed #20895 -- Made check management command warn if a BooleanField does not have a default value
Thanks to Collin Anderson for the suggestion and Tim Graham for
reviewing the patch.