diff options
| author | Tom Christie | 2013-10-02 01:13:39 -0700 |
|---|---|---|
| committer | Tom Christie | 2013-10-02 01:13:39 -0700 |
| commit | c3175900bc0681965d07d85c8b9010534e0ff901 (patch) | |
| tree | 8ce1077bb9d39ffddb8afc314fe6522a516f703a | |
| parent | 452eb81f5c602f675ea06d71d5feb628b662d9c6 (diff) | |
| parent | 61dd9ce914382ad7b26e2654a590215885308828 (diff) | |
| download | django-rest-framework-c3175900bc0681965d07d85c8b9010534e0ff901.tar.bz2 | |
Merge pull request #1144 from jeffnuss/patch-1
Update 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 e4294ae3..3df8869a 100644 --- a/docs/topics/release-notes.md +++ b/docs/topics/release-notes.md @@ -58,7 +58,7 @@ You can determine your currently installed version using `pip freeze`: * 'Raw data' and 'HTML form' tab preference in browseable API now saved between page views. * Bugfix: `required=True` argument fixed for boolean serializer fields. * Bugfix: `client.force_authenticate(None)` should also clear session info if it exists. -* Bugfix: Client sending emptry string instead of file now clears `FileField`. +* Bugfix: Client sending empty string instead of file now clears `FileField`. * Bugfix: Empty values on ChoiceFields with `required=False` now consistently return `None`. ### 2.3.7 |
