Skip to content

Latest commit

 

History

History
67 lines (41 loc) · 1.58 KB

CHANGELOG.md

File metadata and controls

67 lines (41 loc) · 1.58 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • Added support for ASGI/async

Removed

  • Dropped support for Django 3.1

Added

  • Added support for Django 2.2, 3.1 and 3.2

Removed

  • Dropped support for Django 1.11, 2.0 and 2.1

Added

  • Added support for Django 2.1

Removed

  • Dropped support for Django 1.8, 1.9 and 1.10

Changed

  • Improved .travis.yml

Added

  • Added setup.cfg with the license_file keyword, ensuring that the actual LICENSE file is also installed when using pip install

Changed

  • Behaviour change: Prior to 0.2.0 the UserForeignKey field had editable set to False only if auto_user == True. Since 0.2.0 editable is set to False if auto_user == True or auto_user_add == True

Added

  • Added support for Django 2.0

Added

  • Initial Release on PyPi