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.
| commit 61: | f67107509ea1 |
| parent 60: | a8b5bb82bc9b |
| branch: | default |
| tags: | 1.1 |
Getting ready for 1.1 release
17 months ago
Changed (Δ502 bytes):
raw changeset »
CHANGELOG (13 lines added, 1 lines removed)
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' |
|
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 |
