summaryrefslogtreecommitdiff
path: root/tests/bash_completion
AgeCommit message (Expand)Author
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-06-01Reverted "Refs #23919 -- Removed obsolete __init__.py files in management com...René Fleschenberg
2018-07-02Removed parser.add_arguments() arguments that match the defaults.Claude Paroz
2018-01-03Refs #23919 -- Removed obsolete __init__.py files in management command direc...я котик пур-пур
2017-09-07Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."Tim Graham
2017-06-28Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().Mads Jensen
2016-04-08Fixed E128 flake8 warnings in tests/.Tim Graham
2015-01-18Removed support for syncing apps without migrations per deprecation timeline.Tim Graham
2015-01-17Removed support for custom SQL per deprecation timeline.Tim Graham
2015-01-17Removed FastCGI support per deprecation timeline; refs #20766.Tim Graham
2014-12-26Replaced sqlall in some bash_completion/admin_scripts tests.Tim Graham
2014-11-29Fixed #23930 -- Added copies of captured_std* managers from CPython's test.su...wrwrwr
2014-09-25Fixed #23551 -- Fixed bash autocompletion crash on Python 3.Marco Buttu
2014-07-30Fixed #23067 -- Updated docs to use django-adminChristoph Heer
2014-06-14Converted remaining management commands to argparseClaude Paroz
2014-06-14Fixed #19973 -- Replaced optparse by argparse in management commandsClaude Paroz
2014-05-11Completed long overdue sqlinitialdata deprecation.Ramiro Morales
2013-12-24Renamed AppCache to Apps.Aymeric Augustin
2013-12-22Moved apps back in the toplevel django namespace.Aymeric Augustin
2013-12-22Stopped iterating on INSTALLED_APPS.Aymeric Augustin
2013-12-17Removed superfluous models.py files.Aymeric Augustin
2013-10-10Whitespace cleanup.Tim Graham
2013-09-09Removed unneeded imports in tests's __init__.py and unified them.Florian Apolloner
2013-09-06Fixed test failure introduced in efd1e6096ee87fe332cf989ba5479e9461d0fb3a (sq...Tim Graham
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner