summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial01.txt
AgeCommit message (Expand)Author
2015-08-08Updated Wikipedia links to use httpsClaude Paroz
2015-06-18Removed support for Python 3.3.Tim Graham
2015-06-08Fixed #21927 -- Made application and instance namespaces more distinct.Marten Kenbeek
2015-06-04Added migrations directory to file structure in tutorialEdin Sarajlic
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-03-30Fixed #24550 -- Added migration operation description to sqlmigrate outputMarkus Holtermann
2015-02-27Improved wording in tutorial 1.Alex Shaindlin
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-03Fixed #24149 -- Normalized tuple settings to lists.darkryder
2015-01-18Removed support for syncing apps without migrations per deprecation timeline.Tim Graham
2015-01-17Removed support for custom SQL per deprecation timeline.Tim Graham
2015-01-17Removed compatibility with Python 3.2.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
2014-09-05Removed an admonition in the tutorial about the old project layout.Tim Graham
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
2014-06-10Fixed #22770 -- Removed create_superuser from post_migrate signals.Tim Graham
2014-05-05Reordered tutorial 1 so that the database is configured first.Tom
2014-04-26Updated doc links to point to Python 3 documentationClaude Paroz
2014-04-16Fixed #22453 -- Corrected DoesNotExist message in docs.Tim Graham
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
2014-01-25Fixed #21829 -- Added default AppConfigs.Aymeric Augustin
2014-01-20Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee
2014-01-18Fixed #21712 -- Moved autodiscover() to AdminConfig.ready().Aymeric Augustin
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
2013-12-30Assumed Python 3 throughout docs/intro.Aymeric Augustin
2013-12-25Unified listing of shell commands/codeYaroslav Halchenko
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 filen...M Nasimul Haque
2013-10-14Fixed #21210 -- Documented when runserver doesn't auto-restart.Bouke Haarsma
2013-10-04Fixed #21213 -- Added docs for Django's mailing lists.Unai Zalakain
2013-09-18Fixed #21116 -- Made usage of manage.py in docs more consistent.Tim Graham
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