It would be better if IntegerField, DateField, etc did not have to leave 
explicit null=True when blank is True. 

In my opinion it might look like:

class Abc(models.Model):
    number = models.IntegerField(blank=True)  # doesn't need leave explicit 
null=True, it's should be default if blank is True


What do you think?

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at http://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/7ced3a69-fd04-4ac9-9334-8fde61726810%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to