#2229: django-admin's syncdb does not check for missing many-to-many tables
----------------------------------+-----------------------------------------
   Reporter:  TwistedCommons.com  |                Owner:  adrian           
     Status:  new                 |            Component:  django-admin.py  
    Version:  SVN                 |           Resolution:                   
   Keywords:  syncdb              |                Stage:  Ready for checkin
  Has_patch:  1                   |           Needs_docs:  0                
Needs_tests:  0                   |   Needs_better_patch:  0                
----------------------------------+-----------------------------------------
Changes (by SmileyChris):

  * has_patch:  0 => 1
  * stage:  Accepted => Ready for checkin

Comment:

 I moved the main SQL code to a different function so it could be called
 for an individual field, then fixed `syncdb` to use this new function.
 
 I also reckon there should be ''some'' printout at the default level of
 verbosity for the creation of m2m tables, but that's not what this ticket
 is about.
 
 Bumping to ready to give it some visibility, bump back if something's
 wrong (it works for me).

-- 
Ticket URL: <http://code.djangoproject.com/ticket/2229#comment:3>
Django Code <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 [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to