summaryrefslogtreecommitdiff
path: root/docs/intro
AgeCommit message (Collapse)Author
2015-07-08Removed a confusing sentence in tutorial 5.Tim Graham
2015-06-18Removed support for Python 3.3.Tim Graham
2015-06-15Fixed #24943 -- Updated contributing tutorial to use virtualenvMarkus Amalthea Magnuson
2015-06-08Fixed #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-06Fixed #24907 -- Updated contributing tutorial with a more recent example ticket.Markus Amalthea Magnuson
2015-06-04Fixed #7060 -- Added a note about race conditions to the tutorialRaphael Michel
2015-06-04Added migrations directory to file structure in tutorialEdin Sarajlic
2015-05-29Optimise tutorial imagesCurtis
2015-05-28Fixed #24732 -- Reordered tutorial to cover basics before bells and whistles.João Luiz Lorencetti
2015-05-19Made minor edits to docs/intro/tutorial01.textI am Clinton
2015-05-16Updated the Python shell example to use generic version numbers.Kamran Mackey
2015-04-17Added 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-07Fixed typo in docs/intro/tutorial02.txtMarios Zindilis
2015-03-30Fixed #24550 -- Added migration operation description to sqlmigrate outputMarkus Holtermann
Thanks Tim Graham for the review.
2015-03-27Fixed #24519 -- Clarified location of templates directory in tutorial 2.Tim Graham
2015-03-16Added missing punctuation in some comments in tutorial 5.HerHde
2015-03-11Simplified command to display path to Django source files.saschalalala
Python 3 always returns an absolute path.
2015-02-27Improved wording in tutorial 1.Alex Shaindlin
2015-02-22Updated tutorial to use explicit relative imports.Tim Graham
2015-02-22Corrected sqlmigrate output in tutorial 1.Tim Graham
2015-02-22Fixed #24371 -- Cautioned against trying to switch databases.Tim Graham
2015-02-22Fixed #24358 -- Corrected code-block directives for console sessions.Sean Wang
2015-02-05Added cross references to contributing docs.Riccardo Magliocchetti
2015-02-03Fixed #24149 -- Normalized tuple settings to lists.darkryder
2015-01-18Removed support for syncing apps without migrations per deprecation timeline.Tim Graham
Kept support for creating models without migrations when running tests (especially for Django's test suite).
2015-01-17Removed support for custom SQL per deprecation timeline.Tim Graham
2015-01-17Removed compatibility with Python 3.2.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