| Age | Commit message (Expand) | Author |
| 2008-05-29 | Fixed #6430 -- Corrected the loading of templates from eggs, which was broken... | Russell Keith-Magee |
| 2008-05-29 | Fixed #7173 -- Corrected the caching of objects in reverse OneToOne relations... | Russell Keith-Magee |
| 2008-04-28 | Changed Query.get_columns() to quote the 'AS' column names in an extra_select... | Adrian Holovaty |
| 2008-04-28 | Renamed a field in the queries test schema that was preventing the tests from... | Ian Kelly |
| 2008-04-28 | Added a test to demonstrate the remaining problem in #7095. | Malcolm Tredinnick |
| 2008-04-28 | Fixed #7096 -- The simplifications in [7461] weren't complete. They broke | Malcolm Tredinnick |
| 2008-04-28 | Fixed #7098 -- Old-style related-model order_by() syntax was being incorrectly | Malcolm Tredinnick |
| 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-24 | Added a test for month selection under SQLite in case an old possible bug ever | Malcolm Tredinnick |
| 2008-03-24 | Fixed #6868 -- Fixed test results for Windows systems. Thanks, Ned Batchelder. | Malcolm Tredinnick |
| 2008-03-20 | Fixed #5917 -- More error robustness in date parsing in SelectDateWidget, plus | Malcolm Tredinnick |
| 2008-03-20 | Fixed #6825 -- Fixed the model_forms tests to also work on Windows by making | Malcolm Tredinnick |
| 2008-03-20 | Forgot to commit a new file from [7328]. | Malcolm Tredinnick |
| 2008-03-20 | Fixed #6445 -- Allow model instances to be used as a default for ForeignKeys | Malcolm Tredinnick |
| 2008-03-20 | Fixed #5982 -- Changed test client's URL processing to match core's (everything | Malcolm Tredinnick |
| 2008-03-20 | Merged the tests and documentation from #4720 to support the changes in [7295]. | Malcolm Tredinnick |
| 2008-03-19 | Fixed #4620: you can now easily add custom labels to ModelChoiceFields via su... | Jacob Kaplan-Moss |
| 2008-03-19 | Fixed #5894: added FilePathField to newforms. Thanks, Alex Gaynor. | 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-18 | Fixed #6230: Fixed the addition of id values to the select widgets in | Malcolm Tredinnick |
| 2008-03-17 | Fixed #6679 -- In `decorator_from_middleware`, don't unpack arguments when ca... | Gary Wilson Jr |
| 2008-03-17 | Tweaked an i18n test that is a bit sensitive to Python versions. It returns | Malcolm Tredinnick |
| 2008-03-17 | Fixed #6492 -- Added bullet-proofing to isValidFloat validator. Thanks, Basti... | Malcolm Tredinnick |
| 2008-03-17 | Fixed #6764 -- Added some error checking around cookie decoding. Thanks, | Malcolm Tredinnick |
| 2008-03-08 | Fixed tests added in [7200] to not depend on unpredictable key order of dict,... | Gary Wilson Jr |
| 2008-03-08 | Fixed #5595 -- Made `ModPythonRequest.__repr__` return a string instead of a ... | Gary Wilson Jr |
| 2008-02-26 | Re-enable substring lookups for IP address fields in Postgres using HOST() Th... | Jacob Kaplan-Moss |
| 2008-02-26 | Reverted [7151] since it breaks exact IP lookups on PostgreSQL. Reopens #708 | Jacob Kaplan-Moss |
| 2008-02-26 | Beefed up support for "lazy" related objects. Now, in addition to ForeignKey(... | Jacob Kaplan-Moss |
| 2008-02-26 | Fixed a missing __init__.py from [7153] | Jacob Kaplan-Moss |
| 2008-02-25 | Fixed #5701 -- Fixed decorators to take the name, attributes, and docstring o... | Gary Wilson Jr |
| 2008-02-23 | Fixed #708 -- Fixed searching within IP fields on PostgreSQL. | Malcolm Tredinnick |
| 2008-02-23 | Fixed #3689, #5223 -- Fixed "1st of January" comparisons for SQLite without b... | Malcolm Tredinnick |
| 2008-02-22 | Fixed #6436 -- Added check for absolute paths in fixture loading. Fixtures sp... | Russell Keith-Magee |
| 2008-02-21 | Fixed #6627 -- Made dict.clear() work for SortedDicts. | Malcolm Tredinnick |
| 2008-02-19 | Fixed #2936, #6500 -- Added a __hash__() method to Models (since we implement... | Malcolm Tredinnick |
| 2008-02-18 | Fixed #6611 -- When copying a SortedDict, make a new copy of the keys list. | Malcolm Tredinnick |
| 2008-02-15 | Removed a portion of the test suite that was a pain on Python 2.3. | 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-06 | Fixed #6409 -- Unbreak compound locale name parsing (e.g. zh-cn). | Malcolm Tredinnick |
| 2008-02-03 | Fixed #6279, #6514 -- Fixed some HTML escaping problems in the urlize filter. | Malcolm Tredinnick |
| 2008-02-03 | Fixed #6465 -- Tweaked MergeDict.getlist() to work with Django's MultiValueDi... | Malcolm Tredinnick |
| 2008-02-03 | Fixed #6326 -- Made the test for translations of filter arguments test someth... | Malcolm Tredinnick |
| 2008-02-01 | Fixed #5422 -- Added a `raw` parameter to model `pre_save` and `post_save` si... | Gary Wilson Jr |