Commit graph

391 commits

Author SHA1 Message Date
Joshua Pereyda
97c5539a81 [1.9.x] Fixed #26416 -- Fixed references to previous tutorial numbers in docs/intro/reusable-apps.txt.
Backport of 0c0e8f0a62 from master
2016-03-28 18:31:16 -04:00
Tim Graham
301edde86d [1.9.x] Fixed #26255 -- Fixed orphaned include() reference following tutorial reordering.
Backport of 4323676ea5 from master
2016-03-09 12:19:41 -05:00
Tim Graham
43bb6727d0 [1.9.x] Fixed #26339 -- Updated Question.was_published_recently() in tutorial 7 to reflect changes in tutorial 5.
Backport of 602a38d87e from master
2016-03-09 11:22:59 -05:00
Tim Graham
72134a0400 [1.9.x] Refs #26312 -- Reworded tutorial 2 to avoid spelling "error".
Backport of 9ed4a788aa from master
2016-03-05 10:59:34 -05:00
Bob McDonald
e16a0b0998 [1.9.x] Fixed #26312 -- Documented "create database" requirement in tutorial 2.
Backport of b388c294eb from master
2016-03-05 09:09:51 -05:00
Ryan Nowakowski
ca1f4390c4 [1.9.x] Fixed #26221 -- Used find_packages() in reusable apps tutorial.
Otherwise the migrations package won't be included in the tarball.

Backport of 11af73eaeb from master
2016-02-15 19:25:49 -05:00
Manish Rastogi
23509a895f [1.9.x] Fixed #26169 -- Fixed tutorial reference in reusable apps tutorial.
Backport of ad216381fc from master
2016-02-04 07:55:07 -05:00
KimberleyLawrence
7aeb3cd779 [1.9.x] Clarified "same as above" tutorial comment.
Backport of ca4afc77db from master
2016-02-01 16:38:30 -05:00
Tim Graham
5e44348ad7 [1.9.x] Added Django version trove classifier to reusable apps tutorial.
Backport of 2d36c7d515 from master
2016-01-24 08:37:34 -05:00
Tim Graham
2ef1367426 [1.9.x] Updated Python trove classifiers in reusable apps tutorial.
Backport of 145e9ca301 from master
2016-01-23 17:41:21 -05:00
Elif T. Kus
5dceb1f078 [1.9.x] Fixed #26020 -- Normalized header stylings in docs.
Backport of bca9faae95 from master
2016-01-22 12:18:24 -05:00
Mahendra Yadav
d86870cb6c [1.9.x] Added a missing import in tutorial 3.
Backport of e8c34bb832 from master
2016-01-02 09:39:42 -05:00
Marten Kenbeek
b37cb0b958 [1.9.x] Refs #21927 -- Added note about include() to tutorial.
Backport of 6687f4dcbb from master
2015-12-31 08:21:24 -05:00
Alasdair Nicol
8eeb01a702 [1.9.x] Fixed #25854 -- Removed deprecated usage of template.render() with RequestContext in docs.
Backport of 32c7d93e5f from master
2015-12-23 18:31:20 -05:00
Tim Graham
45ea00742b [1.9.x] Fixed #25934 -- Added missing app_name in tutorial 4's urls.py.
Backport of 4cd24bb67c from master
2015-12-14 08:59:29 -05:00
Qile Wang
c341db1d83 [1.9.x] Clarified a docstring in tutorial05.
Backport of 0f2c2c104b from master
2015-12-07 18:52:49 -05:00
Jon Dufresne
bf76cf07e0 [1.9.x] Fixed #25778 -- Updated docs links to use https when available.
Backport of 7aabd62380 from master
2015-12-01 08:03:16 -05:00
Agnieszka Lasyk
b3389956c9 [1.9.x] Fixed #25755 -- Unified spelling of "website".
Backport of 1f8dad6915 from master
2015-11-16 06:44:46 -05:00
Curtis Maloney
bb1b2251ef [1.9.x] Optimized docs images and documented the process.
Backport of 35440ceab7 from master
2015-10-24 14:57:48 -04:00
薛丞宏
2eab4acb3e [1.9.x] Clarified that the test client response content attribute is bytes.
Backport of 484edc81c1 from master
2015-10-23 14:27:20 -04:00
Tim Graham
1084b421f1 [1.9.x] Made a couple tutorial corrections for Django 1.9.
Backport of 8a5a002f2f from master
2015-10-01 15:19:10 -04:00
Tim Graham
05968192f7 [1.9.x] Removed an old note (Django 1.4-era) from the tutorial.
Backport of 1515b6a8b3 from master
2015-10-01 14:52:14 -04:00
Tim Graham
260e9f15fe [1.9.x] Fixed #25462 -- Removed Model.__unicode__() in favor of @python_2_unicode_compatible.
Backport of de99f558d8 from master
2015-09-25 15:36:05 -04:00
Mariusz Felisiak
6f1b09bb5c Made assorted improvements to the Oracle documentation. 2015-09-18 09:47:32 -04:00
Tim Graham
862de0b254 Fixed #25356 -- Removed default_app_config from startapp template.
Also discouraged its use outside the intended use case.
2015-09-07 15:23:11 -04:00
elky
b929d2d09d Fixed #25200 -- Updated tutorial screenshots for new admin theme. 2015-09-07 08:36:55 -04:00
Alasdair Nicol
19f98946f2 Fixed #25358 -- Improved variable name for question in tutorial. 2015-09-07 08:13:34 -04:00
Tim Graham
bda408f60b Fixed #25153 -- Moved 'polls' first in tutorial's INSTALLED_APPS. 2015-08-19 18:59:42 -04:00
Claude Paroz
64982cc2fb Updated Wikipedia links to use https 2015-08-08 12:02:32 +02:00
Caio Ariede
ec9004728e Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql. 2015-08-07 09:33:17 -04:00
Flavio Curella
c2e70f0265 Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField 2015-07-27 18:28:13 -04:00
Alasdair Nicol
600fb7c51b Fixed #25161 -- Encouraged users to install the latest release in docs 2015-07-24 13:36:08 -04:00
Tim Graham
bdfce4db21 Removed a confusing sentence in tutorial 5. 2015-07-08 15:11:40 -04:00
Tim Graham
7f1168e387 Removed support for Python 3.3. 2015-06-18 08:36:50 -04:00
Markus Amalthea Magnuson
fb1ba4d63e Fixed #24943 -- Updated contributing tutorial to use virtualenv 2015-06-15 18:38:16 -04:00
Marten Kenbeek
1e82094f1b Fixed #21927 -- Made application and instance namespaces more distinct.
Made URL application namespaces be set in the included URLconf and
instance namespaces in the call to include(). Deprecated other ways
to set application and instance namespaces.
2015-06-08 15:12:20 -04:00
Markus Amalthea Magnuson
3fd754f12d Fixed #24907 -- Updated contributing tutorial with a more recent example ticket. 2015-06-06 08:36:50 -04:00
Raphael Michel
3e9b5bfd9c Fixed #7060 -- Added a note about race conditions to the tutorial 2015-06-04 09:40:59 -04:00
Edin Sarajlic
40f2325df6 Added migrations directory to file structure in tutorial 2015-06-04 10:59:36 +02:00
Curtis
44eef25463 Optimise tutorial images 2015-05-29 14:56:38 +10:00
João Luiz Lorencetti
3653466bdf Fixed #24732 -- Reordered tutorial to cover basics before bells and whistles. 2015-05-28 14:07:39 -04:00
I am Clinton
f3b51f5193 Made minor edits to docs/intro/tutorial01.text 2015-05-19 12:32:23 -04:00
Kamran Mackey
4c2197db32 Updated the Python shell example to use generic version numbers. 2015-05-16 08:35:58 -04:00
Jacob Kaplan-Moss
f043434174 Added link to the code of conduct from contributing guides.
This is inspired by Angluar.js
(https://github.com/angular/angular/blob/master/CONTRIBUTING.md), among others.
Thanks to Jeff Triplett for the prod.
2015-04-17 18:12:41 -04:00
Marios Zindilis
7a7c797234 Fixed typo in docs/intro/tutorial02.txt 2015-04-07 07:41:05 -04:00
Markus Holtermann
c5cc332bf2 Fixed #24550 -- Added migration operation description to sqlmigrate output
Thanks Tim Graham for the review.
2015-03-30 16:31:20 +02:00
Tim Graham
2acf9d099d Fixed #24519 -- Clarified location of templates directory in tutorial 2. 2015-03-27 09:57:58 -04:00
HerHde
39573a11db Added missing punctuation in some comments in tutorial 5. 2015-03-16 08:24:25 -04:00
saschalalala
5cf8f4596c Simplified command to display path to Django source files.
Python 3 always returns an absolute path.
2015-03-11 10:34:58 -04:00
Alex Shaindlin
dcdef1fe2e Improved wording in tutorial 1. 2015-02-27 17:53:11 -05:00