I'd suggest subclassing DefaultRouter and setting the `include_format_suffixes` attribute to `False`.
Alternatively just use SimpleRouter, and include a root view explicitly. (All DefaultRouter does is give you format suffixes and a default API root view) -- 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]. For more options, visit https://groups.google.com/d/optout.
