#9749: ModelAdmin should allow specifying Changelist class to further modify
Changelist behavior
-------------------------------------------+--------------------------------
Reporter: anonymous | Owner: brosner
Status: new | Milestone: 1.2
Component: django.contrib.admin | Version: 1.0
Resolution: | Keywords: ModelAdmin
Changelist subclass
Stage: Ready for checkin | Has_patch: 1
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
-------------------------------------------+--------------------------------
Comment (by lukeplant):
One comment - the type checking for a subclass of !ChangeList seems to be
pointless and un-pythonic (duck-typing means you allow any object that has
the right interface). Is there a good reason for it that I'm missing?
--
Ticket URL: <http://code.djangoproject.com/ticket/9749#comment:16>
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
-~----------~----~----~----~------~----~------~--~---