#11148: Inline Views don't support editable=False for PK value
------------------------------------------------+---------------------------
Reporter: [email protected] | Owner: nobody
Status: new | Milestone:
Component: django.contrib.admin | Version: SVN
Resolution: | Keywords:
Stage: Unreviewed | Has_patch: 0
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
------------------------------------------------+---------------------------
Comment (by lycovian):
In practice the custom field type presented in my test case is a UUID that
''is'' unique. I simplified my code into this test case so you could test
by running syncdb without worring about the specifics of my development
environment but forgot to remove this constraint. If you take out the
uniquness constraint the KeyError is still thrown though.
Also, I did pose this question to the group (#django) over 3 days and did
not get any answers. The test case I presented I think demonstrates that
there is a "problem" though, although it may very well be with my code.
--
Ticket URL: <http://code.djangoproject.com/ticket/11148#comment:3>
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
-~----------~----~----~----~------~----~------~--~---