I am working on Django 1.4, and I have a the following doubt. When parsing between dates on Django Admin, the format should be on the format "%Y-%m-%d". I just checked the code, and the django model DateField isn't using the settings to check the valid date for "to_python".
For exmaple, the only valid format right now is:
&fecha_inicio__lte=2012-06-10
But I also want that:
&fecha_inicio__lte=06/10/2012