django/docs/topics
Paul McMillan 84dd83f018 Fixes #17578. Improve setup instructions for Windows users.
Thanks Pariksheet Nanda for the report and zsiciarz for the patch.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@17619 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-02 04:27:46 +00:00
..
_images Added a diagram of the hierarchy of our TestCase subclasses to the testing docs. 2012-02-27 19:04:33 +00:00
db Edited db/transactions.txt changes from [17341] 2012-02-03 17:54:08 +00:00
forms Made a bunch more edits up until [17418] 2012-02-03 20:45:45 +00:00
http Documentation (and some small source code) edits from [17432] - [17537] 2012-02-17 20:04:11 +00:00
i18n Fixed #17319 -- Made the example for set_language less error-prone. Thanks Anna Dolma Alonso for the report. 2012-02-19 09:19:38 +00:00
auth.txt Fixed #17390 - Added a note to topics/auth.txt regarding how to decorate class-based generic views; thanks zsiciarz for the patch. 2012-02-20 18:57:51 +00:00
cache.txt Added support for time zones. Thanks Luke Plant for the review. Fixed #2626. 2011-11-18 13:01:06 +00:00
class-based-views.txt Fixed #17390 - Added a note to topics/auth.txt regarding how to decorate class-based generic views; thanks zsiciarz for the patch. 2012-02-20 18:57:51 +00:00
conditional-view-processing.txt Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 2011-10-14 00:12:01 +00:00
email.txt Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 2011-10-14 00:12:01 +00:00
files.txt Fix #15646: Document that a FileField's full path can't be relied upon until its model has been saved to the database. Thanks poirier. 2011-11-19 15:08:07 +00:00
generic-views-migration.txt Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 2011-10-14 00:12:01 +00:00
generic-views.txt Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 2011-10-14 00:12:01 +00:00
index.txt Fixed #14201 - Add a "security overview" page to the docs 2011-06-10 15:14:36 +00:00
install.txt Fixes #17578. Improve setup instructions for Windows users. 2012-03-02 04:27:46 +00:00
logging.txt Fixed #17330 -- Fixed error in logging.txt. Thanks, jblaine 2011-12-17 02:15:01 +00:00
pagination.txt Tweaks to paginator documentation. 2011-05-20 01:45:41 +00:00
security.txt Quick edit of docs/topics/security.txt to catch some basic formatting problems and reword an awkward section 2011-12-17 02:48:27 +00:00
serialization.txt Fixed #13914 -- Added natural keys to User and Group models in auth contrib app. Thanks, jbochi and closedbracket. 2012-02-04 12:48:01 +00:00
settings.txt Fixed #17028 - Changed diveintopython.org -> diveintopython.net 2011-11-19 22:57:20 +00:00
signals.txt Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 2011-10-14 00:12:01 +00:00
signing.txt Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 2011-10-14 00:12:01 +00:00
templates.txt Fixed #17240 -- Replaced links to the online version of the docs by internal references. 2011-11-16 21:04:28 +00:00
testing.txt Clarified the fact that the signal_changed signal isn't used by Django itself (yet). Refs #17787. 2012-02-27 22:52:07 +00:00