| Age | Commit message (Expand) | Author |
| 2010-10-09 | [1.2.X] Fixed a typo in the comments tests, as well as a dependency on CPytho... | Alex Gaynor |
| 2010-10-09 | [1.2.X] Fixed misspelling in model fields docs. Backport of [14096] from trunk. | Carl Meyer |
| 2010-10-09 | [1.2.X] Converted defer_regress tests from doctests to unittests. We have al... | Alex Gaynor |
| 2010-10-09 | [1.2.X] Added sanity-checking of annotation alias names. Backport of [14092] ... | Carl Meyer |
| 2010-10-09 | [1.2.X] Fixed a PendingDeprecationWarning coming from django.core.cache in Py... | Alex Gaynor |
| 2010-10-09 | [1.2.X] Fixed #14356. Remove some dead imports from django.core.management.s... | Alex Gaynor |
| 2010-10-09 | [1.2.X] Fixed #14011 -- Doing a subquery with __in and an EmptyQuerySet no lo... | Alex Gaynor |
| 2010-10-09 | [1.2.X] Fixed #14366 -- Model.objects.none().values() now correctly returns a... | Alex Gaynor |
| 2010-10-09 | [1.2.X]. Convert m2m_recursive tests to unittests. We have always been at w... | Alex Gaynor |
| 2010-10-09 | [1.2.X] Fixed #14427 -- Added --bisect and --pair flags to runtests.py, makin... | Russell Keith-Magee |
| 2010-10-09 | [1.2.X] Ensure that the sitemaps test deactivates it's locale, so that subseq... | Russell Keith-Magee |
| 2010-10-09 | [1.2.X] Improved example to account for environments where cStringIO is not a... | Gabriel Hurley |
| 2010-10-09 | [1.2.X] Adds documentation for QuerySet.update() method. Thanks to dwillis an... | Gabriel Hurley |
| 2010-10-09 | [1.2.X] Fixed #13538 -- Clarified query examples with more explicit import st... | Gabriel Hurley |
| 2010-10-09 | [1.2.X] Fixed #11509 -- Modified usage of "Web" to match our style guide in v... | Russell Keith-Magee |
| 2010-10-09 | [1.2.X] Migrated the custom_columns doctests to unit tests. Thanks to Alex Ga... | Russell Keith-Magee |
| 2010-10-09 | [1.2.X] Fixed #14255 -- factor project name out of app imports in tutorial. T... | Simon Meers |
| 2010-10-09 | [1.2.X] Corrects a typo in [14063]. Thanks to Russ for the report. | Gabriel Hurley |
| 2010-10-09 | [1.2.X] Fixed #13279 -- Made the paths in the Unix install docs more explicit... | Gabriel Hurley |
| 2010-10-09 | [1.2.X] Fixed #5677 -- update modpython stdout documentation. Thanks to Manfr... | Simon Meers |
| 2010-10-09 | [1.2.X] Fixed #12872 -- Removed vestiges of mythic old template validation ad... | Ramiro Morales |
| 2010-10-09 | [1.2.X] Fixed #14354 -- Normalized the handling of empty/null passwords in co... | Russell Keith-Magee |
| 2010-10-09 | [1.2.X] Added myself to the committers list. | Ramiro Morales |
| 2010-10-09 | [1.2.X] Fixed #5537 -- document trailing '+' on related_name for supressing b... | Simon Meers |
| 2010-10-09 | [1.2.X] Added myself to committers. Backport of [14047]. | Carl Meyer |
| 2010-10-08 | [1.2.X] Fixed #13241. order_with_respect_to now works with ForeignKeys who r... | Alex Gaynor |
| 2010-10-08 | [1.2.X] Converted order_with_respect_to to unittests. We have always been at... | Alex Gaynor |
| 2010-10-08 | [1.2.X] Fixed #14023 -- include non_field_errors in example. Thanks to konryd... | Simon Meers |
| 2010-10-08 | [1.2.X] Adding my bio. This is a backport of [14309]. | Andrew Godwin |
| 2010-10-08 | [1.2.X] Added my bio to committers.txt. Backport of [14037] | Simon Meers |
| 2010-10-08 | [1.2.X] Added myself to the committers docs. This is a backport of [14034] a... | Alex Gaynor |
| 2010-10-08 | [1.2.X] Fixed a few minor backporting oversights that prevented the tests to ... | Jannis Leidel |
| 2010-10-08 | [1.2.X] Fixed #10970 -- Initialize DateFields with datetime.date objects, not... | Jannis Leidel |
| 2010-10-08 | [1.2.X] Fixed #14232 -- Clarified the data type of date_list in date-based ge... | Russell Keith-Magee |
| 2010-10-08 | [1.2.X] Fixed #14274 -- Added admonition about using -Wall when you run tests... | Russell Keith-Magee |
| 2010-10-08 | [1.2.X] Fixed #14375 -- Corrected the capitalization of MultiValueField. Than... | Russell Keith-Magee |
| 2010-10-08 | [1.2.X] Fixed #14383 -- Corrected the capitalization of reStructuredText. Tha... | Russell Keith-Magee |
| 2010-10-08 | [1.2.X] Fixed #14384 -- Updated mod_wsgi docs to match documented best practi... | Russell Keith-Magee |
| 2010-10-08 | [1.2.X] Fixed #14421 -- Clarified the english in the i18n documentation. Than... | Russell Keith-Magee |
| 2010-10-08 | [1.2.X] Fixed #14225 -- Added a documentation marker (and a 1.2.2 release not... | Russell Keith-Magee |
| 2010-10-08 | Fixed #13188 -- Moved date format documentation from the now template tag to ... | Jannis Leidel |
| 2010-10-08 | [1.2.X] Fixed #13218 -- Ensure that syndicated content served over HTTPS uses... | Russell Keith-Magee |
| 2010-10-08 | [1.2.X] Fixed #14221 -- Cleaned up some text in the GIS tutorial. Thanks to G... | Russell Keith-Magee |
| 2010-10-08 | [1.2.X] Fixed #14381 -- Clarified exception handling when instantiating Route... | Russell Keith-Magee |
| 2010-10-08 | Backport of r14003 from trunk. | Russell Keith-Magee |
| 2010-10-07 | [1.2.X] Fixed #14430 - Test failure on Windows with get_image_dimensions sinc... | Luke Plant |
| 2010-10-07 | [1.2.X] Fixed #5425 - Incorrect plurals in admin pagination template. | Luke Plant |
| 2010-10-05 | [1.2.X] Fixed #14386, #8960, #10235, #10909, #10608, #13845, #14377 - standar... | Luke Plant |
| 2010-10-05 | [1.2.X] Fixed #13092 -- Added support for the "in" operator when dealing with... | Luke Plant |
| 2010-10-05 | [1.2.X] Fixed #11358: Don't include private flatpages in sitemap. Thanks dbur... | Luke Plant |