You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+22
Original file line number
Diff line number
Diff line change
@@ -195,6 +195,28 @@ functionality provided by the front end UI.
195
195
196
196
---
197
197
198
+
2.5.11 (2019-04-29)
199
+
200
+
## Notes
201
+
202
+
This release upgrades the Django framework to version 2.2.
203
+
204
+
## Enhancements
205
+
206
+
*[#2986](https://github.com/digitalocean/netbox/issues/2986) - Improve natural ordering of device components
207
+
*[#3023](https://github.com/digitalocean/netbox/issues/3023) - Add support for filtering cables by connected device
208
+
*[#3070](https://github.com/digitalocean/netbox/issues/3070) - Add decommissioning status for devices
209
+
210
+
## Bug Fixes
211
+
212
+
*[#2621](https://github.com/digitalocean/netbox/issues/2621) - Upgrade Django requirement to 2.2 to fix object deletion issue in the changelog middleware
213
+
*[#3072](https://github.com/digitalocean/netbox/issues/3072) - Preserve multiselect filter values when updating per-page count for list views
214
+
*[#3112](https://github.com/digitalocean/netbox/issues/3112) - Fix ordering of interface connections list by termination B name/device
215
+
*[#3116](https://github.com/digitalocean/netbox/issues/3116) - Fix `tagged_items` count in tags API endpoint
216
+
*[#3118](https://github.com/digitalocean/netbox/issues/3118) - Disable `last_login` update on login when maintenance mode is enabled
0 commit comments