- Initial commit
- Adds Jinja2 support
- Removes gnarly
print
- Adds
django-ace
to the admin
- Adds initial migrations
- Fixes Jinaj2 rendering bug
- Adds mptt, removes "TemplateBlock" model
- Various DB-vs-filesystem customizations moved to run-time code instead of top of level Django settings
- Drops requirement for
django_jinja
- Updates to support
django>=1.8
- Drops support
django<=1.7
- Removes historical usage of
django-annoying
, since it isn't even maintained enough to be migrated away from. This makestablets==0.6.0
incompatible for upgrade from earlier versions (without manual work altering your database), as earlier migrations are re-written.
- Uses django.template.Template.name attr when casting from Tablet record
- Improved duck-typing with actual Django templates
- Admin improvements
- Added pointer to original Tablet record to the returned Template