- Django 1.9 compatibility with the following changes:
- `add_to_builtins` was removed for Django 1.9, still available for Django < 1.9
- `GenericForeignKey` was moved to `compat.models` for Django 1.9, can still be imported from `compat` for Django < 1.9
- `{% load url from compat %}` was added
- Added a systematic feature overview in `docs/compatibility.py`, which is also displayed in the README
- `get_model`