Commit Graph

417 Commits

Author SHA1 Message Date
Ankur Gupta 9a03d30d94 [1.10.x] Fixed #27174 -- Explained where PollsConfig comes from in tutorial 2.
Backport of 40d5011471 from master
2016-09-07 14:16:33 -04:00
Tim Graham 6f006f40f7 [1.10.x] Fixed #27104 -- Corrected shell example in tutorial 5.
Backport of cf2cd4053f from master
2016-08-24 10:08:54 -04:00
Tim Graham c135adda8e [1.10.x] Fixed #27115 -- Corrected a screenshot in the tutorial.
Backport of b40d24960c from master
2016-08-24 09:00:06 -04:00
Tim Graham f878b860d1 [1.10.x] Fixed #27085 -- Corrected a screenshot in the tutorial.
Backport of 44c306218f from master
2016-08-19 18:05:30 -04:00
Vincent Zhang e5103de2d1 [1.10.x] Refs #26747 -- Corrected a method name in tutorial05.
Backport of 7b08e01c13 from master
2016-08-19 11:10:40 -04:00
an0o0nym 7c04223c01 [1.10.x] Fixed #26952 -- Added tips for installing test suite dependencies.
Backport of 2b759c94c5 from master
2016-08-09 18:41:32 -04:00
Tim Graham de2604db94 [1.10.x] Removed obsolete note about Sphinx version required for building docs.
Backport of cd58f13fb6 from master
2016-08-09 18:13:05 -04:00
Daniel Rice bec0faa154 [1.10.x] Reworded a sentence in tutorial 7.
Backport of 08c723fbae from master
2016-07-14 07:51:02 -04:00
Tim Graham 48a570164e [1.10.x] Fixed capitalization of "URL pattern".
Backport of 415ae960bb from master
2016-07-06 15:31:44 -04:00
Daniel Rice cdb6d83f44 [1.10.x] Improved grammar in tutorial01.
Backport of 1f9deba1b3 from master
2016-07-06 15:25:00 -04:00
Md. Sadaf Noor 623ab0e6ae [1.10.x] Fixed #26829 -- Simplified version detection command in tutorial
Backport of ed1c15d8fb from master
2016-07-02 20:29:50 -04:00
Jon Dufresne 13d60298ea [1.10.x] Fixed #26747 -- Used more specific assertions in the Django test suite.
Backport of 4f336f6652 from master
2016-06-16 14:21:14 -04:00
Ville Skyttä efe9874371 [1.10.x] Fixed broken links in docs and comments.
Backport of 96f97691ad from master
2016-06-15 21:20:38 -04:00
John Karahalis fccb03fc40 [1.10.x] Fixed typo in docs/intro/tutorial07.txt
Backport of 37b36af6c6 from master
2016-06-09 11:15:52 -04:00
Tim Graham 72d676bc06 [1.10.x] Documented known Python 3.5+ test failures in contributing tutorial.
Backport of 6a316423df from master
2016-06-06 10:50:42 -04:00
Ed Henderson 521772ff07 [1.10.x] Fixed #26021 -- Applied hanging indentation to docs.
Backport of 4a4d7f980e from master
2016-06-03 11:49:24 -04:00
shaunagm 971adb9e9c [1.10.x] Fixed #26701 -- Replaced /newticket links to Trac with /.
Backport of 44c7e5d374 from master
2016-06-03 08:49:59 -04:00
Tim Graham f5ff5010cd Fixed #26483 -- Updated docs.python.org links to use Intersphinx. 2016-05-08 18:07:43 -04:00
Tim Graham f945fb24a3 Fixed #26554 -- Updated docs URLs to readthedocs.io 2016-04-28 10:09:57 -04:00
Denis Afonso b1b05a017a Fixed #26485 -- Fixed typo in docs/intro/tutorial07. 2016-04-10 14:19:54 -04:00
krishbharadwaj 361cb7a857 Fixed #26448 -- Added details for running tests with a different database backend. 2016-04-05 21:34:26 -04:00
Joshua Pereyda 0c0e8f0a62 Fixed #26416 -- Fixed references to previous tutorial numbers in docs/intro/reusable-apps.txt. 2016-03-28 18:30:30 -04:00
Tim Graham 4323676ea5 Fixed #26255 -- Fixed orphaned include() reference following tutorial reordering. 2016-03-09 12:18:21 -05:00
Tim Graham 602a38d87e Fixed #26339 -- Updated Question.was_published_recently() in tutorial 7 to reflect changes in tutorial 5. 2016-03-09 11:21:33 -05:00
Tim Graham 9ed4a788aa Refs #26312 -- Reworded tutorial 2 to avoid spelling "error". 2016-03-05 10:58:45 -05:00
Bob McDonald b388c294eb Fixed #26312 -- Documented "create database" requirement in tutorial 2. 2016-03-05 09:09:00 -05:00
Ryan Nowakowski 11af73eaeb Fixed #26221 -- Used find_packages() in reusable apps tutorial.
Otherwise the migrations package won't be included in the tarball.
2016-02-15 19:25:26 -05:00
Manish Rastogi ad216381fc Fixed #26169 -- Fixed tutorial reference in reusable apps tutorial. 2016-02-04 07:39:12 -05:00
KimberleyLawrence ca4afc77db Clarified "same as above" tutorial comment. 2016-02-01 16:37:59 -05:00
Markus Holtermann 4b0118465b Fixed #26150 -- Sorted app_labels in migrate command output 2016-01-29 10:26:04 +11:00
Tim Graham 2d36c7d515 Added Django version trove classifier to reusable apps tutorial. 2016-01-24 08:35:47 -05:00
Tim Graham 145e9ca301 Updated Python trove classifiers in reusable apps tutorial. 2016-01-23 17:40:41 -05:00
Elif T. Kus bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 2016-01-22 12:12:17 -05:00
Mahendra Yadav e8c34bb832 Added a missing import in tutorial 3. 2016-01-02 09:39:25 -05:00
Marten Kenbeek 16411b8400 Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Thanks to Tim Graham for the review.
2015-12-31 14:21:29 -05:00
Marten Kenbeek 6687f4dcbb Refs #21927 -- Added note about include() to tutorial. 2015-12-31 08:17:19 -05:00
Alasdair Nicol 32c7d93e5f Fixed #25854 -- Removed deprecated usage of template.render() with RequestContext in docs. 2015-12-23 18:30:35 -05:00
Niels Van Och 99a1265a39 Fixed #25063 -- Added path to makemigration's output of migration file. 2015-12-18 11:20:00 -05:00
Tim Graham 4cd24bb67c Fixed #25934 -- Added missing app_name in tutorial 4's urls.py. 2015-12-14 08:56:30 -05:00
Johannes Hoppe cf546e11ac Fixed #21221 -- Made form Media and static template tag use staticfiles if installed. 2015-12-10 14:30:19 -05:00
Qile Wang 0f2c2c104b Clarified a docstring in tutorial05. 2015-12-07 18:52:25 -05:00
Jon Dufresne 7aabd62380 Fixed #25778 -- Updated docs links to use https when available. 2015-12-01 08:01:34 -05:00
Agnieszka Lasyk 1f8dad6915 Fixed #25755 -- Unified spelling of "website". 2015-11-16 06:44:14 -05:00
Curtis Maloney 35440ceab7 Optimized docs images and documented the process. 2015-10-24 14:57:21 -04:00
薛丞宏 484edc81c1 Clarified that the test client response content attribute is bytes. 2015-10-23 14:26:19 -04:00
Tim Graham e0837f2cb1 Fixed #25508 -- Modified QuerySet.__repr__() to disambiguate it from a list. 2015-10-06 12:38:34 -04:00
Tim Graham 8a5a002f2f Made a couple tutorial corrections for Django 1.9. 2015-10-01 15:18:43 -04:00
Tim Graham 1515b6a8b3 Removed an old note (Django 1.4-era) from the tutorial. 2015-10-01 14:51:22 -04:00
Tim Graham de99f558d8 Fixed #25462 -- Removed Model.__unicode__() in favor of @python_2_unicode_compatible. 2015-09-25 13:28:12 -04:00
Mariusz Felisiak 6f1b09bb5c Made assorted improvements to the Oracle documentation. 2015-09-18 09:47:32 -04:00