Berker Peksag
|
f7969b0920
|
Fixed #23620 -- Used more specific assertions in the Django test suite.
|
2014-11-03 11:56:37 -05:00 |
Thomas Chaumeny
|
b2aad7b836
|
Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.
Thanks Collin Anderson for the review.
|
2014-09-29 00:01:38 +07:00 |
Tim Graham
|
c19bbefca2
|
Fixed a deprecation warning on Python 3.
|
2014-03-27 06:59:54 -04:00 |
Baptiste Mispelon
|
61917aa08b
|
Fixed #21840 -- Moved dunder methods from SimpleLazyObject to LazyObject.
This commit also added tests for LazyObject and refactored
the testsuite of SimpleLazyObject so that it can share
test cases with LazyObject.
|
2014-03-13 10:03:01 +01:00 |