| Age | Commit message (Expand) | Author |
| 2010-02-16 | Fixed #11384 - Make sure translations in the project directory really overrid... | Jannis Leidel |
| 2010-02-16 | Removed Python 2.3 compat code in translation framework. | Jannis Leidel |
| 2010-02-16 | Fixed #7720 - Fallback to the base language if the sub language given in the ... | Jannis Leidel |
| 2010-02-14 | Fixed a couple Python 2.4 incompatibilities. | Jacob Kaplan-Moss |
| 2010-02-14 | Fixed #6799 - added an `end_text` argument to `truncate_words`/`truncate_html... | Jacob Kaplan-Moss |
| 2010-02-13 | Fixed #12613 -- Added Q and Z to the list of characters supported by the phon... | Russell Keith-Magee |
| 2010-02-13 | Fixed #12524 -- Clarified handling of pre-1000AD dates in datetime_safe (and ... | Russell Keith-Magee |
| 2010-02-09 | Fixed #12804 - regression with decorating admin views. | Luke Plant |
| 2010-02-05 | Fixed #12777 - Localize decimal fields correctly. Thanks, Florian Apolloner | Jannis Leidel |
| 2010-01-28 | Fixed #6188, #6304, #6618, #6969, #8758, #8989, #10334, #11069, #11973 and #1... | Russell Keith-Magee |
| 2010-01-23 | Added color configuration for HTTP 304, since it doesn't require as much atte... | Russell Keith-Magee |
| 2010-01-10 | Changed a whole bunch of places to raise exception instances instead of old-s... | Adrian Holovaty |
| 2010-01-10 | Fixed #10979 -- Fixed misleading FixedOffset.__repr__(). Thanks, gsong | Adrian Holovaty |
| 2010-01-05 | Fixed #12506 - 'lazy' fails when there are multiple expected classes with the... | Luke Plant |
| 2010-01-04 | Fixed #7679 -- Added (configurable) highlighting colors to the development se... | Russell Keith-Magee |
| 2010-01-03 | Fixed #12445 -- Added ' (single quote), @ (at sign), and ~ (tilde) to safe ch... | Gary Wilson Jr |
| 2010-01-03 | Fixed #12476 -- Forced the rollout of generators passed to SortedDict so that... | Russell Keith-Magee |
| 2010-01-01 | Fixed #7262 - Added ISO 8601 and microsecond format string to utils.dateforma... | Jannis Leidel |
| 2010-01-01 | Fixed #12435 - Handle Unicode characters in format strings correctly. | Jannis Leidel |
| 2010-01-01 | Fixed #12230 - Updated utils.translation.to_locale to support the special sr_... | Jannis Leidel |
| 2010-01-01 | Fixed #12472 - Correctly show TimeFields values when using locale-aware forma... | Jannis Leidel |
| 2009-12-30 | Fixed #12454 - Added support for localized formats to admin date and time wid... | Jannis Leidel |
| 2009-12-30 | Fixed #12444 - Date based widgets now correctly handle input values when usin... | Jannis Leidel |
| 2009-12-28 | Fixed #12112 -- Made the colors used by syntax highlighting customizable. | Russell Keith-Magee |
| 2009-12-22 | Fixed #7980 - Improved i18n framework to support locale aware formatting (dat... | Jannis Leidel |
| 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 |