EDIT: 

Actually, after some further digging it turns out it's worse than I 
thought. Unless I'm missing something it looks like there currently isn't 
any non-hacky way at all to set a table's schema in django. There are 
workarounds that involve SQL escaping hacks such as setting a model's 
db_name to 'some_schema\".\"some_table' (notice the escaped double quotes) 
that *may sometimes *work in some backends but not others and can probably 
break without warning as django updates.

I suppose then this request is maybe more generically just "Support DB 
schemas in django"

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/0e12e617-ce90-4541-a769-4eb2408049e4%40googlegroups.com.

Reply via email to