On Sep 20, 8:02 pm, Bill Freeman <ke1g...@gmail.com> wrote: > I believe that this is documented.
Yes, the docs do mention that string types like Char or Textarea should be using '' instead of NULL as a no-value option. But there really isn't such a value for Postgres' inet database type. Given that under MySQL this code probably wouldn't throw any exceptions due to the absence of a native "inet" field type and due to simply storing the value as a varchar, I propose this as a bug: Django shouldn't be disregarding null=true for IPAddressField when dealing with Postgres. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.