Skip to content

Commit

Permalink
Add release notes for PR.
Browse files Browse the repository at this point in the history
  • Loading branch information
carltongibson committed Dec 1, 2017
1 parent 49415ed commit 865fc7d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/topics/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,25 @@ You can determine your currently installed version using `pip freeze`:

## 3.7.x series

### 3.7.4

**Date**: UNRELEASED

* Extract method for `manual_fields` processing [#5633][gh5633]

Allows for easier customisation of `manual_fields` processing, for example
to provide per-method manual fields. `AutoSchema` adds `get_manual_fields`,
as the intended override point, and a utility method `update_fields`, to
handle by-name field replacement from a list, which, in general, you are not
expected to override.

Small aside: `AutoSchema.__init__` now ensures `manual_fields` is a list.
Previously may have been stored internally as `None`.


[gh5633]: https://github.com/encode/django-rest-framework/issues/5633



### 3.7.3

Expand Down

0 comments on commit 865fc7d

Please sign in to comment.