| Age | Commit message (Expand) | Author |
| 2010-02-14 | Fixed #6054: work around PIL's installation brokeness by detecting either of ... | Jacob Kaplan-Moss |
| 2010-02-10 | Fixed #12698. Model.clean() used with a ModelForm no longer causes a KeyError... | Joseph Kocherhans |
| 2010-02-01 | Fixed #12692 - Properly handle the extra clause of admin inline formsets. Als... | Jannis Leidel |
| 2010-01-26 | Fixed #12508 - Added ability to dynamically add inlines in the admin app. | Jannis Leidel |
| 2010-01-21 | Fixed #12596. Calling super from a ModelForm's clean method is once again opt... | Joseph Kocherhans |
| 2010-01-12 | Fixed #12510. Changed ModelChoiceField to stop using some of its superclasses... | Joseph Kocherhans |
| 2010-01-12 | Fixed #12512. Changed ModelForm to stop performing model validation on fields... | Joseph Kocherhans |
| 2010-01-10 | Fixed #9223 -- Added support for declarative widgets to ModelForm. I declare ... | Adrian Holovaty |
| 2010-01-10 | Changed a whole bunch of places to raise exception instances instead of old-s... | Adrian Holovaty |
| 2010-01-09 | Fixed #12466 - Set HTML class attributes for each field separately. Thanks fo... | Jannis Leidel |
| 2010-01-09 | Fixed #11301 - Properly hide SplitHiddenDateTimeWidget. Thanks to David Gould... | Jannis Leidel |
| 2010-01-09 | Fixed #11843 - Give MultipleHiddenInput different IDs. Thanks Chris Beaven. | Jannis Leidel |
| 2010-01-05 | Merged soc2009/model-validation to trunk. Thanks, Honza! | Joseph Kocherhans |
| 2010-01-05 | Fixed deprecation warning nuisance introduced in r11964. Thanks to Luke Plant... | Jannis Leidel |
| 2009-12-30 | Fixed #12444 - Date based widgets now correctly handle input values when usin... | Jannis Leidel |
| 2009-12-22 | Fixed #7980 - Improved i18n framework to support locale aware formatting (dat... | Jannis Leidel |
| 2009-12-22 | Fixed #1142 -- Added multiple database support. | Russell Keith-Magee |
| 2009-12-17 | Fixed #11753 - Q objects with callables no longer explode on Python 2.4. Than... | Jacob Kaplan-Moss |
| 2009-12-16 | Fixed #10263 -- Added a queryset argument to BaseInlineFormSet, normalizing w... | Russell Keith-Magee |
| 2009-12-13 | Fixed #12215: Added len to ModelChoiceIterator. Thanks Alex and Tobias. | Karen Tracey |
| 2009-12-12 | Fixed #3512: it's now possible to add CSS hooks to required/erroneous form ro... | Jacob Kaplan-Moss |
| 2009-12-12 | Fixed #11632: Fixed the id for hidden initial widget so that it is different ... | Karen Tracey |
| 2009-10-30 | Fixed #11872 -- Instantiate the correct model in BaseInlineFormSet.__init__ w... | Brian Rosner |
| 2009-10-24 | Fixed #11402: added a `QuerySet.exists()` method. Thanks, Alex Gaynor. | Jacob Kaplan-Moss |
| 2009-10-09 | SECURITY ALERT: Corrected regular expressions for URL and email fields. | Jacob Kaplan-Moss |
| 2009-09-11 | Fixed #10968 - Form.errors should use Form.error_class. | Luke Plant |
| 2009-09-11 | Fixed Widget.__init__() for Python 2.6 and greater. Refs #11703 | Luke Plant |
| 2009-09-10 | Fixed #11703: Added missing Super calls to 2 widget classes. | Luke Plant |
| 2009-09-10 | Fixed #10950 - unused import. | Luke Plant |
| 2009-07-03 | Fixed #10922 -- Corrected handling of POST data to ensure that the right obje... | Russell Keith-Magee |
| 2009-05-29 | Fixed a few Python 2.3 incompatibilities that were causing test failures. | Gary Wilson Jr |
| 2009-05-19 | Fixed #11149 -- Don't call save_form_data on file-type fields multiple times ... | Karen Tracey |
| 2009-05-15 | Fixed #11120 -- Corrected handling of inlines attached to inherited classes, ... | Russell Keith-Magee |
| 2009-05-14 | Fixed #10992: fixed a bug saving inlines with custom primary key fields. Than... | Jacob Kaplan-Moss |
| 2009-05-13 | Fixed #10243, #11043 -- Corrected handling of formsets over a ForeignKey that... | Russell Keith-Magee |
| 2009-05-10 | Changed r10668 to not falsely error out when using generic inlines. | Malcolm Tredinnick |
| 2009-05-10 | Fixed #10792 -- Ensured that ModelChoiceFields don't provide an empty option ... | Russell Keith-Magee |
| 2009-05-08 | Fixed #10750: respect comment=False in inline formsets. Thanks, Koen Biermans. | Jacob Kaplan-Moss |
| 2009-05-07 | Fixed #9493 -- Corrected error handling of formsets that violate unique const... | Russell Keith-Magee |
| 2009-05-07 | Fixed #10893 -- Corrected a problem with using list_editable in the admin whe... | Russell Keith-Magee |
| 2009-05-02 | Fixed #9609 -- Modified the clean method of(Null)Boolean field to accept '1' ... | Russell Keith-Magee |
| 2009-04-30 | Fixed #10134 -- Added unique_for_[date|day|month|year] validation to ModelFor... | Russell Keith-Magee |
| 2009-04-28 | Fixed #10082 -- Modified BaseFormSet so that ordering checks work when the fo... | Russell Keith-Magee |
| 2009-04-28 | Fixed #10288 -- Corrected _has_changed handling of DateTimeInput, DateInput, ... | Russell Keith-Magee |
| 2009-04-22 | Fixed #10163: add an artificial ordering to querysets used by formsets, thus ... | Jacob Kaplan-Moss |
| 2009-04-22 | Fixed #10208: `ModelAdmin` now respects the `exclude` and `field` atributes o... | Jacob Kaplan-Moss |
| 2009-04-18 | Fixed #10799: fixed the use of list_editable with model inheritance and custo... | Jacob Kaplan-Moss |
| 2009-04-18 | Fixed #10002: inline file uploads now correctly display prior data. Thanks, d... | Jacob Kaplan-Moss |
| 2009-04-18 | Fixed #9124: fixed `SelectDateWidget` with `required=False`. Thanks, Bernd Sc... | Jacob Kaplan-Moss |
| 2009-04-18 | Fixed #10156: `ModelMultipleChoiceField.clean` now does a single query instea... | Jacob Kaplan-Moss |