Django-easy-audit

Latest version: v1.3.7

Safety actively analyzes 706267 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 10

1.3.2a1

Thanks to all for your hard-work in fixing the compatibility story on newer versions of django and python, as well as your patience and persistence in lighting a fire to get this out.

198 rolls up all of the fixes and is built upon 184 and 185 so as we can see, this was quite a group effort.

Thank you to jkarstens tian-yi and serl for your contributions so far.

`v1.3.2a1` is up on PyPI (you must check the releases page in order to see pre-releases), and in order for pip to grab it (CLI or requirements file), you _must_ specify the version you're seeking to install, otherwise you'll get the latest _stable_ release, which is behind this.

`v1.3.2` proper will be released as soon as we get :+1: from the community.

1.3.1a1

Adds Russian translation and additional`CRUDEvent` event types. Thansk Real-Gecko

1.3.0

1.3.0a5

Accidentally kept a tracemalloc import in the tests module, and apparently that is not available in pypy3! So, new version, but if you're not on pypy, you're fine with v.1.3.0a4 (or until we release officially).

1.3.0.a4

Adds `ASGI` support via 147 so `RequestEvent` will work on WSGI and ASGI. `async` views (`async def`, not `async` as in "asgi") are not explicitly tested at this time. The changes made were in the signal handler and the middleware (the middleware will function correctly in ASGI and WSGI -- it does not support async at this time, which django is fine with no matter what). Should your view be run via async, please test ahead of time and we should be able to support that use case (if things break).

1.3.0a3

nothing "new" since v.1.3.0a2, but had forgotten to remove the django < 2.2 and py < 35 tests on travis. We support 2.2-3, and thus officially py35-38.

Page 5 of 10

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.