Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/ref/models/instances.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,9 @@ The example above shows a full ``from_db()`` implementation to clarify how that
is done. In this case it would be possible to use a ``super()`` call in the
``from_db()`` method.

.. versionchanged:: 6.1
.. versionchanged:: 6.1

The ``fetch_mode`` parameter was added.
The ``fetch_mode`` parameter was added.

.. _refreshing-objects:

Expand Down
Loading