diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2018-07-31 22:11:22 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2018-07-31 22:11:22 -0400 |
| commit | 1370b308e2dc3357cac009dde2304fa9c8611c1a (patch) | |
| tree | 65ceeb97cb2aee7b2e5f3e572cf1fdfb5f11ab5c /doc | |
| parent | 8601e86f1179d93d5d072c8774bfae41caa8cf56 (diff) | |
| parent | 09f21f1e21a2247eba3d9e9aaaa3c336ba98b9ea (diff) | |
| download | sqlalchemy-1370b308e2dc3357cac009dde2304fa9c8611c1a.tar.gz | |
Merge branch 'migration-12-typo-fix' of https://bitbucket.org/nbasu02/sqlalchemy
Change-Id: I4682c1f7f94f25b813be686fdce0a2e0839412fe
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/migration_12.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/changelog/migration_12.rst b/doc/build/changelog/migration_12.rst index 6d13bc15a..d70c6db52 100644 --- a/doc/build/changelog/migration_12.rst +++ b/doc/build/changelog/migration_12.rst @@ -461,7 +461,7 @@ The :paramref:`.Session.refresh.with_for_update` argument accepts a dictionary of options that will be passed as the same arguments which are sent to :meth:`.Query.with_for_update`:: - session.refresh(some_objects with_for_update={"read": True}) + session.refresh(some_objects, with_for_update={"read": True}) The new parameter supersedes the :paramref:`.Session.refresh.lockmode` parameter. |
