stalker.models¶
Functions
check_circular_dependency (entity, …) |
Checks the circular dependency in entity if it has other_entity in its |
local_to_utc (local_dt) |
converts local datetime to utc datetime |
make_plural (name) |
Returns the plural version of the given name argument. |
utc_to_local (utc_dt) |
converts utc time to local time |
walk_hierarchy (entity, attr[, method]) |
Walks the entity hierarchy over the given attribute and yields the entity. |
Exceptions
CircularDependencyError |