Skip to content

Releases: palewire/django-bakery

v0.9.0

30 Mar 16:59
Compare
Choose a tag to compare
  • Replaced boto dependency with boto3 and refactored publish command to adjust
  • More verbose logging of gzipped paths during build routine
  • Reduced some logging in management commands when verbosity=0
  • Added testing for Django 1.11

v0.8.14

24 Mar 00:09
Compare
Choose a tag to compare
  • Management command drops six.print for self.output.write
  • Only strip first slash of urls with lstrip

v0.8.12

16 Jan 05:55
Compare
Choose a tag to compare
  • Added create_request method to the base view mixin so there's a clearer method for overriding the creation of a RequestFactory when building views. (via @clintonb)

v0.8.10

19 Aug 05:32
Compare
Choose a tag to compare

v0.8.9

09 Aug 18:27
Compare
Choose a tag to compare
  • Removed CommandError exception handling in build command because errors should never pass silently, unless explicitly silenced.

v0.8.8

04 Aug 23:25
Compare
Choose a tag to compare
  • Django 1.10 support and testing

v0.8.7

10 Jul 00:27
Compare
Choose a tag to compare
  • get_month and get_year fix on the month archive view

v0.8.6

09 Jul 23:48
Compare
Choose a tag to compare
  • get_year fix on the year archive view.

v0.8.5

09 Jul 23:49
Compare
Choose a tag to compare
  • get_absolute_url bug fix on detail view.

v0.8.2

08 Apr 23:36
Compare
Choose a tag to compare
  • Upgraded to Django new style of management command options.