Revision history of "Django REST Framework"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 07:40, 27 March 2019Rafahsolis talk contribs 704 bytes +704 Created page with "<syntaxhighlight lang="python3"> def create(self, request, *args, **kwargs): many = isinstance(request.data, list) serializer = self.get_serializer(data=request.data,..." Tag: visualeditor