| Age | Commit message (Expand) | Author |
| 2011-02-19 | Fixed #15324 -- Modified the connection creation code for the memcache cache ... | Russell Keith-Magee |
| 2011-02-14 | Fixes #15270 -- Moved back the serve view to django.views.static due to depen... | Jannis Leidel |
| 2011-02-12 | Fixed #8536 -- Made sure the makemessages management command cleans up after ... | Jannis Leidel |
| 2011-02-12 | Fixed #14941 -- Stop raising ValidationError in form fields that use the URLV... | Jannis Leidel |
| 2011-02-12 | Fixed #12988 -- Extended regular expression of the URLValidator to fully supp... | Jannis Leidel |
| 2011-02-12 | Fixed #14955 -- Made the URLValidator use a HEAD request when verifying a URL... | Jannis Leidel |
| 2011-02-10 | Fixed #15264 -- Ensured that legacy cache backends specified using the legacy... | Russell Keith-Magee |
| 2011-02-04 | Fixed #15181 -- Ensure that special characters are escaped when querying for ... | Russell Keith-Magee |
| 2011-02-04 | Fixed #15217 -- Made the CACHE_BACKEND deprecation warning more selective, so... | Russell Keith-Magee |
| 2011-01-27 | Fixed #15112 -- Ensure that IPv6 addresses are correctly displayed in the adm... | Russell Keith-Magee |
| 2011-01-27 | Fixed #14823 -- Corrected bootstrapping problems with register_serializers. T... | Russell Keith-Magee |
| 2011-01-25 | Fixed #14419 -- Enhanced the help text of the makemessages management command... | Ramiro Morales |
| 2011-01-24 | Fixed 14796 -- Modified order of operations performed on field names by the i... | Ramiro Morales |
| 2011-01-24 | Fixed #15144 -- Corrected some problems with the Cache middleware when used w... | Russell Keith-Magee |
| 2011-01-21 | Converted makemessages management command to a NoArgsCommand. | Ramiro Morales |
| 2011-01-21 | Added contrib apps to ignore list when running makemessages in the Djagno sou... | Jannis Leidel |
| 2011-01-18 | Refs #14661 -- Clarified the handling of initial data injected via custom SQL. | Russell Keith-Magee |
| 2011-01-17 | Refactor all uses of thread locals to be more consistant and sane. | Alex Gaynor |
| 2011-01-16 | Fixed #15083 -- Corrected the order of TemplateResponse middleware handling, ... | Russell Keith-Magee |
| 2011-01-16 | Fixed #15018 -- Corrected the handling of LimitedStream under one edge case i... | Russell Keith-Magee |
| 2011-01-15 | Fixed #14928 -- Ensure that a fully qualified domain name can be used for run... | Russell Keith-Magee |
| 2011-01-15 | Fixed #15079 -- Added a missing import in the cache infrastructure. Thanks to... | Russell Keith-Magee |
| 2011-01-15 | Fixed #15042 -- Ensured that email addresses without a domain can still be ma... | Russell Keith-Magee |
| 2011-01-15 | Corrected r15205 syntax to be Python2.4 compatible. | Russell Keith-Magee |
| 2011-01-14 | Fixed #11193 -- WSGI handler not properly handling lock on error in load_midd... | Andrew Godwin |
| 2011-01-08 | Fixed #14888 -- Removing duplicated code in serialisers. Thanks to eric.fortin. | Andrew Godwin |
| 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 |