0
0
Fork 0
mirror of https://github.com/alerta/alerta.git synced 2025-02-10 16:02:26 +00:00
alerta_alerta/alerta/database
Soren Dossing 9a9a78c63e mongo base warning (#852)
Address warning:

alerta/alerta/database/backends/mongodb/base.py:32: DeprecationWarning: get_default_database is deprecated. Use get_database instead.
    return self.client.get_default_database()
2019-03-01 16:41:51 +01:00
..
backends mongo base warning (#852) 2019-03-01 16:41:51 +01:00
__init__.py Flatten directory structure 2017-09-20 15:08:46 +01:00
base.py Add endpoint to list alert groups (#864) 2019-02-28 23:43:33 +01:00