django/docs/topics
Russell Keith-Magee b3d2091681 Fixed #12816 -- Added a render() shortcut.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15008 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-21 17:18:41 +00:00
..
db Fixes #7817 and #9456. 2010-12-18 02:50:26 +00:00
forms Corrected a markup error introduced in r14986. 2010-12-19 15:01:12 +00:00
http Fixed #12816 -- Added a render() shortcut. 2010-12-21 17:18:41 +00:00
i18n Fixed #14910 -- Clarified the order of precedence of loading translation catalogues. Thanks, vanschelven. 2010-12-21 14:57:57 +00:00
auth.txt Fixed #14764 -- specified that a set is returned by User.get_..._permissions methods. Thanks MostAwesomeDude for the report. 2010-12-04 00:50:49 +00:00
cache.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
class-based-views.txt Corrected a markup problem with an example in the class-based view docs. Thanks to apollo13 for the report. 2010-11-20 11:33:43 +00:00
conditional-view-processing.txt
email.txt Fixed #10863 -- Added HTML support to mail_managers() and mail_admins(), and used this to provide more and prettier detail in error emails. Thanks to boxed for the suggestion, and to Rob Hudson and Brodie Rao for their work on the patch. 2010-12-06 14:21:51 +00:00
files.txt Fixed #13162 and #11597 -- Improved the file handling documentation: Removed documentation of methods on django.core.files.File that did not exist, added documentation for undocumented methods and attributes that did exist, did a general cleanup of the text and organization, and added more metadata targets. Thanks to amenasse and tyrion.mx for the reports. 2010-12-05 07:35:10 +00:00
generic-views-migration.txt Fixed #14803 -- Corrected an inconsistency in redirection handling between old-style generic views and class-based views. Thanks to gg for the report and patch. 2010-12-04 11:20:30 +00:00
generic-views.txt Added notes in old generic views howto about the new class based approach. 2010-11-18 01:29:41 +00:00
index.txt
install.txt Fixed #14794 - fix broken link in docs/topics/install.txt - thanks aright for the report. 2010-11-27 21:47:08 +00:00
logging.txt Fixed #14923 -- corrected a typo in the logging documentation. Thanks to David Foerster for the report. 2010-12-19 19:20:25 +00:00
pagination.txt
serialization.txt Reverting r14994 (at request of SmileyChris) because of some backwards compatibility issues that need to be resolved. 2010-12-21 06:05:40 +00:00
settings.txt
signals.txt Fixed #11441 -- Improved signal topic guide, particularly regarding the weak and dispatch_uid parameters to the Signal.connect method. Thanks to Mike_A and sayane for the report, and gremmie for the draft patch. 2010-10-24 08:52:00 +00:00
templates.txt Fixed #12975 -- Moved the docs for contrib.admindocs out of the template docs and into their own reference section, and significantly improved the documentation of what admindocs can do. Thanks to jabapyth for the report, and whiteinge for the patch. 2010-11-07 09:21:55 +00:00
testing.txt Fixed a couple of typos and small errors from r14696 and r14822. 2010-12-09 00:26:59 +00:00