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 136: | 7eff422cf808 |
| parent 135: | 215dfcbb7882 |
| branch: | default |
| tags: | 1.5 |
Getting ready for 1.5 release
8 months ago
Changed (Δ608 bytes):
raw changeset »
CHANGELOG (14 lines added, 0 lines removed)
setup.py (1 lines added, 1 lines removed)
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 |
