django/docs/ref
Russell Keith-Magee 673e6fc7fb 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.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15005 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-21 15:19:19 +00:00
..
contrib Fixed #14900 -- Added ability to override the paginator class used in a ModelAdmin. Thanks, Adam Vandenberg. 2010-12-21 14:57:29 +00:00
files Fixed #14846 -- Corrected a tiny typo in from [14832]. Thanks to elbarto for catching the mistake. 2010-12-06 23:07:46 +00:00
forms Fixed #12398 -- Added a TypedMultipleChoiceField. Thanks to Tai Lee. 2010-12-05 04:47:19 +00:00
models Fixed #6434 - Add clarifying note about auto_now and auto_now_add. thank adamv for the patch. 2010-12-18 14:04:39 +00:00
templates Fixed #14676 - Document that the removetags filter is case-sensitive. Thanks peterh32 for the report and elbarto for the patch. 2010-12-18 15:37:12 +00:00
authbackends.txt Fixed #14141: docs now use the :doc: construct for links between documents. 2010-08-19 19:27:44 +00:00
class-based-views.txt Fixed #14901 - Typo in class-based views paginator doc. thanks adamv. 2010-12-14 23:34:47 +00:00
databases.txt Fixed grammar and tweaked notes about MySQL database/table collation interaction with text fields. Refs #14417. 2010-12-02 22:37:15 +00:00
django-admin.txt Fixed #14187 -- Added support for bpython to shell management command. Thanks, Jeremy Dunck. 2010-12-12 23:03:24 +00:00
exceptions.txt Fixed #14545 -- Added ValidationError to Exceptions Reference docs and improved Sphinx metadata. 2010-10-23 21:15:35 +00:00
generic-views.txt Fixed #14798 - Clarified redirects of generic views - thanks OldTroll. 2010-11-28 18:36:01 +00:00
index.txt 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
middleware.txt Fixed #14785 - fixes to middleware docs - thanks adamv for the patch. 2010-11-27 21:58:20 +00:00
request-response.txt Fixed #14746 - Add links to docs/ref/request-response.txt. Thanks adamv. 2010-12-06 01:55:16 +00:00
settings.txt 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
signals.txt Fixed #5612 -- Added login and logout signals to contrib auth app. Thanks SmileyChris and pterk. 2010-11-26 13:33:27 +00:00
template-response.txt Fixed #14867 -- Corrected references to baking in the new TemplateResponse docs. Thanks to marcusf for the report. 2010-12-09 00:47:37 +00:00
unicode.txt Fixed #14141: docs now use the :doc: construct for links between documents. 2010-08-19 19:27:44 +00:00
utils.txt Fixed #11509 -- Modified usage of "Web" to match our style guide in various documentation, comments and code. Thanks to timo and Simon Meers for the work on the patch. 2010-10-09 08:12:50 +00:00
validators.txt Fixed #14537 -- Added documentation on where validators can be imported from to Validators Reference docs, and improved Sphinx formatting and metadata. Thanks to rfugger for the report. 2010-10-23 22:06:01 +00:00