Skip to content

Releases: uralbash/sqlalchemy_mptt

mptt v0.0.9

09 Oct 06:30

Choose a tag to compare

0.0.9 (2014-10-09)

  • Add MANIFEST.in
  • New docs
  • fixes in setup.py

mptt v0.0.8

15 Aug 11:59

Choose a tag to compare

Many thanks to @GaretJax

0.0.8 (2014-08-15)

  • Add CONTRIBUTORS.txt

Features

  • Automatically register tree classes enhancement (#28)
  • Added support polymorphic tree models (#24)

Bug Fixes

  • Fix expire left/right attributes of parent somewhen after the before_insert event (#30)
  • Fix tree_id is incorrectly set to an existing tree if no parent is set (#23)
  • Fix package is not installable if sqlalchemy is not (yet) installed (#22)

mptt v0.0.7

04 Aug 12:51

Choose a tag to compare

0.0.7 (2014-08-04)

  • Add LICENSE.txt

Bug Fixes

  • fix get_db_pk function

mptt v0.0.6

31 Jul 10:05

Choose a tag to compare

0.0.6 (2014-07-31)

Bug Fixes

  • Allow the primary key to not be named "id" #20. See #20

mptt v0.0.5

26 Jun 10:44

Choose a tag to compare

Hello sqlalchemy_mptt 0.0.5 version

fixes some bugfixes and writed docs http://sqlalchemy-mptt.readthedocs.org/

mptt v0.0.4

05 Jun 07:37

Choose a tag to compare

  • fix move_inside function
  • add new function move_before
  • add instance method leftsibling_in_tree
  • fix tree shorting(see tests)

mptt v0.0.3

22 May 09:14

Choose a tag to compare

minor version with Postgres CASCADE delete

mptt v0.0.2

19 May 07:45

Choose a tag to compare

  • added support python3
  • added rebuild & rebuild_tree method
  • fixes test

first release

12 May 08:49

Choose a tag to compare

Library for implementing Modified Preorder Tree Traversal with your SQLAlchemy Models and working with trees of Model instances, like django-mptt.