Files
@ cf1d1239cd55
Branch filter:
Location: kallithea/docs/readme.rst
cf1d1239cd55
42 B
text/prs.fallenstein.rst
model: notification: don't round-trip via list if you want a set
'create' in NotificationModel starts from an empty list, appends entries to
it, then converts it to a set.
You could equally start with a set and add to it, avoiding the final
conversion.
'create' in NotificationModel starts from an empty list, appends entries to
it, then converts it to a set.
You could equally start with a set and add to it, avoiding the final
conversion.