Jack at Omen Apps
Jack at Omen Apps
I tried installing django-extra-checks, but only one of the check I've tried worked without errors. My EXTRA_CHECKS dict looks like this: ```python EXTRA_CHECKS = { "checks": [ # FileField/ImageField must...
In preparation for some future work, it would be convenient to be able to calculate the hash of a connected graph, assuming no directivity in edges. That is, if we...
Update the CI matrix to run the following combinations: - Python 3.7 through 3.10 - Both Ubuntu and Windows - At least one recent version of Postgres (for Ubuntu, running...
- [x] Inserting nodes on an edge (splitting an edge into two with a node in-between). Consider whether the existing edge properties should be mirrored to the two replacement edges,...
When performing path queries, the path is cast as `bigint` while the array of ids is cast as `integer` Example query explain from our codebase: ``` WITH RECURSIVE traverse(parent_id, child_id,...
Add the ability to filter down prior to running CTE. For instance, in a graph of a municipal district, it may be more efficient to limit the search to a...
- [x] ancestors_ids - [x] descendants_ids - [x] path_ids_list - [ ] descendants_edges_ids - [ ] descendants_edges_ids - [ ] ancestors_edges_ids - [ ] descendants_tree - [ ] ancestors_tree -...
I'd like some extra sets of eyes to make sure we didn't miss anything dangerous. We have been looking for a Django Rest Framework (DRF) solution to go along with...
Minor changes to allow use of PostGIS rather than vanilla Postgres
There seems to be a problem with using this package along with django's admin. If I try to view the listing for a scoped model, I get: "Database error Something's...