* fixes csw mapper and test cases which are not running
0.8.0
---------------------
Added ~~~~~
* attributes to `GetRecordsResponse` mapper
0.7.1
---------------------
Fixed ~~~~~
* wrong usage of `len` function inside `get_constraint`
0.7.0
---------------------
Changed ~~~~~~~
* `get_constraint` function of csw client now supports multiple `record_types`. Now it is possible to filter by multiple type_names.
0.6.0
---------------------
Added ~~~~~ * on `ogc_request` model: . `filter_constraint` function to get a django filter from `csw constraint` . `is_csw` property . `is_get_records_request` property . `is_describe_record_request` property . `is_get_record_by_id_request` property
0.5.4
---------------------
Fixed ~~~~~
* Inheritance order of `mixins` which calls `transform_to_model`. Customized `transform_to_model` function of mixins was not called cause of the inheritance order.