summaryrefslogtreecommitdiff
path: root/django/core/management/commands/testserver.py
AgeCommit message (Expand)Author
2014-06-08[1.7.x] Fixed #22487: Optional rollback emulation for migrated appsAndrew Godwin
2014-05-29[1.7.x] Fixed several typos in DjangoAlex Gaynor
2014-01-20Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee
2013-12-10Fixed E124 pep8 warnings.Loic Bistuer
2013-11-02More attacking E302 violatorsAlex Gaynor
2012-05-15Fixed #18019 -- Use threaded runserver only when database supports it.Claude Paroz
2011-10-23Fixed #13760 -- Cleaned up unnecessary default option handling in a bunch of ...Julien Phalip
2010-11-26Fixed #7735 -- Added support for IPv6 adresses to runserver and testserver ma...Jannis Leidel
2010-06-21Fixed #12619 -- Added support for the --noinput flag to testserver. Thanks to...Russell Keith-Magee
2008-10-02Promoted --verbosity to be a top level option for all management commands. Al...Russell Keith-Magee
2008-08-11Fixed #5461 -- Refactored the database backend code to use classes for the cr...Russell Keith-Magee
2008-07-22Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co...Adrian Holovaty
2007-09-14Fixed #5376 -- Added --addrport option to the 'testserver' command. Thanks, t...Adrian Holovaty
2007-09-09Fixed #5369 -- Refactored the django-admin.py help system, allowing each subc...Adrian Holovaty
2007-08-16Added 'django-admin.py testserver' command and docsAdrian Holovaty