Fixes a bug in `daydreamer.core.urlresolvers.reverse()` where the `qualified` argument was not properly honored because of a typo (still needs tests)
0.0.2a
Adds an inheritance structure to base views that helps ensure that requests are processed by inherited view classes in a semantically correct order. Provides a view behavior class for all of Django's view decorators. The view code has 100% test coverage.
0.0.1a
This initial release includes base view class enhancements and authentication view decorator mixins. The view code has 100% test coverage.