| Age | Commit message (Expand) | Author |
| 2011-03-24 | [1.2.X] Ensure stdin is a tty before handing it to termios, so as to prevent ... | Karen Tracey |
| 2011-03-19 | [1.2.X] Fixed #15565: Ensure terminal echo is on after reloader reloads (some... | Karen Tracey |
| 2011-03-15 | [1.2.X] Fixed #15617 - CSRF referer checking too strict | Luke Plant |
| 2011-03-03 | [1.2.X] Fixed #15543 -- Tweaked change from r15696 to not use 'if' syntax int... | Ramiro Morales |
| 2011-03-01 | [1.2.X] Fixed #717 - If-Modified-Since handling should compare dates accordin... | Luke Plant |
| 2011-02-12 | [1.2.X] Fixed #15237 -- Always set charset of Atom1 feeds to UTF-8. Thanks, S... | Jannis Leidel |
| 2011-02-12 | [1.2.X] Fixed #14132 -- Fixed feedgenerator to support years < 1900. Thanks, mk. | Jannis Leidel |
| 2011-02-04 | [1.2.X] Fixed #15181 -- Ensure that special characters are escaped when query... | Russell Keith-Magee |
| 2011-02-04 | [1.2.X] Fixed #14824 -- Corrected the handling of formats when USE_L10N is di... | Russell Keith-Magee |
| 2011-02-03 | [1.2.X] Fixed #15129 -- Fixed stability of data input/output L10N format modu... | Ramiro Morales |
| 2011-02-01 | [1.2.X] Fixed #13283 -- Corrected CACHE_MIDDLEWARE_ANONYMOUS_ONLY's bad habit... | Carl Meyer |
| 2011-01-30 | [1.2.X] Fixed #14698 -- Ensure that module_has_sumodule doesn't mistake a cac... | Russell Keith-Magee |
| 2011-01-24 | [1.2.X] Fixed #15067 -- Modified the range checks on base36_to_int so you are... | Russell Keith-Magee |
| 2011-01-17 | [1.2.X] Fixed #13062 -- Ensure that runserver exposes all warnings requested ... | Russell Keith-Magee |
| 2011-01-13 | [1.2.X] Fixed #2986 -- Made the JavaScript code that drives related model ins... | Ramiro Morales |
| 2011-01-13 | [1.2.X] Fixed #15024 -- Ensure that choice of L10N format module used is stab... | Ramiro Morales |
| 2010-12-23 | Fix a security issue in the auth system. Disclosure and new release forthcoming. | Alex Gaynor |
| 2010-12-04 | [1.2.X] Fixed #14807 -- Ensure that boolean values aren't localized as T.rue ... | Russell Keith-Magee |
| 2010-11-14 | [1.2.X] Fixed #3055 -- Validate that models target of a GenericRelation have ... | Ramiro Morales |
| 2010-11-04 | [1.2.X] Fixed #11966 -- Made it possible to use a percent sign in a translati... | Jannis Leidel |
| 2010-10-21 | [1.2.X] Revert [13850], this was a new feature not a bugfix. | Chris Beaven |
| 2010-10-09 | [1.2.X] Fixed #11509 -- Modified usage of "Web" to match our style guide in v... | Russell Keith-Magee |
| 2010-09-27 | [1.2.X] Fixed #14053 -- Also localize long integers. Thanks, David Danier. | Jannis Leidel |
| 2010-09-27 | [1.2.X] Fixed #14290 -- Made format localization faster by caching the format... | Jannis Leidel |
| 2010-09-13 | [1.2.X] Fixed #13765 - 'safe' parameter for urlencode filter | Luke Plant |
| 2010-09-12 | [1.2.X] Fixed #13702 -- Made sure to actually fall back to the l10n format st... | Jannis Leidel |
| 2010-09-11 | [1.2.X] Fixed #12632 -- Improved performance of `SortedDict`. Thanks, Alex G... | Justin Bronn |
| 2010-08-07 | [1.2.X] Fixed #11021 -- Clarified newline stripping behavior in the truncatew... | Russell Keith-Magee |
| 2010-05-28 | Fixed #13653: Fixed django.utils.hashcompat to support running on Python 2.4 ... | Karen Tracey |
| 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 |