I've made this snippet: http://www.djangosnippets.org/snippets/164/ that I strongly believe should be part of Django (with little polishing of course).
If newforms admin started to use that, we could give all views an ability to use fieldsets too. That could be inserted to same file as BaseForm or in separate, as long as it is part of Django and is used by newforms admin to follow DRY, at current state I see no easy way to implement similar as in class Admin: fields = (...) in one's own views, this snippet is made for that DRY in mind. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@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-developers?hl=en -~----------~----~----~----~------~----~------~--~---