Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/admin_scripts
Commit message (Expand)AuthorAgeFilesLines
* Refs #25589 -- Fixed admin_scripts test failure on Windows.Tim Graham2015-10-231-1/+1
* Fixed #25589 -- Allowed startapp/project to create apps w...Yoong Kang Lim2015-10-221-3/+27
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-14/+74
* Supported running admin_script testcases concurrently.Aymeric Augustin2015-09-091-29/+44
* Fixed #24857 -- Added "python -m django" entry point.Ryan Hiebert2015-09-081-0/+9
* Fixed #25356 -- Removed default_app_config from startapp ...Tim Graham2015-09-071-4/+0
* Removed some test settings following removal of compatibi...Tim Graham2015-09-031-2/+0
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-1/+0
* Fixed #25285 -- Provided unknown command message with pla...Claude Paroz2015-08-191-6/+12
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-281-1/+1
* Fixed #24971 -- Made startapp generate an apps.pyMounir Messelmeni2015-06-161-0/+8
* Fixed #24950 -- Added unicode_literals to models.py in ap...Markus Holtermann2015-06-111-1/+8
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-2/+4
* Fixed #24742 -- Made runserver.check_migrations ignore re...Claude Paroz2015-05-131-1/+25
* Fixed #24571 -- Restored testserver positional arguments ...Claude Paroz2015-04-041-0/+15
* Guaranteed removal of temporary files during tests.Aymeric Augustin2015-02-231-1/+2
* Refs #24324 -- Fixed Python 2 test failures when path to ...Tim Graham2015-02-181-2/+2
* Prevented some test commands from needlessly running syst...Tim Graham2015-02-111-0/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-064-11/+11
* Removed support for syncing apps without migrations per d...Tim Graham2015-01-181-7/+0
* Removed unused imports from previous commit.Tim Graham2015-01-171-3/+1
* Removed BaseCommand.requires_model_validation per depreca...Tim Graham2015-01-172-16/+0
* Removed support for custom SQL per deprecation timeline.Tim Graham2015-01-171-1/+0
* Applied ignore_warnings to Django testsClaude Paroz2014-12-301-6/+5
* Fixed #21255 -- Closed connections after management comma...Claude Paroz2014-12-291-1/+13
* Removed an unnecessary models file in the admin_scripts t...Tim Graham2014-12-271-14/+0
* Replaced sqlall in some bash_completion/admin_scripts tests.Tim Graham2014-12-271-89/+85
* Fixed #23620 -- Used more specific assertions in the Djan...Berker Peksag2014-11-031-4/+4
* Refactored color_style() and no_style() to improve testab...Loic Bistuer2014-10-221-0/+16
* Fixed #23686 -- Tweak color output of the system check fr...Loic Bistuer2014-10-221-1/+1
* Made testing of stdout and stderr more consistent.Loic Bistuer2014-10-221-32/+27
* Fixed #23663 -- Initialize output streams for BaseCommand...Loic Bistuer2014-10-222-13/+75
* Fixed #23107 -- Made runserver output respect --no-color.Loic Bistuer2014-10-211-1/+0
* Fixed #23495 -- Stopped swallowing real settings import e...Claude Paroz2014-09-171-31/+35
* Fixed #23136 -- Added a message when sqlclear does nothingGabriel Muñumel2014-08-181-1/+9
* Fixed #23276 -- Deprecated passing views as strings to ur...Tim Graham2014-08-121-1/+2
* Fixed #23107 -- Made runserver output respect --no-color.areski2014-07-301-0/+1
* Fixed #22835 -- Deprecated NoArgsCommand.Maxime Turcotte2014-06-196-36/+36
* Fixed #7762 -- Hidden full script name in command error o...Claude Paroz2014-06-141-0/+8
* Restored command error behavior when called from command ...Claude Paroz2014-06-141-3/+4
* Fixed several flake8 errorsAlex Gaynor2014-06-141-3/+3
* Converted remaining management commands to argparseClaude Paroz2014-06-144-26/+19
* Fixed #19973 -- Replaced optparse by argparse in manageme...Claude Paroz2014-06-142-17/+16
* Fixed #22477 -- Removed contrib middleware from the globa...mlavin2014-06-131-1/+2
* Fixed #22699 -- Configure default settings in some manage...Aymeric Augustin2014-05-271-0/+2
* Fixed #21634 -- Prevented hiding ImproperlyConfigured whe...Claude Paroz2014-05-161-6/+6
* Fix many many typos in comments throughout the codebaseAlex Gaynor2014-04-261-1/+1
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-061-2/+2
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-6/+5
* Fixed test failures on Windows.Tim Graham2014-03-111-1/+1