Skip to content

Releases: palewire/django-bakery

0.13.4

27 Apr 11:27
Compare
Choose a tag to compare

0.13.3

27 Apr 11:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.13.2...0.13.3

0.13.2

14 Mar 17:03
a3923c9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.13.1...0.13.2

0.13.1

06 Sep 18:36
42f1486
Compare
Choose a tag to compare

Full Changelog: 0.13.0...0.13.1

0.13.0

06 Sep 18:19
a733de8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.12.7...0.13.0

v0.12.4

16 Jan 13:55
Compare
Choose a tag to compare
  • Moved fs config from the AppConfig's out of the ready method and set it as a base attribute on the class.

v0.12.0

27 Dec 00:33
Compare
Choose a tag to compare
  • Refactored the build methods to write to files using the PyFilesystem interface

v0.10.5

20 Nov 04:16
Compare
Choose a tag to compare
  • Added get_view_instance method to the build command to allow for more creative subclassing.

v0.9.3

12 Apr 19:19
Compare
Choose a tag to compare
  • Restored RedirectView boto code after upgrading it to boto3.

v0.9.1

31 Mar 20:16
Compare
Choose a tag to compare
  • Added S3_ENDPOINT_URL for boto3 configuration and a fallback so we can continue to support the boto convention of S3_AWS_HOST