| Age | Commit message (Expand) | Author |
| 2010-10-08 | #14374 -- Added some missing template files to ensure that contrib.auth tests... | Russell Keith-Magee |
| 2010-10-07 | Fixed #14430 - Test failure on Windows with get_image_dimensions since [13715] | Luke Plant |
| 2010-10-07 | Fixed #7722 - added support for CC in EmailMessage. | Luke Plant |
| 2010-10-07 | Fixed #5425 - Incorrect plurals in admin pagination template. | Luke Plant |
| 2010-10-07 | Fixed #11907 -- EmailField now runs strip() on its input. This means mistaken... | Adrian Holovaty |
| 2010-10-07 | Set default PROFANITIES_LIST setting to an empty tuple. This is technically b... | Adrian Holovaty |
| 2010-10-06 | Fixed #14412 -- Pointed contrib.comments comments-url-redirect URLpattern at ... | Adrian Holovaty |
| 2010-10-06 | Fixed #14414 -- Improved contenttypes shortcut() view to check that the Conte... | Adrian Holovaty |
| 2010-10-06 | Fixed the ugly spacing of 'BEGIN;' and 'COMMIT;' in the output of the sql/sql... | Adrian Holovaty |
| 2010-10-06 | Negligible formatting improvement to an error in management/sql.py | Adrian Holovaty |
| 2010-10-06 | Fixed #14409 -- Fixed typo in docs/internals/documentation.txt. Thanks, kurtm... | Adrian Holovaty |
| 2010-10-06 | Fixed #14395 -- Fixed typo in error message in db/__init__.py. Thanks, agabel | Adrian Holovaty |
| 2010-10-06 | Fixed #14406 -- Added a Python 2.4 compatibility to the logging interface. Th... | Russell Keith-Magee |
| 2010-10-06 | Fixed #14397 -- Corrected some typos in the logging configuration example. Th... | Russell Keith-Magee |
| 2010-10-05 | Refs #14388 -- ... and corrected the naming of a formatter in the sample logg... | Russell Keith-Magee |
| 2010-10-05 | Refs #14388 -- Corrected another spelling erorr. | Russell Keith-Magee |
| 2010-10-05 | Fixed #14388 -- Corrected some typos in the logging docs. Thanks to varikin, ... | Russell Keith-Magee |
| 2010-10-04 | Fixed #12012 -- Added support for logging. Thanks to Vinay Sajip for his draf... | Russell Keith-Magee |
| 2010-10-04 | Fixed #14386, #8960, #10235, #10909, #10608, #13845, #14377 - standardize Sit... | Luke Plant |
| 2010-10-02 | Fixed #10215 -- Ensured that there is parity between enter and leave transact... | Russell Keith-Magee |
| 2010-10-02 | Corrected a test failure under MySQL. | Russell Keith-Magee |
| 2010-10-01 | Fixed #14363 -- Fixed render method of ManyToManyRawIdWidget to set attrs to ... | Jannis Leidel |
| 2010-10-01 | Fixed #14362 -- Made sure all parameters are passed to the ManyToManyRawIdWid... | Jannis Leidel |
| 2010-10-01 | Fixed tabs introduced in r13968. | Jannis Leidel |
| 2010-10-01 | Fixed #7048 -- Added ClearableFileInput widget to clear file fields. Thanks f... | Jannis Leidel |
| 2010-10-01 | Fixed #13568 -- Fixed the blocktrans tag to not raise a KeyError if the numbe... | Jannis Leidel |
| 2010-10-01 | Fixed #13876 -- Fixed duplication in docs. Thanks, zerok and timo. | Jannis Leidel |
| 2010-10-01 | Fixed #13897 -- Added tests for pagination feature of the generic object_list... | Jannis Leidel |
| 2010-10-01 | Fixed #14281 -- A few documentation fixes. Thanks, Ramiro and Timo. | Jannis Leidel |
| 2010-09-29 | Additions to the contributing document explaining our new decision-making pro... | Jacob Kaplan-Moss |
| 2010-09-29 | Fixed #14182 - documented how to modify upload handlers when using CsrfViewMi... | Luke Plant |
| 2010-09-29 | Modified a fixtures_regress test case to make it more robust to database orde... | Russell Keith-Magee |
| 2010-09-28 | Corrected the spelling of David Brenneman's name in the AUTHORS file. Apologi... | Russell Keith-Magee |
| 2010-09-28 | Migrated fixtures_regress doctests. Thanks to David Brenneman for the patch. | Russell Keith-Magee |
| 2010-09-28 | Migrated extra_regress doctests. Thanks to Stephan Jaekel. | Russell Keith-Magee |
| 2010-09-28 | Migrated expressions_regress doctests. Thanks to Stephan Jaekel. | Russell Keith-Magee |
| 2010-09-28 | Modified the requests unit tests so that they aren't dependent on dictionary ... | Russell Keith-Magee |
| 2010-09-28 | Clean up after git's inability to remove directories. | Russell Keith-Magee |
| 2010-09-28 | Unified the regressiontests/dateformat tests with the regressiontests/utils/d... | Russell Keith-Magee |
| 2010-09-28 | Migrated defaultfilters doctests. Thanks to Stephan Jaekel. | Russell Keith-Magee |
| 2010-09-28 | Migrated regressiontest/datastructures doctest, and moved it into the existin... | Russell Keith-Magee |
| 2010-09-28 | A few test optimizations; using native unittest where no Django-specific Test... | Russell Keith-Magee |
| 2010-09-28 | Migrated null_fk doctests. Thanks to Stephan Jaekel. | Russell Keith-Magee |
| 2010-09-28 | Migrated null_fk_ordering doctests. Thanks to Stephan Jaekel. | Russell Keith-Magee |
| 2010-09-28 | Migrated null_queries doctests. Thanks to Stephan Jaekel. | Russell Keith-Magee |
| 2010-09-28 | Migrated one_to_one_regress doctests. Thanks to Stephan Jaekel. | Russell Keith-Magee |
| 2010-09-28 | Migrated requests doctests. Thanks to Stephan Jaekel. | Russell Keith-Magee |
| 2010-09-28 | Migrated reverse_single_related doctests. Thanks to Stephan Jaekel. | Russell Keith-Magee |
| 2010-09-28 | Migrated select_related_regress doctests. Thanks to Stephan Jaekel. | Russell Keith-Magee |
| 2010-09-28 | Removed a test assertion that depended on primary key ordering. The test does... | Russell Keith-Magee |