Re: Double arrays in models django

2010-04-07 Thread pmains
If there is no Django model field for this, then one option would be to create your own model field (http://docs.djangoproject.com/en/dev/ howto/custom-model-fields/). Of course, it would not be compatible with most SQL Database types. Of course, it may be easier to just rethink your data model.

Default email value for django.contrib.comments?

2009-02-21 Thread pmains
I'm writing a blog app (yeah, I know. super boring, right?), and I was running into a strange issue where user comments were being issued a default email address. Is there any way to prevent this from happening? The URL field is fine -- no default value is being set there. I'm using