You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django REST framework
I am looking to mark metadata on my serializer fields, and exploring ways to do it. The `Field` class stores the kwargs it was called with in __new__, but only uses those for representation; does it feel like an antipattern to pass kwargs like meta-foo, and write a metadata class to consume those meta options? Is there a better way of doing this?