Skip to content

Releases: django-json-api/django-rest-framework-json-api

v4.1.0

08 Mar 18:14
1de9d18
Compare
Choose a tag to compare

See changelog for details

v4.0.0

30 Oct 20:13
200bf24
Compare
Choose a tag to compare

See changelog for details

v3.2.0

26 Aug 08:47
9c49b65
Compare
Choose a tag to compare

See changelog for details

v3.1.0

11 Feb 16:29
8a02676
Compare
Choose a tag to compare

See changelog for details

v3.0.0

13 Oct 06:49
Compare
Choose a tag to compare

See changelog for details

v2.8.0

24 Jun 19:04
Compare
Choose a tag to compare

See changelog for details

v2.7.0

14 Jan 20:39
Compare
Choose a tag to compare

See changelog for details

v2.6.0

20 Sep 14:31
Compare
Choose a tag to compare

See changelog for details

v2.5.0

11 Jul 14:39
2619f45
Compare
Choose a tag to compare
  • Add new pagination classes based on JSON:API query parameter recommendations:
    • JsonApiPageNumberPagination and JsonApiLimitOffsetPagination. See usage docs.
    • Deprecates PageNumberPagination and LimitOffsetPagination
  • Add ReadOnlyModelViewSet extension with prefetch mixins
  • Add support for Django REST Framework 3.8.x
  • Introduce JSON_API_FORMAT_FIELD_NAMES option replacing JSON_API_FORMAT_KEYS but in comparison preserving
    values from being formatted as attributes can contain any json value.
    • JSON_API_FORMAT_KEYS still works as before (formatting all json value keys also nested) but is marked as deprecated
  • Performance improvement when rendering included data
  • Allow overwriting of get_queryset() in custom ResourceRelatedField

v2.4.0

11 Jul 14:56
Compare
Choose a tag to compare
  • Add support for Django REST Framework 3.7.x.
  • Add support for Django 2.0.
  • Drop support for Django 1.8 - 1.10 (EOL)
  • Drop support for Django REST Framework < 3.6.3
    (3.6.3 is the first to support Django 1.11)
  • Drop support for Python 3.3 (EOL)