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?
-- You received this message because you are subscribed to the Google Groups "Django REST framework" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-rest-framework/17af1437-438f-493e-aa96-c5c7051e4b5b%40googlegroups.com.
