| Age | Commit message (Expand) | Author |
| 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 #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 | 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 #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 | 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-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-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-01-17 | Fixed #6302. FileField no longer requires a value if one already exists. Than... | Joseph Kocherhans |
| 2008-01-06 | Fixed Python 2.3 problem I introduced all the way back in [6852]. :-( | Malcolm Tredinnick |
| 2008-01-06 | Fixed #5567 -- Added a "last" filter. Based on a patch from darkpixel. | Malcolm Tredinnick |
| 2008-01-05 | Reverted 'regroup' template tag changes from [6956], as they caused bug #6271... | Adrian Holovaty |
| 2008-01-04 | Fixed #6254: Made fetchone() in the oracle backend correctly convert | Ian Kelly |
| 2008-01-03 | Middleware regression test fixes: | Gary Wilson Jr |
| 2008-01-02 | Fixed #6291 -- Fixed error in CASocialInsuranceNumberField documentation and ... | Adrian Holovaty |
| 2008-01-02 | Fixed #6295 -- Made the {% for %} tag a bit more efficient by creating a sing... | Adrian Holovaty |
| 2007-12-19 | Removed some reverse string craziness from the regroup template tag argument ... | Gary Wilson Jr |
| 2007-12-19 | Fixed #5670 -- Changed the validation of the UK postcode widget to allow for ... | Malcolm Tredinnick |
| 2007-12-19 | Fixed #6239 -- Fixed an auto-escaping problem with urlizetrunc. Thanks, Smile... | Malcolm Tredinnick |
| 2007-12-17 | Fixed #5596 -- Changed the static view for the development server so that Dja... | Malcolm Tredinnick |
| 2007-12-17 | Fixed a Python 2.3 problem from [6927]. | Malcolm Tredinnick |
| 2007-12-17 | Fixed #5956 -- Added a better error description for non-ASCII HTTP headers. ... | Malcolm Tredinnick |
| 2007-12-17 | Fixed #5871 -- Factored out the validation errors in localflavor form fields.... | Malcolm Tredinnick |
| 2007-12-11 | Fixed ORA-01461 error when trying to store more than 4000 bytes in a TextFiel... | Ian Kelly |
| 2007-12-04 | Fixed #4131: added an "escapejs" filter for use in JavaScript strings, and up... | Jacob Kaplan-Moss |
| 2007-12-04 | Fixed #6099: the filebased cache backend now uses md5 hashes of keys instead ... | Jacob Kaplan-Moss |
| 2007-12-04 | Fixed #6122: Fixed tests broken by [6872]. Thanks, Matt. | Jacob Kaplan-Moss |
| 2007-12-02 | Fixed #4563 -- Context.pop/push/update return the top-level dictionary (the new | Malcolm Tredinnick |
| 2007-12-02 | Fixed #3228 -- Added new APPEND_SLASH handling behaviour in the common middle... | Malcolm Tredinnick |
| 2007-12-02 | Fixed #6071 -- Fixed another infinite recursion problem in SafeString and | Malcolm Tredinnick |
| 2007-12-02 | Fixed #3961 -- Added South African localflavor. Thanks, Russell Cloran. | Malcolm Tredinnick |
| 2007-12-02 | Fixed a use of `maxlength`, refs #2101. | Gary Wilson Jr |
| 2007-12-02 | Removed unused import. | Gary Wilson Jr |