mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +00:00
Fixed #20841 -- Added messages to NotImplementedErrors
Thanks joseph at vertstudios.com for the suggestion.
This commit is contained in:
parent
d59f1993f1
commit
b2b763448f
26 changed files with 96 additions and 95 deletions
|
@ -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):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue