* implemented `from_django_request` classmethod for creating `OGCRequest` objects from django request objects.
0.3.0
---------------------
Changed ~~~~~~~
* improves development documentation section * `ogc_query_params` now can handle multi value queryparams and only returns ogc queryparams that are present with a value.
Removed ~~~~~~~
* `params_lower` property from `OGCRequest` model.
0.2.0
---------------------
Added ~~~~~
* test cases for testing iso metadada mapper
Changed ~~~~~~~
* refactors xml mapper for iso metadata to implement a better abstraction view on it