Anthony Ruhier
210ddde630
Add NATURAL_ORDERING opt to disable natsort
...
With a lot of objects, the sort query took more than 2s to complete,
each time they were listed. Making the concession to disable
natural ordering sort reduces this time to 0.1s, making the listing
views and homepage snappier in our case.
2018-12-28 02:06:25 +01:00
Jeremy Stretch
d144d3a584
Post-release version bump
2018-12-21 11:48:12 -05:00
Jeremy Stretch
3705e37678
Release v2.5.2
2018-12-21 11:44:30 -05:00
Jeremy Stretch
ebe5193348
Fixes #2724 : Limit rear port choices to current device when editing a front port
2018-12-21 11:09:44 -05:00
Jeremy Stretch
a3097d254e
Fixes #2721 : Detect loops when tracing front/rear ports
2018-12-21 10:54:20 -05:00
Jeremy Stretch
38276d9539
Fixes #2723 : Correct permission evaluation when bulk deleting tags
2018-12-21 09:11:07 -05:00
Jeremy Stretch
91a2168952
Fixes #2717 : Fix bulk deletion of tags
2018-12-21 09:08:00 -05:00
Jeremy Stretch
4a10b4ece0
Fixes #2704 : Fix form select widget population on parent with null value
2018-12-20 15:49:35 -05:00
Jeremy Stretch
853b1fad15
Fixes #2712 : Preserve list filtering after editing objects in bulk
2018-12-20 15:33:53 -05:00
Jeremy Stretch
7acbeb55bc
Minor tweaks
2018-12-20 09:54:59 -05:00
Jeremy Stretch
8498e0088b
Merge pull request #2667 from Jemikwa/develop
...
#2656 Updating LDAP documentation
2018-12-20 09:53:21 -05:00
Jeremy Stretch
aae10f7d71
Tweaked 200GE and 400GE interface type labels
2018-12-20 09:18:18 -05:00
Jeremy Stretch
6b19a2b101
Fixes #2709 : Update example report for compatibility with v2.5
2018-12-19 16:34:35 -05:00
Jeremy Stretch
b44a76e6bd
Closes #2537 : Added AUTH_LDAP_MIRROR_GROUPS setting to LDAP docs
2018-12-19 16:24:41 -05:00
Jeremy Stretch
7f71fc1d42
Closes #2561 : Add 200G and 400G interface types
2018-12-19 16:13:04 -05:00
Jeremy Stretch
ba9fe408bc
#2675 : Added InventoryItem search form field for 'discovered'
2018-12-19 14:15:22 -05:00
Jeremy Stretch
40cb576e11
Fixes #2673 : Fix exception on LLDP neighbors view for device with a circuit connected
2018-12-19 14:04:22 -05:00
Jeremy Stretch
2f1db2fdf3
Fixes #2691 : Cable trace should follow circuits
2018-12-19 12:48:20 -05:00
Jeremy Stretch
f4a22e5af3
Introduced fgcolor template filter to render ideal foreground color for any background color
2018-12-19 12:17:40 -05:00
Jeremy Stretch
aca57ec281
Fixes #2698 : Remove pagination restriction on bulk component creation for devices/VMs
2018-12-19 10:59:12 -05:00
Jeremy Stretch
68cb8b6895
Closes #2701 : Enable filtering of prefixes by exact prefix value
2018-12-19 10:02:18 -05:00
Jeremy Stretch
82e8c0152e
Fixes #2707 : Correct permission evaluation for circuit termination cabling
2018-12-19 09:36:45 -05:00
Jeremy Stretch
d4a9318826
Post-release version bump
2018-12-13 15:24:13 -05:00
Jeremy Stretch
9f1fcca5ea
Release v2.5.1
2018-12-13 15:03:08 -05:00
Jeremy Stretch
bb564363d5
Fix regression from #2683
2018-12-13 14:59:54 -05:00
Jeremy Stretch
dd2a6a41da
Fixes #2687 : Correct naming of before/after filters for changelog entries
2018-12-13 14:43:05 -05:00
Jeremy Stretch
a6c8c615eb
Closes #2674 : Enable filtering changelog by object type under web UI
2018-12-13 14:37:03 -05:00
Jeremy Stretch
0d3b1bfca4
Fixes #2683 : Fix exception when connecting a cable to a RearPort with no corresponding FrontPort
2018-12-12 16:40:34 -05:00
Jeremy Stretch
edd763b1aa
Fixes #2684 : Fix custom field filtering
2018-12-12 16:06:50 -05:00
Jeremy Stretch
2418fed65b
Fixes #2663 : Prevent duplicate interfaces from appearing under VLAN members view
2018-12-12 13:18:42 -05:00
Jeremy Stretch
785cdcefd6
Closes #2671 : Add documentation of API brief format
2018-12-12 10:27:18 -05:00
Jeremy Stretch
3480832bf5
Added changelog for #2662 (fixed under #2680 )
2018-12-12 09:59:54 -05:00
Jeremy Stretch
ee038bd77b
Closes #2655 : Add 128GFC Fibrechannel interface type
2018-12-12 09:48:17 -05:00
Jeremy Stretch
6460c95e00
Fixes #2678 : Fix error when viewing webhook in admin UI without write permission
2018-12-12 09:30:31 -05:00
Jeremy Stretch
b0a6781623
Fixes #2680 : Disallow POST requests to /dcim/interface-connections/ API endpoint
2018-12-12 09:20:07 -05:00
Jeremy Stretch
8364e56e86
Fixes #2676 : Fix exception when passing dictionary value to a ChoiceField
2018-12-11 17:00:20 -05:00
Jeremy Stretch
b8a4316297
Changelog for #2666
2018-12-11 13:47:24 -05:00
Jeremy Stretch
24d1707693
Merge pull request #2670 from DanSheps/2666-fix-length-display
...
Fixes #2666 : Uses correct function for displaying choices label
2018-12-11 13:45:16 -05:00
dansheps
b4f79f1667
Fixes #2666 : Uses correct function for displaying choices label
...
* Changes record.length_type to record.get_length_type_display
2018-12-11 12:40:07 -06:00
Jemikwa
064dd9bef2
Updating LDAP documentation
...
Adding information on service restarts and logging LDAP queries for troubleshooting.
2018-12-11 11:45:45 -06:00
Jeremy Stretch
b697c30941
#2627 : Removed reference to provider from Circuit.__str__()
2018-12-11 11:15:45 -05:00
Jeremy Stretch
93c95fdfa8
Post-release version bump
2018-12-10 10:29:51 -05:00
Jeremy Stretch
acbe5f6418
Release v2.5.0
2018-12-10 10:22:32 -05:00
Jeremy Stretch
4e6652d811
Change pip command to pip3
2018-12-10 09:57:37 -05:00
Jeremy Stretch
7d4fa69595
Fixes #2657 : Fix typo
2018-12-10 09:54:30 -05:00
Jeremy Stretch
baeb7937fc
Updated requirements for v2.5 release
2018-12-07 15:52:25 -05:00
Jeremy Stretch
2bd9f8a11f
Updated installation docs for v2.5 release
2018-12-07 15:29:18 -05:00
Jeremy Stretch
44a2919a29
Django 2.1 requires Python 3.5+
2018-12-07 14:44:36 -05:00
Jeremy Stretch
77fbc42f75
Relax Python version requirement to 3.4
2018-12-07 14:29:17 -05:00
Jeremy Stretch
65edffea63
Merge v2.5 work
2018-12-07 10:51:28 -05:00