David Larlet is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

david / django-roa http://welldev.org/

Turn your models into remote resources that you can access through Django's ORM. ROA stands for Resource Oriented Architecture.

Clone this repository (size: 579.8 KB): HTTPS / SSH
hg clone https://bitbucket.org/david/django-roa
hg clone ssh://hg@bitbucket.org/david/django-roa

django-roa / CHANGELOG

Tag
0.3
====================
django-roa changelog
====================

Version 0.3, 23 December 2008:
------------------------------

* Backward incompatible change: resource_url_id is no more defined in Meta 
  class, now you can define your own resource_url_detail property in your
  Model class. resource_url Meta attribute has been renamed as 
  resource_url_list for consistency.
* Bugfixes: RemoteQuerySet.count() and BooleanField works as expected.
* Better documentation, still need improvements.


Version 0.2, 15 December 2008:
------------------------------

Include restclient dependency.


Version 0.1, 12 December 2008:
------------------------------

Initial release.