#8562: OneToOnes + primary_key = True ... fails in Admin
--------------------------------------+-------------------------------------
Reporter: magneto | Owner: nobody
Status: new | Milestone:
Component: Admin interface | Version: SVN
Resolution: | Keywords: admin onetoone
Stage: Unreviewed | Has_patch: 0
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
--------------------------------------+-------------------------------------
Comment (by magneto):
The small change in patch from r8528 causes the Forms not to be Auto
Populated (the initial data needs both "attname" and "name" depending on
the form apparently and the Field name is "name" and thus the initial data
dict is looking for "name" not "attname"). The next patch, fixes this
part of the ticket, but it may have other 'effects' unknown (it passes the
tests at least)
--
Ticket URL: <http://code.djangoproject.com/ticket/8562#comment:4>
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
-~----------~----~----~----~------~----~------~--~---