I noticed that django admin "add" page reads GET parameters and uses them as initial values in the form. However I was not able to pass DateTime values in this way. In particular if I try to pass a DateTime value I get a "server error".See http://stackoverflow.com/questions/23559771/django-admin-add-page-initial-datetime-from-get-parameters for more details.1. is it possible to pass DateTime values this way?
2. isn't it a bug if a user is able to generate a server error by messing with GET parameters?