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 122: | 3481b645c057 |
| parent 121: | b9938bcba573 |
| branch: | default |
| tags: | 1.4 |
Getting ready for 1.4 release
12 months ago
Changed (Δ585 bytes):
2 |
2 |
Django-ROA's changelog |
3 |
3 |
====================== |
4 |
4 |
|
5 |
Version 1.4, 15 September 2009: |
|
6 |
------------------------------- |
|
7 |
||
8 |
* Support for named relations. |
|
9 |
* Support for proxy models. |
|
10 |
* Fix a bug to deal with ModelForms |
|
11 |
* Switch from restclient to the latest tip of restkit (>0.8.2) |
|
12 |
* Update piston to the latest tip (>0.2.3rc1) |
|
13 |
* Introduce a new settings, ROA_HEADERS, to specify headers sent to the server |
|
14 |
* Better errors' feedback from the server |
|
15 |
||
16 |
||
5 |
17 |
Version 1.3, 25 May 2009: |
6 |
18 |
------------------------- |
7 |
19 |
