aiohttp-admin icon indicating copy to clipboard operation
aiohttp-admin copied to clipboard

admin interface for aiohttp application http://aiohttp-admin.readthedocs.io

Results 79 aiohttp-admin issues
Sort by recently updated
recently updated
newest added

### Update [pytest](https://pypi.org/project/pytest) from **5.4.3** to **6.1.1**. *The bot wasn't able to find a changelog for this release. [Got an idea?](https://github.com/pyupio/changelogs/issues/new)* Links - PyPI: https://pypi.org/project/pytest - Homepage: https://docs.pytest.org/en/latest/ ### Update...

deps-update

Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.3.19 to 1.3.20. Release notes Sourced from sqlalchemy's releases. 1.3.20 Released: October 12, 2020 orm [orm] [bug] An ArgumentError with more detail is now raised if the...

dependencies

``` text-ferret_1 | Postgres is up - continuing... text-ferret_1 | INFO [alembic.runtime.migration] Context impl PostgresqlImpl. text-ferret_1 | INFO [alembic.runtime.migration] Will assume transactional DDL. text-ferret_1 | Traceback (most recent call last):...

Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.4.3 to 6.1.1. Release notes Sourced from pytest's releases. 6.1.1 pytest 6.1.1 (2020-10-03) Bug Fixes #7807: Fixed regression in pytest 6.1.0 causing incorrect rootdir to be determined...

dependencies

Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.8.3 to 3.8.4. Commits fb91b99 Release 3.8.4 b5b4792 Merge branch 'py34_virtualenv_fix' into 'master' d3c55c1 limit the virtualenv version in python3.4 d0a0cb4 Merge branch 'video' into 'master' eb9ca33...

dependencies

Bumps [ipdb](https://github.com/gotcha/ipdb) from 0.13.3 to 0.13.4. Changelog Sourced from ipdb's changelog. 0.13.4 (2020-10-01) Add '-m' option [mrmino] Commits 8f7cac8 Preparing release 0.13.4 581c7e5 Fix Py 2.7 mock import/requirement in test_opts...

dependencies

Bumps [motor](https://github.com/mongodb/motor) from 2.2.0 to 2.3.0. Release notes Sourced from motor's releases. 2.3.0 Motor 2.3 adds contextvars support. For more info see the changelog: https://motor.readthedocs.io/en/2.3.0/changelog.html Changelog Sourced from motor's changelog....

dependencies

Thanks for your product. It helps much. ### Scope In admin-panel some list resources that have enum property ### Prerequisites ```python class AuthConfirmType(enum.Enum): SMS = "СМС" BIRTH_DAY = "Дата рождения"...