* django version of default_logging_dict * fixed bug in WRunner where empty test labels did not return all tests
0.4
* added utilities: * refetch_for_update * render_page * render_page_to_string * added model classes: * Counter * Lock * added model abstract class: * ValidatingMixin * re-ogranized testing structure to deal with migrations needed from the addition of the new concrete model classes
0.3
* added context processor extra_context
0.2
* added a new DiscoverRunner implementation: WRunner