#11732: ModelAdmin.get_changelist_form should use ModelAdmin.form
---------------------------------------------+------------------------------
Reporter: edcrypt | Owner: nobody
Status: new | Milestone: 1.2
Component: django.contrib.admin | Version: 1.1
Resolution: | Keywords:
Stage: Design decision needed | Has_patch: 0
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
---------------------------------------------+------------------------------
Changes (by lukeplant):
* stage: Unreviewed => Design decision needed
Comment:
That's a really bad idea, and would cause lots of breakages, because many
people will be assuming that the Form they have created will be used only
for the change form, and not the change list. We need a new attribute
like 'changelist_form', if anything.
--
Ticket URL: <http://code.djangoproject.com/ticket/11732#comment:2>
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
-~----------~----~----~----~------~----~------~--~---