Releases: palewire/django-bakery
Releases · palewire/django-bakery
v0.8.0
- Added new date-based archive views BuildableArchiveIndexView, BuildableYearArchiveView, BuildableMonthArchiveView, BuildableDayArchiveView
- get_url method on the BuildableDetailView now raises a ImproperlyConfigured error
- Refactored views into separate files
v0.7.8
- Improved error handling and documentation of BuildableDetailView's
get_url
method.
v0.7.7
- Patch provided backwards compatibility to a previous boto bug fix.
v0.7.6
- Patched
set_kwargs
to override the key name of the slug when it is configured by the detail view's slug_field
setting
v0.7.5
- BAKERY_CACHE_CONTROL settings variable and support
- Better tests for publish and unpublish
- Delete operations in publish and unpublish command breaks keys into batches to avoid S3 errors on large sets
v0.7.4
- Fixed
content_type
versus mimetype
bug in the static views for Django 1.7 and 1.8
- A few other small Python 3 related bugs
v0.7.3
- Added a
--no-delete
option to the publish
management command.
- Fixed testing in Django 1.7
v0.7.2
- Added
BuildableRedirectView
v0.6.4
- Added
BuildableFeed
for RSS support
v0.6.3
- Changed
AutoPublishingBuildableModel
to commit to the database before triggering a task
- Changed Celery tasks to accept primary keys instead of model objects