Fixes #3118: Disable last_login update on login when maintenance mode is enabled

This commit is contained in:
Jeremy Stretch
2019-04-29 11:04:32 -04:00
parent 1825eef9bf
commit b38f3ab992
2 changed files with 9 additions and 0 deletions

View File

@@ -11,6 +11,7 @@
* [#2621](https://github.com/digitalocean/netbox/issues/2621) - Upgrade Django requirement to 2.2 to fix object deletion issue in the changelog middleware
* [#3112](https://github.com/digitalocean/netbox/issues/3112) - Fix ordering of interface connections list by termination B name/device
* [#3116](https://github.com/digitalocean/netbox/issues/3116) - Fix `tagged_items` count in tags API endpoint
* [#3118](https://github.com/digitalocean/netbox/issues/3118) - Disable `last_login` update on login when maintenance mode is enabled
---