wrong documentation on session.flush()

Issue #189 resolved
Former user created an issue

session.flush() takes a list or tuple of objects.

The documentation says : session.flush(user1, address2)

But it is implemented : session.flush(address2)

Comments (1)

  1. Log in to comment