Tim Graham
|
d170c63351
Refs #23919 -- Removed misc references to Python 2.
|
8 år sedan |
Tim Graham
|
7aba69145d
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
|
8 år sedan |
Claude Paroz
|
042b7350a0
Refs #23919 -- Removed unneeded str() calls
|
8 år sedan |
Tim Graham
|
4e729feaa6
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
|
8 år sedan |
Claude Paroz
|
dc8834cad4
Refs #23919 -- Removed unneeded force_str calls
|
8 år sedan |
Claude Paroz
|
2b281cc35e
Refs #23919 -- Removed most of remaining six usage
|
8 år sedan |
Claude Paroz
|
c716fe8782
Refs #23919 -- Removed six.PY2/PY3 usage
|
8 år sedan |
Claude Paroz
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 år sedan |
Adam Chainz
|
8669cf0e68
Fixed #27626 -- Moved MEDIA_URL/STATIC_URL validation to a system check.
|
8 år sedan |
za
|
321e94fa41
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
|
8 år sedan |
Paweł Marczewski
|
50f9e736fa
Fixed #27438 -- Added the diffsettings --default option.
|
8 år sedan |
Tim Graham
|
8119b679eb
Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.
|
8 år sedan |
Tim Graham
|
16202863fa
Refs #27025 -- Fixed tests for the new ModuleNotFoundError in Python 3.6.
|
8 år sedan |
Ivan
|
9a2a52558e
Fixed #27171 -- Added unicode_literals and coding preamble to all files in startapp template on Python 2.
|
8 år sedan |
Tim Graham
|
81cdcb66bc
Fixed #26791 -- Replaced LiveServerTestCase port ranges with binding to port 0.
|
8 år sedan |
Tim Graham
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 år sedan |
Jon Dufresne
|
4115288b4f
Fixed #26315 -- Allowed call_command() to accept a Command object as the first argument.
|
9 år sedan |
Jon Dufresne
|
8d3fcfa39e
Cleaned up tests to use call_command() instead of Command.execute().
|
9 år sedan |
Mounir Messelmeni
|
50931dfa53
Fixed #25304 -- Allowed management commands to check if migrations are applied.
|
9 år sedan |
Chris Lamb
|
abc0777b63
Fixed #25968 -- Changed project/app templates to use a "py-tpl" suffix.
|
9 år sedan |
Emre Yilmaz
|
63a6a653d4
Fixed #25855 -- Enhanced the migration warning for runserver.
|
9 år sedan |
Tim Graham
|
10427646b8
Fixed #25909 -- Added unicode_literals import to apps.py generated by startapp.
|
9 år sedan |
Tim Graham
|
89359347c4
Refs #25589 -- Fixed admin_scripts test failure on Windows.
|
9 år sedan |
Yoong Kang Lim
|
3f300efede
Fixed #25589 -- Allowed startapp/project to create apps with Unicode characters in the name.
|
9 år sedan |
Dražen Odobašić
|
b1e33ceced
Fixed #23395 -- Limited line lengths to 119 characters.
|
9 år sedan |
Aymeric Augustin
|
442baabd0b
Supported running admin_script testcases concurrently.
|
10 år sedan |
Ryan Hiebert
|
617eff41ac
Fixed #24857 -- Added "python -m django" entry point.
|
10 år sedan |
Tim Graham
|
862de0b254
Fixed #25356 -- Removed default_app_config from startapp template.
|
9 år sedan |
Tim Graham
|
2145607d1d
Removed some test settings following removal of compatibility checks.
|
9 år sedan |
Maxime Lorant
|
5153a3bfdc
Fixed #25331 -- Removed trailing blank lines in docstrings.
|
9 år sedan |