index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
admin_scripts
Age
Commit message (
Expand
)
Author
2019-04-26
[2.2.x] Fixed #30312 -- Relaxed admin check from django.contrib.sessions to S...
Aarni Koskela
2019-01-12
Fixed #30057 -- Fixed diffsettings ignoring custom configured settings.
orlnub123
2018-12-31
Updated test URL patterns to use path() and re_path().
Tim Graham
2018-09-11
Fixed #29560 -- Added --force-color management command option.
Hasan Ramezani
2018-09-11
Reused a duplicated class in admin_scripts tests.
Tim Graham
2018-08-20
Fixed #29695 -- Added system checks for admin's app dependencies and TEMPLATE...
Rodrigo
2018-08-20
Fixed #29236 -- Fixed diffsettings crash if using settings.configure().
Hasan Ramezani
2018-05-26
Reverted "Fixed #29324 -- Made Settings raise ImproperlyConfigured if SECRET_...
Tim Graham
2018-04-17
Fixed #29324 -- Made Settings raise ImproperlyConfigured if SECRET_KEY is acc...
Jon Dufresne
2018-04-11
Fixed #29301 -- Made management command --help display command-specific argum...
David Foster
2018-02-21
Fixed #28398 -- Added suggestions for mistyped management commands.
Tom Forbes
2018-01-03
Refs #23919 -- Removed obsolete __init__.py files in management command direc...
я котик пур-пур
2017-12-23
Fixed #28594 -- Removed Jython docs and specific code
Claude Paroz
2017-12-20
Moved unnecessary inner imports in admin_scripts tests.
Tim Graham
2017-12-20
Fixed #28941 -- Fixed crash in testserver command startup.
Tim Graham
2017-12-07
Fixed #28791 -- Allowed commands that don't require settings to work if the D...
geekodour
2017-10-13
Fixed #28708 -- Added constants to detect the Python version.
Tim Graham
2017-09-07
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-08-31
Fixed #28524 -- Fixed program name in management commands when using 'python ...
Nick Pope
2017-06-28
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-06-19
Fixed #27858 -- Prevented read-only management commands from creating the dja...
Marti Raudsepp
2017-05-30
Improved test coverage for startapp/startproject management commands.
Adam Johnson
2017-05-27
Fixed #27881 -- Added diffsettings --output option.
Chris Lamb
2017-05-10
Fixed db backend discovery in admin_scripts tests.
Florian Apolloner
2017-02-03
Fixed spelling of "nonexistent".
Tim Graham
2017-01-27
Refs #27537 -- Added default_addr(_ipv6) attributes to runserver command.
Ed Morley
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-24
Removed unneeded force_text calls in the test suite
Claude Paroz
2017-01-21
Refs #23919 -- Removed misc references to Python 2.
Tim Graham
2017-01-20
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
Tim Graham
2017-01-20
Refs #23919 -- Removed unneeded str() calls
Claude Paroz
2017-01-20
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
Tim Graham
2017-01-20
Refs #23919 -- Removed unneeded force_str calls
Claude Paroz
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-12-23
Fixed #27626 -- Moved MEDIA_URL/STATIC_URL validation to a system check.
Adam Chainz
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-11-10
Fixed #27438 -- Added the diffsettings --default option.
Paweł Marczewski
2016-09-17
Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.
Tim Graham
2016-09-16
Refs #27025 -- Fixed tests for the new ModuleNotFoundError in Python 3.6.
Tim Graham
2016-09-03
Fixed #27171 -- Added unicode_literals and coding preamble to all files in st...
Ivan
2016-06-23
Fixed #26791 -- Replaced LiveServerTestCase port ranges with binding to port 0.
Tim Graham
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-03-05
Fixed #26315 -- Allowed call_command() to accept a Command object as the firs...
Jon Dufresne
2016-03-05
Cleaned up tests to use call_command() instead of Command.execute().
Jon Dufresne
2016-02-12
Fixed #25304 -- Allowed management commands to check if migrations are applied.
Mounir Messelmeni
2016-02-12
Removed unneeded hint=None/obj=None in system check messages.
Tim Graham
2016-01-25
Fixed #25968 -- Changed project/app templates to use a "py-tpl" suffix.
Chris Lamb
2015-12-21
Fixed #25855 -- Enhanced the migration warning for runserver.
Emre Yilmaz
[next]