summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial02.txt
AgeCommit message (Collapse)Author
2019-02-13[2.2.x] Fixed #30184 -- Removed ellipsis characters from shell output strings.Dan Davis
Partially reverted 50b8493581fea3d7137dd8db33bac7008868d23a (refs #29654) to avoid a crash when the user shell doesn't support non-ASCII characters. Backport of 2bd8df243ac6fc35e58c9fe90b20c9e42519a5ac from master.
2018-09-10Refs #20910 -- Replaced snippet directive with code-block.Curtis Maloney
2018-08-22Refs #29654 -- Replaced three dots with ellipsis character in output strings.Claude Paroz
2018-08-01Fixed typos in comments and docs.luz.paz
2018-05-12Alphabetized imports in various docs.Mariusz Felisiak
Follow-up of d97cce34096043b019e818a7fb98c0f9f073704c and 7d3fe36c626a3268413eb86d37920f132eb4a54f.
2018-01-20Fixed #28343 -- Add an OS chooser for docs command line examples.Ramiro Morales
2018-01-11Removed note in tutorial about bypassing manage.py.Tim Graham
This isn't relevant for beginners.
2017-06-09Fixed #27953 -- Added instance's pk to Model.__str__().Collin Anderson
2017-01-19Refs #23919 -- Removed docs references to long integers.Tim Graham
2017-01-18Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz
2016-10-27Described PostgreSQL as more scalable than SQLite.mark-summerfield
2016-09-07Fixed #27174 -- Explained where PollsConfig comes from in tutorial 2.Ankur Gupta
2016-03-05Refs #26312 -- Reworded tutorial 2 to avoid spelling "error".Tim Graham
2016-03-05Fixed #26312 -- Documented "create database" requirement in tutorial 2.Bob McDonald
2016-01-29Fixed #26150 -- Sorted app_labels in migrate command outputMarkus Holtermann
2015-12-18Fixed #25063 -- Added path to makemigration's output of migration file.Niels Van Och
2015-10-06Fixed #25508 -- Modified QuerySet.__repr__() to disambiguate it from a list.Tim Graham
2015-10-01Removed an old note (Django 1.4-era) from the tutorial.Tim Graham
2015-09-25Fixed #25462 -- Removed Model.__unicode__() in favor of ↵Tim Graham
@python_2_unicode_compatible.
2015-09-18Made assorted improvements to the Oracle documentation.Mariusz Felisiak
2015-09-07Fixed #25356 -- Removed default_app_config from startapp template.Tim Graham
Also discouraged its use outside the intended use case.
2015-08-19Fixed #25153 -- Moved 'polls' first in tutorial's INSTALLED_APPS.Tim Graham
2015-08-07Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.Caio Ariede
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ↵Flavio Curella
ForeignKey/OneToOneField
2015-05-28Fixed #24732 -- Reordered tutorial to cover basics before bells and whistles.João Luiz Lorencetti
2015-04-07Fixed typo in docs/intro/tutorial02.txtMarios Zindilis
2015-03-27Fixed #24519 -- Clarified location of templates directory in tutorial 2.Tim Graham
2015-03-11Simplified command to display path to Django source files.saschalalala
Python 3 always returns an absolute path.
2015-02-22Updated tutorial to use explicit relative imports.Tim Graham
2015-02-22Fixed #24358 -- Corrected code-block directives for console sessions.Sean Wang
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-26Clarified custom header instructions in tutorial 2.Collin Anderson
2014-11-24Fixed #23907 -- Added admin.site.register in tutorial 2 for consistency.Tim Graham
2014-11-13Fixed #23588 -- Added a link in tutorial for list_display options.Tim Graham
2014-10-08Fixed #23587 -- Clarified admin template overriding in tutorial 2.Tim Graham
Thanks Petrus van Bork for the report.
2014-09-22Fixed #23535 -- Updated tutorial to account for default filter added in ↵velis74
5ea34f3f86.
2014-08-02Fixed #23148 -- Minor tweaks in tutorial code samplesCollin Anderson
2014-06-10Fixed #22770 -- Removed create_superuser from post_migrate signals.Tim Graham
Moved logic to syncdb command for backwards compatibility.
2014-04-30Fixed #22547 -- Added some links to tutorial 2.Tim Graham
Thanks bjb at sourcer.ca for the suggestion.
2014-04-30Fixed #22546 -- Removed idioms in tutorial 2.Moayad Mardini
Thanks bjb at sourcerer.ca for the suggestion.
2013-12-25Unified listing of shell commands/codeYaroslav Halchenko
- use code-block:: bash - prefix the command with $
2013-11-10Fixed typo in tutorial 2; refs #21418.Tim Graham
2013-11-09Fixed doc typo.Tim Graham
2013-11-09Fixed #21378 -- Updated tutorial02 for how to override admin site header.Vajrasky Kok
2013-10-22Fixed indentation of example in tutuorial 2.Phil Elson
2013-10-14Fixed #20910 -- Added a "snippet" sphinx directive to allow prefixing a ↵M Nasimul Haque
filename. Thanks Marc Tamlyn for the suggestion.
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-07Fixed #20876 -- Changed Poll model name in tutorial to QuestionRodolfo