I know that I can set a custom 'id' field type by using the
'primary_key' attribute, but is there a way to do this globally so
that it doesn't need to be specified in the model? For example, a
setting like this:

AUTO_ID_FIELD_TYPE = 'myfields.MyAutoUUIDField'

The reason I'd like to do this globally is so that it affects all apps
in my project, including third-party apps (which I realize could
potentially break them).

Thanks.

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