| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Because that's a better way of doing it.
|
|
Previously we were missing User and post_save.
|
|
Reference to ```DefaultRouter``` should be ```SimpleRouter```
|
|
|
|
|
|
Fix typo "Not" -> "Note"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
drf-ujson-renderer is a third party renderer that implements JSON renderering using UltraJSON
|
|
|
|
|
|
need to define 'expected' as we can just test against the dict.
|
|
Added get_filter_backends method
|
|
|
|
|
|
|
|
|
|
Well, I spent some time trying to gues how djang-filter works, and
if this changes would be introduced, I would have saved this time.
|
|
|
|
The documentation not match with the implementation. The APIException doesn't have detail parameter in the constructor class, actually doesn't have constructor method at all.
|
|
|
|
Feature: add transform_<fieldname> methods to serializers
|
|
|
|
|
|
|
|
|
|
the decorator actually expects an array and otherwise raise an exception.
|
|
|
|
|
|
attributes prefered. Closes #1100
|
|
|
|
|
|
|
|
|