django-bot
|
9c19aff7c7
|
Refs #33476 -- Reformatted code with Black.
|
2022-02-07 20:37:05 +01:00 |
Nick Pope
|
8f10ceaa90
|
Changed `'%s' % value` pattern to `str(value)`.
|
2020-05-04 08:27:18 +02:00 |
Andrei Kulakov
|
08572e8d12
|
Fixed #24294 -- Allowed staff_member_required decorator to handle args.
|
2015-03-02 13:15:34 -05:00 |
Jason Myers
|
7a61c68c50
|
PEP8 cleanup
Signed-off-by: Jason Myers <jason@jasonamyers.com>
|
2013-11-02 23:50:49 -05:00 |
Florian Apolloner
|
89f40e3624
|
Merged regressiontests and modeltests into the test root.
|
2013-02-26 14:36:57 +01:00 |