What is the best way to specify a database level default value with 
Django?  If I want a timestamp column to default to the SQL function now(), 
is there an accepted way to make it happen?  Or to default a boolean column 
to True?  I notice that when I call *manage.py sqlall* I don't see any *
DEFAULT* values specified in the generated queries for Postgres.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/kWbJALE7vZ8J.
To post to this group, send email to django-users@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