On 12/18/06, Michael Radziej <[EMAIL PROTECTED]> wrote:
in changeset 4208 all the code from django/forms was copied to django/oldforms. Isn't that a little bit twisted? Now there's the same code twice, and any future patch for forms needs to address both trees.
Good point, Michael. I've removed the redundancy in [4234]. Now the code lives in django/oldforms/__init__.py, and django/forms/__init__.py simply imports that. 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 -~----------~----~----~----~------~----~------~--~---
