| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Clarify read-only & `unique_together` Documentation
|
|
|
|
|
|
|
|
There was an error in the docs: the field extra_field_kwargs of the serializer's Meta doesn't work. The field must be extra_kwargs instead.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
added a reference to django-rest-framework-hstore in docs/api-guide/serializers.md
|
|
added reference to GeoFeatureModelSerializer of django-rest-framework-gis
|
|
#1545
|
|
|
|
|
|
Dates are smaller when they happen before.
|
|
It fixes the indentation of `restore_object()` in the section "Specifying which fields should be write-only" serializers documentation.
|
|
|
|
|
|
|
|
|
|
Feature: add transform_<fieldname> methods to serializers
|
|
|
|
|
|
|
|
|
|
Closes #1051. Thanks to @pydanny for the report.
|
|
|
|
|
|
|
|
fields. Refs #949
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|