mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
Fixed string formatting. Part 2.
This commit is contained in:
parent
90292e3cec
commit
61bb7b0e44
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,7 @@ class SetValue(ListValue):
|
|||
|
||||
|
||||
class DictValue(Value):
|
||||
message = 'Cannot interpret dict value {!s}'
|
||||
message = 'Cannot interpret dict value {0!r}'
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
super(DictValue, self).__init__(*args, **kwargs)
|
||||
|
|
|
|||
Loading…
Reference in a new issue