On 8/4/07, Gary Wilson <[EMAIL PROTECTED]> wrote: > I attached a new patch which issues a PendingDeprecationWarning. > > The new patch also uses a metaclass for FormField and Field classes to > decorate __init__ instead of having to call legacy_maxlength in almost > every subclass's __init__. This should make things easier come time to > remove the legacy maxlength compatibility since it becomes as simple as > removing the metaclass. > > Anyone against this approach?
This is a nice, clean approach -- good work! The patch is looking good. Go ahead and check it in at your leisure. Adrian -- Adrian Holovaty holovaty.com | djangoproject.com --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
