| Age | Commit message (Expand) | Author |
| 2010-10-08 | Fixed #10970 -- Initialize DateFields with datetime.date objects, not datetim... | Jannis Leidel |
| 2010-10-08 | Fixed #14383 -- Corrected the capitalization of reStructuredText. Thanks to t... | Russell Keith-Magee |
| 2010-10-08 | Fixed #10497 -- Added a few time-related methods to the storage API. Thanks f... | Jannis Leidel |
| 2010-10-08 | Fixed #13218 -- Ensure that syndicated content served over HTTPS uses https:/... | Russell Keith-Magee |
| 2010-10-08 | Fixed #14381 -- Clarified exception handling when instantiating Routers. Than... | Russell Keith-Magee |
| 2010-10-08 | #14374 -- Added some missing template files to ensure that contrib.auth tests... | Russell Keith-Magee |
| 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 #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-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-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-09-27 | Fixed #14053 -- Also localize long integers. Thanks, David Danier. | Jannis Leidel |
| 2010-09-27 | Fixed #13596 -- Added Ukrainian pluralization rules. Thanks, shell_dweller. | Jannis Leidel |
| 2010-09-27 | Fixed #14306 -- Cleaned up django.utils.translation module a bit to be quicke... | Jannis Leidel |
| 2010-09-27 | Fixed #14290 -- Made format localization faster by caching the format modules... | Jannis Leidel |
| 2010-09-27 | Fixed a geographic sitemaps regression introduced in r13876. | Justin Bronn |
| 2010-09-26 | Fixed #14280 -- Fixed duplicate import of deepcopy. Thanks, Carl Meyer. | Jannis Leidel |
| 2010-09-26 | Fixed #13827 -- Cleaned up a few unnecessary function calls. | Jannis Leidel |
| 2010-09-26 | Fixed #12544 and #13600 -- Fixed static files serving view to catch invalid d... | Jannis Leidel |
| 2010-09-26 | Fixed #7535 -- Correctly set Content-Encoding header in static files serving ... | Jannis Leidel |
| 2010-09-21 | Fixed #12019 - backwards compatibility issues with cache_page decorator. | Luke Plant |
| 2010-09-19 | Fixed #11486 -- Corrected the XML serializer to allow for the serialization o... | Russell Keith-Magee |
| 2010-09-16 | Fixed #14244: Allow lists of more than 1000 items to be used with the 'in' lo... | Ian Kelly |
| 2010-09-14 | Fixed paste-o in [13855] | Luke Plant |
| 2010-09-14 | Fixed #2283 (again) - comment form templates don't validate as XHTML | Luke Plant |
| 2010-09-13 | Fixed #14252 - django.contrib.flatpages unit tests assume default value for s... | Luke Plant |
| 2010-09-13 | Fixed #13765 - 'safe' parameter for urlencode filter | Luke Plant |
| 2010-09-13 | Fixed #12965 - unordered_list template filter fails when given a non-iterable... | Luke Plant |
| 2010-09-13 | Fixed #11594 - Inaccurate docstring for WhereNode.add() | Luke Plant |
| 2010-09-13 | Changed the way we create class names for deferred field models to avoid | Malcolm Tredinnick |
| 2010-09-12 | Permit custom from-email address in auth forms email. | Malcolm Tredinnick |
| 2010-09-12 | Allow setting HttpResponse cookie expiry times with datetime objects. | Malcolm Tredinnick |
| 2010-09-12 | Fixed #9015 -- added a signal decorator for simplifying signal connections | Brian Rosner |
| 2010-09-12 | Fixed #13702 -- Made sure to actually fall back to the l10n format strings pr... | Jannis Leidel |
| 2010-09-12 | Debug 404 page now displays names of URL patterns, if they exist. | Malcolm Tredinnick |
| 2010-09-12 | Always pass models in post_syncdb signals as a set (not as a list | Malcolm Tredinnick |
| 2010-09-12 | Add warning when using cache keys that might not work with memcached. | Malcolm Tredinnick |