summaryrefslogtreecommitdiff
path: root/docs/intro
AgeCommit message (Expand)Author
2015-04-07[1.7.x] Fixed typo in docs/intro/tutorial02.txtMarios Zindilis
2015-03-27[1.7.x] Fixed #24519 -- Clarified location of templates directory in tutorial 2.Tim Graham
2015-03-16[1.7.x] Added missing punctuation in some comments in tutorial 5.HerHde
2015-02-27[1.7.x] Improved wording in tutorial 1.Alex Shaindlin
2015-02-22[1.7.x] Corrected sqlmigrate output in tutorial 1.Tim Graham
2015-02-22[1.7.x] Fixed #24371 -- Cautioned against trying to switch databases.Tim Graham
2015-02-22[1.7.x] Fixed #24358 -- Corrected code-block directives for console sessions.Sean Wang
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
2014-12-26[1.7.x] Clarified custom header instructions in tutorial 2.Collin Anderson
2014-11-24[1.7.x] Fixed #23907 -- Added admin.site.register in tutorial 2 for consistency.Tim Graham
2014-11-17[1.7.x] Fixed #23855 -- Removed unnecessary all() in tutorial 3.Tim Graham
2014-11-13[1.7.x] Fixed #23588 -- Added a link in tutorial for list_display options.Tim Graham
2014-10-24[1.7.x] Replaced dead links to python-distribute.org.Tim Graham
2014-10-08[1.7.x] Fixed #23587 -- Clarified admin template overriding in tutorial 2.Tim Graham
2014-09-22[1.7.x] Fixed #23535 -- Updated tutorial to account for default filter added ...velis74
2014-09-17[1.7.x] Fixed #23491 -- Clarified tutorial 3.Tim Graham
2014-09-15[1.7.x] Fixed #23486 -- Corrected makemigrations output in tutorial 1.Tim Graham
2014-09-06[1.7.x] Fixed #23438 -- Added snippet & imports to docs/intro/overview.txt.Tim Graham
2014-08-26[1.7.x] Fixed #23362 -- Clarified "database columns as attributes" in tutorial.Tim Graham
2014-08-18[1.7.x] Fixed #23303 -- Added BEGIN and COMMIT statements to the output of sq...Baptiste Mispelon
2014-08-12[1.7.x] Refs #23276: Removed bad examples of passing views as strings to url()Collin Anderson
2014-08-05[1.7.x] Updated links for continous integration server.Tim Graham
2014-08-02[1.7.x] Fixed #23148 -- Minor tweaks in tutorial code samplesErik Romijn
2014-07-22[1.7.x] Added warning in tutorial 4 that the regex capture group name has cha...Rikki
2014-07-16[1.7.x] Edited setup.py in reuseable apps tutorial to use a context manager f...Dean Silfen
2014-07-01[1.7.x] Included irc link in paragraph to allow for l10nClaude Paroz
2014-06-27[1.7.x] Fixed #22912 -- Warned about a common mistake in tutorial 5.Tim Graham
2014-06-23[1.7.x] Fixed #22888 -- Removed some unnecessary text in tutorial 3.Tim Graham
2014-06-20[1.7.x] Fixed #22836 -- Linked tutorial05 to the right section of tutorial04.Maxime Turcotte
2014-06-16[1.7.x] Fixed #22842vagrant
2014-06-10[1.7.x] Fixed #22801 -- Added 'www.' to diveintopython.net linksMaxime Turcotte
2014-06-10[1.7.x] Fixed #22770 -- Removed create_superuser from post_migrate signals.Tim Graham
2014-05-05[1.7.x] Reordered tutorial 1 so that the database is configured first.Tom
2014-05-02[1.7.x] Fixed #22558 -- Added missing word in contributing docsBrenda J. Butler
2014-04-30[1.7.x] Fixed #22547 -- Added some links to tutorial 2.Tim Graham
2014-04-30[1.7.x] Fixed #22546 -- Removed idioms in tutorial 2.Moayad Mardini
2014-04-26[1.7.x] Updated doc links to point to Python 3 documentationClaude Paroz
2014-04-18[1.7.x] Fixed #22472 -- Clarified meaning of dots in tutorial 4 code block.Tim Graham
2014-04-16[1.7.x] Fixed #22453 -- Corrected DoesNotExist message in docs.Tim Graham
2014-04-08[1.7.x] Added Python 3.4 to list of supported version in docs/intro/install.txtTim Graham
2014-03-09Substituted 'shortcut function' for 'factory method' in tutorialJeremy Dunck
2014-03-02Fixed some typos in the documentation.Baptiste Mispelon
2014-02-28Fixed spelling mistakes in docs.Tim Graham
2014-02-28Fixed #22129 -- Added steps for creating superusers to tutorial.Greg Chapple
2014-02-25Fixed docs typos.Szczepan Cieślik
2014-02-16Fixed #21939 -- Deprecated loading ssi/url tags from future.Zbigniew Siciarz
2014-02-14Added missing snippet to show filename in docsAlasdair Nicol
2014-02-13Fixed #21951 -- Updated docs to use __str__ for Python 3Alasdair Nicol
2014-01-25Fixed #21829 -- Added default AppConfigs.Aymeric Augustin