diff options
Diffstat (limited to 'django/utils/dateformat.py')
| -rw-r--r-- | django/utils/dateformat.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/utils/dateformat.py b/django/utils/dateformat.py index 85eb975f84..3c235d9867 100644 --- a/django/utils/dateformat.py +++ b/django/utils/dateformat.py @@ -65,7 +65,7 @@ class TimeFormat(Formatter): def B(self): "Swatch Internet time" - raise NotImplementedError + raise NotImplementedError('may be implemented in a future release') def e(self): """ |
