django/docs/topics
Brian Rosner 502fc3ae56 Fixed #8759 -- Corrected a typo in example code. Thanks James Tauber for the find.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8826 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-01 23:06:39 +00:00
..
db Fixed #8759 -- Corrected a typo in example code. Thanks James Tauber for the find. 2008-09-01 23:06:39 +00:00
forms Fixed #8210 and #8664: moved `USStateField` and `PhoneNumberField` to `django.contrib.localflavor.us`. This is a backwards-incompatible change, albeit a minor one; just add an aditional `import` and go on your way. 2008-09-01 22:15:35 +00:00
http A rewrite of the reverse URL parsing: the reverse() call and the "url" template tag. 2008-08-31 11:11:20 +00:00
auth.txt Massive reorganization of the docs. See the new docs online at http://docs.djangoproject.com/. 2008-08-23 22:25:40 +00:00
cache.txt Massive reorganization of the docs. See the new docs online at http://docs.djangoproject.com/. 2008-08-23 22:25:40 +00:00
email.txt Fixed #8728: Corrected some broken links in the documentation 2008-09-01 09:45:30 +00:00
files.txt Fixed #8641: Documented the fact that file-saving methods must receive a File instance 2008-08-31 10:37:44 +00:00
i18n.txt Fixed #5591: corrected info about variables in `trans` tag. Thanks, idangazit. 2008-08-25 19:28:41 +00:00
index.txt Fixed #8326: added signals documentation. 2008-08-26 19:04:52 +00:00
install.txt Fixed #8326: added documentation about running Django on Jython. Docs originally written by Leo Soto, and then cleaned up a bit by me. 2008-08-26 15:52:21 +00:00
pagination.txt Fixed #8407: Corrected some output in the Paginator docs. Thanks to arien for the patch. 2008-08-28 13:44:50 +00:00
serialization.txt Massive reorganization of the docs. See the new docs online at http://docs.djangoproject.com/. 2008-08-23 22:25:40 +00:00
settings.txt Massive reorganization of the docs. See the new docs online at http://docs.djangoproject.com/. 2008-08-23 22:25:40 +00:00
signals.txt Fixed #8326: added signals documentation. 2008-08-26 19:04:52 +00:00
templates.txt Refactored Django's comment system. 2008-08-25 22:14:22 +00:00
testing.txt Fixed #8578: Corrected a typo in a shell example in the testing docs. Thanks to Manuel Saelices for the report. 2008-08-28 12:22:33 +00:00