Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/intro/tutorial01.txt
Commit message (Expand)AuthorAgeFilesLines
* Made a couple tutorial corrections for Django 1.9.Tim Graham2015-10-011-2/+4
* Updated Wikipedia links to use httpsClaude Paroz2015-08-081-1/+1
* Removed support for Python 3.3.Tim Graham2015-06-181-1/+1
* Fixed #21927 -- Made application and instance namespaces ...Marten Kenbeek2015-06-081-5/+5
* Added migrations directory to file structure in tutorialEdin Sarajlic2015-06-041-0/+2
* Fixed #24732 -- Reordered tutorial to cover basics before...João Luiz Lorencetti2015-05-281-545/+107
* Made minor edits to docs/intro/tutorial01.textI am Clinton2015-05-191-9/+9
* Fixed #24550 -- Added migration operation description to ...Markus Holtermann2015-03-301-1/+10
* Improved wording in tutorial 1.Alex Shaindlin2015-02-271-2/+2
* Corrected sqlmigrate output in tutorial 1.Tim Graham2015-02-221-14/+11
* Fixed #24371 -- Cautioned against trying to switch databa...Tim Graham2015-02-221-1/+3
* Fixed #24358 -- Corrected code-block directives for conso...Sean Wang2015-02-221-11/+11
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-031-2/+2
* Removed support for syncing apps without migrations per d...Tim Graham2015-01-181-7/+4
* Removed support for custom SQL per deprecation timeline.Tim Graham2015-01-171-2/+0
* Removed compatibility with Python 3.2.Tim Graham2015-01-171-1/+1
* Fixed typo in docs/intro/tutorial01.txt.Brian Scoles2014-12-251-1/+1
* Used https for most *.python.org linksClaude Paroz2014-12-191-2/+2
* Fixed #23486 -- Corrected makemigrations output in tutori...Tim Graham2014-09-161-0/+1
* Removed an admonition in the tutorial about the old proje...Tim Graham2014-09-051-7/+0
* Fixed #23362 -- Clarified "database columns as attributes...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 ...Baptiste Mispelon2014-08-181-0/+2
* Fixed #23148 -- Minor tweaks in tutorial code samplesCollin Anderson2014-08-021-1/+4
* Fixed #23067 -- Updated docs to use django-adminChristoph Heer2014-07-301-4/+4
* Included irc link in paragraph to allow for l10nClaude Paroz2014-07-011-4/+3
* Fixed #22770 -- Removed create_superuser from post_migrat...Tim Graham2014-06-101-34/+1
* Reordered tutorial 1 so that the database is configured f...Tom2014-05-051-66/+66
* Updated doc links to point to Python 3 documentationClaude Paroz2014-04-261-1/+1
* Fixed #22453 -- Corrected DoesNotExist message in docs.Tim Graham2014-04-161-1/+1
* Fixed spelling mistakes in docs.Tim Graham2014-03-011-3/+3
* Fixed #22129 -- Added steps for creating superusers to tu...Greg Chapple2014-02-281-5/+34
* Fixed #21951 -- Updated docs to use __str__ for Python 3Alasdair Nicol2014-02-131-1/+1
* Fixed #21829 -- Added default AppConfigs.Aymeric Augustin2014-01-251-8/+1
* Fixed #16905 -- Added extensible checks (nee validation) ...Russell Keith-Magee2014-01-201-3/+3
* Fixed #21712 -- Moved autodiscover() to AdminConfig.ready().Aymeric Augustin2014-01-181-1/+8
* Fixed a broken link in docs/intro/tutorial01.txt.Tim Graham2013-12-301-1/+1
* Stopped populating the app registry as a side effect.Aymeric Augustin2013-12-301-3/+13
* Assumed Python 3 throughout docs/intro.Aymeric Augustin2013-12-301-46/+36
* Unified listing of shell commands/codeYaroslav Halchenko2013-12-251-7/+14
* Update tutorial part 1 to discuss migrations properlyAndrew Godwin2013-11-271-50/+104
* Fixed #21479 -- Favor 'migrate' over 'syncdb' in the docs.Loic Bistuer2013-11-211-9/+9
* Fixed #20910 -- Added a "snippet" sphinx directive to all...M Nasimul Haque2013-10-141-4/+16
* Fixed #21210 -- Documented when runserver doesn't auto-re...Bouke Haarsma2013-10-141-0/+8
* Fixed #21213 -- Added docs for Django's mailing lists.Unai Zalakain2013-10-041-2/+1
* Fixed #21116 -- Made usage of manage.py in docs more cons...Tim Graham2013-09-181-7/+7
* Updated examples in the docs after eade315d.Aymeric Augustin2013-09-171-5/+5
* Fixed #20876 -- Changed Poll model name in tutorial to Qu...Rodolfo2013-09-071-67/+69
* Fixed some ReST errors regarding backticksTim Graham2013-08-151-1/+1
* Fixed #18261 -- Clarified 'project root directory'SusanTan2013-07-091-2/+2