You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@
5
5
* Add related urls support. See [usage docs](docs/usage.md#related-urls)
6
6
* Replaced binary `drf_example` sqlite3 db with a [fixture](example/fixtures/drf_example.yaml). See [usage docs](docs/usage.md#running-the-example-app).
7
7
* Add optional [jsonapi-style](http://jsonapi.org/format/) sort filter backend. See [usage docs](docs/usage.md#filter-backends)
8
+
* For naming consistency, renamed new `JsonApi`-prefix pagination classes to `JSONAPI`-prefix.
9
+
* Deprecates `JsonApiPageNumberPagination` and `JsonApiLimitOffsetPagination`
0 commit comments