Skip to content

Tags: ifanrx/django-tastypie

Tags

v0.14.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Github actions badge (django-tastypie#1633)

* Test github actions badge
* stop letting coveralls break builds for 0% change

v0.14.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Django 3.0 support (django-tastypie#1603)

* Fix broken imports, some warnings

* Fix tests broken by changed single-quote escaping

* Loosen number of queries assertion to allow less than, as django 3.0 optimized away one query

* Update travis to run against django 3.0

* flake8

* Compat for contextmanager

* contextmanager didn't move, IDE was confused

* Build docs on 2.2 until gdal bug fixed

* Get debug output from travis about currently installed packages

* Fix less-than assertion

* Temporarily skip building docs under django 3.0

* Fix exclusion-by-env line

* Undo attempt to workaround GDAL; exclusion line isn't going to work

* Revert useless exclusion attempt

* Attempt updating gdal from PPA

* Try building on bionic

* Drop 3.5 support for Django 3.0

* Try other specifier for mod_spatialite

* Exclude python 3.5 from django 3.0 matrix

* Fix for force_str vs force_text under python 2

* Missing django for py35-docs

* Fix examples using render_to_response (deprecated) in docs

* Update docs, version, release notes

v0.14.2

Fix missing release notes

v0.14.1

Bump version number to release to PyPI

v0.14.0

Bump version number

v0.13.3

Updating for v0.13.3 release.

v0.13.2

Updating for v0.13.2 release.

v0.13.1

Version bump for v0.13.1.

v0.13.0

Release for v0.13.0. Added missing release notes for v0.12.2 (django-…

…tastypie#1345).

v0.12.2

Django 1.8 Compatability