exported_as does not handle overriding an unexported attribute
Bug #625102 reported by
Robert Collins
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
lazr.restful |
Triaged
|
Low
|
Unassigned |
Bug Description
I recently wanted to make an API tuned version of Bug.attachments; Bug.attachments is used in several places, and many of them do not need prepopulation; so I wanted to say
attachments_
attachments = CollectionField
But I got 404's doing this. Adding doNotSnapshot just in case (because exported_as on a CollectionField is working for person/
To post a comment you must log in.
I'll ask Leonard for pre-imp comments.