#8860: Where should form classes and formset classes be defined? -------------------------------------+-------------------------------------- Reporter: [EMAIL PROTECTED] | Owner: nobody Status: new | Milestone: post-1.0 Component: Documentation | Version: 1.0 Keywords: forms | Stage: Unreviewed Has_patch: 0 | -------------------------------------+-------------------------------------- The current documentation doesn't say '''where''' form classes and formset classes and so on should be defined. Should they be defined in module models.py or in a separate module forms.py or somewhere else altogether? I think the situation is analogous to admin information which eventually was moved from models.py to admin.py.
-- Ticket URL: <http://code.djangoproject.com/ticket/8860> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" 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-updates?hl=en -~----------~----~----~----~------~----~------~--~---
