Skip to content

Releases: sdelements/django-security

1.0.4

21 Aug 01:15
4300c19
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.3...1.0.4

1.0.3

01 Aug 19:37
875c78b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.2...1.0.3

1.0.2

25 Jul 20:11
8a37130
Compare
Choose a tag to compare
  • Update profiling middleware to log to a separate namespace than the rest of the package. Profiling logs will now go to the "profiling" namesapce.
  • Fix error in auth_throttling middleware when an user attempts to log in with a username containing unicode characters

1.0.1

07 Jun 23:54
Compare
Choose a tag to compare

What's Changed

  • Auto build and publish docs on Read the Docs

Full Changelog: 1.0.0...1.0.1

1.0.0

07 Jun 22:13
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.14.0...1.0.0

0.14.0

03 Jun 07:02
e464b8b
Compare
Choose a tag to compare

Add ReferrerPolicyMiddleware to support Referrer-Policy header.

0.13.1

24 Feb 16:35
Compare
Choose a tag to compare

Add support for both report-only and content-security CSP headers
Bump version in setup.py for RTD

0.10.0

01 May 16:45
40a3e8c
Compare
Choose a tag to compare

date time fields are serialized as strings before being put into session now