Closed auzhva closed 8 years ago
Replaced NoArgsCommand with BaseCommand to make it compatible with Django 1.10.
Now it seems to work on 1.10!
NoArgsCommand was deprecated in 1.8 and completely removed in 1.10.
It is same behavior as BaseCommand without arguments, so no regression expected.
Replaced NoArgsCommand with BaseCommand to make it compatible with Django 1.10.
Now it seems to work on 1.10!
NoArgsCommand was deprecated in 1.8 and completely removed in 1.10.
It is same behavior as BaseCommand without arguments, so no regression expected.