Schema support is this 12 year old ticket:
https://code.djangoproject.com/ticket/6148

On Sun, 16 Feb 2020 at 20:02, Matt del Valle <matthew...@gmail.com> wrote:

> 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
> <https://groups.google.com/d/msgid/django-developers/0e12e617-ce90-4541-a769-4eb2408049e4%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>


-- 
Adam

-- 
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/CAMyDDM1tWkb5gOP22CzqOAQ2_TRwioJ55N-aE4Bj6ysFuqZqEA%40mail.gmail.com.

Reply via email to