Tim Graham
|
5446b72003
Removed versionadded/changed annotations for 1.11.
|
7 years ago |
Claude Paroz
|
0cbb6ac007
Refs #24928 -- Added introspection support for PostgreSQL JSONField
|
7 years ago |
Melvyn Sopacua
|
5bb9b9a388
Fixed #28363 -- Allowed naming the migration generated by squashmigrations.
|
8 years ago |
Marti Raudsepp
|
fda55c71a8
Fixed #27858 -- Prevented read-only management commands from creating the django_migrations table.
|
8 years ago |
René Fleschenberg
|
a30482a4b6
Refs #26294 -- Fixed typo in docs/ref/django-admin.txt.
|
7 years ago |
Chris Lamb
|
2f09a28558
Fixed #27881 -- Added diffsettings --output option.
|
8 years ago |
Pavel Kulikov
|
af1fa5e7da
Fixed #27978 -- Allowed loaddata to read data from stdin.
|
8 years ago |
Claude Paroz
|
01f658644a
Updated various links in docs to avoid redirects
|
7 years ago |
Ling-Xiao Yang
|
04ab96ec4f
Fixed #28015 -- Added makemessages --add-location option.
|
7 years ago |
Michiel Beijen
|
48028c6f9a
Pointed Dive into Python links to python3 site
|
7 years ago |
Tim Graham
|
7b53041420
Fixed #28004 -- Doc'd how to create migrations for an app without a migrations directory.
|
8 years ago |
Tim Graham
|
ea36e7454c
Fixed #27988 -- Fixed typo in docs/ref/django-admin.txt.
|
8 years ago |
Andrew Nester
|
c8d21f3351
Fixed #27769 -- Documented option naming differences between django-admin and call_command().
|
8 years ago |
Tim Graham
|
e27e4c0339
Removed versionadded/changed annotations for 1.10.
|
8 years ago |
Tim Graham
|
f65b1aee71
Refs #25838 -- Removed the deprecated shell --plain option.
|
8 years ago |
Tim Graham
|
e0910dcc92
Refs #25604 -- Removed makemigrations --exit option per deprecation timeline.
|
8 years ago |
Sebastian Spiegel
|
8b734d2f99
Fixed #27432 -- Made app_label arguments limit showmigrations --plan output.
|
8 years ago |
jpic
|
bf6392bb75
Fixed #27600 -- Suppressed the REPL during shell's reading from stdin.
|
8 years ago |
Paweł Marczewski
|
50f9e736fa
Fixed #27438 -- Added the diffsettings --default option.
|
8 years ago |
Claude Paroz
|
fa2f55cfd5
Refs #26940 -- Re-allowed makemessages without settings
|
8 years ago |
Tim Graham
|
6a2af01452
Fixed #24865 -- Added remove_stale_contenttypes management command.
|
9 years ago |
Chris Jerdonek
|
5890b1613c
Fixed #27008 -- Added --debug-mode option to DiscoverRunner.
|
8 years ago |
Tim Graham
|
81cdcb66bc
Fixed #26791 -- Replaced LiveServerTestCase port ranges with binding to port 0.
|
8 years ago |
Ville Skyttä
|
96f97691ad
Fixed broken links in docs and comments.
|
8 years ago |
Berker Peksag
|
ae2a7da86b
Fixed #20468 -- Added loaddata --exclude option.
|
8 years ago |
Tim Graham
|
46a38307c2
Removed versionadded/changed annotations for 1.9.
|
8 years ago |
Arthur Vuillard
|
72ea289ab7
Added --noinput in migrate commmand's docs.
|
8 years ago |
José Tomás Tocino
|
39a16dd2e0
Fixed #25658 -- Allowed inspectdb to inspect a specific set of tables.
|
9 years ago |
Tim Graham
|
5695c142d2
Fixed #26294 -- Clarified call_command()'s handling of args and options.
|
9 years ago |
Jon Dufresne
|
4115288b4f
Fixed #26315 -- Allowed call_command() to accept a Command object as the first argument.
|
9 years ago |