-
Notifications
You must be signed in to change notification settings - Fork 6
/
CHANGELOG.txt
31 lines (29 loc) · 1.67 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
2015-03-02 Olivier Cortès <[email protected]>
* first official release, versioned “1.0”
* refreshed `README.md` with tested installation from scratch.
* updated `dataserver/*settings.py*` to reflect installation needs, with
some more new comments for newcomers to (hopefully) understand better.
* removed apps : deal,
* deactivated apps : alambic (exact status to be cleared later)
* new apps :
+ ucomments : REST API over django-comments (@freddylimpens)
* updated apps :
+ scout (@glibersat) :
- add a new `Place` model (from http://schema.org/Place),
that contains the previously defined `PostalAddress`.
+ projects (@atiberghien, @glibersat) :
- model changes :
* `ProjectSheetSuggestedItem` becomes `ProjectSheetQuestionAnswer`,
* `Project.location` is now a FK to `Place`, no more to `PostalAddress`,
thus `project.location.address` gives the previous value.
- API resources names changes:
project → project/project
projectsheettemplate → project/sheet/template
projectsheetquestion → project/sheet/question
projectsheetsuggesteditem → project/sheet/question_answer
projectsheet → project/sheet/projectsheet
+ commons (@SimonSarazin):
- models split into multiple files
- new fields added to projects (this will be cleaned up in next release),
- new `prestation` related models to commons method modelization.
* refreshed `requirements` with stable releases following, where possible.