django/docs/topics
Russell Keith-Magee 0fef92f6f0 Fixed #14936 -- Tweaked the new render shortcut to reflect non-legacy arguments. Thanks to adamv for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15020 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-22 04:54:10 +00:00
..
db Fixed #10154: Allow combining F expressions with timedelta values. 2010-12-22 03:34:04 +00:00
forms Corrected a markup error introduced in r14986. 2010-12-19 15:01:12 +00:00
http Fixed #14936 -- Tweaked the new render shortcut to reflect non-legacy arguments. Thanks to adamv for the report. 2010-12-22 04:54:10 +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 #14249 -- Added support for inactive users to the auth backend system. Thanks, Harro van der Klauw. 2010-12-21 19:18:12 +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
conditional-view-processing.txt
email.txt
files.txt
generic-views-migration.txt
generic-views.txt
index.txt
install.txt
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
templates.txt
testing.txt