Commit graph

8 commits

Author SHA1 Message Date
rodent
a7b568d574 Removing python26. EOL'd quite some ago and discussed a couple times on
tech-pkg@ and pkgsrc-users@.
2015-04-13 23:12:40 +00:00
joerg
809bab703e py-django no longer supports Python 2.6, follow. 2015-01-07 14:53:41 +00:00
wiz
3ec156f142 Improve EGG_NAME default to work for packages with '-' in their name.
Remove now unnecessary overrides in various packages.
2014-12-31 13:57:25 +00:00
rodent
cc7ddf91c7 v0.12.1
=======

This release is a small bugfix release, specifically to remove accidentally
added files in the Wheel release.
2014-12-03 22:55:29 +00:00
rodent
81a1308f99 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-11-09 21:57:00 +00:00
wiz
66df72f2bc Use versioned_dependencies also for python-digest. 2014-06-09 12:23:00 +00:00
jperkin
0b675dc2dd Fix PKGNAME of python3 python-digest dependency. 2014-06-09 10:52:47 +00:00
rodent
291ba91122 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.
2014-06-02 05:12:35 +00:00