++++++++++++++++++
- Flaky for Nose will now rerun tests using the ``afterTest`` plugin hook, rather than the ``stopTest`` hook.
The ``afterTest`` hook is called slightly later in the test run process; this change allows flaky to be used
with `TestCase` subclasses that override the test run process, and do teardown after ``stopTest`` is called.
In particular, this means that flaky is now compatible with Django's ``LiveServerTestCase``.