On May 26, 2:53 pm, oggie rob <[EMAIL PROTECTED]> wrote: > Probably not an issue, but if you import as: > from django import newforms as forms > you may want to watch out for namespace issues.
That's why, like Russ, I also use a forms.py file and do the newforms import like: from django.newforms import * Then in my views I'll just import the form classes I create. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---