diff options
| author | Craig Blaszczyk | 2015-01-02 11:11:13 +0000 |
|---|---|---|
| committer | Craig Blaszczyk | 2015-01-02 11:11:13 +0000 |
| commit | 6fb37207d18949031fb7203d6fd67ee503df0a34 (patch) | |
| tree | e838cdd8123bbf18d764aff9a476732a463dd8e9 /rest_framework/exceptions.py | |
| parent | 9f169acb62a6223a5add0fee7f6d53108e42f207 (diff) | |
| download | django-rest-framework-6fb37207d18949031fb7203d6fd67ee503df0a34.tar.bz2 | |
add missing period; update generated translations
Diffstat (limited to 'rest_framework/exceptions.py')
| -rw-r--r-- | rest_framework/exceptions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rest_framework/exceptions.py b/rest_framework/exceptions.py index d78b7e97..c8cedfce 100644 --- a/rest_framework/exceptions.py +++ b/rest_framework/exceptions.py @@ -91,7 +91,7 @@ class PermissionDenied(APIException): class NotFound(APIException): status_code = status.HTTP_404_NOT_FOUND - default_detail = _('Not found') + default_detail = _('Not found.') class MethodNotAllowed(APIException): |
