On 8/9/06, Tom Tobin <[EMAIL PROTECTED]> wrote: > > I've already gotten the first case working, and I'll tackle the second > after work tomorrow; I'll report back with my thoughts after comparing > the two.
I actually implemented the second case (a ``takes_manipulator`` decoration) last night as well, and I'm leaning towards it as feeling cleaner right now. Also, I thought I'd add that you *can* implement manipulator-aware validators in trunk, as `pointed out by Matthew on Django-users`__; the key problem is that they don't work in the admin, which is what my solution aims to solve (and, furthermore, the existing method seems convoluted and messy IMHO). .. __: http://groups.google.com/group/django-users/msg/a76be4c94631ec80 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" 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-developers -~----------~----~----~----~------~----~------~--~---
