1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00
Commit Graph

131 Commits

Author SHA1 Message Date
396bb28967 Added example and handled invalid ranges gracefully 2020-01-08 17:28:31 +00:00
eb40275427 Fixes #3623: Word expansion for interfaces 2020-01-08 17:23:09 +00:00
242ae9eb91 Comment clarification 2020-01-01 16:04:08 +00:00
53625e0dea Fixes #3812: Only preload selected options for API-based select 2020-01-01 15:54:00 +00:00
f649b9f04f Fixes #3106: Restrict queryset of chained fields when form validation fails 2019-12-31 12:41:02 -05:00
7399aa0c5e Add datetime widgets 2019-12-28 22:55:00 +00:00
a3b9bdaff1 Miscellaneous cleanup 2019-10-04 12:59:10 -04:00
a0545568cd Fixes #3514: Label TextVar fields when rendering custom script forms 2019-09-18 15:39:26 -04:00
9c6dbd7337 Add in in-line vlan editing and Bulk vlan editing (#3350)
* Fixes #3341 - Added in-line vlan editing
* Fixes #2160 - Added bulk vlan editing

Inconsequential behaviour changes:

* APISelect can now take "full=True" to return a non-brief set
* Select2 will no group by "group & site, group, site, global" if full=True is set in APISelect
2019-09-06 12:45:37 -05:00
17d6584ef4 removed deprecated code 2019-01-10 21:23:22 -05:00
ad4fb3ce8b IPAM Select2 forms and changelog 2019-01-10 21:19:13 -05:00
6dcd48fef1 Virtulization Select2 forms 2019-01-10 17:32:23 -05:00
bf8d57c7d1 DCIM filter forms select2 2019-01-08 15:35:34 -08:00
6d5d9c8af3 implemented #2590 - improved color picker with actual colors 2019-01-05 17:43:42 -05:00
c27cea981c select2 for all create/edit forms in dcim 2019-01-04 14:41:36 -05:00
fca97f9768 Merge branch 'develop' of github.com:digitalocean/netbox into select2-ui 2019-01-04 12:44:41 -05:00
7a5a73ce34 fixed whitespace 2019-01-04 12:44:31 -05:00
81a0889568 initial static select2 fields 2019-01-03 23:02:05 -05:00
0a820d9c98 Closes #1871: Enable filtering sites by parent region 2019-01-03 16:59:49 -05:00
5285b6926f updated filter-for attr handling 2019-01-03 03:00:27 -05:00
28a02e9943 initial select2 support 2018-12-30 02:35:18 -05:00
08b4b24296 Fixes #2622: Enable filtering cables by multiple types/colors 2018-11-28 14:22:55 -05:00
bd7aee7c1f Closes #2614: Simplify calls of super() for Python 3 2018-11-27 10:52:24 -05:00
fd9b2f2fda cleanup component filters and UI filter forms for device and device type - #2583 2018-11-15 00:42:01 -05:00
3c0181ef35 added logic to append &type=physical to interface API query for cable creation - #2585 2018-11-14 23:35:15 -05:00
338ce737c8 Removed deprecated expand_numeric_pattern() 2018-11-06 15:39:38 -05:00
f8a961b568 Cleaned up import statements 2018-11-02 15:20:08 -04:00
521a989d23 Removed Python2 hack 2018-11-02 14:59:48 -04:00
ad03a0925b Fixed cable type filtering 2018-11-01 10:18:37 -04:00
5e7fccb64e Add blank choice to ColorSelect widget 2018-11-01 10:14:47 -04:00
849db8fe44 Finished CableCSVForm 2018-11-01 09:59:53 -04:00
471bddea09 WIP: Initial work on the cable connection form 2018-10-22 16:58:24 -04:00
a36b120c8b Merge branch 'develop-2.5' into 20-physical-cabling 2018-10-19 13:34:21 -04:00
22ed4f1b53 Merge release v2.4.6 2018-10-10 09:36:51 -04:00
4c37628784 Fixes #2393: Fix Unicode support for CSV import under Python 2 2018-10-05 15:33:29 -04:00
3eddeeadc5 Initial work on #20 - patch panels 2018-10-03 14:04:16 -04:00
364bbdeab8 Merged release v2.4.5 2018-10-03 11:23:21 -04:00
292647da14 Closes #2402: Order and format JSON data in form fields 2018-09-13 11:31:34 -04:00
980d62d579 Removed Python 2 string compatibility 2018-08-14 11:58:42 -04:00
f7aa259995 Misc cleanup 2018-07-30 14:00:37 -04:00
484a74defd Misc cleanup for config contexts 2018-07-10 16:16:23 -04:00
d0308e0f58 Merge branch 'develop' into develop-2.4 2018-07-02 17:01:14 -04:00
4e09b32dd9 Fix pycodestyle errors
Mainly two kind of errors:
* pokemon exceptions
* invalid escape sequences
2018-06-27 17:24:33 +02:00
57f6d22c64 Merge branch 'develop' into develop-2.4 2018-04-19 11:24:11 -04:00
9153c71cbf stop force value split w ArrayFieldSelectMultiple 2018-04-18 14:02:40 -05:00
0969c458b3 Closes #1842: Implement support for Django 2.0 2018-03-30 10:39:22 -04:00
720c5fabaf Merge pull request #1643 from RyanBreaker/wildcard
Implements #1586, add additional variants for ExpandableNameFields
2018-03-22 11:40:54 -04:00
546f17ab50 Closes #1866: Introduced AnnotatedMultipleChoiceField for filter forms 2018-03-07 14:16:38 -05:00
078404fb59 Fixes #1926: Prevent reassignment of parent device when bulk editing VC member interfaces 2018-03-01 13:10:36 -05:00
e653f35bf1 Fixes #1884: Provide additional context to identify devices when creating/editing avirtual chassis 2018-02-14 11:14:04 -05:00