Release 0.10
------------
* Add support to python 3.9
* Add support to django 3.2, 4.0
* Added ip to flat attachment and attachment


Release 0.9
-----------
* Update attachment upload post to be atomic


Release 0.8
-----------
* Add support to python 3.8
* Remove support to python 3.6
* Add support to django 3.0 and 3.1
* Remove support to django 2.1

Release 0.7
-----------
* Remove update endpoint

Release 0.6.1
-------------
* Add AttachmentPermissions that can be overwritten

Release 0.6.0
-------------
* Add group field to FileType
* Add Django 2.2 compliance

Release 0.5.1
-------------
* Better handling of attachments in admin views


Release 0.5.0
-------------
* Add SafeFileValidator


Release 0.4.2
-------------
* Handle None values in str format in initial data for attachment fields


Release 0.4.1
-------------
* Fix issue with file_type_id not showing up in attachment list result set


Release 0.4.0
-------------
* Add file_type_id to attachment list result set
* Able to filter on attachment list


Release 0.3.0
-------------
* Allow Attachments to be updated in admin


Release 0.2.6
-------------
* Ensure File Type record is exists when attempting to create attachment

Release 0.2.5
-------------
* Remove 'source' value from flat serializer
* Update parsers for attachment upload views
* Add more tests
* Add check that test coverage grater than 95%


Release 0.2.4
-------------
* Handle `TypeError` gracefully in attachment validation (CH7200)
