On Jul 1, 10:16 pm, Barto <[email protected]> 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 'notnull' setting. Easy to change > this via PgAdmin, but I'm wondering if it is possible to prevent 'notnull' > from being assumed as default.
Also see: http://groups.google.com/group/django-users/browse_thread/thread/24b0f7fbcf58801e/d1cac0dba8dc993b -- 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.

