| Age | Commit message (Collapse) | Author |
|
|
|
Added name of file to edit
|
|
|
|
|
|
Sometimes it's hard to tell which file the code is intended to go in. Now it spells it out.
|
|
To reduce unnecessary cognitive load of the learner, name the file they are putting this code in.
|
|
So reader doesn't have to remember, or check through all the files to find where this code fragment was, mention the file name when it is relevant.
|
|
|
|
Be sure to import UserSerializer
|
|
Feature: add transform_<fieldname> methods to serializers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Simple typo fix.
|
|
the decorator actually expects an array and otherwise raise an exception.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
For work on #1109.
|
|
|
|
attributes prefered. Closes #1100
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
into bwreilly-master
|
|
|
|
|
|
|
|
Add `api_settings.EXCEPTION_HANDLER` to support custom error responses.
Fixes #907.
|
|
class
|
|
|
|
|
|
|
|
|
|
Closes #1075.
|
|
|
|
|
|
|