Changes between Initial Version and Version 1 of Ticket #23698
- Timestamp:
- Oct 21, 2014, 5:31:00 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23698 – Description
initial v1 4 4 https://docs.djangoproject.com/en/1.6/ref/forms/api/#django.forms.Form.errors 5 5 6 You're stating that using form.error gives dict back, but it's not true, in django.forms.util s.ErrorDict there is:6 You're stating that using form.error gives dict back, but it's not true, in django.forms.util.ErrorDict there is: 7 7 {{{ 8 8 def __str__(self):