index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
intro
/
tutorial02.txt
Age
Commit message (
Expand
)
Author
2023-03-01
[4.2.x] Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-02-10
[4.2.x] Refs #34140 -- Applied rst code-block to non-Python examples.
Carlton Gibson
2022-10-20
Updated UTC uses to datetime.timezone.utc in docs.
Diane DeMers Chen
2022-08-26
Refs #30511 -- Updated docs about auto-incrementing primary keys on PostgreSQL.
Mariusz Felisiak
2022-05-31
Fixed docs build with sphinxcontrib-spelling 7.5.0+.
Mariusz Felisiak
2021-09-29
Recommended using .tables on SQLite in tutorial 2.
Victor Sowa
2021-08-26
Made sentence about Model consistent in docs.
Zainab Amir
2021-08-17
Fixed #32964 -- Corrected 'setup'/'set up' usage in docs.
Andrew Northall
2021-07-29
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...
David Smith
2020-05-13
Used :envvar: role and .. envvar:: directive in various docs.
Nick Pope
2020-05-06
Fixed #31495 - Corrected note about admin i18n in tutorial.
Omkar Kulkarni
2020-03-10
Updated migrations example in tutorial 2.
Mariusz Felisiak
2019-12-31
Fixed #30780 -- Improved visibility of Getting Help FAQ in tutorials.
Gabriel Augendre
2019-11-07
Fixed #29983 -- Replaced os.path() with pathlib.Path in project template and ...
Jon Dufresne
2019-09-16
Fixed #30775 -- Added admonition about missing imports to "Running tests" sec...
Katie McLaughlin
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2019-05-27
Refs #29548 -- Updated docs for MariaDB support.
Mariusz Felisiak
2019-02-13
Fixed #30184 -- Removed ellipsis characters from shell output strings.
Dan Davis
2018-09-10
Refs #20910 -- Replaced snippet directive with code-block.
Curtis Maloney
2018-08-22
Refs #29654 -- Replaced three dots with ellipsis character in output strings.
Claude Paroz
2018-08-01
Fixed typos in comments and docs.
luz.paz
2018-05-12
Alphabetized imports in various docs.
Mariusz Felisiak
2018-01-20
Fixed #28343 -- Add an OS chooser for docs command line examples.
Ramiro Morales
2018-01-11
Removed note in tutorial about bypassing manage.py.
Tim Graham
2017-06-09
Fixed #27953 -- Added instance's pk to Model.__str__().
Collin Anderson
2017-01-19
Refs #23919 -- Removed docs references to long integers.
Tim Graham
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2016-10-27
Described PostgreSQL as more scalable than SQLite.
mark-summerfield
2016-09-07
Fixed #27174 -- Explained where PollsConfig comes from in tutorial 2.
Ankur Gupta
2016-03-05
Refs #26312 -- Reworded tutorial 2 to avoid spelling "error".
Tim Graham
2016-03-05
Fixed #26312 -- Documented "create database" requirement in tutorial 2.
Bob McDonald
2016-01-29
Fixed #26150 -- Sorted app_labels in migrate command output
Markus Holtermann
2015-12-18
Fixed #25063 -- Added path to makemigration's output of migration file.
Niels Van Och
2015-10-06
Fixed #25508 -- Modified QuerySet.__repr__() to disambiguate it from a list.
Tim Graham
2015-10-01
Removed an old note (Django 1.4-era) from the tutorial.
Tim Graham
2015-09-25
Fixed #25462 -- Removed Model.__unicode__() in favor of @python_2_unicode_com...
Tim Graham
2015-09-18
Made assorted improvements to the Oracle documentation.
Mariusz Felisiak
2015-09-07
Fixed #25356 -- Removed default_app_config from startapp template.
Tim Graham
2015-08-19
Fixed #25153 -- Moved 'polls' first in tutorial's INSTALLED_APPS.
Tim Graham
2015-08-07
Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.
Caio Ariede
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-05-28
Fixed #24732 -- Reordered tutorial to cover basics before bells and whistles.
João Luiz Lorencetti
2015-04-07
Fixed typo in docs/intro/tutorial02.txt
Marios Zindilis
2015-03-27
Fixed #24519 -- Clarified location of templates directory in tutorial 2.
Tim Graham
2015-03-11
Simplified command to display path to Django source files.
saschalalala
2015-02-22
Updated tutorial to use explicit relative imports.
Tim Graham
2015-02-22
Fixed #24358 -- Corrected code-block directives for console sessions.
Sean Wang
2015-01-12
Fixed #24124 -- Changed context_processors in the default settings.py
Collin Anderson
2015-01-10
Wrote main documentation for templates.
Aymeric Augustin
2014-12-28
Deprecated TEMPLATE_DIRS.
Aymeric Augustin
[next]