Skip to content
This repository has been archived by the owner on Oct 26, 2019. It is now read-only.

0.1.1 release

Compare
Choose a tag to compare
@skibblenybbles skibblenybbles released this 14 Oct 18:57
· 10 commits to master since this release

The 0.1.1 adds convenience imports for the Django management command overrides. It also changes the functionality of the base command's check_program() and check_command() methods, automatically raising a CommandError if a check fails.

For example, instead of importing CollectStaticCommand from commando.django.contrib.staticfiles.management, you can import it a little more easily from commando.django.contrib.staticfiles.