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: 560.7 KB): HTTPS / SSH
$ hg clone http://code.welldev.org/django-roa

Changed (Δ608 bytes):

raw changeset »

CHANGELOG (14 lines added, 0 lines removed)

setup.py (1 lines added, 1 lines removed)

Up to file-list CHANGELOG:

2
2
Django-ROA's changelog
3
3
======================
4
4
5
Version 1.5, 7 January 2010:
6
----------------------------
7
8
* Support for Django 1.2 alpha, no more patch required.
9
* Handle ManyToMany relations only with the required "through" argument,
10
  it allows you to define a URL for this resource.
11
* Update restkit to the latest tip (>0.9.2)
12
* Update piston to the latest tip (>0.2.3rc1)
13
* Deprecate "remoteauth" application for now, mapping of M2M relations is not
14
  fully compatible, you should still be able to use the User model though but
15
  Permissions and Groups' relation will not be correct anymore.
16
  This is still a work in progress, suggestions welcome!
17
18
5
19
Version 1.4, 15 September 2009:
6
20
-------------------------------
7
21

Up to file-list setup.py:

@@ -10,7 +10,7 @@ except ImportError:
10
10
11
11
setup(
12
12
    name = 'django-roa',
13
    version = '1.4',
13
    version = '1.5',
14
14
    url = 'http://code.welldev.org/django-roa/wiki/Home',
15
15
	download_url = 'http://code.welldev.org/django-roa/downloads/',
16
16
    license = 'BSD',