summaryrefslogtreecommitdiff
path: root/tests/bash_completion
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-24/+25
* Reverted "Refs #23919 -- Removed obsolete __init__.py files in management com...René Fleschenberg2020-06-012-0/+0
* Removed parser.add_arguments() arguments that match the defaults.Claude Paroz2018-07-021-1/+1
* Refs #23919 -- Removed obsolete __init__.py files in management command direc...я котик пур-пур2018-01-032-0/+0
* Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."Tim Graham2017-09-071-2/+3
* Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().Mads Jensen2017-06-281-3/+2
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-082-5/+5
* Removed support for syncing apps without migrations per deprecation timeline.Tim Graham2015-01-181-1/+1
* Removed support for custom SQL per deprecation timeline.Tim Graham2015-01-171-1/+1
* Removed FastCGI support per deprecation timeline; refs #20766.Tim Graham2015-01-171-6/+0
* Replaced sqlall in some bash_completion/admin_scripts tests.Tim Graham2014-12-261-3/+3
* Fixed #23930 -- Added copies of captured_std* managers from CPython's test.su...wrwrwr2014-11-291-10/+7
* Fixed #23551 -- Fixed bash autocompletion crash on Python 3.Marco Buttu2014-09-251-2/+24
* Fixed #23067 -- Updated docs to use django-adminChristoph Heer2014-07-301-6/+6
* Converted remaining management commands to argparseClaude Paroz2014-06-141-6/+3
* Fixed #19973 -- Replaced optparse by argparse in management commandsClaude Paroz2014-06-141-2/+2
* Completed long overdue sqlinitialdata deprecation.Ramiro Morales2014-05-111-1/+1
* Renamed AppCache to Apps.Aymeric Augustin2013-12-241-2/+2
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-221-1/+1
* Stopped iterating on INSTALLED_APPS.Aymeric Augustin2013-12-221-3/+5
* Removed superfluous models.py files.Aymeric Augustin2013-12-171-0/+0
* Whitespace cleanup.Tim Graham2013-10-101-1/+0
* Removed unneeded imports in tests's __init__.py and unified them.Florian Apolloner2013-09-093-3/+0
* Fixed test failure introduced in efd1e6096ee87fe332cf989ba5479e9461d0fb3a (sq...Tim Graham2013-09-061-1/+1
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-266-0/+105