django/docs/topics
Malcolm Tredinnick a63a83e5d8 A rewrite of the reverse URL parsing: the reverse() call and the "url" template tag.
This is fully backwards compatible, but it fixes a bunch of little bugs. Thanks
to SmileyChris and Ilya Semenov for some early patches in this area that were
incorporated into this change.

Fixed #2977, #4915, #6934, #7206.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8760 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-31 11:11:20 +00:00
..
db Fixed #8533: restored model inheritance docs, and updated one-to-one docs to match 2008-08-31 10:13:32 +00:00
forms Fixed #8435 -- Documented the `prefix` option on formsets. 2008-08-27 16:44:52 +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
cache.txt
email.txt
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
index.txt Fixed #8326: added signals documentation. 2008-08-26 19:04:52 +00:00
install.txt
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
settings.txt
signals.txt Fixed #8326: added signals documentation. 2008-08-26 19:04:52 +00:00
templates.txt
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