1
0
mirror of https://github.com/django/django.git synced 2024-11-18 23:44:22 +00:00
django/docs/topics
2010-12-21 19:18:12 +00:00
..
db
forms
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 #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
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