Skip to content

Releases: ccnmtl/django-pagetree

1.1.13

18 Feb 18:32
Compare
Choose a tag to compare

optimize get_descendants

1.1.12

02 Feb 17:58
Compare
Choose a tag to compare
  • Added instructions for base_url on clone form.

1.1.8

14 Jul 14:09
Compare
Choose a tag to compare

Add csrf_token to base clone_hierarchy form

1.1.7

26 Jun 20:08
Compare
Choose a tag to compare
  • Fixed some places where pagetree was executing duplicate db queries.

1.1.6

08 Jun 13:19
Compare
Choose a tag to compare

1.1.6 (2015-06-06)

  • Add hierarchy clone functionality - copy sections and pageblocks

1.1.5

15 May 16:46
Compare
Choose a tag to compare

Add pageblock count to sections in the edit page

1.1.4

14 May 17:52
Compare
Choose a tag to compare

Edit Page Tweaks

1.1.2

22 Apr 18:09
Compare
Choose a tag to compare
  • Add confirmation page when deleting a pageblock.
  • Add support for Django 1.8.

1.1.1

01 Apr 20:05
Compare
Choose a tag to compare

Optimizing reporting components

1.1.0

23 Mar 14:17
Compare
Choose a tag to compare
  • Pagetree is now compatible with django-treebeard 3.0.
  • Minor UI bugfixes.
  • Added some documentation in the docs/ directory.
  • Added BasePageBlock for making custom pageblocks.