Ticket #4090: newforms_import_extras.diff

File newforms_import_extras.diff, 362 bytes (added by brosner <brosner@…>, 17 years ago)

One Liner to fix #4090

  • django/newforms/__init__.py

     
    1212
    1313from util import ValidationError
    1414from widgets import *
     15from extras import *
    1516from fields import *
    1617from forms import *
    1718from models import *
Back to Top