django/docs/topics
Ian Kelly bde7e79fb3 Refs #9935: Added a note in the documentation to the effect that Django currently requires a 4.X release of cx_Oracle.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9709 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-01-06 18:22:07 +00:00
..
db Fixed #9432 -- Revived documentation of ~Q usage. 2008-10-24 09:25:32 +00:00
forms Fixed #9884 -- Corrected template example in model forms documentation, thanks bradmontgomery. 2008-12-23 05:20:49 +00:00
http Renamed file-uploads.txt from 'topics-file-uploads' to 'topics-http-file-uploads' to be consistent with directory structure 2008-11-18 07:32:38 +00:00
auth.txt Added some documentation explaining (1) that it's possible to add users via the Django admin site, and (2) that in order to be able to add users via the admin site, you need to have both 'add user' and 'change user' permissions. Refs #9866 2008-12-25 06:19:14 +00:00
cache.txt Fixed #9740 -- Updated and correct usage of max_entries in cache documentation. 2008-12-03 05:49:37 +00:00
email.txt Fixed #9487 -- Corrected several links into the Python docs that were broken by the recent Python docs refactor. 2008-11-01 19:02:09 +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
install.txt Refs #9935: Added a note in the documentation to the effect that Django currently requires a 4.X release of cx_Oracle. 2009-01-06 18:22:07 +00:00
pagination.txt Fixed #9215 -- Added a view/template example of using pagination. 2008-10-07 11:51:14 +00:00
serialization.txt Upgraded included simplejson to 2.0.7. 2009-01-06 05:13:02 +00:00
settings.txt Fixed #6979 -- Fixed the documentation cross-reference between the TIME_ZONE 2008-10-06 11:18:30 +00:00
signals.txt
templates.txt Minor typo correction from [9279]. 2008-10-26 03:10:13 +00:00
testing.txt Fixed #9477 -- Removed and edited a bunch of references to "development 2008-11-15 05:51:25 +00:00