You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added fields ``created`` and ``modified`` on models ``Settings`` and ``Subscription``.
20
21
21
22
**Changed**
22
23
@@ -28,6 +29,7 @@ Release Notes
28
29
* Improvements to docstrings of main methods ``notify()`` and ``subscribe()`` #129 (Benjamin Balder Bach)
29
30
* Return value of ``notify()`` was changed - it no longer returns an `int` (number of created notifications), instead it returns a list of created notifications.
30
31
This is very useful, see :doc:`howto/object_relations` #134 (Benjamin Balder Bach)
32
+
* The field ``Notification.url`` now accepts 2,000 characters rather than 200.
0 commit comments