On Thu, Jul 1, 2010 at 4:16 PM, Barto <jgbartolu...@gmail.com> wrote:

> I've been following 'Writing Your First Django App. Pt. 1'
> substituting my own object names in experiment.
>
> Noticed that when I told Django to create my tables, it did so giving
> all (psycopg2/postgres) fields the 'not null' setting. Easy to change
> this via PgAdmin, but I'm wondering if it is possible to prevent 'not
> null' from being assumed as default.
>
>
http://docs.djangoproject.com/en/dev/ref/models/fields/#null

-- 
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.

Reply via email to