diff options
author | rodent <rodent> | 2014-11-09 21:57:00 +0000 |
---|---|---|
committer | rodent <rodent> | 2014-11-09 21:57:00 +0000 |
commit | 5245e787fffe3f4ffc93d97c925f428e87001c01 (patch) | |
tree | c1c14b2275af3f9de1eaaaa91433753f89235a0f /www/ap2-jk | |
parent | cd3e50b9cdc57c57cacd4c3ad0195d78c2746651 (diff) | |
download | pkgsrc-5245e787fffe3f4ffc93d97c925f428e87001c01.tar.gz |
v0.12.0
=======
This release adds official support for both Django 1.7, as well as
several bugfixes.
.. warning::
If you were previously relying on importing the ``User`` model from
``tastypie.compat``, this import will no longer work correctly. This was
removed due to the way app-loading works in Django 1.7 & no great solution
for dodging this issue exists.
If you were using either of::
from tastypie.compat import User
from tastypie.compat import username_field
Please update your code as follows::
from tastypie.compat import get_user_model
from tastypie.compat import get_username_field
Bugfixes
--------
* Drastic reworking of the test suite. (SHA: 95f57f7)
* Fixed Travis to run Python 3.4 tests. (SHA: 7af528c)
* Fixed a bug where URLs would be incorrectly handled if the ``api_name`` &
``resource_name`` were the same. (SHA: fd55aa3)
* Fixed a test requirement for PyYAML. (SHA: b4f6531)
* Added support for Django 1.7. (SHA: 7881bb6)
* Documentation updates:
* Fixed header in ``tools.rst``. (SHA: f8af772)
* Fixed header in ``resources.rst``. (SHA: 9508cbf)
Diffstat (limited to 'www/ap2-jk')
0 files changed, 0 insertions, 0 deletions