diff options
| author | Tom Christie | 2013-03-06 12:19:39 +0000 |
|---|---|---|
| committer | Tom Christie | 2013-03-06 12:19:39 +0000 |
| commit | 1106596c80218569a56ff5ea04d759e3d0c541dd (patch) | |
| tree | abef8464aad8d551113243b430b436ce4449fee2 /docs/topics/release-notes.md | |
| parent | 4f7b028a0a983b79ebca63b2ba48ce97e7a06175 (diff) | |
| download | django-rest-framework-1106596c80218569a56ff5ea04d759e3d0c541dd.tar.bz2 | |
Clean ups to datetime formatting
Diffstat (limited to 'docs/topics/release-notes.md')
| -rw-r--r-- | docs/topics/release-notes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md index 81ed0c84..df66cb35 100644 --- a/docs/topics/release-notes.md +++ b/docs/topics/release-notes.md @@ -42,7 +42,7 @@ You can determine your currently installed version using `pip freeze`: ### Master -* Support for custom input and output formats for `DateField`, `DateTimeField` and `TimeField` +* Support for custom input and output formats for `DateField`, `DateTimeField` and `TimeField`. * Cleanup: Request authentication is no longer lazily evaluated, instead authentication is always run, which results in more consistent, obvious behavior. Eg. Supplying bad auth credentials will now always return an error response, even if no permissions are set on the view. * Bugfix for serializer data being uncacheable with pickle protocol 0. * Bugfixes for model field validation edge-cases. |
