summaryrefslogtreecommitdiff
path: root/docs/intro
Commit message (Expand)AuthorAgeFilesLines
* [1.8.x] Fixed #26221 -- Used find_packages() in reusable apps tutorial.Ryan Nowakowski2016-02-151-2/+2
* [1.8.x] Added Django version trove classifier to reusable apps tutorial.Tim Graham2016-01-241-0/+1
* [1.8.x] Fixed #25854 -- Removed deprecated usage of template.render() with Re...Alasdair Nicol2015-12-231-7/+7
* [1.8.x] Clarified that the test client response content attribute is bytes.薛丞宏2015-10-231-2/+2
* [1.8.x] Made assorted improvements to the Oracle documentation.Mariusz Felisiak2015-09-181-6/+7
* [1.8.x] Updated Wikipedia links to use httpsClaude Paroz2015-08-084-5/+5
* [1.8.x] Fixed #25161 -- Encouraged users to install the latest release in docsAlasdair Nicol2015-07-241-4/+7
* [1.8.x] Removed a confusing sentence in tutorial 5.Tim Graham2015-07-081-4/+1
* [1.8.x] Added Python version support policyTim Graham2015-06-181-3/+3
* [1.8.x] Made minor edits to docs/intro/tutorial01.textI am Clinton2015-05-191-9/+9
* [1.8.x] Fixed typo in docs/intro/tutorial02.txtMarios Zindilis2015-04-071-1/+1
* [1.8.x] Fixed #24519 -- Clarified location of templates directory in tutorial 2.Tim Graham2015-03-271-4/+4
* [1.8.x] Added missing punctuation in some comments in tutorial 5.HerHde2015-03-161-4/+4
* [1.8.x] Improved wording in tutorial 1.Alex Shaindlin2015-02-271-2/+2
* [1.8.x] Updated tutorial to use explicit relative imports.Tim Graham2015-02-224-17/+24
* [1.8.x] Corrected sqlmigrate output in tutorial 1.Tim Graham2015-02-221-14/+11
* [1.8.x] Fixed #24371 -- Cautioned against trying to switch databases.Tim Graham2015-02-221-1/+3
* [1.8.x] Fixed #24358 -- Corrected code-block directives for console sessions.Sean Wang2015-02-224-18/+18
* [1.8.x] Updated tutorial 1 with actual migrate output.Tim Graham2015-01-171-7/+5
* Fixed #24143 -- Encouraged use of Http404 messages for debugging.Keryn Knight2015-01-161-1/+1
* Fixed #24124 -- Changed context_processors in the default settings.pyCollin Anderson2015-01-121-4/+1
* Wrote main documentation for templates.Aymeric Augustin2015-01-101-1/+1
* Deprecated TEMPLATE_DIRS.Aymeric Augustin2014-12-282-11/+29
* Deprecated TEMPLATE_LOADERS.Aymeric Augustin2014-12-281-6/+7
* Clarified custom header instructions in tutorial 2.Collin Anderson2014-12-261-1/+3
* Fixed typo in docs/intro/tutorial01.txt.Brian Scoles2014-12-251-1/+1
* Used https for most *.python.org linksClaude Paroz2014-12-196-7/+7
* Used the :ticket: syntax more extensivelyClaude Paroz2014-12-191-7/+4
* Removed redundant numbered parameters from str.format().Berker Peksag2014-12-031-2/+2
* Fixed #23907 -- Added admin.site.register in tutorial 2 for consistency.Tim Graham2014-11-241-0/+2
* Fixed #23855 -- Removed unnecessary all() in tutorial 3.Tim Graham2014-11-171-1/+1
* Fixed #23588 -- Added a link in tutorial for list_display options.Tim Graham2014-11-131-0/+3
* Replaced dead links to python-distribute.org.Tim Graham2014-10-241-12/+9
* Fixed #23587 -- Clarified admin template overriding in tutorial 2.Tim Graham2014-10-081-5/+12
* Removed sudo from pip commands in docs.Corey Farwell2014-09-221-1/+1
* Fixed #23535 -- Updated tutorial to account for default filter added in 5ea34...velis742014-09-221-5/+6
* Fixed #23491 -- Clarified tutorial 3.Tim Graham2014-09-171-1/+3
* Fixed #23486 -- Corrected makemigrations output in tutorial 1.Tim Graham2014-09-151-0/+1
* Avoid the word "stupid".Aymeric Augustin2014-09-091-1/+1
* Fixed #23438 -- Added snippet & imports to docs/intro/overview.txt.Tim Graham2014-09-061-11/+25
* Removed an admonition in the tutorial about the old project layout.Tim Graham2014-09-051-7/+0
* Fixed #23362 -- Clarified "database columns as attributes" in tutorial.Tim Graham2014-08-261-1/+1
* Removed unnecessary code-block directives.areski2014-08-191-3/+5
* Fixed #23303 -- Added BEGIN and COMMIT statements to the output of sqlmigrate.Baptiste Mispelon2014-08-181-0/+2
* Fixed #23276 -- Deprecated passing views as strings to url().Tim Graham2014-08-121-3/+5
* Updated links for continous integration server.Tim Graham2014-08-051-1/+1
* Fixed #23148 -- Minor tweaks in tutorial code samplesCollin Anderson2014-08-025-7/+13
* Fixed #23067 -- Updated docs to use django-adminChristoph Heer2014-07-301-4/+4
* Added warning in tutorial 4 that the regex capture group name has changed.Rikki2014-07-221-0/+3
* Edited setup.py in reuseable apps tutorial to use a context manager for open().Dean Silfen2014-07-161-1/+2