Releases: sdelements/django-security
Releases · sdelements/django-security
1.0.4
1.0.3
What's Changed
- Making sure the cache key accepts any data by @brnosouza in #110
Full Changelog: 1.0.2...1.0.3
1.0.2
- 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
1.0.0
What's Changed
- Change versions to match by @thomasjbradley in #94
- docs: Fix a few typos by @timgates42 in #95
- Python 3.12 & Django 4.2 upgrade by @SunnyR in #97
New Contributors
- @thomasjbradley made their first contribution in #94
- @SunnyR made their first contribution in #97
Full Changelog: 0.14.0...1.0.0