Yann Weber
10379c6a95
Fieldgroups are deleted
9 years ago
Yann Weber
fb848fd1dd
Begin to work on relations API but some problems appear
9 years ago
Yann Weber
0d88ebca62
Add relation modification methods to LeType
9 years ago
Yann Weber
7b0df11496
Removing rel2type fields and rel2type attributes fields from LeClass and LeType fields lists
9 years ago
Roland Haroutiounian
a904ac0a09
PEP8/Pylint on lefactory.py
9 years ago
Yann Weber
052ddd4ce8
Bugfixes in lefactory and letype
Deleted the classinstancemethod decorator because of inheritance problems (not sure they were real...)
Add a shortcut method to LeFactory to get the generated LeObject class
+ bugfixes
9 years ago
Yann Weber
1d29e95951
Add tests for LeObject + bufix
9 years ago
Yann Weber
1c4e2ddba8
Some Doxygen comments fix
9 years ago
Yann Weber
0be8db4d00
Complete the LeFactory generated code tests, add a __hash__ method for fieldtypes
9 years ago
Yann Weber
f029a95214
Add tests for LeFactory generated code
9 years ago
Yann Weber
0f0a636eac
Add LeObject._me_uid dict populate in LeFactory + code factorisation
9 years ago
Yann Weber
589d7f2eef
Changed the way LeFactory generates python code
Added a test on LeFactory generated code
9 years ago
Yann Weber
250aa9e0ff
Add a class attribute to LeObject that maps EditorialModel uid with LeType and LeClass python class
9 years ago
Yann Weber
6123d23be4
Update the _LeObject.get() method to handle relationnal filters
9 years ago
Yann Weber
0c51d6a483
Added some class property to LeFactory generated classes to avoid Model calls
9 years ago
Yann Weber
896c061327
[LeFactory] changed the way LeType and LeClass stores fieldgroups, fields and fieldtypes
9 years ago
Yann Weber
f27bb26f9a
Introduction of LeFactory and its generatePython method
LeFactory.generatePython() is a method that generate LeObject code and python classes for each EmClass and EmType in an EditorialModel
9 years ago