Changes between Initial Version and Version 1 of Ticket #23456
- Timestamp:
- Sep 9, 2014, 8:43:27 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23456
- Property Resolution → worksforme
- Property Status new → closed
-
Ticket #23456 – Description
initial v1 18 18 19 19 The traceback 20 20 {{{ 21 21 Traceback (most recent call last): 22 22 File "manage.py", line 10, in <module> … … 33 33 '"requires_system_checks".' % self.__class__.__name__) 34 34 django.core.exceptions.ImproperlyConfigured: Command Command defines both "requires_model_validation" and "requires_system_checks", which is illegal. Use only "requires_system_checks". 35 }}}