#9076: Inline forms can result in a "Please correct the errors below." message
with no errors listed.
---------------------------------+------------------------------------------
Reporter: coady | 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 Jonas):
Ok, even after spending some time with pdb I haven't been able to find the
source of the error. Will try some more later. I can confirm the
workaround though: setting an unique ordering makes the error go away.
This means, when using e.g. {{{ordering=('order',)}}} on the inline model,
with order being the same in several inline instances, it does not work.
After setting {{{ordering=('order','id')}}} on the inline model it works
again.
--
Ticket URL: <http://code.djangoproject.com/ticket/9076#comment:9>
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 [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
-~----------~----~----~----~------~----~------~--~---