summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial02.txt
Commit message (Expand)AuthorAgeFilesLines
* [2.2.x] Fixed #30184 -- Removed ellipsis characters from shell output strings.Dan Davis2019-02-131-2/+2
* Refs #20910 -- Replaced snippet directive with code-block.Curtis Maloney2018-09-101-10/+10
* Refs #29654 -- Replaced three dots with ellipsis character in output strings.Claude Paroz2018-08-221-2/+2
* Fixed typos in comments and docs.luz.paz2018-08-011-1/+1
* Alphabetized imports in various docs.Mariusz Felisiak2018-05-121-2/+2
* Fixed #28343 -- Add an OS chooser for docs command line examples.Ramiro Morales2018-01-201-7/+7
* Removed note in tutorial about bypassing manage.py.Tim Graham2018-01-111-22/+0
* Fixed #27953 -- Added instance's pk to Model.__str__().Collin Anderson2017-06-091-4/+4
* Refs #23919 -- Removed docs references to long integers.Tim Graham2017-01-191-4/+1
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-3/+0
* Described PostgreSQL as more scalable than SQLite.mark-summerfield2016-10-271-1/+1
* Fixed #27174 -- Explained where PollsConfig comes from in tutorial 2.Ankur Gupta2016-09-071-3/+6
* Refs #26312 -- Reworded tutorial 2 to avoid spelling "error".Tim Graham2016-03-051-1/+1
* Fixed #26312 -- Documented "create database" requirement in tutorial 2.Bob McDonald2016-03-051-4/+9
* Fixed #26150 -- Sorted app_labels in migrate command outputMarkus Holtermann2016-01-291-1/+1
* Fixed #25063 -- Added path to makemigration's output of migration file.Niels Van Och2015-12-181-1/+1
* Fixed #25508 -- Modified QuerySet.__repr__() to disambiguate it from a list.Tim Graham2015-10-061-9/+8
* Removed an old note (Django 1.4-era) from the tutorial.Tim Graham2015-10-011-13/+0
* Fixed #25462 -- Removed Model.__unicode__() in favor of @python_2_unicode_com...Tim Graham2015-09-251-19/+5
* Made assorted improvements to the Oracle documentation.Mariusz Felisiak2015-09-181-2/+3
* Fixed #25356 -- Removed default_app_config from startapp template.Tim Graham2015-09-071-3/+3
* Fixed #25153 -- Moved 'polls' first in tutorial's INSTALLED_APPS.Tim Graham2015-08-191-1/+1
* Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.Caio Ariede2015-08-071-1/+1
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-1/+1
* Fixed #24732 -- Reordered tutorial to cover basics before bells and whistles.João Luiz Lorencetti2015-05-281-439/+600
* Fixed typo in docs/intro/tutorial02.txtMarios Zindilis2015-04-071-1/+1
* Fixed #24519 -- Clarified location of templates directory in tutorial 2.Tim Graham2015-03-271-4/+4
* Simplified command to display path to Django source files.saschalalala2015-03-111-5/+1
* Updated tutorial to use explicit relative imports.Tim Graham2015-02-221-6/+12
* Fixed #24358 -- Corrected code-block directives for console sessions.Sean Wang2015-02-221-3/+3
* 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-281-9/+27
* Clarified custom header instructions in tutorial 2.Collin Anderson2014-12-261-1/+3
* Fixed #23907 -- Added admin.site.register in tutorial 2 for consistency.Tim Graham2014-11-241-0/+2
* Fixed #23588 -- Added a link in tutorial for list_display options.Tim Graham2014-11-131-0/+3
* Fixed #23587 -- Clarified admin template overriding in tutorial 2.Tim Graham2014-10-081-5/+12
* Fixed #23535 -- Updated tutorial to account for default filter added in 5ea34...velis742014-09-221-5/+6
* Fixed #23148 -- Minor tweaks in tutorial code samplesCollin Anderson2014-08-021-4/+3
* Fixed #22770 -- Removed create_superuser from post_migrate signals.Tim Graham2014-06-101-4/+32
* Fixed #22547 -- Added some links to tutorial 2.Tim Graham2014-04-301-8/+16
* Fixed #22546 -- Removed idioms in tutorial 2.Moayad Mardini2014-04-301-1/+2
* Unified listing of shell commands/codeYaroslav Halchenko2013-12-251-1/+1
* Fixed typo in tutorial 2; refs #21418.Tim Graham2013-11-101-1/+1
* Fixed doc typo.Tim Graham2013-11-091-1/+1
* Fixed #21378 -- Updated tutorial02 for how to override admin site header.Vajrasky Kok2013-11-091-2/+5
* Fixed indentation of example in tutuorial 2.Phil Elson2013-10-221-7/+7
* Fixed #20910 -- Added a "snippet" sphinx directive to allow prefixing a filen...M Nasimul Haque2013-10-141-11/+44
* Fixed #21116 -- Made usage of manage.py in docs more consistent.Tim Graham2013-09-181-1/+1
* Fixed #20876 -- Changed Poll model name in tutorial to QuestionRodolfo2013-09-071-59/+65