change default of "passive" to True in session.is_modified(); deprecate

Issue #2320 resolved
Mike Bayer repo owner created an issue

passive.PASSIVE_OFF causes collection/m2o fetches and therefore flushes, rendering the method useless. this function should be changed in 0.8. Documentation right now should be updated to reflect the correct calling style with "passive=PASSIVE_NO_FETCH".

ticket can be moved to 0.8 once the docs are updated

Comments (4)

  1. Log in to comment