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

Changed (Δ502 bytes):

raw changeset »

CHANGELOG (13 lines added, 1 lines removed)

Up to file-list CHANGELOG:

2
2
django-roa changelog
3
3
====================
4
4
5
Version 1.1, 28 February 2008:
6
------------------------------
7
8
* Add support for Groups and Permissions in remoteauth application (still
9
  depends on builtin Django's ContentTypes).
10
* Add support for ModelForms with complex relations.
11
* Add an example to document the use of a custom serializer.
12
* Update py-restclient to the latest revision.
13
* Backward incompatible changes: RemoteUser model has been renamed to User and
14
  ROAUserManager to UserManager to be consistent with the existing auth app.
15
16
5
17
Version 1.0, 23 January 2008:
6
18
-----------------------------
7
19
8
20
* Add support for many-to-many relations.
9
* Warning: Many-to-many relations depends on Django' issue #10109, apply the 
21
* Warning: Many-to-many relations depends on Django's issue #10109, apply the 
10
22
  attached patch if you need it.
11
23
* Update py-restclient to 1.1.4.
12
24