django/docs/topics
Russell Keith-Magee b3dd0b5dcc Fixed #10039 -- More typos in aggregation docs. Seriously, people, now you're just making me look bad :-) Thanks to ElliottM, and to Erich Holscher for a separate report that I've piggybacked on this checkin.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9754 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-01-15 23:15:32 +00:00
..
db Fixed #10039 -- More typos in aggregation docs. Seriously, people, now you're just making me look bad :-) Thanks to ElliottM, and to Erich Holscher for a separate report that I've piggybacked on this checkin. 2009-01-15 23:15:32 +00:00
forms Fixed #9884 -- Corrected template example in model forms documentation, thanks bradmontgomery. 2008-12-23 05:20:49 +00:00
http Fixed a long line, a typo, and a few misspellings from [9727]. 2009-01-11 05:47:06 +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
email.txt
files.txt Fixed #9904 -- Corrected name of storage method in files documentation. 2008-12-22 23:21:32 +00:00
i18n.txt
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
serialization.txt Upgraded included simplejson to 2.0.7. 2009-01-06 05:13:02 +00:00
settings.txt
signals.txt
templates.txt
testing.txt