Changes between Initial Version and Version 1 of Ticket #14203


Ignore:
Timestamp:
Aug 31, 2010, 6:24:28 PM (14 years ago)
Author:
Russell Keith-Magee
Comment:

I'm going to close this as a dupe of #6148. Django doesn't currently have *any* support for schemas, manually specified or otherwise. If we're going to add schema support, we're not just going to do it for manually specified table names. The fact that the technique from the mailing list works at all is accident, not intention.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14203

    • Property Resolutionduplicate
    • Property Status newclosed
  • Ticket #14203 – Description

    initial v1  
    11
    2 {{{
    3 A method for specifying postgres schemas to be used within Django is specified here : http://www.mail-archive.com/django-users@googlegroups.com/msg54866.html .
     2A method for specifying postgres schemas to be used within Django is specified [http://www.mail-archive.com/django-users@googlegroups.com/msg54866.html here].
    43
    54From this, the syntax for specifying a schema-located table when declaring a Django model is:
Back to Top