#15076: inspectdb to quote ForeignKey class names to avoid need to reorder
classes/solve circular dependencies
---------------------------+------------------------------------------------
 Reporter:  saschwarz      |       Owner:  nobody    
   Status:  new            |   Milestone:            
Component:  Uncategorized  |     Version:  1.2       
 Keywords:                 |       Stage:  Unreviewed
Has_patch:  0              |  
---------------------------+------------------------------------------------
 The inspectdb management command supplies either "self" or the unquoted
 name of foreign key's class as the first argument to the ForeignKey
 constructor. This requires that classes be defined prior to their first
 use. If the class name were supplied as a quoted string the ordering of
 classes isn't required. That would also solve the case where circular
 dependencies keep classes from being defined in an appropriate order.

 I've attached the trivial changes as a diff from trunk 15194.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/15076>
Django <http://code.djangoproject.com/>
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-updates@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.

Reply via email to