Files
@ cf1d1239cd55
Branch filter:
Location: kallithea/init.d/celeryd-upstart.conf
cf1d1239cd55
932 B
text/plain
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.