- Better support for Django 1.6 and Django 1.7 - Dropped support for Django 1.2 and Django 1.3 - Use `model_name` in favour of `module_name` if available (deprecation in Django 1.6) - DateTimeFields now utilize the auto_now=True kwarg - Travis now tests on Django 1.6/Django 1.7
0.7.3
- Bump ModelDict version to handle expiration in Celery tasks.
0.7.2
- Correct issue with trying to serialize datetime objects.
0.7.1
- Changed the behavior of gargoyle.testutils.switches to monkey patch the is_active method which should solve scenarios where switches are reloaded during the context.
0.7.0
- Added confirmation message for enabling switches globally. - Added date modified and sorts for switches on index view.