I have a model with a CharField(null=True, default='') In admin interface the field still appears 'required', whether or not I make it visible in field_list
I also have a BooleanField(null=True), about which admin does not complain interestingly, from manage.py shell, there are no complaints, even about fields non-null fields without defaults! Does anyone know what's up? This is a bug, no? (particularly the admin web iface is a problem) Using no-magic branch from about a couple of weeks ago. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers -~----------~----~----~----~------~----~------~--~---
