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

32 Commits

Author SHA1 Message Date
ef78a7d41b Merge branch 'develop' into feature 2021-04-15 15:46:48 -04:00
92df40a6a0 Fixes #5652: Update object data when renaming a custom field 2021-04-15 12:04:34 -04:00
1ddc1a6781 Closes #5451: Add support for multiple-selection custom fields 2021-03-01 14:52:57 -05:00
3f216fa4a3 Remove unused CustomFieldModel class 2021-03-01 14:33:52 -05:00
bec7ea7072 Standardize model types based on function 2021-02-24 21:01:16 -05:00
af3c4905ea Fixes #5558: Fix regex validation support for custom URL fields 2020-12-31 10:21:01 -05:00
b2e05aafc1 Closes #5531: Ensure consistent calls to parent clean() methods for models, forms 2020-12-28 12:54:42 -05:00
d64fc261e2 Tweak validation for custom date fields 2020-12-15 16:00:18 -05:00
cc271aefe1 Closes #5400: Store custom field defaults as JSON values 2020-12-01 16:05:23 -05:00
a05fe69043 Add REST API endpoint for custom fields 2020-11-23 15:54:42 -05:00
f3f3993963 Enforce custom field validation on the model 2020-11-12 14:23:08 -05:00
4a8a1ce45c Check for extraneous custom field data on clean() 2020-11-12 12:18:31 -05:00
3d6baeaab0 Move selection field validation from admin form to model 2020-11-11 15:24:39 -05:00
3d6bf1e0f8 Clean up CustomField regex validation 2020-11-10 10:21:18 -05:00
8781cf1c57 Closes #609: Add min/max value and regex validation for custom fields 2020-10-15 15:06:01 -04:00
143f3cc27c #4711: Rename CustomField.obj_type to content_types 2020-10-14 15:26:46 -04:00
96650b0216 Merge branch 'develop' into develop-2.10 2020-10-09 13:52:16 -04:00
3a21f7ab26 Fixes #5226: Custom choice fields should be blank initially if no default choice has been designated 2020-10-09 11:34:50 -04:00
3d2f6c0703 Simplify form field for boolean CustomFields 2020-09-17 12:26:02 -04:00
2d56a658b3 Clean up stale data when a custom field is changed/deleted 2020-09-16 17:03:31 -04:00
5b3de8defe Use DjangoJSONEncoder for encoding custom field data 2020-08-25 13:57:18 -04:00
fb8904af54 Remove unused attributes, methods 2020-08-25 13:49:23 -04:00
f7b8d6ede5 Add choices ArrayField to CustomField; drop CustomFieldChoice 2020-08-25 13:24:46 -04:00
c85a45e520 Further work on custom fields 2020-08-24 14:11:13 -04:00
2276603ac3 Drop CustomFieldValue 2020-08-21 16:21:11 -04:00
879166d939 Initial work on reimplementing custom fields 2020-08-21 15:16:33 -04:00
bc04543b33 Cache custom fields on instance prior to calling create()/update() 2020-08-17 12:22:37 -04:00
dd707c97af Cache custom fields on instance prior to save() 2020-08-17 11:08:14 -04:00
745c9a9c2b Add test for CustomFieldManager.get_for_model() 2020-05-08 12:18:08 -04:00
e3be5f8468 Remove local caching attempt 2020-05-08 10:05:05 -04:00
2c19390d7c Introduce CustomFieldManager (WIP) 2020-05-07 17:20:32 -04:00
da8380c62c Refactor extras.models 2020-05-07 16:59:27 -04:00