- Added Jenkinsfile for automatic testing on the new https://jenkins.lizard.net
- Removed travis.yml file for https://travis-ci.org
- Made changes for Django 1.6.5 compatibility. 1.4 - 1.6.5 supported now.
- Add 'use_for_related_fields = True`. This secures lookups via ForeignKey.
- Added automatic testing with travis CI.
- Added example usage in README.rst.
- Fix bug where object permissions weren't checked correctly
- Added FilteredGeoObject manager.
- Added spatialite db for tests.
- Added south dependency.
- Removed traces of lizard_ui which is no dependency.
- Added missing translations.
- 100% test coverage.
- Added a whole lot of documentation.
- Added models, object manager, admin, authentication backend and middleware.
- Added definition of terms to the README.
- Initial library skeleton created by nensskel.