diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index e1d77174b..000000000 Binary files a/.DS_Store and /dev/null differ diff --git a/img/.DS_Store b/img/.DS_Store deleted file mode 100644 index ad96cb498..000000000 Binary files a/img/.DS_Store and /dev/null differ diff --git a/img/1-kuwaitnet.png b/img/1-kuwaitnet.png deleted file mode 100644 index c73b68154..000000000 Binary files a/img/1-kuwaitnet.png and /dev/null differ diff --git a/img/autocomplete.png b/img/autocomplete.png deleted file mode 100644 index 29075b257..000000000 Binary files a/img/autocomplete.png and /dev/null differ diff --git a/img/sponsors/.DS_Store b/img/sponsors/.DS_Store deleted file mode 100644 index 24ff55088..000000000 Binary files a/img/sponsors/.DS_Store and /dev/null differ diff --git a/topics/release-notes/index.html b/topics/release-notes/index.html index 68b836ba3..186c622c7 100644 --- a/topics/release-notes/index.html +++ b/topics/release-notes/index.html @@ -431,6 +431,30 @@
Date: December 2014.
+create()
fails. (#2013)FileUploadParser
breaks with empty file names and multiple upload handlers. (#2109)BindingDict
to support standard dict-functions. (#2135, #2163)validate()
to ListSerializer
. (#2168, #2225, #2232)FileField
. (#2172)ViewSet.as_view()
. (#2175)allow_blank
to ChoiceField
. (#2184, #2239)fields
on serializer is not a list of strings. (#2193, #2213)validated_attrs
argument renamed to validated_data
in Serializer
create()
/update()
. (#2197)fields
on serializer is not a list of strings. (#2213)Date: 1st December 2014
For full details see the 3.0 release announcement.