Skip to content

Commit

Permalink
Update docs for v0.14.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
georgedorn committed Sep 4, 2018
1 parent c9f4ce6 commit b99c621
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ django-tastypie

Creating delicious APIs for Django apps since 2010.

Currently in beta (v0.14.1) but being used actively in production on several
Currently in beta (v0.14.2) but being used actively in production on several
sites.


Expand All @@ -35,7 +35,7 @@ Core
----

* Python 2.7+ or Python 3.4+
* Django 1.8, 1.11 or 2.0 (LTS releases)
* Django - 1.11 (LTS), 2.0 (LTS) or 2.1 - the last two LTS and the last incremental release are supported.
* dateutil (http://labix.org/python-dateutil) >= 2.1

Format Support
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Core
----

* Python 2.7+ or Python 3.4+
* Django 1.8, 1.11 (LTS releases) or Django 2.0 (requires Python 3.4+)
* Django 1.11 (LTS releases) or Django 2.0+ (requires Python 3.4+)
* dateutil (http://labix.org/python-dateutil) >= 2.1

Format Support
Expand Down
17 changes: 17 additions & 0 deletions docs/release_notes/v0.14.1.rst
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)
7 changes: 7 additions & 0 deletions docs/release_notes/v0.14.2.rst
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.

0 comments on commit b99c621

Please sign in to comment.