Skip to content

Releases: OmenApps/django-postgresql-dag

0.0.21

17 Nov 22:42
Compare
Choose a tag to compare

A few fixes and improved testing

0.0.19

17 Nov 21:43
Compare
Choose a tag to compare
  • 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

15 Nov 22:30
Compare
Choose a tag to compare

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

08 Nov 23:37
Compare
Choose a tag to compare

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

03 Nov 04:00
Compare
Choose a tag to compare
Version bump

0.0.14

28 Oct 02:26
Compare
Choose a tag to compare
Updated version

0.0.10

22 Oct 02:34
Compare
Choose a tag to compare
Version bump