On 10/9/07, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > > This raises some alarm bells. Why on earth are we futzing around in > ChangeManipulators here? They are entirely oldforms-related and the > whole point is to remove any reliance on them. > > This might well be a bug and in an area that just hasn't been addressed > yet, since I'd wager not a lot of regular testing is going on with > 100,000 objects in those cases. Probably worth a ticket, Karen.
Yeah, there is some hideousness left that I forgot about. Specifically here [1] and here [2]. There are actually quite a few places where newforms-admin stuff calls out to old code that kinda works, but needs to be rewritten. I have not done much scouring yet to clean all of this up. It'll probably be November before I have a lot of time to work on it again though :( Really, the render_change_form function needs to be moved into the ModelAdmin class and the manipulator stuff needs to be removed from it. Patches are welcome. (And no Malcolm, that's not directed at you ;) Joseph [1] http://code.djangoproject.com/browser/django/branches/newforms-admin/django/contrib/admin/options.py#L503 [2] http://code.djangoproject.com/browser/django/branches/newforms-admin/django/contrib/admin/options.py#L579 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---