Releases: django-tastypie/django-tastypie
Releases · django-tastypie/django-tastypie
v0.15.1
v0.15.0
What's Changed
- Keep GitHub Actions up to date with GitHub's Dependabot by @cclauss in #1674
- Bump the github-actions group with 2 updates by @dependabot in #1675
- Pin Sphinx to last known working version for now by @georgedorn in #1682
- Fix race condition between POST / PATCH resources by using update_fields... by @quietlyconfident in #1151 Rebuilt against v0.14.7. by @georgedorn in #1671
- Use non-deprecated assertion methods by @s-t-e-v-e-n-k in #1667
- Django 5.1 support by @georgedorn in #1673 and #1684
New Contributors
- @cclauss made their first contribution in #1674
- @dependabot made their first contribution in #1675
- @s-t-e-v-e-n-k made their first contribution in #1667
Full Changelog: v0.14.7...v0.15.0
v0.14.7
What's Changed
- Add in support for Django 5.0 by adding in compat functionality for datetime_safe by @chander in #1666
Full Changelog: v0.14.6...v0.14.7
v0.14.6
What's Changed
- Django4.2 by @georgedorn in #1645
- Remove unused mock library from test requirements by @georgedorn in #1647
- Django 4.2 compatibility by @georgedorn in #1655
- Fixed crash when missing CSRF token cookie in SessionAuthentication by @FrancoisDupayrat in #1652
- Fix flake8, update docs, fix RTD builds by @georgedorn in #1661
New Contributors
- @FrancoisDupayrat made their first contribution in #1652
Full Changelog: v0.14.5...v0.14.6
v0.14.5 (Django 4.1)
Django 4.1 support.
v0.14.4 (Django 4.0)
Django 4.0 support.
Tastypie v0.14.3 (Django 3.0)
- Python 2.7+ or Python 3.4+ (Whatever is supported by your version of Django)
- Django 1.11, 2.2 (LTS releases) or Django 3.0 (latest release)
This is the last version that will explicitly support Python 2.x, which has reached EOL.
v0.14.2
Django 2.1 support.
v0.14.1
Django 2.0 support.
v0.14.0
Django 1.11 support.