| Age | Commit message (Expand) | Author |
| 2008-06-19 | Fixed #7355 -- Modified urlize utility to handle https:// addresses. Thanks f... | Russell Keith-Magee |
| 2008-06-18 | Fixed #4860: added 'for' attributes to labels in newforms widgets. Thanks to ... | Jacob Kaplan-Moss |
| 2008-06-18 | Fixed #7318 -- Cleaned up the template inheritance logic, specifically to han... | Russell Keith-Magee |
| 2008-06-16 | Fixed #6831 -- Reverse URL resolver now replaces backslashes correctly. Thank... | Adrian Holovaty |
| 2008-06-16 | Fixed #7456 -- Removed check of exact IndexError exception text in a unit tes... | Adrian Holovaty |
| 2008-06-15 | Fixed #7256 -- Corrected queryset code to return the correct set of columns w... | Russell Keith-Magee |
| 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-08 | Fixed #7369: fixed a corner-case involving select_related() following non-nul... | Jacob Kaplan-Moss |
| 2008-06-08 | Fixed #4371 -- Improved error checking when loading fixtures. Code now catche... | 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 #7165 -- Added an assertNotContains() method to the test client. Thanks... | Russell Keith-Magee |
| 2008-06-06 | Fixed #7143 -- Modified the test client to better match (most) real browser b... | Russell Keith-Magee |
| 2008-06-06 | Fixed #6168 -- Updated the Django system test runner to make it possible to r... | 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-05-30 | Fixed a messy test case (regressiontests/templates/loaders) that could cause ... | Jacob Kaplan-Moss |
| 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 |