django/docs/topics
Karen Tracey 80c0ee0be7 Fixed #11335 -- Corrected model reference in generic views doc. Thanks oyvind.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11028 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-17 19:59:50 +00:00
..
db Fixed #9919 -- Added note on the need to mark transactions as dirty when using raw SQL. 2009-06-17 13:47:39 +00:00
forms Fixed #10845 -- Clarified the examples for using ModelForms with fields or exclude specified. Thanks to Andrew Durdin for the suggestion. 2009-06-10 12:46:04 +00:00
http Made some small improvements to docs/topics/http/sessions.txt 2009-05-26 05:29:28 +00:00
auth.txt Fixed #10855: Reference doc on creating superusers in the tutorial at the point where an account is needed, so that readers who neglected to create one earlier (or who forgot the password) don't get stuck or think they have to start all over. Thanks cwolf127 and timo. 2009-05-17 17:54:51 +00:00
cache.txt Fixed a whole bunch of small docs typos, errors, and ommissions. 2009-04-03 18:30:54 +00:00
conditional-view-processing.txt Fixed #10898 -- Corrected minor error in conditional view processing example. Thanks to Tomasz Elendt for the report. 2009-04-28 13:28:57 +00:00
email.txt Fixed #8638 -- Added documentation on how to redirect email to a dummy server for testing purposes. Thanks to Rob Hudson and Marc Fargas for their work on the draft for this change. 2009-01-29 12:31:11 +00:00
files.txt Fixed #10779 -- Corrected description of an example in the files docs. Thanks to timo for the patch. 2009-04-16 12:48:46 +00:00
generic-views.txt Fixed #11335 -- Corrected model reference in generic views doc. Thanks oyvind. 2009-06-17 19:59:50 +00:00
i18n.txt Fixed #10822 -- Corrected minor typo in i18n docs. Thanks to prairiedogg for the report. 2009-04-16 12:45:04 +00:00
index.txt Fixed #10336 -- Added improved documentation of generic views. Thanks to Jacob and Adrian for the original text (from the DjangoBook), and Ramiro for doing the work of porting the docs. 2009-06-17 14:09:56 +00:00
install.txt Fixed #11063: updated install docs to mention mod_wsgi instead of mod_python. 2009-05-12 17:23:33 +00:00
pagination.txt Fixed #9215 -- Added a view/template example of using pagination. 2008-10-07 11:51:14 +00:00
serialization.txt Fixed #10954 -- Corrected error in docs example describing extending the JSON serializer. Thanks to Glenn for the report. 2009-05-02 07:39:45 +00:00
settings.txt Fixed #6979 -- Fixed the documentation cross-reference between the TIME_ZONE 2008-10-06 11:18:30 +00:00
signals.txt Fixed #8326: added signals documentation. 2008-08-26 19:04:52 +00:00
templates.txt Minor typo correction from [9279]. 2008-10-26 03:10:13 +00:00
testing.txt Fixed #11215 -- Replaced erroneous catch with except in testing doc. 2009-05-27 16:03:51 +00:00