#6755: Model Inheritance doesn't work in the admin.
--------------------------------------+-------------------------------------
Reporter: anonymous | Owner: nobody
Status: reopened | Milestone: 1.0 alpha
Component: Admin interface | Version: newforms-admin
Resolution: | Keywords: nfa-blocker
Stage: Accepted | Has_patch: 1
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 1 |
--------------------------------------+-------------------------------------
Comment (by anonymous):
Although sloonz patch to prevent duplication works fine but was not merged
with trunk, i don't understand the last line of code:
{{{
# Automatically filled, don't have to bother the user with this
Member._meta.get_field('user_ptr').blank = True
}}}
Shouldn't it prevent the admin site to show the "User ptr" field for this
model? It doesn't here with rev 7928. Note that i used the same exact
proof-code from sloonz.
--
Ticket URL: <http://code.djangoproject.com/ticket/6755#comment:35>
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
-~----------~----~----~----~------~----~------~--~---