Re: [Django] #14136: Show how to specify schemas for Oracle databases

2014-04-23 Thread Django
#14136: Show how to specify schemas for Oracle databases
-+-
 Reporter:  pfctdayelise |Owner:  nobody
 Type:  Uncategorized|   Status:  closed
Component:  Documentation|  Version:  1.2
 Severity:  Normal   |   Resolution:  duplicate
 Keywords:  databases oracle | Triage Stage:
  easy   |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by anonymous):

 If you want to argue about a closed ticket, please go to the
 [https://docs.djangoproject.com/en/1.6/internals/mailing-lists/#django-
 developers-mailing-list developers list].

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/070.c0eeb09b85aaf4cf5f03880eb7948032%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #14136: Show how to specify schemas for Oracle databases

2014-04-14 Thread Django
#14136: Show how to specify schemas for Oracle databases
-+-
 Reporter:  pfctdayelise |Owner:  nobody
 Type:  Uncategorized|   Status:  closed
Component:  Documentation|  Version:  1.2
 Severity:  Normal   |   Resolution:  duplicate
 Keywords:  databases oracle | Triage Stage:
  easy   |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by mike.henken@…):

 * ui_ux:   => 0
 * type:   => Uncategorized
 * severity:   => Normal
 * easy:   => 0


Comment:

 Please add to documentation. I too spent quite some time looking for this.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/070.893c74e71338e7f3a8c79580b9f7a2a6%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #14136: Show how to specify schemas for Oracle databases

2010-09-01 Thread Django
#14136: Show how to specify schemas for Oracle databases
+---
  Reporter:  pfctdayelise   | Owner:  nobody   
Status:  closed | Milestone:   
 Component:  Documentation  |   Version:  1.2  
Resolution:  duplicate  |  Keywords:  databases oracle easy
 Stage:  Unreviewed | Has_patch:  0
Needs_docs:  0  |   Needs_tests:  0
Needs_better_patch:  0  |  
+---
Changes (by ramiro):

  * status:  new => closed
  * needs_better_patch:  => 0
  * resolution:  => duplicate
  * needs_tests:  => 0
  * needs_docs:  => 0

Comment:

 Closing this ticket as a duplicate of #6148 following the rationale used
 by Russell when closing #14203 and explained there.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.



[Django] #14136: Show how to specify schemas for Oracle databases

2010-08-19 Thread Django
#14136: Show how to specify schemas for Oracle databases
---+
 Reporter:  pfctdayelise   |   Owner:  nobody
   Status:  new|   Milestone:
Component:  Documentation  | Version:  1.2   
 Keywords:  databases oracle easy  |   Stage:  Unreviewed
Has_patch:  0  |  
---+
 As mentioned [http://cd-docdb.fnal.gov/cgi-
 bin/RetrieveFile?docid=3156=1=DjangoOracle.html here], to
 specify a schema as well as a db_table for an Oracle database, you need to
 do some fancy quoting like this:


 {{{
 class Meta:
 db_table = u'"SCHEMA"."TABLE_NAME"'
 }}}


 It would be nice to mention that in
 [http://docs.djangoproject.com/en/1.2/ref/databases/#oracle-notes the
 docs]. I spent ages trying to figure it out!

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.