1
0
mirror of https://github.com/django/django.git synced 2024-12-24 10:05:46 +00:00
django/docs/topics
2010-01-10 21:28:37 +00:00
..
db Fixed #12297 -- Fixed typo in docs/topics/db/queries.txt. Thanks, bertil and timo 2010-01-10 21:28:37 +00:00
forms Fixed #9223 -- Added support for declarative widgets to ModelForm. I declare thanks to isagalaev. 2010-01-10 19:23:42 +00:00
http
auth.txt Fixed #12113 -- Clarified is_active documentation. Thanks, ejucovy and isagalaev 2010-01-10 19:05:39 +00:00
cache.txt Fixed #12195 -- Clarified cache documentation to rename 'timeout_seconds' to 'timeout'. Thanks, galund and timo 2010-01-10 18:40:24 +00:00
conditional-view-processing.txt Fixed #11904 -- Fixed error in conditional-view-processing.txt. Thanks, bronger and timo 2010-01-10 18:09:26 +00:00
email.txt Modified the way EMAIL_BACKEND is specified to make it consistent with the new "use the class name" policy for backends. 2010-01-04 12:05:04 +00:00
files.txt
generic-views.txt Fixed #12161 -- Added escaping of a backslash in two generic-views.txt examples. Thanks, infopams 2010-01-10 18:38:00 +00:00
i18n.txt
index.txt
install.txt
pagination.txt
serialization.txt
settings.txt
signals.txt
templates.txt Fixed #11884 -- Clarified documentation to explain how to activate the built-in admin reference. Thanks, DmitryRisenberg and timo 2010-01-10 18:07:46 +00:00
testing.txt