| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-03-05 | [1.9.x] Fixed #26312 -- Documented "create database" requirement in tutorial 2. | Bob McDonald | |
| Backport of b388c294eb5745b3e01dedf0220636fae87ea9a2 from master | |||
| 2016-02-15 | [1.9.x] Fixed #26221 -- Used find_packages() in reusable apps tutorial. | Ryan Nowakowski | |
| Otherwise the migrations package won't be included in the tarball. Backport of 11af73eaeb4371ded68460c1591abd6aefa57a90 from master | |||
| 2016-02-04 | [1.9.x] Fixed #26169 -- Fixed tutorial reference in reusable apps tutorial. | Manish Rastogi | |
| Backport of ad216381fcd7d3d62f1639f9998f5a965d8eaedb from master | |||
| 2016-02-01 | [1.9.x] Clarified "same as above" tutorial comment. | KimberleyLawrence | |
| Backport of ca4afc77db2dbd296c06b66ae85481ca29df30c5 from master | |||
| 2016-01-24 | [1.9.x] Added Django version trove classifier to reusable apps tutorial. | Tim Graham | |
| Backport of 2d36c7d515312e7a476041c96a29727ed47eb517 from master | |||
| 2016-01-23 | [1.9.x] Updated Python trove classifiers in reusable apps tutorial. | Tim Graham | |
| Backport of 145e9ca301e6bde965baa88a2e96a1ea0f7d523a from master | |||
| 2016-01-22 | [1.9.x] Fixed #26020 -- Normalized header stylings in docs. | Elif T. Kus | |
| Backport of bca9faae95db2a92e540fbd08505c134639916fe from master | |||
| 2016-01-02 | [1.9.x] Added a missing import in tutorial 3. | Mahendra Yadav | |
| Backport of e8c34bb832e88a3dec8c5f3f687bbbf62afb857c from master | |||
| 2015-12-31 | [1.9.x] Refs #21927 -- Added note about include() to tutorial. | Marten Kenbeek | |
| Backport of 6687f4dcbbfeca81b76233609fca90f30ce4dd25 from master | |||
| 2015-12-23 | [1.9.x] Fixed #25854 -- Removed deprecated usage of template.render() with ↵ | Alasdair Nicol | |
| RequestContext in docs. Backport of 32c7d93e5f0638c5a1ec8e2525c967be444fcef1 from master | |||
| 2015-12-14 | [1.9.x] Fixed #25934 -- Added missing app_name in tutorial 4's urls.py. | Tim Graham | |
| Backport of 4cd24bb67c8d82630817e97ab9ba444ca955a94d from master | |||
| 2015-12-07 | [1.9.x] Clarified a docstring in tutorial05. | Qile Wang | |
| Backport of 0f2c2c104b51a226525d7e7baa65ea1fd27e994f from master | |||
| 2015-12-01 | [1.9.x] Fixed #25778 -- Updated docs links to use https when available. | Jon Dufresne | |
| Backport of 7aabd6238028f4bb78d0687bbccc97bcf634e28b from master | |||
| 2015-11-16 | [1.9.x] Fixed #25755 -- Unified spelling of "website". | Agnieszka Lasyk | |
| Backport of 1f8dad69158a96d0649d321ce08ecc9c0465f962 from master | |||
| 2015-10-24 | [1.9.x] Optimized docs images and documented the process. | Curtis Maloney | |
| Backport of 35440ceab72ea3c24f3faaea9765271c7dac78f7 from master | |||
| 2015-10-23 | [1.9.x] Clarified that the test client response content attribute is bytes. | 薛丞宏 | |
| Backport of 484edc81c1ebd195c333f3ea8d3f9ca882a17837 from master | |||
| 2015-10-01 | [1.9.x] Made a couple tutorial corrections for Django 1.9. | Tim Graham | |
| Backport of 8a5a002f2f94eec2a6d01e3004c3e6a2ddccd432 from master | |||
| 2015-10-01 | [1.9.x] Removed an old note (Django 1.4-era) from the tutorial. | Tim Graham | |
| Backport of 1515b6a8b375612addc0019d537fcbf0349d942c from master | |||
| 2015-09-25 | [1.9.x] Fixed #25462 -- Removed Model.__unicode__() in favor of ↵ | Tim Graham | |
| @python_2_unicode_compatible. Backport of de99f558d806a2a1b30072ec95bc44d412d80dab from master | |||
| 2015-09-18 | Made assorted improvements to the Oracle documentation. | Mariusz Felisiak | |
| 2015-09-07 | Fixed #25356 -- Removed default_app_config from startapp template. | Tim Graham | |
| Also discouraged its use outside the intended use case. | |||
| 2015-09-07 | Fixed #25200 -- Updated tutorial screenshots for new admin theme. | elky | |
| 2015-09-07 | Fixed #25358 -- Improved variable name for question in tutorial. | Alasdair Nicol | |
| 2015-08-19 | Fixed #25153 -- Moved 'polls' first in tutorial's INSTALLED_APPS. | Tim Graham | |
| 2015-08-08 | Updated Wikipedia links to use https | Claude Paroz | |
| 2015-08-07 | Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql. | Caio Ariede | |
| 2015-07-27 | Fixed #21127 -- Started deprecation toward requiring on_delete for ↵ | Flavio Curella | |
| ForeignKey/OneToOneField | |||
| 2015-07-24 | Fixed #25161 -- Encouraged users to install the latest release in docs | Alasdair Nicol | |
| 2015-07-08 | Removed a confusing sentence in tutorial 5. | Tim Graham | |
| 2015-06-18 | Removed support for Python 3.3. | Tim Graham | |
| 2015-06-15 | Fixed #24943 -- Updated contributing tutorial to use virtualenv | Markus Amalthea Magnuson | |
| 2015-06-08 | Fixed #21927 -- Made application and instance namespaces more distinct. | Marten Kenbeek | |
| 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-06 | Fixed #24907 -- Updated contributing tutorial with a more recent example ticket. | Markus Amalthea Magnuson | |
| 2015-06-04 | Fixed #7060 -- Added a note about race conditions to the tutorial | Raphael Michel | |
| 2015-06-04 | Added migrations directory to file structure in tutorial | Edin Sarajlic | |
| 2015-05-29 | Optimise tutorial images | Curtis | |
| 2015-05-28 | Fixed #24732 -- Reordered tutorial to cover basics before bells and whistles. | João Luiz Lorencetti | |
| 2015-05-19 | Made minor edits to docs/intro/tutorial01.text | I am Clinton | |
| 2015-05-16 | Updated the Python shell example to use generic version numbers. | Kamran Mackey | |
| 2015-04-17 | Added link to the code of conduct from contributing guides. | Jacob Kaplan-Moss | |
| 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-07 | Fixed typo in docs/intro/tutorial02.txt | Marios Zindilis | |
| 2015-03-30 | Fixed #24550 -- Added migration operation description to sqlmigrate output | Markus Holtermann | |
| Thanks Tim Graham for the review. | |||
| 2015-03-27 | Fixed #24519 -- Clarified location of templates directory in tutorial 2. | Tim Graham | |
| 2015-03-16 | Added missing punctuation in some comments in tutorial 5. | HerHde | |
| 2015-03-11 | Simplified command to display path to Django source files. | saschalalala | |
| Python 3 always returns an absolute path. | |||
| 2015-02-27 | Improved wording in tutorial 1. | Alex Shaindlin | |
| 2015-02-22 | Updated tutorial to use explicit relative imports. | Tim Graham | |
| 2015-02-22 | Corrected sqlmigrate output in tutorial 1. | Tim Graham | |
| 2015-02-22 | Fixed #24371 -- Cautioned against trying to switch databases. | Tim Graham | |
| 2015-02-22 | Fixed #24358 -- Corrected code-block directives for console sessions. | Sean Wang | |
