Skip to content

Commit

Permalink
+DjangoCommandMixin
Browse files Browse the repository at this point in the history
  • Loading branch information
jedie committed Oct 27, 2016
1 parent d0c791e commit 36c7a05
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.creole
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,15 @@ usage/tests:
* [[https://github.com/jedie/django-tools/blob/master/tests/test_unittest_utils.py|/tests/test_unittest_utils.py]]
=== DjangoCommandMixin

Helper to run shell commands. e.g.: "./manage.py cms check"

usage/tests:

* [[https://github.com/jedie/django-tools/blob/master/tests/test_unittest_django_command.py|/tests/test_unittest_django_command.py]]
=== DOM compare in unittests

The Problem:
Expand Down Expand Up @@ -296,6 +305,8 @@ to:

== history

* **dev**
** add DjangoCommandMixin
* v0.30.2 - 05.10.2016 - [[https://github.com/jedie/django-tools/compare/v0.30.1...v0.30.2|compare v0.30.1...v0.30.2]]
** Bugfix Python 2 compatibility
* v0.30.1 - 26.08.2016 - [[https://github.com/jedie/django-tools/compare/v0.30.0...v0.30.1|compare v0.30.0...v0.30.1]]
Expand Down

0 comments on commit 36c7a05

Please sign in to comment.