| Age | Commit message (Expand) | Author |
| 2011-07-13 | Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t... | Jannis Leidel |
| 2011-07-05 | Rolled back r16510, r16513 and r16514 because it wasn't ready. | Jannis Leidel |
| 2011-07-05 | Fixed #16410 -- Fixed get_cache to behave gracefully when given a string that... | Jannis Leidel |
| 2011-07-04 | Fixed #15255 -- Stopped database cache from ignoring database routers when cr... | Jannis Leidel |
| 2011-07-04 | Fixed #16399 -- Minor cleanup in core handler. Thanks, aaugustin. | Jannis Leidel |
| 2011-07-03 | Fixed #15750 -- Handle empty mail server credentials gracefully. Thanks, Lean... | Jannis Leidel |
| 2011-07-03 | Reverted [14563] because it introduced a dependency from core on a contrib ap... | Ramiro Morales |
| 2011-06-30 | Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admi... | Jannis Leidel |
| 2011-06-28 | Fixed #15785 -- Stopped HttpRequest.read() from reading beyond the end of a w... | Jannis Leidel |
| 2011-06-27 | Fixed #16354 -- Fixed typo in signing docstring. Thanks, charettes. | Jannis Leidel |
| 2011-06-26 | Fixed #16199 -- Added a Cookie based session backend. Many thanks to Eric Flo... | Jannis Leidel |
| 2011-06-26 | Fixed #16285 -- Removed a misleading comment from the signing code, thanks Pa... | Jannis Leidel |
| 2011-06-22 | Fixed #16288 -- Enabled django.request exception logger regardless of DEBUG s... | Carl Meyer |
| 2011-06-19 | Added '.txt' to list of file extensions that the makemessages management comm... | Jannis Leidel |
| 2011-06-17 | Fixed help message introduced in r16427. | Jannis Leidel |
| 2011-06-17 | Fixed #16099 -- Enabled threading for the runserver management command and ad... | Jannis Leidel |
| 2011-06-17 | Backed out [16356] due to later rejection of #16182. | Andrew Godwin |
| 2011-06-17 | Corrected slightly odd wording added in r16420. | Jannis Leidel |
| 2011-06-16 | Fixed #10802 -- Handle ImportErrors and AttributeErrors gracefully when raise... | Jannis Leidel |
| 2011-06-15 | Fixed #11585 -- Added ability to translate and prefix URL patterns with a lan... | Jannis Leidel |
| 2011-06-11 | Fixed #811 -- Added support for IPv6 to forms and model fields. Many thanks t... | Jannis Leidel |
| 2011-06-10 | Fixed #16182: Increase timestamp precision on TimestampSigner. Thanks to Eric... | Andrew Godwin |
| 2011-06-10 | Fixed #16166 - `EmailField` does not comply with SMTP standard | Luke Plant |
| 2011-06-10 | Fixed #16185, #15675 -- Added the ability for test runners to define custom o... | Russell Keith-Magee |
| 2011-06-09 | Fixes #13511 -- make regex parameter to RegexValidator to be optional. Also t... | Chris Beaven |
| 2011-06-09 | Fixed #16178 - Cleanup request classes' `__repr__()` | Luke Plant |
| 2011-06-09 | Fixed #16155 -- Removed Python 2.4 compatibility constructs from code and men... | Ramiro Morales |
| 2011-06-08 | Fixed #14614 - filtering of sensitive information in 500 error reports. | Luke Plant |
| 2011-06-07 | Removed an alias for ``django.template.loader`` that had been deprecated sinc... | Alex Gaynor |
| 2011-06-07 | Fixed #7704, #14045 and #15495 -- Introduce a lexer for Javascript to fix mul... | Jannis Leidel |
| 2011-05-28 | Fixed #14903 -- Removed much of the code in django.core.servers.basehttp that... | Jannis Leidel |
| 2011-05-28 | Fixed #16108 -- Fixed another race condition in the FileSystemStorage backend... | Jannis Leidel |
| 2011-05-26 | Fixed #16082 -- Fixed race condition in the FileSystemStorage backend with re... | Jannis Leidel |
| 2011-05-24 | Fixed #16004 - csrf_protect does not send cookie if view returns TemplateResp... | Luke Plant |
| 2011-05-23 | Fixed #16078 -- Fixed a few typos in the signing documentation. Thanks, bruta... | Jannis Leidel |
| 2011-05-21 | Fixed #12417 -- Added signing functionality, including signing cookies. Many ... | Jannis Leidel |
| 2011-05-20 | Remove an unused import from django.core.paginator | Chris Beaven |
| 2011-05-13 | Fixed #15064 -- Made manage.py honor the existence and value of DJANGO_SETTIN... | Ramiro Morales |
| 2011-05-07 | Fixed #11212 -- Stopped using quoted-printable encoding for mails with non-AS... | Jannis Leidel |
| 2011-05-07 | Fixed #13154 -- Fixed the URL resolver's reverse() to match the behavior of i... | Jannis Leidel |
| 2011-05-05 | Fixed #15795 - `__repr__` for RegexURLPattern not unicode safe | Luke Plant |
| 2011-04-29 | Fixed #5925 -- Added new lazily evaluated version of django.core.urlresolvers... | Jannis Leidel |
| 2011-04-26 | Fixed #15889 -- when trying to access to access a serializer that doesn't exi... | Alex Gaynor |
| 2011-04-22 | Fixed #15672 -- Refined changes made in r15918. Thanks, vung. | Jannis Leidel |
| 2011-04-22 | Fixed #13689 -- Convert the per_page value to an integer upon initialization ... | Jannis Leidel |
| 2011-04-13 | Fixes Paginator.validate_number not raising a PageNotAnInteger exception when... | Chris Beaven |
| 2011-04-06 | Fixes #11596 -- Make paginator.Page iterable | Chris Beaven |
| 2011-04-02 | Added missing warnings import | Russell Keith-Magee |
| 2011-04-02 | Advanced deprecations in core.mail, core.commands, core.context_processors an... | Russell Keith-Magee |
| 2011-04-02 | Advanced deprecations in core.cache. | Russell Keith-Magee |