| Age | Commit message (Expand) | Author |
| 2008-07-29 | Fixed #7560 -- Moved a lot of the value conversion preparation for | Malcolm Tredinnick |
| 2008-07-27 | Made the Paginator class a bit more backwards compatible with the lecacy `Obj... | Gary Wilson Jr |
| 2008-07-27 | Corrected wording in comment. | Gary Wilson Jr |
| 2008-07-27 | Fixed #7913 -- Corrected backwards incompatible parts of [7977] when optgroup... | Russell Keith-Magee |
| 2008-07-27 | Changed one of the model_formsets tests to be immune to the differences in the | Malcolm Tredinnick |
| 2008-07-26 | Added an ordering definition to make test output reliable across database bac... | Russell Keith-Magee |
| 2008-07-23 | Added the ability to customize the prefix value on an inline formset. Fixes #... | Brian Rosner |
| 2008-07-23 | Made the semi-private _max_form_count live on the public API of formsets by r... | Brian Rosner |
| 2008-07-21 | Fixed #7825 - modeltests/delete tests failing after NFA merge, and improved d... | Luke Plant |
| 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-18 | Removed the mysql_old backend. It smells bad and has no friends. | Malcolm Tredinnick |
| 2008-07-13 | Fixed #7718 -- Added a naive implementation of sorted() for Python 2.3 compat... | Russell Keith-Magee |
| 2008-07-12 | FIxed #7696: fixed model_form tests on Windows after [7814]. Thanks, Marty Al... | Jacob Kaplan-Moss |
| 2008-07-12 | Fixed #7583 -- Corrected the testing docs that referred to the defunct header... | Russell Keith-Magee |
| 2008-07-08 | Fixed test suite after [7687]. | Malcolm Tredinnick |
| 2008-07-07 | Fixed #7614: the quickening has come, and there now is only one UploadedFile.... | Jacob Kaplan-Moss |
| 2008-07-02 | Made legacy `ObjectPaginator` truly backwards-compatible by catching both `At... | Gary Wilson Jr |
| 2008-07-01 | Fixed #2070: refactored Django's file upload capabilities. | Jacob Kaplan-Moss |
| 2008-06-26 | Fixed #7215 -- Create correct reverse-relation accessors when using abstract ... | Malcolm Tredinnick |
| 2008-06-21 | Fixed bug with Model.delete() which did not always delete objects in the righ... | Luke Plant |
| 2008-06-21 | Added tests for corner case with deleting where objects are deleted in the wr... | Luke Plant |
| 2008-06-12 | Fixed #7327 -- Added documentation and test case for defining subqueries. Tha... | Russell Keith-Magee |
| 2008-06-12 | Fixed #7026 -- Fixed misleading/incorrect exception text when adding to a man... | Adrian Holovaty |
| 2008-06-09 | Fixed #7298: prevent update() on sliced QuerySet since UPDATE doesn't reliabl... | Jacob Kaplan-Moss |
| 2008-06-09 | Fixed #7350, #7202 -- Fixed serialization for multi-model inheritance, which ... | Russell Keith-Magee |
| 2008-06-07 | Fixed #5836 -- Corrected the logic in the Test Client when an exception raise... | Russell Keith-Magee |
| 2008-06-06 | Fixed #7366 -- Modified a few expected test outputs to remove the dependency ... | Russell Keith-Magee |
| 2008-06-05 | Fixed #6886: Tightened up ForeignKey and OneToOne field assignment. Specifica... | Jacob Kaplan-Moss |
| 2008-04-28 | Changed Query.get_columns() to quote the 'AS' column names in an extra_select... | Adrian Holovaty |
| 2008-04-28 | Added some tests to modeltests/many_to_one that demonstrate a post-queryset-r... | Adrian Holovaty |
| 2008-04-27 | Merged the queryset-refactor branch into trunk. | Malcolm Tredinnick |
| 2008-03-29 | Comment correction, `get_list` is now `filter`. | Gary Wilson Jr |
| 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-03-18 | Changed pagination tests to suppress the DeprecationWarning | Adrian Holovaty |
| 2008-03-18 | Added a new and improved Paginator class, which allows you to pass a Page obj... | Adrian Holovaty |
| 2008-03-17 | Fixed #6492 -- Added bullet-proofing to isValidFloat validator. Thanks, Basti... | Malcolm Tredinnick |
| 2008-02-26 | Beefed up support for "lazy" related objects. Now, in addition to ForeignKey(... | Jacob Kaplan-Moss |
| 2008-02-19 | Fixed #2936, #6500 -- Added a __hash__() method to Models (since we implement... | Malcolm Tredinnick |
| 2008-02-15 | Made a bunch of tiny documentation formatting and typo fixes. | Malcolm Tredinnick |
| 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-02-01 | Fixed #5422 -- Added a `raw` parameter to model `pre_save` and `post_save` si... | Gary Wilson Jr |
| 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 |