Files @ b4749d02192d
Branch filter:

Location: kallithea/docs/readme.rst

Thomas De Schampheleire
model: remove unused 'subject' parameter of NotificationModel.create()

The subject of emails is determined with EmailNotificationModel._subj_map,
based on the notification type. The 'subject' parameter passed to
NotificationModel.create is completely unused.

Remove this parameter and update its callers, removing code that is now no
longer used.
1
2
3
.. _readme:

.. include:: ./../README.rst