Changes between Version 7 and Version 9 of Ticket #27522
- Timestamp:
- Nov 22, 2016, 8:41:33 AM (8 years ago)
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 when1 When running `./manage runserver --nostatic`, I expect a traceback to be returned when 2 2 a syntax error occurs, and I expect the autoreloader still to be available. Instead, the 3 3 runserver command exits like: 4 5 4 6 5 {{{ … … 12 11 manage.py runserver: error: unrecognized arguments: --nostatic 13 12 }}} 14 15 Ticket: https://github.com/wearespindle/django/tree/ticket_27522