Internally inconsistent documentation of `get` and `first` w.r.t. behaviour on multiple resulting rows
Describe the bug
The docstring both mentions that the first row meeting the criteria is returned, and that MultipleMatches exception is raised if more than 1 row is returned.
To Reproduce
Read the following docstrings:
Expected behavior
The docstring:
- either says that the first row meeting the criteria is returned (and doesn't have any mention of raising a
MultipleMatchesexception) - or it says that the a single row meeting the criteria is returned (and doesn't have any mention of ordering).
Versions (please complete the following information):
ormar: 6e6eafa