| Age | Commit message (Expand) | Author |
| 2010-08-09 | [soc2010/query-refactor] Merged up to trunk r13556, resolved merge conflictsarchive/soc2010/query-refactor | Alex Gaynor |
| 2010-08-09 | [soc2010/query-refactor] Improved the ListField implementation, and added an... | Alex Gaynor |
| 2010-06-07 | [soc2010/query-refactor] Merged up to trunk r13328. | Alex Gaynor |
| 2010-05-16 | Fixed #13547 -- Made sure the ISO 8601 date formatting introduced in r12058 u... | Jannis Leidel |
| 2010-05-13 | Corrected 'name' of functions wrapped with method_decorator | Luke Plant |
| 2010-05-08 | Fixed #3469 -- added django.utils documentation for stable bits | Brian Rosner |
| 2010-05-04 | Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds.... | Russell Keith-Magee |
| 2010-05-04 | Fixed #13464 -- Reworked module_has_submodule to break the requirement for lo... | Russell Keith-Magee |
| 2010-04-29 | Fixed #11068 - Introduced new language code "nb" for Norwegian Bokmål as a r... | Jannis Leidel |
| 2010-04-25 | Fixed #13404 -- Reworked module_has_submodule() to allow it to work under App... | Russell Keith-Magee |
| 2010-04-19 | Fixed #13370 -- Corrected the handling of pickling for lazy() proxy objects. ... | Russell Keith-Magee |
| 2010-04-15 | Fixed #13348: Restored ability to load models from apps in eggs. Thanks Ramir... | Karen Tracey |
| 2010-03-29 | Fixed #13234 -- Rejiggered the imports in the translation utils . Thanks to r... | Russell Keith-Magee |
| 2010-03-27 | Fixed #12769, #12924 -- Corrected the pickling of curried and lazy objects, w... | Russell Keith-Magee |
| 2010-03-20 | Fixed #13054 - Only apply grouping to integer part of numbers if explicitly w... | Jannis Leidel |
| 2010-03-18 | Fixed #12849 -- Corrected the way strings are encoded for display by the colo... | Russell Keith-Magee |
| 2010-03-12 | Fixed #13093 -- Updated some decorators and the decorator_from_middleware fun... | Russell Keith-Magee |
| 2010-03-01 | Fixed #12779 - Sanitize numeric form field input according to decimal and tho... | Jannis Leidel |
| 2010-03-01 | Refined changes made in r12546 to also respect the request.LANGUAGE_CODE in c... | Jannis Leidel |
| 2010-02-28 | Fixed #12302: Modified force_unicode to avoid raising unicode errors when | Karen Tracey |
| 2010-02-24 | Fixed #12119. Changed smart_split to stop splitting on whitespace in quotes. ... | Joseph Kocherhans |
| 2010-02-23 | Fixed #5691 - Adds the active language to the cache key. Thanks, Antoni Aloy,... | Jannis Leidel |
| 2010-02-22 | Fixed #12820. Implemented other dict methods for MergeDict. Thanks, Gisle Aas. | Joseph Kocherhans |
| 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 |