Releases: codingjoe/django-pictures
Releases · codingjoe/django-pictures
1.3.3
What's Changed
- Fix UnboundLocalError: cannot access local variable 'url' by @codingjoe in #178
Full Changelog: 1.3.2...1.3.3
1.3.2
1.3.1
What's Changed
- Support multiple aspect ratios in DRF and fallback to field definition by @codingjoe in #173
Full Changelog: 1.3.0...1.3.1
1.3.0
What's Changed
- Update PictureField to support multiple aspect_ratios and file_types by @codingjoe in #156
- Improve type annotations by @truongvan in #167
- Add explicity CodeCov token by @codingjoe in #170
- Fix caching issue on empty dimention fields by @codingjoe in #172
- Improve migration performance by @codingjoe in #169
Full Changelog: 1.2.2...1.3.0
1.2.2
What's Changed
- Fix container width fallback for DRF field by @codingjoe in #155
- Bump black from 23.12.1 to 24.1.1 by @dependabot in #151
- Switch lint dependencies to pyproject.toml by @codingjoe in #157
Full Changelog: 1.2.1...1.2.2
1.2.1
1.2.0
What's Changed
- Add official Python 3.12 support by @codingjoe in #133
- Resolve #145 -- Add documentation for grid arguments by @codingjoe in #146
- Resolve #122 -- Add Django-RQ support for async image processing by @krtko1 in #124
New Contributors
Full Changelog: 1.1.3...1.2.0
1.1.3
1.1.2
What's Changed
- Use DRF field_name not source as GET param prefix as documented by @codingjoe in #117
Full Changelog: 1.1.1...1.1.2
1.1.1
What's Changed
- Fix ValueError for DRF fields if field value is blank by @codingjoe in #116
Full Changelog: 1.1.0...1.1.1