| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-09-17 | [1.6.x] Fixed #23491 -- Clarified tutorial 3. | Tim Graham | |
| Thanks diek for the suggestion. Backport of 54fd84e432 from master | |||
| 2014-08-05 | [1.6.x] Updated links for continous integration server. | Tim Graham | |
| Backport of 21d0ceefb5 from master | |||
| 2014-07-01 | [1.6.x] Included irc link in paragraph to allow for l10n | Claude Paroz | |
| Translators may want to change the irc link pointing to a language-specific channel. Backport of 232f2028d5 from master. | |||
| 2014-06-27 | [1.6.x] Fixed #22912 -- Warned about a common mistake in tutorial 5. | Tim Graham | |
| Backport of 1e8411259f from master | |||
| 2014-06-15 | [1.6.x] Fixed #22842 | vagrant | |
| Backport of 7a1f8414c3b71b6af03e5be9f5f8db115551c410 from master. | |||
| 2014-06-10 | [1.6.x] Fixed #22801 -- Added 'www.' to diveintopython.net links | Maxime Turcotte | |
| Backport of f97c53c098 from master | |||
| 2014-05-02 | [1.6.x] Fixed #22558 -- Added missing word in contributing docs | Brenda J. Butler | |
| Backport of c8d257e81 from master. | |||
| 2014-04-30 | [1.6.x] Fixed #22547 -- Added some links to tutorial 2. | Tim Graham | |
| Thanks bjb at sourcer.ca for the suggestion. Backport of b0d032f9fc from master | |||
| 2014-04-30 | [1.6.x] Fixed #22546 -- Removed idioms in tutorial 2. | Moayad Mardini | |
| Thanks bjb at sourcerer.ca for the suggestion. Backport of 927245ccd8 from master | |||
| 2014-04-16 | [1.6.x] Fixed #22453 -- Corrected DoesNotExist message in docs. | Tim Graham | |
| Thanks Eugenio Cano-Manuel. Backport of eefad142dee466c1ead6038fbeec75479b1afead from master | |||
| 2014-03-02 | [1.6.x] Fixed some typos in the documentation. | Baptiste Mispelon | |
| Thanks to Rodolfo Carvalho and Piotr Kasprzyk for the patch. Partial backport of ea4da8e63c314b4f7cbcb4dd06eef466c1e872ed from master. | |||
| 2014-01-20 | [1.6.x] Fixed #21834 -- Clarifed usage of template_name in tutorial part 4. | Tim Graham | |
| refs #21195 on master. | |||
| 2014-01-03 | [1.6.x] Fixed #21728 -- Corrected an inadvertent path change in ↵ | Tianyi Wang | |
| docs/intro/contributing.txt. Backport of e6800ea136 from master | |||
| 2013-12-31 | [1.6.x] Fixed #21701 -- Improved testing doc titles and added testing/tools.txt. | Tim Graham | |
| Thanks cjerdonek for the suggestion. Backport of 9953e98e6a from master | |||
| 2013-12-19 | [1.6.x] Fixed #21213 -- Added docs for Django's mailing lists. | Unai Zalakain | |
| Added docs/internals/mailing-lists.txt documenting the use of django's mailing lists. All references across docs changed to point to this page. The referencing makes use of substitution because there's no way to make a :ref: link in a non-inline fashion in Sphinx. It also makes use of rst_epilog Sphinx conf for making this substitutions across all the docs. Backport of 3895d8899d from master | |||
| 2013-12-18 | [1.6.x] Fixed #21613 -- Removed a hardcoded input id from the tutorial. | Tim Graham | |
| Thanks Bruno Brouard for the report. Backport of cc2d960274 from master | |||
| 2013-12-14 | [1.6.x] Fixed link text for "Testing in Django" in tutorial 5. | Chris Jerdonek | |
| Backport of e1cfc4b96a from master | |||
| 2013-12-08 | [1.6.x] Updated a bunch of hyperlinks in documentation | Claude Paroz | |
| Backport of 626bdf648 from master. | |||
| 2013-12-05 | [1.6.x] Fixed #21562 -- Warned against using the same app name as a django ↵ | Alasdair Nicol | |
| contrib app. Thanks yourcelf for the report. Backport of 317fd13c7a from master | |||
| 2013-11-19 | [1.6.x] Recommended setuptools in the reuseable app tutorial. | Dražen Lučanin | |
| setuptools has merged with distribute. Backport of b5eef8535a from master. | |||
| 2013-11-18 | [1.6.x] Fixed #20852 - Fixed incorrectly generated left quotes in docs. | Dominic Rodger | |
| Sphinx generates left single quotes for apostrophes after code markup, when right single quotes are required. The easiest way to fix this is just by inserting the unicode character for a right single quote. Instances of the problem were found by looking for ">‘" in the generated HTML. Backport of c33d1ca1d98003de29cdecb6080b52c5c52139bd from master. | |||
| 2013-10-14 | [1.6.x] Fixed #21210 -- Documented when runserver doesn't auto-restart. | Bouke Haarsma | |
| Thanks gergely at polonkai.eu for the suggestion. Backport of 9b7d38ed5a from master | |||
| 2013-10-14 | [1.6.x] Fixed #21027 -- Updated tutorial 5 docs to link to management shell ↵ | Max Vizard | |
| command page. Backport of 13ddf0e002 from master | |||
| 2013-09-25 | [1.6.x] Fixed #21116 -- Made usage of manage.py in docs more consistent. | Tim Graham | |
| Thanks daniel.quattro at gmail.com for the report. d1c9802811 from master. | |||
| 2013-09-13 | [1.6.x] Fixed #21094 -- Updated reuseable apps tutorial to use pip for ↵ | Tim Graham | |
| installation. Thanks ylb415 at gmail.com for the suggestion. Backport of e4aab1bb8d from master | |||
| 2013-08-15 | [1.6.x] Fixed #20891 -- Removed part of the tutorial that requires pytz | Tim Graham | |
| Thanks AtomicSpark for the report. Backport of 55339a7669 from master | |||
| 2013-08-04 | [1.6.x] Fixed #20858 -- Removed erroneous import in tutorial 2. | Tim Graham | |
| Thanks AtomicSpark. Backport of b278f7478d from master | |||
| 2013-07-18 | [1.6.x] Fixed #20763 -- Typo in tutorial 3. | Tim Graham | |
| Thanks crichard@ for the report. Backport of fd95dc9e27 from master | |||
| 2013-07-09 | [1.6.x] Fixed #18261 -- Clarified 'project root directory' | SusanTan | |
| Backport of ef3fddf26e from master | |||
| 2013-07-05 | [1.6.x] Fixed #20224 -- Update docs examples which mention __unicode__ | Claude Paroz | |
| Thanks Marc Tamlyn and Tim Graham for the review. Backport of 7442eb1a24 from master. | |||
| 2013-07-01 | Stopped branding Python 3 support as experimental. | Aymeric Augustin | |
| 2013-06-30 | [1.6.x] Fixed #20667 - Removed discussion of DEBUG from tutorial. | Tim Graham | |
| Backport of 0d642aac86 from master. | |||
| 2013-06-28 | Fixed missing slash in reusable apps tutorial. | Baptiste Mispelon | |
| 2013-06-20 | Fixed error in last commit. Thanks Simon Charette. | Tim Graham | |
| 2013-06-20 | Modified tutorial 3 to use RequestContext in place of Context. | Harm Geerts | |
| 2013-06-09 | Fixed #19875 - Added warnings regarding DEBUG=False and empty ALLOWED_HOSTS | Tim Graham | |
| 2013-05-23 | Fixed #20482 - Added a file reference in tutorial 3. | Tim Graham | |
| Thanks diek@ for the suggestion. | |||
| 2013-05-19 | Added some links in /docs/intro/overview.txt | Tim Graham | |
| Thanks Claes Ström for the patch. | |||
| 2013-05-19 | Merge pull request #1129 from frog32/master | Marc Tamlyn | |
| Add needed Imports to the Documentation | |||
| 2013-05-18 | Fixed #20004 -- Moved non DB-related assertions to SimpleTestCase. | Ramiro Morales | |
| Thanks zalew for the suggestion and work on a patch. Also updated, tweaked and fixed testing documentation. | |||
| 2013-05-18 | Add missing imports to the examples in the 'First Steps' | leandrafinger | |
| 2013-05-11 | Fixed #20249 - Removed a "feature" in the tutorial that doesn't actually work. | Tim Graham | |
| Thanks bmispelon for the report and draft patch. | |||
| 2013-05-10 | Fixed #17365, #17366, #18727 -- Switched to discovery test runner. | Carl Meyer | |
| Thanks to Preston Timmons for the bulk of the work on the patch, especially updating Django's own test suite to comply with the requirements of the new runner. Thanks also to Jannis Leidel and Mahdi Yusuf for earlier work on the patch and the discovery runner. Refs #11077, #17032, and #18670. | |||
| 2013-05-07 | Fixed Sphinx error in tutorial 1. | Carl Meyer | |
| 2013-05-07 | Fixed inconsistent punctuation in tutorial 5. | Carl Meyer | |
| 2013-05-06 | Fixed #20177 - Corrected docs for django.test.utils.setup_test_environment. | Tim Graham | |
| Thanks vlad.london.uk@ for the report. | |||
| 2013-05-06 | Fixed #20305 - Added include for polls/static to MANIFEST.in in tutorial. | Tim Graham | |
| Thanks monuszko for the report. | |||
| 2013-04-29 | Fixed #20330 -- Normalized spelling of "web server". | Aymeric Augustin | |
| Thanks Baptiste Mispelon for the report. | |||
| 2013-04-28 | Pointed to the docs version switcher in tutorial 1. | Aymeric Augustin | |
| Refs #20324. Thanks dwisehart for the suggestion. | |||
| 2013-04-24 | Fixed a rST bug in the README template in the reusable apps docs. | Jannis Leidel | |
