Releases: OmenApps/django-postgresql-dag
Releases · OmenApps/django-postgresql-dag
0.0.21
A few fixes and improved testing
0.0.19
- Improved organization by pulling out and extending some functions
- Made it possible to export a NetworkX Graph (ToDo: specify whether to export directed or undirected graph)
- Give a queryset of Nodes, can obtain a queryset of Edges and vice versa
0.0.18
Several improvements:
- Improved naming
- Using pk instead of id (necessary for our raw queries)
- Updated tests
- Fixed issue where specified depth had no effect
- Stubbed out new methods
- Removed legacy file
0.0.16
Major update to use RawQuerySet rather than using cursor. The benefit is that you can use the resulting RawQuerySet right away without having to convert it. e.g.: x.ancestors_raw()
Otherwise, the raw queryset is converted automatically into a true QuerySet. e.g.: x.ancestors()
Several other small improvements in naming and functionality.
0.0.15
Version bump
0.0.14
Updated version
0.0.10
Version bump