1
0
mirror of https://github.com/django/django.git synced 2025-01-11 19:06:26 +00:00
django/docs/topics
2009-12-13 20:29:04 +00:00
..
db
forms
http Fixed #10326: handler500 and handler404 may now be callables. Thanks, dcwatson, adurdin. 2009-12-13 20:29:04 +00:00
auth.txt Fixed #11010 - Add a foundation for object permissions to authentication backends. Thanks to Florian Apolloner for writing the initial patch. 2009-12-10 01:05:35 +00:00
cache.txt Corrected an inconsistency in the documentation regarding the way to specify the locmem and dummy cache backend. Thanks to Jens Diemer for the report. 2009-11-19 11:23:34 +00:00
conditional-view-processing.txt
email.txt Corrected spelling of e-mail (according to our standard). 2009-12-03 14:55:28 +00:00
files.txt
generic-views.txt
i18n.txt
index.txt
install.txt
pagination.txt
serialization.txt
settings.txt
signals.txt
templates.txt Implemented 'smart if' template tag, allowing filters and various operators to be used in the 'if' tag 2009-12-09 22:40:36 +00:00
testing.txt