etiquette/etiquette
voussoir 8ed5f0be51 Fix tag_expression usage of frozen_children which was tag objects.
At some point, I changed tag_export.flat_dict from using strings as
keys to using actual Tag objects as keys. The tag expression handler
never got updated, so frozen_children[tagname] raised KeyError as
it was looking for a string.
I considered using tag_expression_tree.map to convert all the tree
tokens into tag objects, but when we render the tree back into text
it will say "Tag:name" instead of just "name" throughout the whole
expression, and I don't want to deal with converting those back.
2020-09-09 12:58:57 -07:00
..
__init__.py Move export functions to their own module. 2017-06-11 22:55:45 -07:00
constants.py Use send2trash to support recycle_instead_of_delete. 2020-02-27 14:18:46 -08:00
decorators.py @transaction intercept commit argument; commit / release here. 2020-02-19 22:36:00 -08:00
exceptions.py Make this string an r-string so it gets better syntax highlighting. 2020-03-11 18:11:54 -07:00
helpers.py Rewrite helpers.comma_space_split with a simple regex. 2020-09-04 17:00:01 -07:00
jsonify.py Add a 'type' string to all etiquette jsonify outputs. 2020-04-02 22:43:20 -07:00
objects.py Accommodate chunk_sequence which now always yields lists. 2020-08-28 17:57:15 -07:00
photodb.py Let search_kwargs[orderby] give back None instead of empty list. 2020-09-09 12:20:49 -07:00
searchhelpers.py Fix tag_expression usage of frozen_children which was tag objects. 2020-09-09 12:58:57 -07:00
tag_export.py Fix tag_export.flat_dict which was not truthful about synonyms. 2020-09-09 12:53:51 -07:00