Skip to content

Commit

Permalink
v0.15.16
Browse files Browse the repository at this point in the history
  • Loading branch information
grigi committed Feb 25, 2020
1 parent bea64a9 commit 93995aa
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 40 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

Changelog
=========

0.15.16
- ``get_or_none(...)`` now raise MultipleObjectsReturnederror if multiple object fetched. (#298)
-------
- ``get_or_none(...)`` now raises ``MultipleObjectsReturned`` if multiple object fetched. (#298)

0.15.15
-------
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/basic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Relations
.. _example_relations_recursive:

Relations with Unique field
=========
===========================
.. literalinclude:: ../../examples/relations_with_unique.py


Expand Down
12 changes: 6 additions & 6 deletions tests/requirements-pypy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ apipkg==1.5 # via execnet
asynctest==0.13.0
attrs==19.3.0 # via pytest
certifi==2019.11.28 # via requests
cffi==1.13.2 # via cryptography
cffi==1.14.0 # via cryptography
chardet==3.0.4 # via requests
ciso8601==2.1.2
ciso8601==2.1.3
coverage==5.0.3 # via coveralls, pytest-cov
coveralls==1.10.0
coveralls==1.11.1
cryptography==2.8 # via pymysql
docopt==0.6.2 # via coveralls
execnet==1.7.1 # via pytest-xdist
idna==2.8 # via requests
idna==2.9 # via requests
importlib-metadata==1.5.0 # via pluggy, pytest
more-itertools==8.2.0 # via pytest
packaging==20.1 # via pytest
Expand All @@ -33,12 +33,12 @@ pytest-forked==1.1.3 # via pytest-xdist
pytest-xdist==1.31.0
pytest==5.3.5
pyyaml==5.3
requests==2.22.0 # via coveralls
requests==2.23.0 # via coveralls
six==1.14.0 # via cryptography, packaging, pytest-xdist
typing-extensions==3.7.4.1
urllib3==1.25.8 # via requests
wcwidth==0.1.8 # via pytest
zipp==2.1.0 # via importlib-metadata
zipp==3.0.0 # via importlib-metadata
aiocontextvars==0.2.2 ; python_version < "3.7"
contextvars==2.4 ; python_version < "3.7"
immutables==0.9 ; python_version < "3.7"
Expand Down
64 changes: 33 additions & 31 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,47 +10,48 @@ aiomysql==0.0.20
aiosqlite==0.11.0
alabaster==0.7.12 # via sphinx
apipkg==1.5 # via execnet
appdirs==1.4.3 # via black
appdirs==1.4.3 # via black, virtualenv
astroid==2.3.3 # via pylint
asyncpg==0.20.1
asynctest==0.13.0
attrs==19.3.0 # via black, pytest
babel==2.8.0 # via sphinx
bandit==1.6.2
black==19.10b0
bleach==3.1.0 # via readme-renderer
bleach==3.1.1 # via readme-renderer
blinker==1.4 # via quart
certifi==2019.11.28 # via httpx, requests
cffi==1.13.2 # via cryptography
cffi==1.14.0 # via cryptography
chardet==3.0.4 # via httpx, requests
ciso8601==2.1.2
ciso8601==2.1.3
click==7.0 # via black, pip-tools, quart, uvicorn
cloud-sptheme==1.10.0
colorama==0.4.3 # via green
coverage==5.0.3 # via coveralls, green, nose2, pytest-cov
coveralls==1.10.0
coveralls==1.11.1
cryptography==2.8 # via pymysql
distlib==0.3.0 # via virtualenv
docopt==0.6.2 # via coveralls
docutils==0.16
entrypoints==0.3 # via flake8
execnet==1.7.1 # via pytest-xdist
filelock==3.0.12 # via tox
filelock==3.0.12 # via tox, virtualenv
flake8-isort==2.8.0
flake8==3.7.9 # via flake8-isort
gitdb2==2.0.6 # via gitpython
gitpython==3.0.5 # via bandit
gitdb==4.0.2 # via gitpython
gitpython==3.1.0 # via bandit
green==3.1.0
h11==0.8.1 # via httpx, hypercorn, uvicorn, wsproto
h2==3.1.1 # via httpx, hypercorn
h2==3.2.0 # via httpx, hypercorn
hpack==3.0.0 # via h2
hstspreload==2020.2.1 # via httpx
httptools==0.0.13 # via sanic, uvicorn
hstspreload==2020.2.25 # via httpx
httptools==0.1.1 # via sanic, uvicorn
httpx==0.9.3 # via sanic
hypercorn==0.9.0 ; python_version >= "3.7"
hypercorn==0.9.1 ; python_version >= "3.7"
hyperframe==5.2.0 # via h2
idna==2.8 # via httpx, requests
idna==2.9 # via httpx, requests
imagesize==1.2.0 # via sphinx
importlib-metadata==1.5.0 # via pluggy, pytest, tox
importlib-metadata==1.5.0 # via pluggy, pytest, tox, virtualenv
isort[pyproject]==4.3.21 # via flake8-isort, pylint
itsdangerous==1.1.0 # via quart
jinja2==2.11.1 # via quart, sphinx
Expand All @@ -59,14 +60,14 @@ lxml==4.5.0 # via green
markupsafe==1.1.1 # via jinja2
mccabe==0.6.1 # via flake8, pylint
more-itertools==8.2.0 # via pytest
multidict==4.7.4 # via quart, sanic
multidict==4.7.5 # via sanic
mypy-extensions==0.4.3 # via mypy
mypy==0.761
nose2==0.9.2
packaging==20.1 # via pytest, sphinx, tox
pathspec==0.7.0 # via black
pbr==5.4.4 # via stevedore
pip-tools==4.4.1
pip-tools==4.5.0
pkginfo==1.5.0.1 # via twine
pluggy==0.13.1 # via pytest, tox
priority==1.3.0 # via hypercorn
Expand All @@ -86,41 +87,42 @@ pytest==5.3.5
python-rapidjson==0.9.1 ; implementation_name == "cpython"
pytz==2019.3 # via babel
pyyaml==5.3
quart==0.10.0 ; python_version >= "3.7"
quart==0.11.2 ; python_version >= "3.7"
readme-renderer==24.0 # via twine
regex==2020.1.8 # via black
regex==2020.2.20 # via black
requests-toolbelt==0.9.1 # via twine
requests==2.22.0 # via coveralls, requests-toolbelt, sphinx, twine
requests==2.23.0 # via coveralls, requests-toolbelt, sphinx, twine
rfc3986==1.3.2 # via httpx
sanic==19.12.2
six==1.14.0 # via astroid, bandit, bleach, cryptography, nose2, packaging, pip-tools, pytest-xdist, readme-renderer, sphinx, stevedore, tox
smmap2==2.0.5 # via gitdb2
six==1.14.0 # via astroid, bandit, bleach, cryptography, nose2, packaging, pip-tools, pytest-xdist, readme-renderer, sphinx, stevedore, tox, virtualenv
smmap==3.0.1 # via gitdb
sniffio==1.1.0 # via httpx
snowballstemmer==2.0.0 # via sphinx
sortedcontainers==2.1.0 # via quart
sphinx==1.8.5
sphinxcontrib-websupport==1.1.2 # via sphinx
starlette==0.13.1
stevedore==1.31.0 # via bandit
testfixtures==6.11.0 # via flake8-isort
toml==0.10.0 # via black, hypercorn, isort, tox
tox==3.14.3
tqdm==4.42.0 # via twine
sphinxcontrib-websupport==1.2.0 # via sphinx
starlette==0.13.2
stevedore==1.32.0 # via bandit
testfixtures==6.14.0 # via flake8-isort
toml==0.10.0 # via black, hypercorn, isort, quart, tox
tox==3.14.5
tqdm==4.43.0 # via twine
twine==1.15.0
typed-ast==1.4.1 # via astroid, black, mypy
typing-extensions==3.7.4.1
ujson==1.35 # via sanic
unidecode==1.1.1 # via green
urllib3==1.25.8 # via requests
uvicorn==0.11.2
uvicorn==0.11.3
uvloop==0.14.0 ; sys_platform != "win32" and implementation_name == "cpython"
virtualenv==16.7.9 # via tox
virtualenv==20.0.5 # via tox
wcwidth==0.1.8 # via pytest
webencodings==0.5.1 # via bleach
websockets==8.1 # via sanic, uvicorn
werkzeug==1.0.0 # via quart
wrapt==1.11.2 # via astroid
wsproto==0.15.0 ; python_version >= "3.7"
zipp==2.1.0 # via importlib-metadata
zipp==3.0.0 # via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools
Expand Down
2 changes: 1 addition & 1 deletion tortoise/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -781,4 +781,4 @@ async def do_stuff():
loop.run_until_complete(Tortoise.close_connections())


__version__ = "0.15.15"
__version__ = "0.15.16"

0 comments on commit 93995aa

Please sign in to comment.