1
0
mirror of https://github.com/etesync/server synced 2024-11-22 08:48:07 +00:00
etesync-server/django_etebase
Xiretza c6b1b855df
fix: remove deprecated argument "providing_args" from Signal() (#138)
From the source:

> The providing_args argument is deprecated. As it is purely
> documentational, it has no replacement. If you rely on this
> argument as documentation, you can move the text to a code
> comment or docstring.
2022-05-09 17:19:57 +03:00
..
migrations Patch old DB migration in order to fix mysql issues. 2021-01-27 18:48:56 +02:00
token_auth Fix many type errors. 2020-12-29 13:32:19 +02:00
__init__.py Rename module to prevent confusion on import. 2020-12-29 16:55:21 +02:00
app_settings_inner.py Subscriptions: implement live subscriptions for collection items 2021-01-11 22:15:12 +02:00
apps.py Use black for code formatting and format the code 2020-11-14 17:04:41 +02:00
models.py Fix DB errors when using MySQL/MariaDB. 2021-01-27 14:38:10 +02:00
signals.py fix: remove deprecated argument "providing_args" from Signal() (#138) 2022-05-09 17:19:57 +03:00
utils.py Improve typing information. 2020-12-29 18:17:28 +02:00