From 3c7f07bc67e3ce0c6524808c2b27c312a47188da Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Thu, 28 Jul 2016 12:37:14 +0000 Subject: [PATCH] Deployed 449ec1d with MkDocs version: 0.15.3 --- api-guide/fields/index.html | 8 +- api-guide/pagination/index.html | 8 +- api-guide/schemas/index.html | 22 +++-- api-guide/status-codes/index.html | 5 ++ mkdocs/search_index.json | 53 +++++++---- sitemap.xml | 112 ++++++++++++------------ topics/release-notes/index.html | 19 ++++ topics/third-party-resources/index.html | 4 +- 8 files changed, 141 insertions(+), 90 deletions(-) diff --git a/api-guide/fields/index.html b/api-guide/fields/index.html index 9399c6e24..0ee46028a 100644 --- a/api-guide/fields/index.html +++ b/api-guide/fields/index.html @@ -776,9 +776,9 @@ color_channel = serializers.ChoiceField(

DateTimeField

A date and time representation.

Corresponds to django.db.models.fields.DateTimeField.

-

Signature: DateTimeField(format=None, input_formats=None)

+

Signature: DateTimeField(format=api_settings.DATETIME_FORMAT, input_formats=None)

DateTimeField format strings.

@@ -797,7 +797,7 @@ color_channel = serializers.ChoiceField(

DateField

A date representation.

Corresponds to django.db.models.fields.DateField

-

Signature: DateField(format=None, input_formats=None)

+

Signature: DateField(format=api_settings.DATE_FORMAT, input_formats=None)