Skip to content

Releases: valentinogagliardi/django-monitus

1.0.0

28 Dec 10:41
Compare
Choose a tag to compare

Initial work on async middlewares. Error403EmailsMiddleware is now able to use asyncio tasks for sending emails when it runs under ASGI.

0.0.6

21 Dec 22:17
Compare
Choose a tag to compare
send emails only if the form has errors; test against a LoginView; cl…

0.0.5

21 Dec 17:37
Compare
Choose a tag to compare

Fixed a bug which caused emails to be dispatched even on valid logins.

0.0.4

21 Dec 14:00
Compare
Choose a tag to compare

It handles anonymous user.

0.0.3

21 Dec 12:29
Compare
Choose a tag to compare

It handles views without forms and views without context_data.

0.0.2

21 Dec 12:11
Compare
Choose a tag to compare
bump version

0.0.1

21 Dec 11:31
Compare
Choose a tag to compare
more info in email message; closes #1

v0.0.1-alpha

20 Dec 16:43
Compare
Choose a tag to compare
v0.0.1-alpha Pre-release
Pre-release
mail admins, not managers