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

729 Commits

Author SHA1 Message Date
a8d9fe799b Removed tags filter field from view 2020-01-13 19:06:05 +00:00
834fd408bd Fixes #2921: Replace tags filter with Select2 widget 2020-01-11 15:18:27 +00:00
9f627fd0d3 Merge branch 'develop' into develop-2.7 2020-01-10 13:33:51 -05:00
37322fc100 Fixed import choice name 2020-01-10 14:58:15 +00:00
f1d5e28f13 CSV import/export custom fields 2020-01-10 14:26:39 +00:00
71120d9899 Added tests for alphanumeric 2020-01-10 11:54:43 +00:00
acb66c7dc0 Negative tests for expand_ipaddress_pattern 2020-01-10 11:21:37 +00:00
2eba84dad5 Added tests for IPv6 2020-01-10 11:06:01 +00:00
fe89982d4e Removed redundant list call 2020-01-10 10:26:46 +00:00
da0ac4ff1e Rename filter variables for utility views 2020-01-09 20:57:13 -05:00
1d3651e255 Use ChoiceSet.values() for access to raw values 2020-01-09 14:56:33 -05:00
fe490d144a Fixes #3868: Fix creation of interfaces for virtual machines 2020-01-09 14:54:25 -05:00
c13b9d8798 Added tests for IPv4 2020-01-09 18:26:10 +00:00
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
6e49a0ba6e Merge branch 'develop' into develop-2.7 2020-01-03 14:21:53 -05:00
b38bb64c81 Fixes #3831: Fix API-driven filter field rendering (#3812 regression) 2020-01-03 11:25:22 -05:00
1d63a30b7a Merge branch 'develop' into develop-2.7 2020-01-02 17:21:15 -05: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
8a4293a4cc Introduce render_jinja2() convenience function 2019-12-31 14:00:55 -05: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
55b503da5b Fixes #3780: Fix AttributeError exception in API docs 2019-12-19 14:04:18 -05:00
8acd3d0a72 Introduced clone, edit, and delete buttons 2019-12-13 15:54:50 -05:00
b16be577e3 CSVChoiceField should default to a blank string instead of None 2019-12-11 17:04:48 -05:00
ce4a5a38a3 Introduce is_taggable utility function for identifying taggable models 2019-12-11 15:52:35 -05:00
5710f297f1 implement 3664 2019-12-11 04:58:42 -05:00
f0a6c881bc Fix inclusion of legacy IDs on choice fields 2019-12-10 12:07:54 -05:00
6fe1b9b37c update openapi field type for choice field value fields to string 2019-12-09 00:41:43 -05:00
2956eff051 Closes #648: Pre-populate forms when selecting "create and add another" 2019-12-06 16:40:39 -05:00
b05566e96f Implement tag replication for #33 2019-12-06 16:22:56 -05:00
446acbdf82 Closes #33: Add ability to clone objects (pre-populate form fields) 2019-12-06 16:13:52 -05:00
9872a46583 Rack.outer_unit to slug (#3569) 2019-11-25 20:54:24 -05:00
e09ad6915f Circuit.status (#3569) 2019-11-07 11:11:10 -05:00
a2a6b754be Introduce ChoiceSet class for field choices 2019-11-07 10:33:10 -05:00
b8f1585976 Merge branch 'develop' into develop-2.7 2019-11-01 16:19:36 -04:00
875e09013c Move TreeNodeMultipleChoiceFilter tests to utilities (follow-up to #3616) 2019-11-01 15:01:24 -04:00
b176e0fafd Merge pull request #3616 from kobayashi/3357
allow null region filtering
2019-11-01 14:29:32 -04:00
d2aa9b8e79 filtering multiple regions with null 2019-10-28 02:24:44 -04:00
ccb9f7bfe2 Rewrote ObjectChangeMiddleware to remove the curried handle_deleted_object() function 2019-10-22 15:10:49 -04:00
766b5dff24 allow null region filtering 2019-10-22 00:41:49 -04:00
553fe0fe97 Merge branch 'develop' into 451-devicetype-import 2019-10-10 13:50:57 -04:00
bdb3838d71 Replace all instances of .extra() in QuerySets with annotations, including references in docstrings 2019-10-09 20:11:02 -04:00
738368a6a1 Closes #3471: Disallow raw HTML in Markdown-rendered fields 2019-10-09 14:47:40 -04:00
4c677e7fe6 Force checkbox table columns to narrow width 2019-10-07 17:22:35 -04:00
a3b9bdaff1 Miscellaneous cleanup 2019-10-04 12:59:10 -04:00
6892b79366 Enforce object creation permissions 2019-10-01 16:54:10 -04:00
88d61db384 Fix YAMLLoadWarning 2019-10-01 16:39:11 -04:00
ee4e68b082 Rewrote test for DeviceType import 2019-10-01 16:36:31 -04:00