#7203: Admin error if an edit_inline=True object has a ForeignKey to some other
object which has a unique_together specification
----------------------------------------------------------+-----------------
Reporter: Scott Moonen <[EMAIL PROTECTED]> | Owner: nobody
Status: closed | Milestone:
Component: Database wrapper | Version: SVN
Resolution: fixed | Keywords:
Stage: Unreviewed | Has_patch: 0
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
----------------------------------------------------------+-----------------
Changes (by [EMAIL PROTECTED]):
* status: new => closed
* resolution: => fixed
Comment:
As expected, this works fine now that the newforms-admin branch has
landed. From what I read on the mailing lists, I understand that form-
level validation of constraints like the unique_together has yet to happen
in NFA; for now things will be validated only at the database level. But
that's not of great concern to me; admin object editing is now possible
without having to comment out the constraint altogether.
Closing this ticket as resolved.
--
Ticket URL: <http://code.djangoproject.com/ticket/7203#comment:2>
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
-~----------~----~----~----~------~----~------~--~---