django/docs/ref
Timo Graham 7a81ac5197 Fixed #14798 - Clarified redirects of generic views - thanks OldTroll.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14739 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-11-28 18:36:01 +00:00
..
contrib Fixed #14793 -- staticfiles documentation example overwrites urlpatterns. Thanks gg! 2010-11-27 18:36:41 +00:00
files
forms Fixes #10427 -- Abstract the value generation of a BoundField 2010-11-28 02:50:31 +00:00
models Fixed #14758 - Remove entire method signatures from QuerySet headings - thanks adamv for the patch. 2010-11-28 18:15:40 +00:00
templates
authbackends.txt
class-based-views.txt
databases.txt
django-admin.txt Fixed #7735 -- Added support for IPv6 adresses to runserver and testserver management command. Thanks to Jason Alonso and Łukasz Rekucki for the report and initial patches. 2010-11-26 13:33:53 +00:00
exceptions.txt
generic-views.txt Fixed #14798 - Clarified redirects of generic views - thanks OldTroll. 2010-11-28 18:36:01 +00:00
index.txt
middleware.txt Fixed #14785 - fixes to middleware docs - thanks adamv for the patch. 2010-11-27 21:58:20 +00:00
request-response.txt
settings.txt Fixed #14781 - Setting "CACHE_PREFIX" should be "CACHE_KEY_PREFIX". Thanks to adamv for report and patch. 2010-11-26 13:38:39 +00:00
signals.txt
unicode.txt
utils.txt
validators.txt