Claude Paroz
|
b46c0ea6c8
Fixed #26190 -- Returned handle() result from call_command
|
9 years ago |
Jakub Paczkowski
|
d4dc775620
Fixed #25735 -- Added support for test tags to DiscoverRunner.
|
9 years ago |
rowanv
|
a6ef025dfb
Fixed #26124 -- Added missing code formatting to docs headers.
|
9 years ago |
Chris Lamb
|
abc0777b63
Fixed #25968 -- Changed project/app templates to use a "py-tpl" suffix.
|
9 years ago |
Tim Graham
|
e519aab43a
Fixed #23868 -- Added support for non-unique django-admin-options in docs.
|
9 years ago |
Tim Graham
|
d45cfefbad
Refs #25769 -- Updated docs to reflect get_version() uses PEP 0440.
|
9 years ago |
Tim Graham
|
a7752780d9
Removed an unncessary docs cross-reference for call_command().
|
9 years ago |
Tim Graham
|
555f8e9d5c
Made CommandError use the exception directive in docs.
|
9 years ago |
Flavio Curella
|
0bc5cd6280
Fixed #25684 -- Made runserver use logging for request/response output.
|
9 years ago |
Niels Van Och
|
7f7553dd30
Fixed #25680 -- Added django-admin shell --command option.
|
9 years ago |
Chris Lamb
|
77b8d8cb6d
Discouraged use of /tmp with predictable names.
|
9 years ago |
Tim Graham
|
d52b0c5b38
Fixed #25965 -- Added removal of sql* commands to 1.9 release notes.
|
9 years ago |
Jon Dufresne
|
f1628f6be1
Fixed #25838 -- Added "python" as an interface to the shell command.
|
9 years ago |
Tim Graham
|
0cfe589f95
Fixed man page by ensuring ".pot" doesn't render unescaped.
|
9 years ago |
Stephane Angel (Twidi)
|
8091e8c5c6
Corrected doc'd differences between django-admin and manage.py.
|
9 years ago |
Tim Graham
|
5f7f3b4685
Refs #25526 -- Documented some missing termcolors.
|
9 years ago |
Jon Dufresne
|
3c7d2ee881
Fixed #25604 -- Added makemigrations --check option.
|
9 years ago |
Yusuke Miyazaki
|
230d8c7301
Fixed #25578 -- Corrected the casing of "GitHub".
|
9 years ago |
Tim Graham
|
cb15ceb555
Fixed #25516 -- Documented that parallel test excution doesn't work with pdb.
|
9 years ago |
Jon Dufresne
|
2875325889
Fixed #25500 -- Added --fail-level option to check command.
|
9 years ago |
Tim Graham
|
54848a96dd
Removed versionadded/changed annotations for 1.8.
|
9 years ago |
Tim Graham
|
b6e6fcf326
Refs #23359 -- Removed the migrate --list option per deprecation timeline.
|
9 years ago |
Markus Holtermann
|
43f2eb7ef3
Fixed #25390 -- Allowed specifying a start migration in squashmigrations
|
9 years ago |
Mariusz Felisiak
|
6f1b09bb5c
Made assorted improvements to the Oracle documentation.
|
9 years ago |
Aymeric Augustin
|
a32206b365
Documented that the parallel test runner doesn't work on Windows.
|
9 years ago |
Aymeric Augustin
|
710b4a7032
Avoided running more test processes than necessary.
|
9 years ago |
Aymeric Augustin
|
0bd58e0efb
Test parallelization isn't implemented on Oracle.
|
9 years ago |
Aymeric Augustin
|
073ea9e852
Acknoweldeged a limitation of the parallel test runner.
|
9 years ago |
Aymeric Augustin
|
326bc0955b
Allowed a port range for the liveserver by default.
|
10 years ago |
Aymeric Augustin
|
0586c061f0
Cloned databases for running tests in parallel.
|
10 years ago |