Hi!
I have such code:
"name = models.CharField(max_length=32)".
Thus "blank=False and null=False" should be applied. But in DB this
attr is nullable, and since oracle stores empty strings as null
attribute created wrongly (' "NAME " NVARCHAR2 (32) , ').
Should I file a bug?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" 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-users?hl=en
-~----------~----~----~----~------~----~------~--~---