Releases: palewire/django-bakery
Releases · palewire/django-bakery
v0.9.0
- 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
- Management command drops six.print for self.output.write
- Only strip first slash of urls with lstrip
v0.8.12
- 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.9
- Removed
CommandError
exception handling in build
command because errors should never pass silently, unless explicitly silenced.
v0.8.8
- Django 1.10 support and testing
v0.8.7
get_month
and get_year
fix on the month archive view
v0.8.6
get_year
fix on the year archive view.
v0.8.5
get_absolute_url
bug fix on detail view.
v0.8.2
- Upgraded to Django new style of management command options.