Claude Paroz
|
5c1143910e
|
Removed most of absolute_import imports
Should be unneeded with Python 2.7 and up.
Added some unicode_literals along the way.
|
2013-07-29 20:28:13 +02:00 |
Aymeric Augustin
|
cfcf4b3605
|
Stopped using django.utils.unittest in the test suite.
Refs #20680.
|
2013-07-01 14:29:33 +02:00 |
Marc Tamlyn
|
b7bd7087e6
|
Fixed #15273 -- Extend RedirectView to allow reversal by name.
Thanks to @DrMeers for the report and @ludwigkraatz for the initial patch.
|
2013-06-14 11:59:26 +01:00 |
Krzysztof Jurewicz
|
ee8b810b97
|
Fixed #20478 – Added support for HTTP PATCH method in generic views.
|
2013-05-22 14:48:11 +02:00 |
Marc Tamlyn
|
09f8652765
|
Use assertIsInstance in tests.
Gives much nicer errors when it fails.
|
2013-05-21 10:42:15 +01:00 |
Karol Sikora
|
3eba8c7f7f
|
Fixed #20234 and #20236 -- SingleObjectMixin fixes
Added object on SingleObjectMixin returned context,
some code clanup.
|
2013-05-18 21:13:27 +02:00 |
Matthew Somerville
|
1c921cfac3
|
Fixed #20235 -- Use self.object_list if object_list not present in get_context_data kwargs.
This is so MultipleObjectMixin can be used in the same way as
SingleObjectMixin.
|
2013-05-18 14:10:40 +02:00 |
Preston Timmons
|
3ca3d2206c
|
Modified generic_views for unittest2 discovery.
|
2013-04-12 15:10:04 -06:00 |