Skip to content

Releases: palewire/django-bakery

v0.8.0

20 Mar 05:00
Compare
Choose a tag to compare
  • 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

07 Feb 02:52
Compare
Choose a tag to compare
  • Improved error handling and documentation of BuildableDetailView's get_url method.

v0.7.7

21 Jan 02:03
Compare
Choose a tag to compare
  • Patch provided backwards compatibility to a previous boto bug fix.

v0.7.6

11 Dec 23:52
Compare
Choose a tag to compare
  • 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

14 Aug 21:39
Compare
Choose a tag to compare
  • 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

10 Jun 00:34
Compare
Choose a tag to compare
  • 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

16 Jan 18:09
Compare
Choose a tag to compare
  • Added a --no-delete option to the publish management command.
  • Fixed testing in Django 1.7

v0.7.2

16 Jan 18:10
Compare
Choose a tag to compare
  • Added BuildableRedirectView

v0.6.4

27 Jun 23:39
Compare
Choose a tag to compare
  • Added BuildableFeed for RSS support

v0.6.3

20 Jun 18:01
Compare
Choose a tag to compare
  • Changed AutoPublishingBuildableModel to commit to the database before triggering a task
  • Changed Celery tasks to accept primary keys instead of model objects