Skip to content

Releases: sdelements/django-security

1.1.4

06 Nov 17:03
87ce85e

Choose a tag to compare

Re-lock dependencies, bump to version 1.1.4 (#132)

1.1.3

03 Oct 16:02
ff6a33b

Choose a tag to compare

Re-lock dependencies, bump to version 1.1.3 (#131)

1.1.0

02 May 17:23
90736a8

Choose a tag to compare

Add query params to login redirect (#129)

* add query params to login redirect
* fix pipeline and tests
* version bump to 1.1.0

1.0.5

06 Jan 18:22
55582c5

Choose a tag to compare

  • Fix django and jinja CVEs

Full Changelog: 1.0.4...1.0.5

1.0.4

21 Aug 01:15
4300c19

Choose a tag to compare

What's Changed

Full Changelog: 1.0.3...1.0.4

1.0.3

01 Aug 19:37
875c78b

Choose a tag to compare

What's Changed

Full Changelog: 1.0.2...1.0.3

1.0.2

25 Jul 20:11
8a37130

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

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

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

Choose a tag to compare

Add ReferrerPolicyMiddleware to support Referrer-Policy header.