| Age | Commit message (Expand) | Author |
| 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-12 | FIxed #10130: you may now delete attributes on `settings`. Thanks, jcassee. | Jacob Kaplan-Moss |
| 2009-12-12 | Fixed #11874 -- Optimizations and cleanups for SortedDict. Thanks to Alex Gay... | Russell Keith-Magee |
| 2009-12-12 | Fixed #12362 -- Corrected Python 2.4 incompatibility with hmac constructor in... | Russell Keith-Magee |
| 2009-10-20 | Fixed #12060 - equality tests between User and SimpleLazyObject-wrapped User ... | Luke Plant |
| 2009-10-19 | Fixed non-standard introspection support in LazyObject. | Luke Plant |
| 2009-10-19 | Fixed #12049 - LazyObject-wrapped User breaks queries in template tags | Luke Plant |
| 2009-10-15 | Licence block for code added in r11586 | Luke Plant |
| 2009-10-15 | Fixed a regression on Python 2.6 caused by r11623 | Luke Plant |
| 2009-10-01 | Removed some unused code and improved docstring on auto_adapt_to_methods | Luke Plant |
| 2009-09-22 | Fixed typo in docstring for decorator_from_middleware_with_args. | Luke Plant |
| 2009-09-21 | Fixed #6371 - several decorators don't work with bound methods. | Luke Plant |
| 2009-09-10 | As long as we're micro-optomizing, do it right -- using map() shaves another ... | Jacob Kaplan-Moss |
| 2009-09-10 | Micro-optomization to SortedDict.values(). Yes, it looks silly, but it shaves... | Jacob Kaplan-Moss |
| 2009-05-17 | Fixed #11066 -- Corrected 15 duplicate "the"s found in docs and code comments... | Karen Tracey |
| 2009-05-08 | Fixed #10825: fixed the 'U' format code to dateformat (and the date/now filte... | Jacob Kaplan-Moss |
| 2009-05-08 | Fixed #10335: handle system locals unknown to Python in timezone name handlin... | Jacob Kaplan-Moss |
| 2009-04-13 | Fixed #9522 -- Modified handling of values in base serializer so that field s... | Russell Keith-Magee |
| 2009-04-10 | Fixed #9315 -- Handle spaces in URL tag arguments. | Malcolm Tredinnick |
| 2009-04-04 | Fixed #10254: Changed the regex in get_valid_filename to allow unicode alphan... | Karen Tracey |
| 2009-04-03 | Fixed #10372: made `get_svn_revision()` more robust. Thanks, mboersma. | Jacob Kaplan-Moss |
| 2009-04-03 | Fixed a whole bunch of small docs typos, errors, and ommissions. | Jacob Kaplan-Moss |
| 2009-04-01 | Fixed #10016: the cache middleware no longer vomits when handed long URLs. Th... | Jacob Kaplan-Moss |
| 2009-03-31 | Fixed #8847, #10370: added some missing methods to MultiValueDict after [8399... | Jacob Kaplan-Moss |
| 2009-03-31 | Fixed #10184: QueryDicts with multiple values can now be safely pickled. Than... | Jacob Kaplan-Moss |
| 2009-03-30 | Fixed #9883: no longer do strange things with whitespace in the linebreaks fi... | Jacob Kaplan-Moss |
| 2009-03-30 | Fixed #10387: removed some code duplication in django.utils.cache. Thanks, Tr... | Jacob Kaplan-Moss |
| 2009-03-30 | Fixed #9065 -- Fixed the `timesince` and `timeuntil` template tags to work wh... | Gary Wilson Jr |
| 2009-03-30 | Fixed #10655 -- Who uses 5-space indentation anyways? Thanks to Andrew Badr ... | Justin Bronn |
| 2009-03-23 | Added consistent support for double- and single-quote delimiters in templates. | Malcolm Tredinnick |
| 2009-03-22 | Fixed #5791 -- Added early-bailout support for views (ETags and Last-modified). | Malcolm Tredinnick |
| 2009-03-20 | More typo fixing. :-( | Malcolm Tredinnick |
| 2009-03-20 | Whoops. I left some debugging printing in r10096. Nothing to see here. | Malcolm Tredinnick |
| 2009-03-20 | Fixed database backend creation for Python 2.3. | Malcolm Tredinnick |
| 2009-03-18 | Fixed #8193: all dynamic imports in Django are now done correctly. I know thi... | Jacob Kaplan-Moss |
| 2009-03-02 | Factor out some common pieces of django.conf.LazySettings. | Malcolm Tredinnick |
| 2009-02-28 | Fixed #10048 -- Handle non-existent timezone in dateformat functions. | Malcolm Tredinnick |
| 2009-02-27 | Fixed #10006 -- Avoid inadvertently using third-party "json" module. | Malcolm Tredinnick |
| 2009-02-11 | Fixed #5903 -- DecimalField.get_default() now correctly returns a Decimal obj... | Brian Rosner |
| 2009-01-06 | Upgraded included simplejson to 2.0.7. | Malcolm Tredinnick |
| 2008-11-13 | Fixed #9579 -- Properly handle apps running with (and specifically, loading t... | Karen Tracey |
| 2008-10-06 | Added some better error reporting and path handling when creating template pa... | Malcolm Tredinnick |
| 2008-09-03 | Changed the reverse() call for creating URLs to convert a "." in the reg-exp | Malcolm Tredinnick |
| 2008-09-01 | Fixed a case of incorrect parsing of quanitifers in reg-exp patterns. | Malcolm Tredinnick |
| 2008-09-01 | Fixed #8209: `ModelForm`s now validate unique constraints. Alex Gaynor did mu... | Jacob Kaplan-Moss |
| 2008-08-31 | Fixed #8726 -- When doing reverse URL resolving, make sure we're consistently | Malcolm Tredinnick |
| 2008-08-31 | Fixed #8725 -- Handle empty URL patterns in reverse(). | Malcolm Tredinnick |
| 2008-08-31 | A rewrite of the reverse URL parsing: the reverse() call and the "url" templa... | Malcolm Tredinnick |
| 2008-08-30 | Fixed #8710: removed a few stray tabs. Thanks, gkelly. | Jacob Kaplan-Moss |