I can do this easily enough with my own custom object creation view, but I'd like to let my people still use the admin interface.
I'd like to be able to do some validation of a created or changed object and issue a WARNING before allowing the user to commit the object to the database. For example, let's say you have a calendar app, and if someone tries to create a new event that conflicts with an existing event (but is otherwise well formed), you want to pop up a javascript dialog that says "hey, this conflicts with this other thing, are you sure?" and if they hit "yes", then go ahead and store it, and if not, let them fix it. I'd rather not have to tell my users "hey if you want full error checking and warnings and safeguards you have to leave the admin and use my custom object creation link" -- is there a way to accomplish this inside the admin without too much hassle? -- 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 django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.