François Freitag
|
cafe7266ee
|
Fixed #34730 -- Added django.contrib.messages.test.MessagesTestMixin.assertMessages().
|
2023-09-05 11:55:37 +02:00 |
Mariusz Felisiak
|
7119f40c98
|
Refs #33476 -- Refactored code to strictly match 88 characters line length.
|
2022-02-07 20:37:05 +01:00 |
django-bot
|
9c19aff7c7
|
Refs #33476 -- Reformatted code with Black.
|
2022-02-07 20:37:05 +01:00 |
Simon Charette
|
0f212db29d
|
Made reused RequestFactory instances class attributes.
|
2018-11-27 09:49:02 -05:00 |
chillaranand
|
d6eaf7c018
|
Refs #23919 -- Replaced super(ClassName, self) with super().
|
2017-01-25 12:23:46 -05:00 |
Simon Charette
|
cecc079168
|
Refs #23919 -- Stopped inheriting from object to define new style classes.
|
2017-01-19 08:39:46 +01:00 |
Raffaele Salmaso
|
ed8c0c941d
|
Fixed #27688 -- Made messages' add_message() request check use ducktyping.
|
2017-01-09 18:03:10 -05:00 |
Tim Graham
|
0793182694
|
Cosmetic edits for messages_tests.
|
2017-01-05 09:31:23 -05:00 |
Simon Charette
|
be67400b47
|
Refs #24652 -- Used SimpleTestCase where appropriate.
|
2015-05-20 13:46:13 -04:00 |
Tim Graham
|
b3cd9e0d07
|
Moved contrib.messages tests out of contrib.
|
2015-02-11 10:19:22 -05:00 |