Joseph Kocherhans
|
408d431029
|
Fixed #12596. Calling super from a ModelForm's clean method is once again optional. Failing to call super only skips unique validation as documented. Thanks for the initial patch and tests, carljm.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12269 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-21 02:28:03 +00:00 |
Jannis Leidel
|
5e83b79d26
|
Fixed #12466 - Set HTML class attributes for each field separately. Thanks for the patch, Bernd Schlapsi.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12153 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-09 22:51:03 +00:00 |
Joseph Kocherhans
|
471596fc1a
|
Merged soc2009/model-validation to trunk. Thanks, Honza!
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12098 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-05 03:56:19 +00:00 |
Jacob Kaplan-Moss
|
574eafe4c0
|
Fixed #11753 - Q objects with callables no longer explode on Python 2.4. Thanks, Jeremy Dunck.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11901 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-12-17 22:06:41 +00:00 |
Jacob Kaplan-Moss
|
92803205cb
|
Fixed #3512: it's now possible to add CSS hooks to required/erroneous form rows. Thanks, SmileyChris.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11830 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-12-12 18:52:12 +00:00 |
Karen Tracey
|
9c4bd2aa33
|
Fixed #11632: Fixed the id for hidden initial widget so that it is different from the id for its visible counterpart. Thanks geber@datacollect.com and Mark Lavin.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11826 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-12-12 18:18:31 +00:00 |
Luke Plant
|
7c53c2618d
|
Fixed #10968 - Form.errors should use Form.error_class.
Thanks for report and initial patch, matehat.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11498 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-09-11 10:47:40 +00:00 |
Jacob Kaplan-Moss
|
1e4ad6f118
|
Fixed #10002: inline file uploads now correctly display prior data. Thanks, dgouldin.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10588 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-04-18 20:29:55 +00:00 |
Joseph Kocherhans
|
15becf23a9
|
Forms in model formsets and inline formsets can now be deleted even if they don't validate. Related to #9587.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10283 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-03-31 19:55:20 +00:00 |
Adrian Holovaty
|
352efd1893
|
Edited docs/topics/forms/index.txt changes from [9569] and fixed a typo in the visible_fields() docstring
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9592 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-12-08 04:07:42 +00:00 |
Malcolm Tredinnick
|
bfab9d62ee
|
Added a way to iterate over hidden/visible fields in a form. Useful for manual
form layout.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9569 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-12-05 04:22:00 +00:00 |
Karen Tracey
|
bcd63cbfb0
|
Fixed #6160, #9111 -- Consistently apply conditional_escape to form errors and labels when outputing them as HTML.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9365 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-11-06 19:49:24 +00:00 |
Malcolm Tredinnick
|
9931c9e132
|
Fixed #9125 -- When displaying errors for a form with only hidden fields, make sure the resulting XHTML is correct.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9067 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-09-18 07:16:08 +00:00 |
Brian Rosner
|
2487e3ae37
|
Removed a conditional that slipped by that makes inline model formsets fail validation when re-submitted.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8817 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-09-01 21:33:15 +00:00 |
Brian Rosner
|
7c7ad041b3
|
Fixed #7975 -- Callable defaults in inline model formsets now work correctly. Based on patch from msaelices. Thanks for your hard work msaelices.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8816 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-09-01 21:28:32 +00:00 |
Malcolm Tredinnick
|
24bacb19de
|
Fixed #5216 -- Fixed a case of a string not being a unicode string.
Thanks to Vadim Fint for the test case.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8761 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-08-31 11:39:06 +00:00 |
Jacob Kaplan-Moss
|
46786b4193
|
Fixed #7741: django.newforms is now django.forms. This is obviously a backwards-incompatible change. There's a warning upon import of django.newforms itself, but deeper imports will raise errors.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7971 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-07-19 01:22:26 +00:00 |