Changes between Version 1 and Version 2 of Ticket #26638
- Timestamp:
- May 19, 2016, 10:03:44 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26638 – Description
v1 v2 16 16 17 17 18 For backward-compatibility and ease of writing, it should still accept values that are not callables. See the patch attached (unit tests are missing so it is not complete!)18 For backward-compatibility and ease of writing, it should still accept values that are not callables. ~~See the patch attached (unit tests are missing so it is not complete!)~~ My patch is wrong in fact: it computes the value before the selection and it consider the dict as a whole callable instead of a single key of the dict... Anyway the implementation inside the `except DoesNotExist` should be easy :)