Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/admin_scripts
Commit message (Expand)AuthorAgeFilesLines
...
* Improved compatibility in admin_scripts testsClaude Paroz2014-03-081-3/+4
* Fixed #21092 -- Ensured admin_scripts tests are run with ...Claude Paroz2014-03-081-0/+1
* Avoided modifying current environment in admin_scripts testsClaude Paroz2014-03-081-13/+7
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-2/+2
* Fixed #22057 -- Ensured reverse_lazy can be used in settingsClaude Paroz2014-02-181-1/+3
* Fixed #21849 -- Included the count of silenced system che...Tim Graham2014-01-281-4/+4
* Fixed #21829 -- Added default AppConfigs.Aymeric Augustin2014-01-251-1/+1
* Added warning silencers to some noisy tests.Russell Keith-Magee2014-01-202-4/+6
* Fixed #16905 -- Added extensible checks (nee validation) ...Russell Keith-Magee2014-01-2010-57/+202
* Fixed #21774 -- Isolate all test urls from eachother.Marc Tamlyn2014-01-141-2/+3
* Fixed #21018 -- Reversed precedence order for management ...Aymeric Augustin2014-01-017-1/+33
* Used app_label instead of appname.Aymeric Augustin2013-12-282-3/+3
* Migrated built-in AppCommands to use handle_app_config.Aymeric Augustin2013-12-282-12/+9
* Deprecated load_app().Aymeric Augustin2013-12-221-1/+1
* Removed the only_installed argument of get_app_config[s].Aymeric Augustin2013-12-221-8/+8
* Removed superfluous models.py files.Aymeric Augustin2013-12-171-1/+0
* Added get_app_config() to look up app configs by label.Aymeric Augustin2013-12-171-8/+8
* PEP8 cleanupJason Myers2013-11-031-0/+9
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-023-3/+3
* Fix all violators of E231Alex Gaynor2013-10-261-3/+3
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-233-0/+3
* Workaround admin scripts test failures on Windows+Python 3.Ramiro Morales2013-10-231-3/+3
* Fixed #19724 -- Output note when showing only core manage...Claude Paroz2013-10-211-0/+11
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-181-1/+1
* Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol2013-10-181-1/+0
* Fixed #21284 -- Prevented KeyError swallowing in fetch_co...Claude Paroz2013-10-171-14/+18
* Fixed #21269 -- Don't crash when CommandError contains no...Claude Paroz2013-10-141-20/+36
* Whitespace cleanup.Tim Graham2013-10-105-5/+4
* Modified test added in 3afb5916b2 so it doesn't fail on W...Ramiro Morales2013-09-301-3/+4
* Removed a ton of unused local varsAlex Gaynor2013-09-081-1/+0
* Removed part of a test that doesn't work on Jenkins; refs...Tim Graham2013-07-301-4/+0
* Fixed a test that depended on the DB backend; refs #19877...Tim Graham2013-07-302-11/+16
* Fixed #19877 -- Added `--no-color` option to `BaseCommand...Jose L. Patino2013-07-301-20/+42
* Removed most of absolute_import importsClaude Paroz2013-07-293-6/+0
* Add utf-8 preamble to admin_scripts temp settings fileClaude Paroz2013-07-291-0/+1
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-2/+2
* Advanced deprecation warnings for Django 1.7.Aymeric Augustin2013-06-292-4/+3
* Defined available_apps in relevant tests.Aymeric Augustin2013-06-101-0/+7
* Added runserver validation to detect if DEBUG=False and A...Tim Graham2013-06-091-0/+15
* Fixed #20509 - Proper parsing for dumpdata --pks option.Tim Graham2013-05-301-0/+19
* Fixed #20445 -- Raised original exception after command e...Jorge Bastida2013-05-201-9/+11
* Fixed #17365, #17366, #18727 -- Switched to discovery tes...Carl Meyer2013-05-111-3/+3
* Fixed test failures introduced in a5becad9094e5c5403b692b...Florian Apolloner2013-05-011-3/+4
* Fixed #17037 -- Added a --all option to diffsettings.Aymeric Augustin2013-03-181-1/+11
* Fixed #19923 -- Display tracebacks for non-CommandError e...Claude Paroz2013-03-091-4/+16
* use the real path to fix OS X /var/folders vs. /private/v...Ɓukasz Langa2013-02-271-1/+1
* Fixed discovery of the Django installation during tests.Florian Apolloner2013-02-261-3/+6
* fixed admin_scripts tests on python 3.3Florian Apolloner2013-02-261-2/+2
* Renamed some tests and removed references to modeltests/r...Florian Apolloner2013-02-261-64/+71
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-2636-0/+1790