Re: [Django] #8890: Inline model formsets break validation for unique_together with foreign keys

2011-01-23 Thread Django
#8890: Inline model formsets break validation for unique_together with foreign
keys
-+--
  Reporter:  mas...@mit.edu  | Owner:  nobody
Status:  closed  | Milestone:
 Component:  Forms   |   Version:  1.0   
Resolution:  invalid |  Keywords:
 Stage:  Unreviewed  | Has_patch:  0 
Needs_docs:  0   |   Needs_tests:  0 
Needs_better_patch:  0   |  
-+--
Changes (by russellm):

  * status:  reopened => closed
  * resolution:  => invalid

Comment:

 Closing invalid. This report doesn't contain enough detail to reproduce
 the problem accurately -- it has foreign keys to models that don't exist,
 and a Manager object that isn't provided.

 It doesn't describe the sequence of operations that are required to
 reproduce the problem, either -- it just talks about to 'validation", and
 refers to a "validation step before", but isn't clear about what
 validation step is the problem, or which one comes "before".

 If anyone can provide a clear, reproducible test case, please reopen.

-- 
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-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.



Re: [Django] #8890: Inline model formsets break validation for unique_together with foreign keys

2011-01-23 Thread Django
#8890: Inline model formsets break validation for unique_together with foreign
keys
-+--
  Reporter:  mas...@mit.edu  | Owner:  nobody
Status:  reopened| Milestone:
 Component:  Forms   |   Version:  1.0   
Resolution:  |  Keywords:
 Stage:  Unreviewed  | Has_patch:  0 
Needs_docs:  0   |   Needs_tests:  0 
Needs_better_patch:  0   |  
-+--
Comment (by bronger):

 Sorry, I meant "The unique_together" constrain of the child model ...

-- 
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-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.



Re: [Django] #8890: Inline model formsets break validation for unique_together with foreign keys

2011-01-23 Thread Django
#8890: Inline model formsets break validation for unique_together with foreign
keys
-+--
  Reporter:  mas...@mit.edu  | Owner:  nobody
Status:  reopened| Milestone:
 Component:  Forms   |   Version:  1.0   
Resolution:  |  Keywords:
 Stage:  Unreviewed  | Has_patch:  0 
Needs_docs:  0   |   Needs_tests:  0 
Needs_better_patch:  0   |  
-+--
Changes (by bronger):

 * cc: bron...@physik.rwth-aachen.de (added)

-- 
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-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.



Re: [Django] #8890: Inline model formsets break validation for unique_together with foreign keys

2011-01-23 Thread Django
#8890: Inline model formsets break validation for unique_together with foreign
keys
-+--
  Reporter:  mas...@mit.edu  | Owner:  nobody
Status:  reopened| Milestone:
 Component:  Forms   |   Version:  1.0   
Resolution:  |  Keywords:
 Stage:  Unreviewed  | Has_patch:  0 
Needs_docs:  0   |   Needs_tests:  0 
Needs_better_patch:  0   |  
-+--
Changes (by bronger):

  * status:  closed => reopened
  * resolution:  duplicate =>

Comment:

 I run into the same problem with SVN 13265.  The unique_constraing of the
 child model is not checked by the form set returned by
 {{{inlineformset_factory}}}.  Instead, the integrity error is raised.  My
 code is equivalent to the code above except that I don't have custom form
 classes.

-- 
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-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.