Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core/management/commands/runserver.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #24704 -- Made the autoreloader survive SyntaxErrors.Aymeric Augustin2015-08-291-0/+4
* Fixed #24742 -- Made runserver.check_migrations ignore re...Claude Paroz2015-05-131-5/+13
* Allowed runserver sublcasses to easily override the defau...Matt Robenolt2015-05-121-2/+4
* Made runserver use leave_locale_aloneClaude Paroz2015-03-091-10/+4
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-7/+6
* Refs #16905 -- Replaced call to removed method in runserverR3v1L2015-01-191-1/+1
* Tweaked fix for refs #23946; thanks Claude.Tim Graham2014-12-021-2/+2
* Fixed #23946 -- Fixed runserver crash when socket error c...Andriy Sokolovskiy2014-12-021-2/+2
* Fixed #23107 -- Made runserver output respect --no-color.Loic Bistuer2014-10-211-0/+8
* Limited lines to 119 characters in django/Tim Graham2014-09-051-1/+3
* Fixed #23265 -- Used system-specific encoding in runserverClaude Paroz2014-08-141-1/+2
* Converted remaining management commands to argparseClaude Paroz2014-06-141-20/+18
* Fixed several typos in DjangoAlex Gaynor2014-05-291-1/+1
* Fixed #21856: Don't crash runserver when DATABASES = {}Andrew Godwin2014-02-121-1/+5
* Reverting unapplied migrations check away from being a sy...Andrew Godwin2014-02-121-0/+14
* Remove check_migrations from the runserver command and us...mlavin2014-02-081-14/+0
* Fixed #16905 -- Added extensible checks (nee validation) ...Russell Keith-Magee2014-01-201-2/+2
* Migrate prompts if you need makemigrations, runserver pro...Andrew Godwin2013-12-041-1/+13
* Fixed #21358 -- Allowed runserver on non-English localesClaude Paroz2013-11-301-1/+8
* Fixed "Address already in use" from liveserver.Florian Apolloner2013-09-221-7/+8
* Added runserver validation to detect if DEBUG=False and A...Tim Graham2013-06-091-0/+5
* Replaced `and...or...` constructs with PEP 308 conditiona...Ramiro Morales2013-05-271-1/+1
* Replaced an antiquated pattern.Aymeric Augustin2013-05-171-2/+2
* Avoided ambiguous output when runserver port is already i...Aymeric Augustin2013-02-011-1/+1
* Fixed error output from runserverClaude Paroz2012-10-101-1/+1
* Fixed #18611 -- Display current date/time when running ru...Mike Grouchy2012-09-101-0/+3
* Fixed #18325 -- Wrapped self.stdout/stderr in OutputWrapp...Claude Paroz2012-05-191-2/+2
* Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz2012-04-291-1/+1
* Fixed #18035 -- Removed deprecated AdminMediaHandler, as ...Claude Paroz2012-04-081-13/+4
* Fixed #17820 -- Fixed more occurrences of redundant handl...Ramiro Morales2012-03-101-2/+2
* Fixed #13760 -- Cleaned up unnecessary default option han...Julien Phalip2011-10-231-1/+1
* Fixed #16360 -- Added WSGI entrypoint to startproject lay...Carl Meyer2011-10-221-3/+2
* Fixed help message introduced in r16427.Jannis Leidel2011-06-171-1/+1
* Fixed #16099 -- Enabled threading for the runserver manag...Jannis Leidel2011-06-171-1/+6
* Fixed #15112 -- Ensure that IPv6 addresses are correctly ...Russell Keith-Magee2011-01-271-0/+1
* Fixed #14928 -- Ensure that a fully qualified domain name...Russell Keith-Magee2011-01-151-9/+15
* Fixed #7735 -- Added support for IPv6 adresses to runserv...Jannis Leidel2010-11-261-12/+28
* Refactored runserver command and moved code related to st...Jannis Leidel2010-11-131-68/+83
* Fixed a few typos introduced in r14533.Jannis Leidel2010-11-131-1/+1
* Fixed #14524, #14582, #14617, #14665 and #14667 -- Tweake...Jannis Leidel2010-11-111-1/+11
* Fixed #12323 and #11582 -- Extended the ability to handle...Jannis Leidel2010-10-201-2/+8
* SECURITY ALERT: Corrected a problem with the Admin media ...Russell Keith-Magee2009-07-291-2/+1
* Fixed #8702 -- Set up the initial locale correctly for th...Malcolm Tredinnick2008-08-301-0/+8
* Removed unneeded use of `len()` in a couple expressions.Gary Wilson Jr2007-10-131-1/+1
* Fixed #5369 -- Refactored the django-admin.py help system...Adrian Holovaty2007-09-091-1/+8
* Changed 'validate' and 'runserver' management commands to...Adrian Holovaty2007-08-271-1/+1
* Fixed #5224 -- Corrected name of admin media option in ma...Russell Keith-Magee2007-08-251-2/+2
* Added shutdown_message to runserver command -- a hook for...Adrian Holovaty2007-08-171-0/+3
* Improved error handling for management.py commands, espec...Russell Keith-Magee2007-08-161-1/+3
* Major refactoring of django.core.management -- it's now a...Adrian Holovaty2007-08-161-0/+65