2014-12-31 14:57:34 by Thomas Klausner | Files touched by this commit (125) |
Log message:
Improve EGG_NAME default to work for packages with '-' in their name.
Remove now unnecessary overrides in various packages.
|
2014-12-03 23:55:29 by Blue Rats | Files touched by this commit (2) |
Log message:
v0.12.1
=======
This release is a small bugfix release, specifically to remove accidentally
added files in the Wheel release.
|
2014-11-09 22:57:00 by Blue Rats | Files touched by this commit (3) | |
Log message:
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)
|
2014-06-09 14:23:00 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Use versioned_dependencies also for python-digest.
|
2014-06-09 12:52:47 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
Fix PKGNAME of python3 python-digest dependency.
|
2014-06-02 07:12:35 by Blue Rats | Files touched by this commit (5) |
Log message:
Import py27-django-tastypie-0.11.1 as www/py-django-tastypie.
A flexible & capable API layer for Django.
Creating delicious APIs for Django apps since 2010.
|