Maybe do this only for 1.6/1.7 to give a grace period to the change? On Thu, Aug 8, 2013 at 1:25 PM, Collin Anderson <[email protected]>wrote:
> The new ./manage check command is for helping people upgrade to a new > version of django. > https://docs.djangoproject.com/en/dev/ref/django-admin/#check > > django1.6 changes models.BooleanField() to not default to False any more. > This has already bitten me a few times. > > https://docs.djangoproject.com/en/dev/releases/1.6/#booleanfield-no-longer-defaults-to-false > > Can we add a warning about BooleanFields without default values to the > "check" command? > > -- > You received this message because you are subscribed to the Google Groups > "Django developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/django-developers. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers. For more options, visit https://groups.google.com/groups/opt_out.
