Michiel Beijen
|
48028c6f9a
Pointed Dive into Python links to python3 site
|
7 年 前 |
Tim Graham
|
7b53041420
Fixed #28004 -- Doc'd how to create migrations for an app without a migrations directory.
|
8 年 前 |
Tim Graham
|
ea36e7454c
Fixed #27988 -- Fixed typo in docs/ref/django-admin.txt.
|
8 年 前 |
Andrew Nester
|
c8d21f3351
Fixed #27769 -- Documented option naming differences between django-admin and call_command().
|
8 年 前 |
Tim Graham
|
e27e4c0339
Removed versionadded/changed annotations for 1.10.
|
8 年 前 |
Tim Graham
|
f65b1aee71
Refs #25838 -- Removed the deprecated shell --plain option.
|
8 年 前 |
Tim Graham
|
e0910dcc92
Refs #25604 -- Removed makemigrations --exit option per deprecation timeline.
|
8 年 前 |
Sebastian Spiegel
|
8b734d2f99
Fixed #27432 -- Made app_label arguments limit showmigrations --plan output.
|
8 年 前 |
jpic
|
bf6392bb75
Fixed #27600 -- Suppressed the REPL during shell's reading from stdin.
|
8 年 前 |
Paweł Marczewski
|
50f9e736fa
Fixed #27438 -- Added the diffsettings --default option.
|
8 年 前 |
Claude Paroz
|
fa2f55cfd5
Refs #26940 -- Re-allowed makemessages without settings
|
8 年 前 |
Tim Graham
|
6a2af01452
Fixed #24865 -- Added remove_stale_contenttypes management command.
|
9 年 前 |
Chris Jerdonek
|
5890b1613c
Fixed #27008 -- Added --debug-mode option to DiscoverRunner.
|
8 年 前 |
Tim Graham
|
81cdcb66bc
Fixed #26791 -- Replaced LiveServerTestCase port ranges with binding to port 0.
|
8 年 前 |
Ville Skyttä
|
96f97691ad
Fixed broken links in docs and comments.
|
8 年 前 |
Berker Peksag
|
ae2a7da86b
Fixed #20468 -- Added loaddata --exclude option.
|
9 年 前 |
Tim Graham
|
46a38307c2
Removed versionadded/changed annotations for 1.9.
|
8 年 前 |
Arthur Vuillard
|
72ea289ab7
Added --noinput in migrate commmand's docs.
|
9 年 前 |
José Tomás Tocino
|
39a16dd2e0
Fixed #25658 -- Allowed inspectdb to inspect a specific set of tables.
|
9 年 前 |
Tim Graham
|
5695c142d2
Fixed #26294 -- Clarified call_command()'s handling of args and options.
|
9 年 前 |
Jon Dufresne
|
4115288b4f
Fixed #26315 -- Allowed call_command() to accept a Command object as the first argument.
|
9 年 前 |
Claude Paroz
|
b46c0ea6c8
Fixed #26190 -- Returned handle() result from call_command
|
9 年 前 |
Jakub Paczkowski
|
d4dc775620
Fixed #25735 -- Added support for test tags to DiscoverRunner.
|
9 年 前 |
rowanv
|
a6ef025dfb
Fixed #26124 -- Added missing code formatting to docs headers.
|
9 年 前 |
Chris Lamb
|
abc0777b63
Fixed #25968 -- Changed project/app templates to use a "py-tpl" suffix.
|
9 年 前 |
Tim Graham
|
e519aab43a
Fixed #23868 -- Added support for non-unique django-admin-options in docs.
|
9 年 前 |
Tim Graham
|
d45cfefbad
Refs #25769 -- Updated docs to reflect get_version() uses PEP 0440.
|
9 年 前 |
Tim Graham
|
a7752780d9
Removed an unncessary docs cross-reference for call_command().
|
9 年 前 |
Tim Graham
|
555f8e9d5c
Made CommandError use the exception directive in docs.
|
9 年 前 |
Flavio Curella
|
0bc5cd6280
Fixed #25684 -- Made runserver use logging for request/response output.
|
9 年 前 |