Skip to content

Commit 42f1932

Browse files
committed
Release notes for 3.0.3
1 parent ff726aa commit 42f1932

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

docs/topics/release-notes.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,26 @@ You can determine your currently installed version using `pip freeze`:
4040

4141
## 3.0.x series
4242

43+
44+
### 3.0.3
45+
46+
**Date**: [8th January 2015][3.0.3-milestone].
47+
48+
* Fix `MinValueValidator` on `models.DateField`. ([#2369][gh2369])
49+
* Fix serializer missing context when pagination is used. ([#2355][gh2355])
50+
* Namespaced router URLs are now supported by the `DefaultRouter`. ([#2351][gh2351])
51+
* `required=False` allows omission of value for output. ([#2342][gh2342])
52+
* Use textarea input for `models.TextField`. ([#2340][gh2340])
53+
* Use custom `ListSerializer` for pagination if required. ([#2331][gh2331], [#2327][gh2327])
54+
* Better behavior with null and '' for blank HTML fields. ([#2330][gh2330])
55+
* Ensure fields in `exclude` are model fields. ([#2319][gh2319])
56+
* Fix `IntegerField` and `max_length` argument incompatibility. ([#2317][gh2317])
57+
* Fix the YAML encoder for 3.0 serializers. ([#2315][gh2315], [#2283][gh2283])
58+
* Fix the behavior of empty HTML fields. ([#2311][gh2311], [#1101][gh1101])
59+
* Fix Metaclass attribute depth ignoring fields attribute. ([#2287][gh2287])
60+
* Fix `format_suffix_patterns` to work with Django's `i18n_patterns`. ([#2278][gh2278])
61+
* Ability to customize router URLs for custom actions, using `url_path`. ([#2010][gh2010])
62+
4363
### 3.0.2
4464

4565
**Date**: [17th December 2014][3.0.2-milestone].
@@ -729,3 +749,21 @@ For older release notes, [please see the GitHub repo](old-release-notes).
729749
[gh2290]: https://github.com/tomchristie/django-rest-framework/issues/2290
730750
[gh2291]: https://github.com/tomchristie/django-rest-framework/issues/2291
731751
[gh2294]: https://github.com/tomchristie/django-rest-framework/issues/2294
752+
<!-- 3.0.3 -->
753+
[gh1101]: https://github.com/tomchristie/django-rest-framework/issues/1101
754+
[gh2010]: https://github.com/tomchristie/django-rest-framework/issues/2010
755+
[gh2278]: https://github.com/tomchristie/django-rest-framework/issues/2278
756+
[gh2283]: https://github.com/tomchristie/django-rest-framework/issues/2283
757+
[gh2287]: https://github.com/tomchristie/django-rest-framework/issues/2287
758+
[gh2311]: https://github.com/tomchristie/django-rest-framework/issues/2311
759+
[gh2315]: https://github.com/tomchristie/django-rest-framework/issues/2315
760+
[gh2317]: https://github.com/tomchristie/django-rest-framework/issues/2317
761+
[gh2319]: https://github.com/tomchristie/django-rest-framework/issues/2319
762+
[gh2327]: https://github.com/tomchristie/django-rest-framework/issues/2327
763+
[gh2330]: https://github.com/tomchristie/django-rest-framework/issues/2330
764+
[gh2331]: https://github.com/tomchristie/django-rest-framework/issues/2331
765+
[gh2340]: https://github.com/tomchristie/django-rest-framework/issues/2340
766+
[gh2342]: https://github.com/tomchristie/django-rest-framework/issues/2342
767+
[gh2351]: https://github.com/tomchristie/django-rest-framework/issues/2351
768+
[gh2355]: https://github.com/tomchristie/django-rest-framework/issues/2355
769+
[gh2369]: https://github.com/tomchristie/django-rest-framework/issues/2369

0 commit comments

Comments
 (0)