Jeremy Stretch
|
c9ec8b71e0
|
Merge pull request #3821 from hSaria/2365-show-available-toggle
Fixes #2598: Toggle for showing available prefixes/ip addresses
|
2020-01-09 09:52:10 -05:00 |
|
Jeremy Stretch
|
4151e52802
|
Clean up filter imports
|
2020-01-08 17:20:31 -05:00 |
|
Jeremy Stretch
|
b1e8145ffb
|
Standardize usage of self.filterset for test cases
|
2020-01-08 17:06:39 -05:00 |
|
Saria Hajjar
|
32f39e10c9
|
Changed default to showing available
|
2020-01-07 17:58:30 +00:00 |
|
hSaria
|
190e683654
|
Removed cookie-based storage; now based on request
|
2020-01-07 17:18:36 +00:00 |
|
Jeremy Stretch
|
05bfe94d3e
|
Add remaining IPAM filter tests
|
2020-01-06 21:35:34 -05:00 |
|
Jeremy Stretch
|
8d0aaa4ec1
|
Add IPAM filter tests (WIP)
|
2020-01-06 17:42:17 -05:00 |
|
Saria Hajjar
|
1c0de0093b
|
Merge remote-tracking branch 'netbox-community/develop' into 2365-show-available-toggle
|
2020-01-03 19:24:44 +00:00 |
|
Jeremy Stretch
|
57f199f899
|
Fixes #3833: Add region and region_id filters where missing (#3836)
|
2020-01-03 13:52:50 -05:00 |
|
Saria Hajjar
|
8e3a371688
|
Added default to cookie
|
2020-01-02 16:19:12 +00:00 |
|
Saria Hajjar
|
2a219eff23
|
is not None not needed as the value 'false' is a string
|
2020-01-02 16:13:47 +00:00 |
|
hSaria
|
6a7af22dea
|
Merge branch 'develop' into 2365-show-available-toggle
|
2020-01-02 09:18:53 +00:00 |
|
Saria Hajjar
|
37bc17d3a2
|
Fixes #2365: Toggle for showing available prefixes/ip addresses
|
2020-01-02 09:16:18 +00:00 |
|
Jeremy Stretch
|
0cf94cff16
|
Closes #3062: Add assigned_to_interface filter for IP addresses
|
2019-12-31 15:24:00 -05:00 |
|
Saria Hajjar
|
7399aa0c5e
|
Add datetime widgets
|
2019-12-28 22:55:00 +00:00 |
|
kobayashi
|
1d1cb867cd
|
fix 3679
|
2019-12-13 14:42:10 -05:00 |
|
Jeremy Stretch
|
95edec5448
|
#3722: Tweak ordering of permitted characters to avoid creating a regex range
|
2019-12-09 10:02:56 -05:00 |
|
Jeremy Stretch
|
f8c5ca942a
|
#3722: Update migration with new validator (does not impact database)
|
2019-12-06 12:19:29 -05:00 |
|
Jeremy Stretch
|
7a4b202064
|
Fixes #3725: Enforce client validation for minimum service port number
|
2019-12-05 21:22:34 -05:00 |
|
Jeremy Stretch
|
a97ebc6d4c
|
Fixes #3722: Allow the underscore character in IPAddress DNS names
|
2019-12-05 21:14:29 -05:00 |
|
Jeremy Stretch
|
de986ec392
|
Merge pull request #3687 from kobayashi/3679
fix url expressions
|
2019-11-14 22:03:03 -05:00 |
|
Jeremy Stretch
|
bfede60f3d
|
Rename CreatedUpdatedFilter to CreatedUpdatedFilterSet
|
2019-11-14 22:00:12 -05:00 |
|
Jeremy Stretch
|
bdd623f82c
|
Merge pull request #3680 from struppinet/develop
Closes #3663: API filter by created, last_updated
|
2019-11-14 21:57:26 -05:00 |
|
kobayashi
|
3c8083ed7f
|
fix url expressions
|
2019-11-13 00:48:47 -05:00 |
|
struppi
|
0319450643
|
Closes #3663: rename filter class
|
2019-11-07 22:41:09 +01:00 |
|
Jeremy Stretch
|
fbde6187ea
|
Fixes #3669: Include weight field in prefix/VLAN role form
|
2019-11-06 09:39:21 -05:00 |
|
struppi
|
a11fa44170
|
Closes #3663: fix inheritance error
|
2019-11-04 21:00:44 +01:00 |
|
struppi
|
99a542e4e4
|
Closes #3663: API filter by created, last_updated
|
2019-11-04 20:51:56 +01:00 |
|
chambersh1129
|
52e9369af4
|
PEP 8 E121 continuation line under-indented for hanging indent fix
|
2019-10-09 20:11:02 -04:00 |
|
chambersh1129
|
bdb3838d71
|
Replace all instances of .extra() in QuerySets with annotations, including references in docstrings
|
2019-10-09 20:11:02 -04:00 |
|
Jeremy Stretch
|
896d58fc3f
|
Fixes #3458: Prevent primary IP address for a device/VM from being reassigned
|
2019-10-09 16:22:06 -04:00 |
|
Jeremy Stretch
|
a3b9bdaff1
|
Miscellaneous cleanup
|
2019-10-04 12:59:10 -04:00 |
|
Jeremy Stretch
|
86cef1c502
|
Fixes #3435: Change IP/prefix CSV export to reference VRF name instead of RD
|
2019-09-25 09:39:03 -04:00 |
|
Jeremy Stretch
|
6e66f8d68a
|
Fixes #3452: Queue deletion ObjectChanges until after response is sent
|
2019-08-26 16:52:05 -04:00 |
|
John Anderson
|
ade844f7a7
|
fixes #3428 - caching invalidation issues
Mitgate invalidation issues by using prefetch_related instead of select_related.
Also use invalidated_update instead of just update.
|
2019-08-19 01:53:39 -04:00 |
|
Jeremy Stretch
|
3bb3b85fa2
|
Merged v2.5.13
|
2019-05-31 21:37:41 -04:00 |
|
Jeremy Stretch
|
0804c1acbd
|
Fixed test from #3211 follow-up work
|
2019-05-29 10:51:49 -04:00 |
|
Jeremy Stretch
|
a7ca49c44d
|
Merge pull request #3222 from hellerve/tmp
Fix error message on trying to delete protected models
|
2019-05-29 10:24:28 -04:00 |
|
hellerve
|
2c7bad9fff
|
utilities: move protectederror handling to modelviewset
|
2019-05-28 21:11:23 +02:00 |
|
hellerve
|
cc87d99017
|
all: fix error message on trying to delete protected models (references #3211)
|
2019-05-28 17:31:02 +02:00 |
|
hellerve
|
f9cd89a4a4
|
urls: fix 3168 by changing url to path
|
2019-05-26 14:56:00 +02:00 |
|
Jeremy Stretch
|
62d497dd0b
|
Closes #3186: Add interface name filter for IP addresses
|
2019-05-14 19:03:03 -04:00 |
|
Jeremy Stretch
|
e19feb92ea
|
Move TenancyFilterForm to tenancy.forms
|
2019-05-09 14:36:18 -04:00 |
|
Jeremy Stretch
|
fbde6282b2
|
Cleanup from #2931
|
2019-05-09 14:32:49 -04:00 |
|
Jeremy Stretch
|
dfffd1ea94
|
Restore id__in filters to retain backward compatability until v2.7
|
2019-05-08 21:08:35 -04:00 |
|
Jeremy Stretch
|
205adeb2e9
|
Remove NullableCharFieldFilter; add missing filter fields
|
2019-05-07 13:59:21 -04:00 |
|
Jeremy Stretch
|
3d616baf75
|
Remove NumericInFilter and id__in filters
|
2019-05-07 13:07:18 -04:00 |
|
Jeremy Stretch
|
6cb5173e27
|
Update query filters to OR multiple values
|
2019-05-07 12:25:33 -04:00 |
|
dansheps
|
22e5834d8b
|
Remove tenant group from ipam table
|
2019-04-30 10:06:27 -05:00 |
|
Jeremy Stretch
|
e1bca52d57
|
Fix regex for IPAddress.dns_name (but see #3106)
|
2019-04-25 14:49:52 -04:00 |
|