Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core/management/commands/testserver.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25350 -- Added alias --no-input for --noinput to m...Raphael Michel2015-09-081-1/+2
* Fixed #24571 -- Restored testserver positional arguments ...Claude Paroz2015-04-041-1/+0
* Limited lines to 119 characters in django/Tim Graham2014-09-051-1/+4
* Converted remaining management commands to argparseClaude Paroz2014-06-141-17/+14
* Fixed #22487: Optional rollback emulation for migrated appsAndrew Godwin2014-06-091-1/+1
* Fixed several typos in DjangoAlex Gaynor2014-05-291-1/+1
* Fixed #16905 -- Added extensible checks (nee validation) ...Russell Keith-Magee2014-01-201-1/+1
* Fixed E124 pep8 warnings.Loic Bistuer2013-12-101-1/+2
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+1
* Fixed #18019 -- Use threaded runserver only when database...Claude Paroz2012-05-151-1/+8
* Fixed #13760 -- Cleaned up unnecessary default option han...Julien Phalip2011-10-231-2/+2
* Fixed #7735 -- Added support for IPv6 adresses to runserv...Jannis Leidel2010-11-261-1/+3
* Fixed #12619 -- Added support for the --noinput flag to t...Russell Keith-Magee2010-06-211-1/+4
* Promoted --verbosity to be a top level option for all man...Russell Keith-Magee2008-10-021-4/+1
* Fixed #5461 -- Refactored the database backend code to us...Russell Keith-Magee2008-08-111-2/+2
* Fixed #7847 -- Removed a whole bunch of unused imports fr...Adrian Holovaty2008-07-221-1/+0
* Fixed #5376 -- Added --addrport option to the 'testserver...Adrian Holovaty2007-09-141-1/+5
* Fixed #5369 -- Refactored the django-admin.py help system...Adrian Holovaty2007-09-091-0/+7
* Added 'django-admin.py testserver' command and docsAdrian Holovaty2007-08-171-0/+26