Jeremy Stretch
|
49f027fae7
|
Refactor FieldChoicesViewSet; add Interface.type to virtualization _choices endpoint
|
2020-01-15 09:59:44 -05:00 |
|
Jeremy Stretch
|
f0a6c881bc
|
Fix inclusion of legacy IDs on choice fields
|
2019-12-10 12:07:54 -05:00 |
|
Jeremy Stretch
|
a2a6b754be
|
Introduce ChoiceSet class for field choices
|
2019-11-07 10:33:10 -05:00 |
|
Brian Candler
|
6e5d527fec
|
Improve API error handling when a list is given as a choice value
Fixes #3426
|
2019-08-15 17:16:24 +01:00 |
|
Jeremy Stretch
|
3bb3b85fa2
|
Merged v2.5.13
|
2019-05-31 21:37:41 -04:00 |
|
Jeremy Stretch
|
28facca291
|
Changelog & grammar tweak for #3211
|
2019-05-29 10:33:29 -04:00 |
|
hellerve
|
2c7bad9fff
|
utilities: move protectederror handling to modelviewset
|
2019-05-28 21:11:23 +02:00 |
|
Jeremy Stretch
|
c2d0e8fd95
|
Cleanup from earlier work on caching
|
2019-04-22 14:49:31 -04:00 |
|
Jeremy Stretch
|
de7207de55
|
Enable dictionary specification of related objects in API
|
2019-04-16 18:02:52 -04:00 |
|
Jeremy Stretch
|
bf2f314cd4
|
Remove run_validators() override (fixed upstream)
|
2019-04-16 15:35:15 -04:00 |
|
John Anderson
|
cdff29c7d5
|
add redis to travis builds
|
2019-04-15 04:16:22 -04:00 |
|
John Anderson
|
f0505477b8
|
intial work on #2647 - caching
|
2019-04-15 03:55:33 -04:00 |
|
Jeremy Stretch
|
d23ca041cf
|
Ensure fallback to default serializer when attempting to load nested serializer
|
2019-04-02 11:17:14 -04:00 |
|
Jeremy Stretch
|
fc76c8eb0f
|
FieldChoicesViewSet should infer field choices from serializer, not model
|
2019-03-22 16:24:53 -04:00 |
|
Jeremy Stretch
|
ab02f26a0e
|
Fixes #2972: Improve ContentTypeField serializer to elegantly handle invalid data
|
2019-03-06 12:42:47 -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
|
bd7aee7c1f
|
Closes #2614: Simplify calls of super() for Python 3
|
2018-11-27 10:52:24 -05:00 |
|
Jeremy Stretch
|
7d8ae5e763
|
Fixes #2609: Fixed exception when ChoiceField integer value is passed as a string
|
2018-11-26 14:05:57 -05:00 |
|
Jeremy Stretch
|
2bae50f501
|
Enforce consistent ordering of value/label keys for ChoiceField
|
2018-11-26 14:02:38 -05:00 |
|
Jeremy Stretch
|
f8a961b568
|
Cleaned up import statements
|
2018-11-02 15:20:08 -04:00 |
|
Jeremy Stretch
|
bb5c0989f3
|
Fixed compatability with Django REST Framework v3.9.0
|
2018-11-02 13:16:44 -04:00 |
|
Jeremy Stretch
|
3518d023dc
|
Implemented Cable API endpoint
|
2018-10-26 12:25:11 -04:00 |
|
Jeremy Stretch
|
22ed4f1b53
|
Merge release v2.4.6
|
2018-10-10 09:36:51 -04:00 |
|
Jeremy Stretch
|
bf47e7cae3
|
#2487: Require the 'brief' parameter to evaluate True
|
2018-10-04 14:50:57 -04:00 |
|
Jeremy Stretch
|
db2721c581
|
Enable brief API output utilizing nested serializers
|
2018-10-04 13:43:50 -04:00 |
|
Jeremy Stretch
|
2ac60bdf48
|
Merge branch 'develop' into develop-2.5 (v2.4.4 release)
|
2018-08-22 12:10:44 -04:00 |
|
Jeremy Stretch
|
e1e41a768a
|
Fixes #2369: Corrected time zone validation on site API serializer
|
2018-08-20 16:53:23 -04:00 |
|
Jeremy Stretch
|
980d62d579
|
Removed Python 2 string compatibility
|
2018-08-14 11:58:42 -04:00 |
|
Jeremy Stretch
|
a2ff21fab9
|
Fixes #2334: TypeError raised when WritableNestedSerializer receives a non-integer value
|
2018-08-08 15:09:30 -04:00 |
|
Jeremy Stretch
|
c51c20a301
|
Fixes #2319: Extend ChoiceField to properly handle true/false choice keys
|
2018-08-07 13:48:29 -04:00 |
|
Jeremy Stretch
|
1bdfcd1dbe
|
Fixes #2301: Fix model validation on assignment of ManyToMany fields via API patch
|
2018-08-03 10:45:53 -04:00 |
|
Jeremy Stretch
|
f1bc88fc0c
|
Adopt django-taggit-serializer for representation of assigned tags in the API
|
2018-08-03 09:43:03 -04:00 |
|
Jeremy Stretch
|
f664998d9b
|
Misc cleanup
|
2018-07-30 12:49:08 -04:00 |
|
Jeremy Stretch
|
c2416411c1
|
Renamed ChoiceFieldSerializer and ContentTypeFieldSerializer
|
2018-07-30 12:41:20 -04:00 |
|
Jeremy Stretch
|
d334bd4477
|
Corrected exception handling in get_serializer_for_model()
|
2018-07-16 13:26:26 -04:00 |
|
Jeremy Stretch
|
29172d045d
|
Added missing import statement
|
2018-07-10 10:11:09 -04:00 |
|
Jeremy Stretch
|
23f91274d6
|
Added API serializer for ObjectChange
|
2018-06-19 15:04:56 -04:00 |
|
Jeremy Stretch
|
b0dafcf50f
|
Initial work on implementing django-taggit for #132
|
2018-05-08 16:28:26 -04:00 |
|
Jeremy Stretch
|
9de1a8c363
|
Introduced SerializedPKRelatedField to represent serialized ManyToManyFields
|
2018-04-06 12:42:25 -04:00 |
|
Jeremy Stretch
|
821fb1e01e
|
Finished merging writable serializers
|
2018-04-05 14:12:43 -04:00 |
|
Jeremy Stretch
|
db3cbaf83b
|
Introduced WritableNestedSerializer
|
2018-04-04 15:39:14 -04:00 |
|
Jeremy Stretch
|
0969c458b3
|
Closes #1842: Implement support for Django 2.0
|
2018-03-30 10:39:22 -04:00 |
|
Jeremy Stretch
|
fc9871fba3
|
Fixes #1935: Correct API validation of VLANs assigned to interfaces
|
2018-03-01 12:05:25 -05:00 |
|
Jeremy Stretch
|
08d06bd781
|
Fixes #1921: Ignore ManyToManyFields when validating a new object created via the API
|
2018-03-01 11:16:28 -05:00 |
|
Jeremy Stretch
|
b20258c66e
|
Closes #1283: Added a time zone field to the site model
|
2017-12-19 17:24:14 -05:00 |
|
Jeremy Stretch
|
04ba57cb38
|
Fixed up validation of Interface VLAN assignments
|
2017-11-14 16:15:23 -05:00 |
|
Jeremy Stretch
|
ba42ad2115
|
Merge branch '150-interface-vlans' into develop-2.3
|
2017-11-14 15:36:14 -05:00 |
|
Jeremy Stretch
|
198170ca48
|
Closes #1553: Introduced support for bulk object creation via the API
|
2017-11-07 15:36:10 -05:00 |
|
Jeremy Stretch
|
00986fd7bf
|
Closes #1691: Cleaned up and reorganized import statements
|
2017-11-07 11:08:23 -05:00 |
|
Jeremy Stretch
|
007f930fed
|
Merge branch 'develop' into develop-2.2
Conflicts:
netbox/utilities/api.py
|
2017-10-11 10:47:21 -04:00 |
|