1
0
mirror of https://github.com/django/django.git synced 2024-11-18 07:26:04 +00:00
django/docs/topics
2009-03-21 13:09:13 +00:00
..
db Added some documentation explaining "managed=False" vs. "proxy=True". 2009-03-19 09:04:19 +00:00
forms Fixed #10507 -- Corrected formatting problem in ModelForm docs. Thanks to Paul Menzel for the report. 2009-03-15 11:21:41 +00:00
http Fixed #10194: added django.shortcuts.redirect, a do-what-I-mean redirect shortcut. See the docs at topics/http/shortcuts for details. 2009-03-21 13:09:13 +00:00
auth.txt Fixed #689 -- Added a middleware and authentication backend to contrib.auth for supporting external authentication solutions. Thanks to all who contributed to this patch, including Ian Holsman, garthk, Koen Biermans, Marc Fargas, ekarulf, and Ramiro Morales. 2009-03-15 05:54:28 +00:00
cache.txt Made a bunch of edits to docs/topics/cache.txt, mostly based on stuff from the Django Book 2009-03-14 22:51:05 +00:00
email.txt Fixed #8638 -- Added documentation on how to redirect email to a dummy server for testing purposes. Thanks to Rob Hudson and Marc Fargas for their work on the draft for this change. 2009-01-29 12:31:11 +00:00
files.txt Fixed #9904 -- Corrected name of storage method in files documentation. 2008-12-22 23:21:32 +00:00
i18n.txt Fixed #9477 -- Removed and edited a bunch of references to "development 2008-11-15 05:51:25 +00:00
index.txt Fixed #689 -- Added a middleware and authentication backend to contrib.auth for supporting external authentication solutions. Thanks to all who contributed to this patch, including Ian Holsman, garthk, Koen Biermans, Marc Fargas, ekarulf, and Ramiro Morales. 2009-03-15 05:54:28 +00:00
install.txt Fixed #10377: Added clearer warning to database notes for cx_Oracle 5.0. 2009-02-28 06:03:18 +00:00
pagination.txt
serialization.txt Fixed #10218 -- Reworded serialization.txt sentence to remove awkward quotes. Thanks for bringing this up, thedaniel 2009-02-21 08:40:07 +00:00
settings.txt
signals.txt
templates.txt Minor typo correction from [9279]. 2008-10-26 03:10:13 +00:00
testing.txt Fixed #10482 -- Unified access to response.context when inspecting responses from the test client. Thanks to James Bennett for the design, and Julien Phalip for the patch. 2009-03-18 10:46:55 +00:00