- Primary keys of related objects other than Integers (such as UUIDs) are now supported.
1.5
-----------------
- Dropped support for Python 3.4. - Added suport for Python 3.8. - Django 3.0 compatibility and tests. - Django 2.2 compatibility and tests.
1.4.1
-------------------
- The templatetags now allow an optional `next` parameter.
1.4
-----------------
- Dropped Support for Django <=1.10. - Fixed 'next' URL argument redirect.
1.3.1
--------------------
- Django 2.1 and Python 3.7 support. - General code cleanup.
1.3
------------------
- Added a missing database migration. - New templatetag ``attachments_count``. - New setting ``DELETE_ATTACHMENTS_FROM_DISK`` to delete attachment files if the attachment model is deleted. - New setting ``FILE_UPLOAD_MAX_SIZE`` to deny file uploads exceeding this value.