etiquette/etiquette
voussoir d41bad63e7 Move reset of cached_tag_flat_dict out of GroupableMixin into Tag.
That should not have been there!
Needed to add the BAIL sentinel so that Tag methods would only
reset the cache if the internal method actually did made any changes.
2020-09-12 01:19:03 -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 Move reset of cached_tag_flat_dict out of GroupableMixin into Tag. 2020-09-12 01:19:03 -07:00
photodb.py Rename cached_frozen_children -> cached_tag_flat_dict. 2020-09-12 00:56:32 -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 Replace horrible flat_dict algorithm with actual recursion. 2020-09-12 00:21:37 -07:00