#2536: Mutually referential many-to-one relationship AddManipulator fails.
-------------------------+--------------------------------------------------
Reporter: anonymous | Owner: adrian
Status: new | Component: Database wrapper
Version: | Resolution:
Keywords: | Stage: Unreviewed
Has_patch: 0 | Needs_docs: 0
Needs_tests: 0 | Needs_better_patch: 0
-------------------------+--------------------------------------------------
Comment (by Marek Kubica <[EMAIL PROTECTED]>):
My progress this far is that both `AddManipulator` and `ChangeManipulator`
are broken, which causes the Django-admin to fail when it should display
or create one of these models. They are both instances of
`AutomaticManipulator` defined in
source:django/trunk/django/db/models/manipulators.py, they both use the
same __init__, so this problem has to be fixed most probably somewhere in
there. It is definitely not a problem of the ORM itself, as that is able
so create and modify instances of these models perfectly well (tested
manually in the interactive interpreter).
--
Ticket URL: <http://code.djangoproject.com/ticket/2536#comment:9>
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
-~----------~----~----~----~------~----~------~--~---