Changes between Version 1 and Version 2 of Ticket #26638


Ignore:
Timestamp:
May 19, 2016, 10:03:44 AM (8 years ago)
Author:
Maxime Lorant
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26638 – Description

    v1 v2  
    1616
    1717
    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!)
     18For 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 :)
Back to Top