| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-04-07 | [1.7.x] Fixed typo in docs/intro/tutorial02.txt | Marios Zindilis | |
| Backport of 7a7c797234aede7603e92a0a90b9f4c4a8b92a0c from master | |||
| 2015-03-27 | [1.7.x] Fixed #24519 -- Clarified location of templates directory in tutorial 2. | Tim Graham | |
| Backport of 2acf9d099d29f45c829ee0127e55b7cfdd201995 from master | |||
| 2015-03-16 | [1.7.x] Added missing punctuation in some comments in tutorial 5. | HerHde | |
| Backport of 39573a11db694a584de6ca2a858fa05ec4ea13e1 from master | |||
| 2015-02-27 | [1.7.x] Improved wording in tutorial 1. | Alex Shaindlin | |
| Backport of dcdef1fe2ec59a7aeca39efc5a29f0d238d0c560 from master | |||
| 2015-02-22 | [1.7.x] Corrected sqlmigrate output in tutorial 1. | Tim Graham | |
| Backport of ff5e47e7a4a638a30424331222e0abdb60842ddd from master | |||
| 2015-02-22 | [1.7.x] Fixed #24371 -- Cautioned against trying to switch databases. | Tim Graham | |
| Backport of 7901eccf2e591447850be00011a7bb556a3c53f2 from master | |||
| 2015-02-22 | [1.7.x] Fixed #24358 -- Corrected code-block directives for console sessions. | Sean Wang | |
| Backport of eba6dff581aa8bd6a1c08456e83e68ad09ae4ec3 from master | |||
| 2015-01-17 | [1.7.x] Updated tutorial 1 with actual migrate output. | Tim Graham | |
| 2015-01-16 | [1.7.x] Fixed #24143 -- Encouraged use of Http404 messages for debugging. | Keryn Knight | |
| Backport of 726a9550db5129badc1c44809b0bed728fa1ad90 from master | |||
| 2014-12-26 | [1.7.x] Clarified custom header instructions in tutorial 2. | Collin Anderson | |
| Backport of 0821b3d53ccd575de92ed679d173d779e1ad5acd from master | |||
| 2014-11-24 | [1.7.x] Fixed #23907 -- Added admin.site.register in tutorial 2 for consistency. | Tim Graham | |
| Backport of 1dbdc03382 from master | |||
| 2014-11-17 | [1.7.x] Fixed #23855 -- Removed unnecessary all() in tutorial 3. | Tim Graham | |
| Backport of 8fce7978307058f9bc7d9f815858f27fdd954409 from master | |||
| 2014-11-13 | [1.7.x] Fixed #23588 -- Added a link in tutorial for list_display options. | Tim Graham | |
| Backport of 3a550bb6d32172fc1ec5dd314d20ef1235db995a from master | |||
| 2014-10-24 | [1.7.x] Replaced dead links to python-distribute.org. | Tim Graham | |
| Backport of dc241fdfdf from master | |||
| 2014-10-08 | [1.7.x] Fixed #23587 -- Clarified admin template overriding in tutorial 2. | Tim Graham | |
| Thanks Petrus van Bork for the report. Backport of e949f4435f from master | |||
| 2014-09-22 | [1.7.x] Fixed #23535 -- Updated tutorial to account for default filter added ↵ | velis74 | |
| in 5ea34f3f86. Backport of 24aa85cea9 from master | |||
| 2014-09-17 | [1.7.x] Fixed #23491 -- Clarified tutorial 3. | Tim Graham | |
| Thanks diek for the suggestion. Backport of 54fd84e432 from master | |||
| 2014-09-15 | [1.7.x] Fixed #23486 -- Corrected makemigrations output in tutorial 1. | Tim Graham | |
| Thanks nmarler for the report. Backport of 0d1561d197 from master | |||
| 2014-09-06 | [1.7.x] Fixed #23438 -- Added snippet & imports to docs/intro/overview.txt. | Tim Graham | |
| Backport of 88c4e01d34 from master | |||
| 2014-08-26 | [1.7.x] Fixed #23362 -- Clarified "database columns as attributes" in tutorial. | Tim Graham | |
| Backport of 035f2e699c from master | |||
| 2014-08-18 | [1.7.x] Fixed #23303 -- Added BEGIN and COMMIT statements to the output of ↵ | Baptiste Mispelon | |
| sqlmigrate. Backport of 5853c87a458f62ebd62d7809168355610de2570c from master. Conflicts: django/core/management/commands/sqlmigrate.py tests/user_commands/tests.py | |||
| 2014-08-12 | [1.7.x] Refs #23276: Removed bad examples of passing views as strings to url() | Collin Anderson | |
| partial backport of a9fd740d22 from master | |||
| 2014-08-05 | [1.7.x] Updated links for continous integration server. | Tim Graham | |
| Backport of 21d0ceefb5 from master | |||
| 2014-08-02 | [1.7.x] Fixed #23148 -- Minor tweaks in tutorial code samples | Erik Romijn | |
| Backport of e075d2e66baae98c5b5c06bff384665ab50e0223 from master. | |||
| 2014-07-22 | [1.7.x] Added warning in tutorial 4 that the regex capture group name has ↵ | Rikki | |
| changed. Backport of 731f313d60 from master | |||
| 2014-07-16 | [1.7.x] Edited setup.py in reuseable apps tutorial to use a context manager ↵ | Dean Silfen | |
| for open(). Backport of b8d255071e from master | |||
| 2014-07-01 | [1.7.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.7.x] Fixed #22912 -- Warned about a common mistake in tutorial 5. | Tim Graham | |
| Backport of 1e8411259f from master | |||
| 2014-06-23 | [1.7.x] Fixed #22888 -- Removed some unnecessary text in tutorial 3. | Tim Graham | |
| Backport of 1bbffe7867 from master | |||
| 2014-06-20 | [1.7.x] Fixed #22836 -- Linked tutorial05 to the right section of tutorial04. | Maxime Turcotte | |
| Backport of 608aa8d101 from master | |||
| 2014-06-16 | [1.7.x] Fixed #22842 | vagrant | |
| Backport of 7a1f8414c3b71b6af03e5be9f5f8db115551c410 from master. | |||
| 2014-06-10 | [1.7.x] Fixed #22801 -- Added 'www.' to diveintopython.net links | Maxime Turcotte | |
| Backport of f97c53c098 from master | |||
| 2014-06-10 | [1.7.x] Fixed #22770 -- Removed create_superuser from post_migrate signals. | Tim Graham | |
| Moved logic to syncdb command for backwards compatibility. Backport of 93d05536fd from master | |||
| 2014-05-05 | [1.7.x] Reordered tutorial 1 so that the database is configured first. | Tom | |
| This change is required after the introduction of SessionAuthenticationMiddleware to the default middleware Backport of 6923fdbbf1 from master | |||
| 2014-05-02 | [1.7.x] Fixed #22558 -- Added missing word in contributing docs | Brenda J. Butler | |
| Backport of c8d257e81 from master. | |||
| 2014-04-30 | [1.7.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.7.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-26 | [1.7.x] Updated doc links to point to Python 3 documentation | Claude Paroz | |
| Backport of 680a0f08b from master. | |||
| 2014-04-18 | [1.7.x] Fixed #22472 -- Clarified meaning of dots in tutorial 4 code block. | Tim Graham | |
| Backport of 6b2ce38c49 from master | |||
| 2014-04-16 | [1.7.x] Fixed #22453 -- Corrected DoesNotExist message in docs. | Tim Graham | |
| Thanks Eugenio Cano-Manuel. Backport of eefad142de from master | |||
| 2014-04-08 | [1.7.x] Added Python 3.4 to list of supported version in docs/intro/install.txt | Tim Graham | |
| Backport of a1fa6fcabc from master | |||
| 2014-03-09 | Substituted 'shortcut function' for 'factory method' in tutorial | Jeremy Dunck | |
| Many newbies don't know what a factory method is, nor is it pertinent to the information the tutorial hopes to convey. | |||
| 2014-03-02 | Fixed some typos in the documentation. | Baptiste Mispelon | |
| Thanks to Rodolfo Carvalho and Piotr Kasprzyk for the patch. | |||
| 2014-02-28 | Fixed spelling mistakes in docs. | Tim Graham | |
| 2014-02-28 | Fixed #22129 -- Added steps for creating superusers to tutorial. | Greg Chapple | |
| 2014-02-25 | Fixed docs typos. | Szczepan Cieślik | |
| 2014-02-16 | Fixed #21939 -- Deprecated loading ssi/url tags from future. | Zbigniew Siciarz | |
| 2014-02-14 | Added missing snippet to show filename in docs | Alasdair Nicol | |
| 2014-02-13 | Fixed #21951 -- Updated docs to use __str__ for Python 3 | Alasdair Nicol | |
| Thanks Tim Graham for the report and recommendations | |||
| 2014-01-25 | Fixed #21829 -- Added default AppConfigs. | Aymeric Augustin | |
| Thanks Russell for the report, Marc for the initial patch, Carl for the final review, and everyone who contributed to the design discussion. | |||
