ArnAud
942826e5e6
LeClass.fieldlist() returns a list
9 years ago
ArnAud
a3f7cf3fa0
leapi: helper leo_class() to get class of a lodel object
9 years ago
ArnAud
c3bfb07246
group for SQL group not groups
9 years ago
Yann Weber
cf691c6538
Add a test on LeCrud.select() method (test order, groups, limit and offset arguments) + small bugfixes
9 years ago
ArnAud
b1b13f4afa
crud, SQL: implement order, group, limit and offset in get() request
9 years ago
Yann Weber
117ecad86a
Bugfix in super calls + tests modification given modifications in _prepare_filters
9 years ago
ArnAud
24888085e9
crud.get(): automatic filter for classes and types instances
9 years ago
Yann Weber
b54e46a09b
Update _LeClass __init__ + first test for LeRel2Type
9 years ago
Yann Weber
61786cc71e
Updated generated code with LeRel2Type child classes
9 years ago
Yann Weber
52cbce9865
Changed LeFactory generated code (again) + Bugfix on LeCrud + more tests and tests update
9 years ago
Yann Weber
1558dcf519
Updated LeFactory. Now generating LeClass and LeType from _LeClass and _LeType
9 years ago
Yann Weber
432de540e9
Implementing get and tools functions in LeCrud (deleting most of them from _LeObject)
Skipping a lot of tests
9 years ago
Yann Weber
e335019f79
Renamed the package leobject in leapi
9 years ago
Yann Weber
0d88ebca62
Add relation modification methods to LeType
9 years ago
Roland Haroutiounian
5738bb67cb
PEP8/Pylint on LeClass
9 years ago
Yann Weber
1c4e2ddba8
Some Doxygen comments fix
9 years ago
Yann Weber
c48147e732
Correct the _LeObject.get() method and add some methods to LeType
Now the _LeObject.get() method should be able to return LeType child classes instance
LeType has two new methods :
- LeTypes.datas() @property method that returns a dict(FIELDNAME:FIELDVALUE)
- LeType.populate() that fetch from datassource missing fieldvalues
9 years ago
Yann Weber
0c51d6a483
Added some class property to LeFactory generated classes to avoid Model calls
9 years ago
Yann Weber
215b51a566
[untested, dev] Updated the code for leobject, leclass and letype
This commit is in "work in progress state" all the code is not consistent
9 years ago
Yann Weber
896c061327
[LeFactory] changed the way LeType and LeClass stores fieldgroups, fields and fieldtypes
9 years ago