summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial01.txt
AgeCommit message (Collapse)Author
2015-02-27[1.8.x] Improved wording in tutorial 1.Alex Shaindlin
Backport of dcdef1fe2ec59a7aeca39efc5a29f0d238d0c560 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
2014-12-25Fixed typo in docs/intro/tutorial01.txt.Brian Scoles
2014-12-19Used https for most *.python.org linksClaude Paroz
2014-09-15Fixed #23486 -- Corrected makemigrations output in tutorial 1.Tim Graham
Thanks nmarler for the report.
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-02Fixed #23148 -- Minor tweaks in tutorial code samplesCollin Anderson
2014-07-30Fixed #23067 -- Updated docs to use django-adminChristoph Heer
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-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-04-26Updated doc links to point to Python 3 documentationClaude Paroz
2014-04-16Fixed #22453 -- Corrected DoesNotExist message in docs.Tim Graham
Thanks Eugenio Cano-Manuel.
2014-02-28Fixed spelling mistakes in docs.Tim Graham
2014-02-28Fixed #22129 -- Added steps for creating superusers to tutorial.Greg Chapple
2014-02-13Fixed #21951 -- Updated docs to use __str__ for Python 3Alasdair Nicol
Thanks Tim Graham for the report and recommendations
2014-01-25Fixed #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.
2014-01-20Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee
This is the result of Christopher Medrela's 2013 Summer of Code project. Thanks also to Preston Holmes, Tim Graham, Anssi Kääriäinen, Florian Apolloner, and Alex Gaynor for review notes along the way. Also: Fixes #8579, fixes #3055, fixes #19844.
2014-01-18Fixed #21712 -- Moved autodiscover() to AdminConfig.ready().Aymeric Augustin
Thanks Marc Tamlyn for the initial version of the patch.
2013-12-30Fixed a broken link in docs/intro/tutorial01.txt.Tim Graham
2013-12-30Stopped populating the app registry as a side effect.Aymeric Augustin
Since it triggers imports, it shouldn't be done lightly. This commit adds a public API for doing it explicitly, django.setup(), and does it automatically when using manage.py and wsgi.py.
2013-12-30Assumed Python 3 throughout docs/intro.Aymeric Augustin
Various small fixes while I was proof-reading.
2013-12-25Unified listing of shell commands/codeYaroslav Halchenko
- use code-block:: bash - prefix the command with $
2013-11-27Update tutorial part 1 to discuss migrations properlyAndrew Godwin
2013-11-21Fixed #21479 -- Favor 'migrate' over 'syncdb' in the docs.Loic Bistuer
2013-10-14Fixed #20910 -- Added a "snippet" sphinx directive to allow prefixing a ↵M Nasimul Haque
filename. Thanks Marc Tamlyn for the suggestion.
2013-10-14Fixed #21210 -- Documented when runserver doesn't auto-restart.Bouke Haarsma
Thanks gergely at polonkai.eu for the suggestion.
2013-10-04Fixed #21213 -- Added docs for Django's mailing lists.Unai Zalakain
Added docs/internals/mailing-lists.txt documenting the use of django's mailing lists. All references across docs changed to point to this page. The referencing makes use of substitution because there's no way to make a :ref: link in a non-inline fashion in Sphinx. It also makes use of rst_epilog Sphinx conf for making this substitutions across all the docs.
2013-09-18Fixed #21116 -- Made usage of manage.py in docs more consistent.Tim Graham
Thanks daniel.quattro at gmail.com for the report.
2013-09-17Updated examples in the docs after eade315d.Aymeric Augustin
2013-09-07Fixed #20876 -- Changed Poll model name in tutorial to QuestionRodolfo
2013-08-15Fixed some ReST errors regarding backticksTim Graham
2013-07-09Fixed #18261 -- Clarified 'project root directory'SusanTan
2013-05-18Add missing imports to the examples in the 'First Steps'leandrafinger
2013-05-07Fixed Sphinx error in tutorial 1.Carl Meyer
2013-04-29Fixed #20330 -- Normalized spelling of "web server".Aymeric Augustin
Thanks Baptiste Mispelon for the report.
2013-04-28Pointed to the docs version switcher in tutorial 1.Aymeric Augustin
Refs #20324. Thanks dwisehart for the suggestion.
2013-04-22Fixed #19211 -- Adapted tutorial for Python 3Claude Paroz
2013-04-20Updated tutorial INSTALLED_APPS section (removed contrib.sites)Claude Paroz
2013-04-12Fixed #20247 - Added some missing paths in the tutorial.Tim Graham
Thanks gsavix for the suggestion and patch.
2013-03-23Fix minor typo in tutorialChristos Kontas
2013-03-12Fixed #19965 - Added a warning that the tutorial is written for Python 2.Tim Graham
Thanks itsallvoodoo for the patch.
2013-02-10Updated tutorial 1 to reflect changes in default project template.Tim Graham
Thanks JonLoy for the patch.
2013-02-07Fixed #19706 - Tweaks to the tutorial.Tim Graham
Thanks Daniele Procida.