#5720: [newforms-admin] - remove legacy Manipulator code ---------------------------+------------------------------------------------ Reporter: brosner | Owner: nobody Status: new | Component: Admin interface Version: newforms-admin | Keywords: Stage: Unreviewed | Has_patch: 1 ---------------------------+------------------------------------------------ I ran across a problem with having about 10,000 rows in a foreign key table and was using newforms-admin. I tracked it down to some legacy code that wanted to do something dumb and the reason for newforms in the first place. Per the discussion at http://groups.google.com/group/django- users/browse_frm/thread/a0a00061c0331107, I am creating this ticket and posting a patch to move ```render_change_form``` out of ```django.contrib.admin.views.main ``` and into the ```ModelAdmin``` class. This also get rid of the dependancy of the ```ChangeManipulator``` and ```AddManipulator``` in newforms-admin.
-- Ticket URL: <http://code.djangoproject.com/ticket/5720> 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 -~----------~----~----~----~------~----~------~--~---
