summaryrefslogtreecommitdiff
path: root/docs/intro
AgeCommit message (Collapse)Author
2015-03-27[1.8.x] Fixed #24519 -- Clarified location of templates directory in tutorial 2.Tim Graham
Backport of 2acf9d099d29f45c829ee0127e55b7cfdd201995 from master
2015-03-16[1.8.x] Added missing punctuation in some comments in tutorial 5.HerHde
Backport of 39573a11db694a584de6ca2a858fa05ec4ea13e1 from master
2015-02-27[1.8.x] Improved wording in tutorial 1.Alex Shaindlin
Backport of dcdef1fe2ec59a7aeca39efc5a29f0d238d0c560 from master
2015-02-22[1.8.x] Updated tutorial to use explicit relative imports.Tim Graham
Backport of b2f331dc68ec3c5a34285f7af9614e4178e9a371 from master
2015-02-22[1.8.x] Corrected sqlmigrate output in tutorial 1.Tim Graham
Backport of ff5e47e7a4a638a30424331222e0abdb60842ddd from master
2015-02-22[1.8.x] Fixed #24371 -- Cautioned against trying to switch databases.Tim Graham
Backport of 7901eccf2e591447850be00011a7bb556a3c53f2 from master
2015-02-22[1.8.x] Fixed #24358 -- Corrected code-block directives for console sessions.Sean Wang
Backport of eba6dff581aa8bd6a1c08456e83e68ad09ae4ec3 from master
2015-01-17[1.8.x] Updated tutorial 1 with actual migrate output.Tim Graham
2015-01-16Fixed #24143 -- Encouraged use of Http404 messages for debugging.Keryn Knight
2015-01-12Fixed #24124 -- Changed context_processors in the default settings.pyCollin Anderson
2015-01-10Wrote main documentation for templates.Aymeric Augustin
2014-12-28Deprecated TEMPLATE_DIRS.Aymeric Augustin
2014-12-28Deprecated TEMPLATE_LOADERS.Aymeric Augustin
2014-12-26Clarified custom header instructions in tutorial 2.Collin Anderson
2014-12-25Fixed typo in docs/intro/tutorial01.txt.Brian Scoles
2014-12-19Used https for most *.python.org linksClaude Paroz
2014-12-19Used the :ticket: syntax more extensivelyClaude Paroz
2014-12-03Removed redundant numbered parameters from str.format().Berker Peksag
Since Python 2.7 and 3.1, "{0} {1}" is equivalent to "{} {}".
2014-11-24Fixed #23907 -- Added admin.site.register in tutorial 2 for consistency.Tim Graham
2014-11-17Fixed #23855 -- Removed unnecessary all() in tutorial 3.Tim Graham
2014-11-13Fixed #23588 -- Added a link in tutorial for list_display options.Tim Graham
2014-10-24Replaced dead links to python-distribute.org.Tim Graham
2014-10-08Fixed #23587 -- Clarified admin template overriding in tutorial 2.Tim Graham
Thanks Petrus van Bork for the report.
2014-09-22Removed sudo from pip commands in docs.Corey Farwell
2014-09-22Fixed #23535 -- Updated tutorial to account for default filter added in ↵velis74
5ea34f3f86.
2014-09-17Fixed #23491 -- Clarified tutorial 3.Tim Graham
Thanks diek for the suggestion.
2014-09-15Fixed #23486 -- Corrected makemigrations output in tutorial 1.Tim Graham
Thanks nmarler for the report.
2014-09-09Avoid the word "stupid".Aymeric Augustin
There's always a better word.
2014-09-06Fixed #23438 -- Added snippet & imports to docs/intro/overview.txt.Tim Graham
2014-09-05Removed an admonition in the tutorial about the old project layout.Tim Graham
There are no supported versions that use the old layout (<=1.3).
2014-08-26Fixed #23362 -- Clarified "database columns as attributes" in tutorial.Tim Graham
2014-08-19Removed unnecessary code-block directives.areski
2014-08-18Fixed #23303 -- Added BEGIN and COMMIT statements to the output of sqlmigrate.Baptiste Mispelon
2014-08-12Fixed #23276 -- Deprecated passing views as strings to url().Tim Graham
2014-08-05Updated links for continous integration server.Tim Graham
2014-08-02Fixed #23148 -- Minor tweaks in tutorial code samplesCollin Anderson
2014-07-30Fixed #23067 -- Updated docs to use django-adminChristoph Heer
2014-07-22Added warning in tutorial 4 that the regex capture group name has changed.Rikki
2014-07-16Edited setup.py in reuseable apps tutorial to use a context manager for open().Dean Silfen
2014-07-01Included irc link in paragraph to allow for l10nClaude Paroz
Translators may want to change the irc link pointing to a language-specific channel.
2014-06-27Fixed #22912 -- Warned about a common mistake in tutorial 5.Tim Graham
2014-06-23Fixed #22888 -- Removed some unnecessary text in tutorial 3.Tim Graham
2014-06-20Fixed #22836 -- Linked tutorial05 to the right section of tutorial04.Maxime Turcotte
2014-06-17Tutorial: Consistent url syntaxCollin Anderson
2014-06-15Fixed #22842vagrant
2014-06-10Fixed #22801 -- Added 'www.' to diveintopython.net linksMaxime Turcotte
2014-06-10Fixed #22770 -- Removed create_superuser from post_migrate signals.Tim Graham
Moved logic to syncdb command for backwards compatibility.
2014-05-05Reordered tutorial 1 so that the database is configured first.Tom
This change is required after the introduction of SessionAuthenticationMiddleware to the default middleware
2014-05-02Fixed #22558 -- Added missing word in contributing docsBrenda J. Butler
2014-04-30Fixed #22547 -- Added some links to tutorial 2.Tim Graham
Thanks bjb at sourcer.ca for the suggestion.