Brian Scoles
|
a6f0b6a98f
Fixed typo in docs/intro/tutorial01.txt.
|
10 years ago |
Claude Paroz
|
0a4b04fc23
Used https for most *.python.org links
|
10 years ago |
Tim Graham
|
0d1561d197
Fixed #23486 -- Corrected makemigrations output in tutorial 1.
|
10 years ago |
Tim Graham
|
62939aba99
Removed an admonition in the tutorial about the old project layout.
|
10 years ago |
Tim Graham
|
035f2e699c
Fixed #23362 -- Clarified "database columns as attributes" in tutorial.
|
10 years ago |
areski
|
9d6551204e
Removed unnecessary code-block directives.
|
10 years ago |
Baptiste Mispelon
|
5853c87a45
Fixed #23303 -- Added BEGIN and COMMIT statements to the output of sqlmigrate.
|
10 years ago |
Collin Anderson
|
e075d2e66b
Fixed #23148 -- Minor tweaks in tutorial code samples
|
10 years ago |
Christoph Heer
|
d47409831f
Fixed #23067 -- Updated docs to use django-admin
|
10 years ago |
Claude Paroz
|
232f2028d5
Included irc link in paragraph to allow for l10n
|
10 years ago |
Tim Graham
|
93d05536fd
Fixed #22770 -- Removed create_superuser from post_migrate signals.
|
10 years ago |
Tom
|
6923fdbbf1
Reordered tutorial 1 so that the database is configured first.
|
10 years ago |
Claude Paroz
|
680a0f08b1
Updated doc links to point to Python 3 documentation
|
10 years ago |
Tim Graham
|
eefad142de
Fixed #22453 -- Corrected DoesNotExist message in docs.
|
11 years ago |
Tim Graham
|
1f5f015c32
Fixed spelling mistakes in docs.
|
11 years ago |
Greg Chapple
|
2f25cdc18a
Fixed #22129 -- Added steps for creating superusers to tutorial.
|
11 years ago |
Alasdair Nicol
|
8aa1efff6d
Fixed #21951 -- Updated docs to use __str__ for Python 3
|
11 years ago |
Aymeric Augustin
|
2ff93e027c
Fixed #21829 -- Added default AppConfigs.
|
11 years ago |
Russell Keith-Magee
|
d818e0c9b2
Fixed #16905 -- Added extensible checks (nee validation) framework
|
11 years ago |
Aymeric Augustin
|
10e0cfc0e4
Fixed #21712 -- Moved autodiscover() to AdminConfig.ready().
|
11 years ago |
Tim Graham
|
ec020cab7e
Fixed a broken link in docs/intro/tutorial01.txt.
|
11 years ago |
Aymeric Augustin
|
80d74097b4
Stopped populating the app registry as a side effect.
|
11 years ago |
Aymeric Augustin
|
99649ddcb2
Assumed Python 3 throughout docs/intro.
|
11 years ago |
Yaroslav Halchenko
|
80027d2c38
Unified listing of shell commands/code
|
11 years ago |
Andrew Godwin
|
0b3c8fc851
Update tutorial part 1 to discuss migrations properly
|
11 years ago |
Loic Bistuer
|
27f04e79b1
Fixed #21479 -- Favor 'migrate' over 'syncdb' in the docs.
|
11 years ago |
M Nasimul Haque
|
d07d6ae116
Fixed #20910 -- Added a "snippet" sphinx directive to allow prefixing a filename.
|
11 years ago |
Bouke Haarsma
|
9b7d38ed5a
Fixed #21210 -- Documented when runserver doesn't auto-restart.
|
11 years ago |
Unai Zalakain
|
3895d8899d
Fixed #21213 -- Added docs for Django's mailing lists.
|
11 years ago |
Tim Graham
|
d1c9802811
Fixed #21116 -- Made usage of manage.py in docs more consistent.
|
11 years ago |