forked from django-tastypie/django-tastypie
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c9f4ce6
commit b99c621
Showing
4 changed files
with
27 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
v0.14.1 | ||
======= | ||
|
||
:date: 2018-04-09 | ||
|
||
Added support for Django 2.0; minor bugs and regressions fixed. | ||
Adds abstract base classes for Resources - see documentation. | ||
Adds optimization for getting multiple objects by id in a single query. | ||
|
||
Bugfixes | ||
-------- | ||
|
||
* Add explicit error when ModelResource lacks object_class and queryset | ||
* Update urls to slumber and biplist | ||
* Alter length of URL field in ApiAccess model (to open-ended TextField) | ||
* Fix Advanced Filtering example in documentation (with unit test) | ||
* Fix regression in ToManyField.dehydrate with a null value. (#1544) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
v0.14.2 | ||
======= | ||
|
||
:date: 2018-08-20 | ||
|
||
Added support for Django 2.1; minor bugs and regressions fixed. | ||
Drops support for Django 1.8 LTS. |