Skip to content

Releases: palewire/django-bakery

v0.6.1

20 Jun 04:39
Compare
Choose a tag to compare
  • An AutoPublishingBuildableModel that is able to use a Celery job queue to automatically build and publish objects when they are saved
  • Refactored build management command to allow for its different tasks to be more easily overridden
  • Added a --keep-build-dir option to the build command.

v0.5.0

06 Jun 23:34
Compare
Choose a tag to compare
  • Refactored the publish and unpublish management commands to use boto instead of s3cmd.
  • build and publish management commands use file mimetypes instead of a regex on the filename to decide if a file will be gzipped.
  • publish management command includes --force and --dry-run uploads to force an upload of all file, regardless of changes, and to print output without uploading files, respectively.
  • publish management command now pools uploads to increase speed

v0.4.2

12 May 23:27
Compare
Choose a tag to compare
  • Added a get_content method to all of the buildable views to make it easier to build pages that don't require a template, like JSON outputs

v0.4.1

29 Apr 04:56
Compare
Choose a tag to compare
  • Bug fix with calculating Python version in the views in v0.4.0

v0.4.0

29 Apr 00:27
Compare
Choose a tag to compare
  • Added optional gzip support to build routine for Amazon S3 publishing (via @emamd)
  • Mixin buildable view with common methods

v0.3.0

04 Feb 19:37
Compare
Choose a tag to compare
  • Python 3 support
  • Unit tests
  • Continuous integration testing at TravisCI
  • Coverage reporting at Coveralls
  • PEP8 compliance
  • PyFlakes compliance