11 Commits (7f2df84fe74d495ffa706c07f7e45b2cb1fb5d1c)

Author SHA1 Message Date
Felix Stupp bf8744a700
UriHolder._clear_uri_set: Change docstring to reflect clearing 1 year ago
Felix Stupp 0d6ebd25e6
UriHolder: disable uri_set setter due to already known reason 1 year ago
Felix Stupp fa91114e71
UriHolder: use returns of changers to indicate an action
- it now does not need to check for changes
- rather, its return value is usuable for overriding methods as they now
  know if the super already did something if they choose to call it
1 year ago
Felix Stupp 7d47b95aa2
UriHolder: remove bool return values for setters/adders/removers 1 year ago
Felix Stupp 738a362b16
UriHolder.uri_set setter: set return type to None 1 year ago
Felix Stupp 062936ad1d
models/extras/uris: Reformat code 1 year ago
Felix Stupp 9abf3ead12
UriHolder: Add setter to uri_set 1 year ago
Felix Stupp 2f132ee701
Fix circular dependency with UriHolder by using abstract _clear_uri_set
- instead of abstract _set_uri_set
- removed circular dependency on UriHolder.add_uris
1 year ago
Felix Stupp 6c5ca895f0
Reformat code 1 year ago
Felix Stupp 1e27f7b3d1
UriHolder: Make uri & uri_set proper properties
- to avoid direct DB access
- to allow for getter & setter functions
- makes consistency checks on each lookup unneccesary
- propose async consistency checks (TODO)
1 year ago
Felix Stupp 328f234711
Refractor models.py into 2 submodules 2 years ago