aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/exceptions.py
diff options
context:
space:
mode:
authorCraig Blaszczyk2015-01-02 11:11:13 +0000
committerCraig Blaszczyk2015-01-02 11:11:13 +0000
commit6fb37207d18949031fb7203d6fd67ee503df0a34 (patch)
treee838cdd8123bbf18d764aff9a476732a463dd8e9 /rest_framework/exceptions.py
parent9f169acb62a6223a5add0fee7f6d53108e42f207 (diff)
downloaddjango-rest-framework-6fb37207d18949031fb7203d6fd67ee503df0a34.tar.bz2
add missing period; update generated translations
Diffstat (limited to 'rest_framework/exceptions.py')
-rw-r--r--rest_framework/exceptions.py2
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):