Changes between Version 9 and Version 10 of Ticket #27522


Ignore:
Timestamp:
Nov 22, 2016, 8:58:12 AM (7 years ago)
Author:
Jeroen van Veen
Comment:

I'm trying to figure out where this test should be placed.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27522

    • Property Needs tests unset
  • Ticket #27522 – Description

    v9 v10  
    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
    45
    56{{{
     
    1112manage.py runserver: error: unrecognized arguments: --nostatic
    1213}}}
     14
     15Ticket: https://github.com/wearespindle/django/tree/ticket_27522
Back to Top