#526: Exception when using unique_together in edit_inline model
--------------------------------------------------------------+-------------
 Reporter:  nesh <nesh [at] studioquattro [dot] co [dot] yu>  |        Owner:  
adrian
     Type:  defect                                            |       Status:  
new   
 Priority:  high                                              |    Milestone:   
     
Component:  Database wrapper                                  |      Version:  
SVN   
 Severity:  major                                             |   Resolution:   
     
 Keywords:                                                    |  
--------------------------------------------------------------+-------------
Comment (by nesh <nesh [at] studioquattro [dot] co [dot] yu>):

 I investigated a little further and it seems that there are two distinct
 bugs.
 
  * You '''must''' have related field in  {{{unique_together}}} or you will
 get the same error.
  * '''order''' of fields in {{{unique_together}}} is important (second
 test). If you have related field '''after''' any other field you'll get
 this error.
 
 ----
 p.s. Can someone with {{{TRAC_ADMIN}}} delete original example?

-- 
Ticket URL: <http://code.djangoproject.com/ticket/526>
Django <http://code.djangoproject.org/>
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to