Re: Custom submit buttons on admin form

2008-10-15 Thread Delta20
Oops... my apologies; this is what happens when I open two different forums in separate tabs! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-deve

Re: Custom submit buttons on admin form

2008-10-15 Thread James Bennett
This question belongs on the django-users list; in the future, please keep in mind that this list is for discussion of actually developing Django itself, while django-users is for discussion of how to use Django. -- "Bureaucrat Conrad, you are technically correct -- the best kind of correct."

Custom submit buttons on admin form

2008-10-15 Thread Delta20
What's the cleanest way to customize the submit buttons that appear on an admin change_form? If there's a way to override submit_row on change_form, that would be the simplest approach, I think, but I'm very much a django beginner so I would appreciate some guidance. To provide some context, here