Hi,
is there any reason at all for a formset used in edit inline to be
subclass of BaseModelFormSet aside from ease of use?

We currently have a few instances where we do not want the individual
forms to correspond 1to1 to model instances and this checks does not
make any sense in that case.

Could we please move the validation out of admin to ./manage.py
validate_admin or something? I really want to be able to develop
without having to hack django (to disable validation) of have DEBUG =
False in my settings. This is a feature I don't think belongs to
runtime (even when only used when DEBUG).

Any thoughts?

thanks


Honza Král
E-Mail: [EMAIL PROTECTED]
ICQ#: 107471613
Phone: +420 606 678585

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to