| Age | Commit message (Expand) | Author |
| 2009-05-02 | [1.0.X] Fixed #10349 -- Modified ManyToManyFields to allow initial form value... | Russell Keith-Magee |
| 2009-04-30 | [1.0.X] Fixed #10134 -- Added unique_for_[date|day|month|year] validation to ... | Russell Keith-Magee |
| 2009-03-31 | [1.0.X] Fixed #8746: Check data in raw_id_fields more closely. Thanks, dgouldin | Jacob Kaplan-Moss |
| 2009-03-30 | [1.0.X] Fixed #10149. FileFields? in a form now validate max_length. Based on... | Joseph Kocherhans |
| 2009-01-23 | [1.0.X] Fixed #10103: Testcase fix for Jython compatibility. Thanks for repor... | Karen Tracey |
| 2009-01-19 | [1.0.X] Fixed #10069 -- Fixed the model form unique validation code to not pr... | Karen Tracey |
| 2008-11-05 | [1.0.X] Fixed #9218 -- Simplified the fix from #9039 and added tests to ensur... | Karen Tracey |
| 2008-11-04 | [1.0.X] Fixed #9418 -- When saving a model form, defer saving of file-type fi... | Karen Tracey |
| 2008-10-28 | [1.0.X] Fixed #9039 take 2 -- Modified the new tests added in [9240] so they ... | Karen Tracey |
| 2008-10-21 | [1.0.X] Fixed #9039 -- Don't perform unique checks on NULL values, since NULL... | Karen Tracey |
| 2008-10-10 | [1.0.X] Yet more file storage testing cleanup for the sake of buildbots; this... | Jacob Kaplan-Moss |
| 2008-09-02 | Fixed #8795: unique_together validation no longer fails on model forms that e... | Jacob Kaplan-Moss |
| 2008-09-02 | Fixed #8196 -- Make the model_form tests also pass if you don't have PIL | Malcolm Tredinnick |
| 2008-09-01 | Fixed #8648 -- Admin no longer ignores to_field. Thanks for the help Karen Tr... | Brian Rosner |
| 2008-09-01 | Fixed #8210 and #8664: moved `USStateField` and `PhoneNumberField` to `django... | Jacob Kaplan-Moss |
| 2008-09-01 | Repaired an oversight from [8772] that let made certain types of fields with ... | Jacob Kaplan-Moss |
| 2008-09-01 | Fixed #8209: `ModelForm`s now validate unique constraints. Alex Gaynor did mu... | Jacob Kaplan-Moss |
| 2008-08-31 | Fixed #6967: `ModelForm`s now validate choices. Thanks, mattmcc -- the failin... | Jacob Kaplan-Moss |
| 2008-08-31 | Fixed handling of primary keys in model formsets. Model formsets should now w... | Brian Rosner |
| 2008-08-28 | Fixed #8556: added a useful formfield to `CommaSeparatedIntegerField`. gkelly... | Jacob Kaplan-Moss |
| 2008-08-25 | Fixed #7888 -- Handle model inheritance with model formsets correctly. Thanks... | Brian Rosner |
| 2008-08-23 | Fixed #8040 -- SlugField now returns a proper formfield to deal with validati... | Brian Rosner |
| 2008-08-22 | Fixed #7947 -- Handle the display of OneToOneField in model forms correctly. ... | Brian Rosner |
| 2008-08-12 | Fixed a couple typos in the modeltests' descriptions and made use of ReST inl... | Gary Wilson Jr |
| 2008-08-10 | Fixed #7830 -- Removed all of the remaining, deprecated, non-oldforms features: | Gary Wilson Jr |
| 2008-08-09 | Fixed #8187: made PIL imports consistant. Thanks, bastih. | Jacob Kaplan-Moss |
| 2008-08-08 | File storage refactoring, adding far more flexibility to Django's file handli... | Jacob Kaplan-Moss |
| 2008-07-21 | Fixed #7727 -- Improved the checks for import failure when using PIL. Under P... | Russell Keith-Magee |
| 2008-07-19 | Reverted [7986]. | Malcolm Tredinnick |
| 2008-07-19 | Fixed #5619 -- Return the same path in get_FOO_filename() before and after a | Malcolm Tredinnick |
| 2008-07-19 | Fixed #7741: django.newforms is now django.forms. This is obviously a backwar... | Jacob Kaplan-Moss |
| 2008-07-18 | Merged the newforms-admin branch into trunk. | Brian Rosner |
| 2008-07-12 | FIxed #7696: fixed model_form tests on Windows after [7814]. Thanks, Marty Al... | Jacob Kaplan-Moss |
| 2008-07-07 | Fixed #7614: the quickening has come, and there now is only one UploadedFile.... | Jacob Kaplan-Moss |
| 2008-07-01 | Fixed #2070: refactored Django's file upload capabilities. | Jacob Kaplan-Moss |
| 2008-03-20 | Fixed #6825 -- Fixed the model_forms tests to also work on Windows by making | Malcolm Tredinnick |
| 2008-03-19 | Fixed #4620: you can now easily add custom labels to ModelChoiceFields via su... | Jacob Kaplan-Moss |
| 2008-03-19 | Replaced dict reprs in tests with explicit looks at each key. This should fix... | Jacob Kaplan-Moss |
| 2008-02-14 | Modified [7112] to make things behave more in line with Python subclassing wh... | Malcolm Tredinnick |
| 2008-02-14 | Fixed #6337. Refs #3632 -- Fixed ModelForms subclassing, to the extent that i... | Malcolm Tredinnick |
| 2008-01-18 | Fixed #6302 for ImageFields. | Jacob Kaplan-Moss |
| 2008-01-17 | Fixed #6302. FileField no longer requires a value if one already exists. Than... | Joseph Kocherhans |
| 2007-12-13 | Changed ModelForms to allow inheritance as long as their model attributes are... | Joseph Kocherhans |
| 2007-12-13 | Fixed #6162. ModelForm's __init__ signature now matches Form's. This is a bac... | Joseph Kocherhans |
| 2007-12-02 | Fixed #6042 -- ModelForms implementation from Joseph Kocherhans. Still might | Malcolm Tredinnick |
| 2007-11-29 | Fixed #4653 -- Improved the logic to decide when to include (and select as | Malcolm Tredinnick |
| 2007-11-13 | Fixed #4787, #5913 -- Updating the queryset on a `ModelChoiceField` or `Model... | Gary Wilson Jr |
| 2007-11-09 | Corrected a couple comments in `model_forms` tests. | Gary Wilson Jr |
| 2007-09-15 | Added explicit order_by filters to some model_forms tests that were failing i... | Ian Kelly |
| 2007-09-14 | Fixed test case that failed on Oracle because it assumed an ordering for | Matt Boersma |