| Age | Commit message (Collapse) | Author |
|
implemented comparisons.
Changed __eq__ to return NotImplemented instead of False if compared to
an object of the same type, as is recommended by the Python data model
reference. Now these models can be compared to ANY (or other objects
with __eq__ overwritten) without returning False automatically.
|
|
|
|
|
|
|
|
|
|
|
|
variable to its initial state.
|
|
|
|
|
|
|
|
|
|
This continues work to treat Django templates as a library.
|
|
|
|
|
|
|
|
|
|
Thanks Collin Anderson for the report.
|
|
|
|
That method was introduced in 9db4271bd11ac23a5a5652bbcdf8fb6d4b997651.
Refs #21765.
|
|
d97bf2e9c8971764690caaf81a0914bc368d6b02.
Refs #21765.
Thanks to kezabelle for the quick report and to onjin
for providing the patch.
|
|
|
|
It's now consistent with RenderContext.get.
|
|
template variables.
Thanks KyleMac for the report, regebro for the patch, and Aymeric for the test.
|
|
Thanks Loic Bistuer for the review.
|
|
Refs #20680.
|
|
|