| Age | Commit message (Expand) | Author |
| 2010-12-29 | Fixed #7726 -- Added validation of max_digits and decimal_places options to D... | Ramiro Morales |
| 2010-12-21 | Fixed #14301 -- Further refine changes made in r14216 to support non-ASCII ch... | Jannis Leidel |
| 2010-12-21 | Fixed #11675 -- Added support for the PyLibMC cache library. In order to supp... | Russell Keith-Magee |
| 2010-12-21 | Reverting r14994 (at request of SmileyChris) because of some backwards compat... | Russell Keith-Magee |
| 2010-12-21 | Fixes #13252 -- Use the natural key instead of the primary key when serializing | Chris Beaven |
| 2010-12-12 | Fixed #14187 -- Added support for bpython to shell management command. Thanks... | Jannis Leidel |
| 2010-12-12 | Fixed #12735, #14892 and #11542 -- Fixed support for the latest IPython (deve... | Jannis Leidel |
| 2010-12-12 | Fixed #14268 -- Start the deprecation of the reset and sqlreset management co... | Jannis Leidel |
| 2010-12-07 | Fixed #12815 -- Added TemplateResponse, a lazy-evaluated Response class. Than... | Russell Keith-Magee |
| 2010-12-06 | Fixed #10863 -- Added HTML support to mail_managers() and mail_admins(), and ... | Russell Keith-Magee |
| 2010-12-04 | Fixed #12201 -- Added a lineno attibute to template Token so e.g. we can repo... | Ramiro Morales |
| 2010-12-04 | Fixed #14819 -- Corrected typo in serializer docstring. Thanks to stringify f... | Russell Keith-Magee |
| 2010-11-26 | Fixed #7735 -- Added support for IPv6 adresses to runserver and testserver ma... | Jannis Leidel |
| 2010-11-21 | Fixed #14749 -- added support for using Django's file object as context manag... | Alex Gaynor |
| 2010-11-19 | Fixed #13795 -- Added a site-wide cache prefix and cache versioning. Thanks t... | Russell Keith-Magee |
| 2010-11-17 | Fixed #10004 and #12320 -- Enabled the makemessages management command to col... | Jannis Leidel |
| 2010-11-17 | Fixed #10636 -- Added check to make sure the ADMIN_MEDIA_PREFIX setting is pr... | Jannis Leidel |
| 2010-11-17 | Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusio... | Jannis Leidel |
| 2010-11-14 | Fiexed #3055 -- Validate that models target of a GenericRelation have a Gener... | Ramiro Morales |
| 2010-11-13 | Refactored runserver command and moved code related to staticfiles to a subcl... | Jannis Leidel |
| 2010-11-13 | Fixed a few typos introduced in r14533. | Jannis Leidel |
| 2010-11-11 | Reverted deprecation of media context processor (from r14293) to separate sta... | Jannis Leidel |
| 2010-11-11 | Fixed #14524, #14582, #14617, #14665 and #14667 -- Tweaked staticfiles app. | Jannis Leidel |
| 2010-11-11 | Remove the executable flag from uploadhandler.py, it wasn't. Thanks to Flori... | Alex Gaynor |
| 2010-11-09 | Fixed #7539, #13067 -- Added on_delete argument to ForeignKey to control casc... | Carl Meyer |
| 2010-11-07 | Fixed #13684 -- if settings.ROOT_URLCONF isn't defined don't blow up with an ... | Alex Gaynor |
| 2010-11-04 | Fixed #6476 -- Added option to makemessages management command to disable wra... | Jannis Leidel |
| 2010-11-04 | Fixed #14602 -- Added an extra check to wsgi.input handling to prevent AppEng... | Russell Keith-Magee |
| 2010-11-04 | Fixed #9988 -- Added support for translation contexts. Thanks, Claude Paroz. | Jannis Leidel |
| 2010-11-02 | Fixed #14596 -- Light refactoring of the cache backends. | Russell Keith-Magee |
| 2010-10-31 | When looking for django tables which exist, query for all tables once, not on... | Alex Gaynor |
| 2010-10-30 | Fixed #14588 -- Corrected r14393 to ensure that response middlewares are are ... | Russell Keith-Magee |
| 2010-10-29 | Fixed #9886 -- Added a file-like interface to HttpRequest. Thanks to Ivan Sag... | Russell Keith-Magee |
| 2010-10-29 | Fixed #14523 -- Modified response handling so that exceptions raised by proce... | Russell Keith-Magee |
| 2010-10-27 | Fixed #14577 -- fixed a docstring typo. Thanks to dauerbaustelle for the rep... | Alex Gaynor |
| 2010-10-27 | Fixed #14398 -- Changed runfcgi command to interpret the umask option argumen... | Ramiro Morales |
| 2010-10-21 | Fixed 14513 -- check fields with underscores for validity when ordering. Bonu... | Chris Beaven |
| 2010-10-20 | Consistent imports for parse_qsl function, avoiding the `PendingDeprecationWa... | Luke Plant |
| 2010-10-20 | Fixed #12323 and #11582 -- Extended the ability to handle static files. Thank... | Jannis Leidel |
| 2010-10-14 | Fixed #14301 -- Handle email validation gracefully with email addresses conta... | Jannis Leidel |
| 2010-10-11 | Fixed #13494 -- Correctly concat an email subject prefix with a translation s... | Jannis Leidel |
| 2010-10-11 | Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin... | Russell Keith-Magee |
| 2010-10-10 | Fixed #6073 -- Made compilemessages 18n management command reject PO files wi... | Ramiro Morales |
| 2010-10-09 | Fixed a PendingDeprecationWarning coming from django.core.cache in Python 2.6. | Alex Gaynor |
| 2010-10-09 | Fixed #14356. Remove some dead imports from django.core.management.sql. Tha... | Alex Gaynor |
| 2010-10-09 | Fixed #11509 -- Modified usage of "Web" to match our style guide in various d... | Russell Keith-Magee |
| 2010-10-08 | Fixed #10497 -- Added a few time-related methods to the storage API. Thanks f... | Jannis Leidel |
| 2010-10-07 | Fixed #7722 - added support for CC in EmailMessage. | Luke Plant |
| 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 |