- Adding Django 4.2 into the matrix of tests replacing 4.2a1 - Adding Django 5 into the tox runner
1.0.12
Not secure
- Updating the README file with additional examples. - Adding in additional unit tests to improve coverage from 86% to 96%. - Adding Django 4.2 into the matrix of tests replacing 4.2a1 - Adding Django 5 into the tox runner
1.0.11
Not secure
- Adding Django 4.2a1 into the matrix of tests
1.0.10
Not secure
- Fixing an issue where ApiGatewayAdditionalRoute had a unique constraint on the route_key when it should have been a composite unique constraint on the api_gateway and the route_key
1.0.9
Not secure
- Fixing an issue within the dispatch method of the view where the route key was missing from the arg. Now continues with the checks.
1.0.8
Not secure
- Corrected the examples of the CSRF and Session values on the README file.