.. |
admin
|
Fixed #13782 -- Added CSS for errors in textareas and multiple fields in one line. Thanks, julien.
|
2010-12-21 15:07:09 +00:00 |
admindocs
|
Fixed #2411 -- Fixed some XHTML validation errors in admindocs pages. Thanks to James Wheare for the report and to Simon Greenhill for the patch.
|
2010-12-16 12:11:20 +00:00 |
auth
|
Fixed #14920 -- Fixed some test failures caused by caching contenttypes that were loaded during a contenttype fixture test. Thanks to Karen for the report.
|
2010-12-19 13:01:51 +00:00 |
comments
|
Fixed #13743 -- Fixed CommentsAdmin to not blow up if the delete_selected action is disabled. Thanks, Daniel Lindsley.
|
2010-12-21 14:56:48 +00:00 |
contenttypes
|
Fixed #14670 -- Made GenericTabularInline aware of changes made in r13708. Thanks, gregmuellegger.
|
2010-11-13 18:42:31 +00:00 |
csrf
|
Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnings, and removed 1.1 deprecated code.
|
2010-10-11 12:20:07 +00:00 |
databrowse
|
Fixed #12650 -- Don't generate invalid XHTML in the admin, databrowse apps when
|
2010-10-10 01:57:56 +00:00 |
flatpages
|
Don't mark a TemplateSyntaxError in flatpages as being translatable.
|
2010-10-10 17:54:20 +00:00 |
formtools
|
Removed all usages of deprecated TestCase methods (self.fail*). This removed most of the Warnings emitted (with -Wall) during the test suite.
|
2010-12-04 07:28:12 +00:00 |
gis
|
Fixed #11675 -- Added support for the PyLibMC cache library. In order to support this, and clean up some other 1.3 caching additions, this patch also includes some changes to the way caches are defined. This means you can now have multiple caches, in the same way you have multiple databases. A huge thanks to Jacob Burch for the work on the PyLibMC backend, and to Jannis for his work on the cache definition changes.
|
2010-12-21 15:19:19 +00:00 |
humanize
|
Fixed #4976 -- Stopped humanize template tags to raise a TypeError if passed a value of ``None``. Thanks, Simon G. and Adam Vandenberg.
|
2010-12-21 15:07:43 +00:00 |
localflavor
|
Fixed #14871, #14872 -- ZAIDField didn't handle alll EMPTY_VALUES correctly and ZAPostCodeField didn't respect *args or **kwargs (such as required=False). Also converted South African localflavor doctests into unittests. We have always been at war with doctests. Thanks to Idan Gazit.
|
2010-12-18 20:33:44 +00:00 |
markup
|
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch, and to Luke, Karen, Justin, Alex, Łukasz Rekucki, and Chuck Harmston for their help testing and reviewing the final patch.
|
2010-10-11 12:55:17 +00:00 |
messages
|
Fixed #12815 -- Added TemplateResponse, a lazy-evaluated Response class. Thanks to Simon Willison for the original idea, and to Mikhail Korobov and Ivan Sagalaev for their assistance, including the draft patch from Mikhail.
|
2010-12-07 13:57:01 +00:00 |
redirects
|
Cleaned up a bunch of minor doc stuff:
|
2008-09-02 16:42:13 +00:00 |
sessions
|
Fixed #3304 -- Added support for HTTPOnly cookies. Thanks to arvin for the suggestion, and rodolfo for the draft patch.
|
2010-11-26 13:30:50 +00:00 |
sitemaps
|
Fixed #14805 -- Capitalize "Google" in sitemaps docs. Thanks, Adam.
|
2010-12-12 22:56:52 +00:00 |
sites
|
Fixed #13790 -- auto detection of m2m fields to Site. Thanks, gabrielhurley!
|
2010-10-18 04:56:27 +00:00 |
staticfiles
|
Added an additional check for the availability of the STATIC_* settings to make sure upgrading a pre-1.3 project doesn't raise a misleading error. Thanks for the report, Florian Apolloner.
|
2010-12-02 00:43:36 +00:00 |
syndication
|
Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnings, and removed 1.1 deprecated code.
|
2010-10-11 12:20:07 +00:00 |
webdesign
|
Converted contrib/webdesign doctests to unittests. We thoroughly deplore those doctests.
|
2010-10-10 01:06:56 +00:00 |
__init__.py
|
Created django.contrib and moved comments into it
|
2005-07-14 18:20:03 +00:00 |