Saturday, August 29, 2015¶
I started to work on #363 and used that occasion to optimize
the API for defining filter parameters: added a new method
get_simple_parameters
. This method is now
preferred over the simple_parameters
attribute because it
enables us to write inheritage cascades. And it can be defined either
on the model or on the table.
Added some first test cases for filter parameters to aids : Aid grantings. Added two virtual fields “Number of adults” and “Number of children”.