django/docs/topics
Alex Gaynor 4a4d7bc27d Fixed #14771 -- corrected a typo in the testing docs. Thanks to Christian Oudard for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14694 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-11-24 19:51:31 +00:00
..
db Fixed #14767 -- Reflowed paragraphs and cleaned up some markup/links in the topics/db/optimizations docs. Thanks to adamv for the report and patch. 2010-11-24 11:52:15 +00:00
forms Fixed #11418 -- formset.cleaned_data no longer raises AttributeError when is_valid is True. Thanks mlavin! 2010-11-21 17:27:01 +00:00
http Fixed #14727 -- Corrected three minor issues in the docs. Thanks to OldTroll for the report and the patch. 2010-11-20 10:49:42 +00:00
i18n Corrected some syntax issues in the docs. 2010-11-17 16:08:28 +00:00
auth.txt Fixed #8325 -- Reorganization and expansion of the login_required decorator docs to make it clearer how the redirect_field_name parameter works and improve the overall flow of the text. Thanks to Robert Reeves for the report. 2010-11-07 00:56:59 +00:00
cache.txt Fixed #14738 -- Improved crossref linking for cache settings, and fixed a few minor typos. 2010-11-22 06:15:02 +00:00
class-based-views.txt Corrected a markup problem with an example in the class-based view docs. Thanks to apollo13 for the report. 2010-11-20 11:33:43 +00:00
conditional-view-processing.txt
email.txt Fixed #14619 -- corrected a typo in the email docs. 2010-11-04 21:09:51 +00:00
files.txt
generic-views-migration.txt Documented migration path for change object_list -> ListView regarding different context variables 2010-11-20 20:38:52 +00:00
generic-views.txt Added notes in old generic views howto about the new class based approach. 2010-11-18 01:29:41 +00:00
index.txt Fixed #6735 -- Added class-based views. 2010-10-18 13:34:47 +00:00
install.txt Fixes #6739 -- better development installation docs. Thanks to Adam Vandenberg for inspiration. 2010-11-23 03:54:13 +00:00
logging.txt
pagination.txt
serialization.txt
settings.txt
signals.txt Fixed #11441 -- Improved signal topic guide, particularly regarding the weak and dispatch_uid parameters to the Signal.connect method. Thanks to Mike_A and sayane for the report, and gremmie for the draft patch. 2010-10-24 08:52:00 +00:00
templates.txt Fixed #12975 -- Moved the docs for contrib.admindocs out of the template docs and into their own reference section, and significantly improved the documentation of what admindocs can do. Thanks to jabapyth for the report, and whiteinge for the patch. 2010-11-07 09:21:55 +00:00
testing.txt Fixed #14771 -- corrected a typo in the testing docs. Thanks to Christian Oudard for the patch. 2010-11-24 19:51:31 +00:00