* **Breaking change:** Remove `girder_utils.models` * This fixes a bug where the deprecation warning in the compatibility file was getting triggered by Django's auto-importing of every app's `models` module, causing false positives.
0.9.0
* Rename `girder_utils.models` to `girder_utils.db` * Importing from `girder_utils.models` is deprecated, but will still work * Make `girder_utils` an installable Django app * Add a template tag, `getitem`, for getting a value from a mapping with a variable
0.8.0
* Add a `Link` header to paged results * Fix a bug with `JSONObjectField` initialization
0.7.4
* Fix a bug when passing an `expiration` to `storages.expiring_url` while using `S3Boto3Storage`
0.7.3
* Revert "Make `ReadonlyInlineMixin.get_readonly_fields` more robust"