Changes between Version 7 and Version 9 of Ticket #27522


Ignore:
Timestamp:
Nov 22, 2016, 8:41:33 AM (7 years ago)
Author:
Tim Graham
Comment:

PR (currently without tests)

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27522

    • Property Has patch set
    • Property Needs tests set
  • Ticket #27522 – Description

    v7 v9  
    1 When running ./manage runserver --nostatic, I expect a traceback to be returned when
     1When running `./manage runserver --nostatic`, I expect a traceback to be returned when
    22a syntax error occurs, and I expect the autoreloader still to be available. Instead, the
    33runserver command exits like:
    4 
    54
    65{{{
     
    1211manage.py runserver: error: unrecognized arguments: --nostatic
    1312}}}
    14 
    15 Ticket: https://github.com/wearespindle/django/tree/ticket_27522
Back to Top