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 43: | 44ca10ae1a49 |
| parent 42: | d8ba020d999f |
| branch: | default |
| tags: | 0.8 |
Getting ready for 0.8 release
20 months ago
Changed (Δ570 bytes):
raw changeset »
CHANGELOG (14 lines added, 0 lines removed)
2 |
2 |
django-roa changelog |
3 |
3 |
==================== |
4 |
4 |
|
5 |
Version 0.8, 7 January 2008: |
|
6 |
------------------------------ |
|
7 |
||
8 |
* Add support for admin options except search_fields because of advanced |
|
9 |
querysets based on Q objects. |
|
10 |
* Support for ManyToMany relations in progress. |
|
11 |
* Warning: trunk version of Django is required for now, prior to revision 9695 |
|
12 |
in order to handle FloatFields |
|
13 |
* Bugfixes: ROA_URL_OVERRIDES_* settings are optionnal and ForeignKey fields |
|
14 |
should work as expected. |
|
15 |
* Backward incompatible change: admin classes must inherit from |
|
16 |
django_roa.ModelAdmin to be consistent (see documentation and example). |
|
17 |
||
18 |
||
5 |
19 |
Version 0.7, 2 January 2008: |
6 |
20 |
------------------------------ |
7 |
21 |
