Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 664 Bytes

notes.org

File metadata and controls

20 lines (19 loc) · 664 Bytes

TagSet

add

New kwarg `ignore_missing`?

Do not throw NoSuchTagError. Silently ignore nonexisting tag IDs and - if `create_nonexisting=False` - also nonexisting tag names.

Is this a good idea? It seems like it introduces some unnecessarily complex interaction between keyword args.

New kwarg “

Throw …Error if any of the requested tags is already in the tag set.

remove

New kwarg `ignore_missing`?

Do not throw NoSuchTagError. Silently ignore nonexisting tag IDs and names.

New kwarg “

Throw …Error if any of the requested tags is not in the tag set.

templatetags

tag

tag_with_id_url

tag_with_name_url