summaryrefslogtreecommitdiff
path: root/tests/admin_scripts/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #31007 -- Allowed specifying type of auto-created primary keys.Tom Forbes2020-12-151-0/+15
* Fixed #32177 -- Made execute_from_command_line() use program name from the ar...William Schwartz2020-11-101-1/+16
* Corrected docstring quotes in various code.Mariusz Felisiak2020-09-221-1/+1
* Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_ch...Hasan Ramezani2020-05-211-3/+3
* Fixed #31575 -- Added system check for admin sidebar request context processo...Jon Dufresne2020-05-141-0/+1
* Removed unnecessary capturing/hiding of stdout/stderr in various tests.François Freitag2020-04-271-3/+2
* Capitalized Unicode in docs, strings, and comments.Jon Dufresne2020-04-201-1/+1
* Fixed #23433 -- Deprecated django-admin.py entry point in favor of django-admin.Jon Dufresne2019-12-061-11/+11
* Refs #23433 -- Removed script argument from AdminScriptTestCase.run_test().Jon Dufresne2019-12-061-6/+6
* Removed unnecessary __init__.py creation in admin_scripts.tests.Jon Dufresne2019-12-061-2/+0
* Fixed typo in tests/admin_scripts/tests.py.Daniel Musketa2019-10-181-1/+1
* Fixed #30872 -- Improved unknown command message when settings are manually c...Carlton Gibson2019-10-151-0/+9
* Replaced subprocess commands by run() wherever possible.Claude Paroz2019-08-231-2/+3
* Fixed #30312 -- Relaxed admin check from django.contrib.sessions to SessionMi...Aarni Koskela2019-04-261-1/+1
* Fixed #30393 -- Added validation of startapp's directory option.oliver2019-04-251-0/+19
* Made startapp/project's overlaying error message use 'app' or 'project'.oliver2019-03-301-1/+14
* Refs #30057 -- Added more diffsettings tests.orlnub1232019-02-261-4/+14
* Fixed admin_scripts test failures on macOS.Carlton Gibson2019-02-141-1/+3
* Refs #27804 -- Used subTest() in admin_scripts invalid name tests.Jon Dufresne2019-02-061-20/+22
* Simplified temporary directory handling in AdminScriptTestCase.Jon Dufresne2019-02-051-121/+24
* Replaced manual current directory management with subprocess's cwd argument.Jon Dufresne2019-02-051-8/+2
* Fixed #30147 -- Simplified directory creation with os.makedirs(..., exist_ok=...Jon Dufresne2019-01-311-2/+1
* Fixed #30116 -- Dropped support for Python 3.5.Tim Graham2019-01-301-2/+1
* Removed default mode='r' argument from calls to open().Jon Dufresne2019-01-271-5/+5
* Refs #23919 -- Replaced codecs.open() with open().Jon Dufresne2019-01-271-2/+1
* Fixed #30057 -- Fixed diffsettings ignoring custom configured settings.orlnub1232019-01-121-1/+1
* Fixed #29560 -- Added --force-color management command option.Hasan Ramezani2018-09-111-33/+70
* Reused a duplicated class in admin_scripts tests.Tim Graham2018-09-111-17/+10
* Fixed #29695 -- Added system checks for admin's app dependencies and TEMPLATE...Rodrigo2018-08-201-1/+20
* Fixed #29236 -- Fixed diffsettings crash if using settings.configure().Hasan Ramezani2018-08-201-4/+11
* Reverted "Fixed #29324 -- Made Settings raise ImproperlyConfigured if SECRET_...Tim Graham2018-05-261-11/+2
* Fixed #29324 -- Made Settings raise ImproperlyConfigured if SECRET_KEY is acc...Jon Dufresne2018-04-171-2/+11
* Fixed #29301 -- Made management command --help display command-specific argum...David Foster2018-04-111-0/+7
* Fixed #28398 -- Added suggestions for mistyped management commands.Tom Forbes2018-02-211-0/+20
* Fixed #28594 -- Removed Jython docs and specific codeClaude Paroz2017-12-231-14/+2
* Moved unnecessary inner imports in admin_scripts tests.Tim Graham2017-12-201-7/+8
* Fixed #28941 -- Fixed crash in testserver command startup.Tim Graham2017-12-201-1/+28
* Fixed #28791 -- Allowed commands that don't require settings to work if the D...geekodour2017-12-071-0/+10
* Fixed #28708 -- Added constants to detect the Python version.Tim Graham2017-10-131-1/+1
* Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."Tim Graham2017-09-071-3/+6
* Fixed #28524 -- Fixed program name in management commands when using 'python ...Nick Pope2017-08-311-0/+4
* Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().Mads Jensen2017-06-281-6/+3
* Fixed #27858 -- Prevented read-only management commands from creating the dja...Marti Raudsepp2017-06-191-8/+4
* Improved test coverage for startapp/startproject management commands.Adam Johnson2017-05-301-0/+56
* Fixed #27881 -- Added diffsettings --output option.Chris Lamb2017-05-271-0/+26
* Fixed db backend discovery in admin_scripts tests.Florian Apolloner2017-05-101-4/+3
* Fixed spelling of "nonexistent".Tim Graham2017-02-031-3/+1
* Refs #27537 -- Added default_addr(_ipv6) attributes to runserver command.Ed Morley2017-01-271-0/+12
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-2/+2
* Removed unneeded force_text calls in the test suiteClaude Paroz2017-01-241-4/+1