Skip to content

Releases: ccnmtl/django-pagetree

1.5.0

12 Mar 20:05
773f9f7
Compare
Choose a tag to compare
  • Added Django 4.2 compatibility

1.4.3

24 Feb 15:53
3bcd507
Compare
Choose a tag to compare

1.4.3 (2021-02-23)

  • Dependency updates
  • Fix broken tests
  • Switch to Github Actions

1.4.2

04 Sep 12:10
d4f6d60
Compare
Choose a tag to compare
  • Removed Django 1.8 support
  • Factory boy compatibility updates

1.4.1

06 Dec 19:25
a453da3
Compare
Choose a tag to compare
  • add test_block migration fix

1.4.0

06 Dec 00:53
2f8aa8f
Compare
Choose a tag to compare
  • Removed bare except statements
  • Added support for django 2.0

1.3.2

25 May 19:53
Compare
Choose a tag to compare
  • Fixed an issue with the json import view

1.3.1

22 Mar 16:51
Compare
Choose a tag to compare
  • Fixed an issue with the show_toc and deep_toc form fields in the Edit Section form.
  • When cloning a hierarchy, base_url is now an optional argument.

1.2.3

09 Sep 13:56
Compare
Choose a tag to compare
  • Fixed a missing call to clear_tree_cache()
  • Added the PAGETREE_CUSTOM_CACHE_CLEAR configuration option

1.2.0

21 Jun 14:22
Compare
Choose a tag to compare
  • Added jshint/jscs checks
  • Moved pagetree's js files from static/pagetree/js to
    static/pagetree/js/src, separating from JS libraries which
    we don't run checks on.
  • Added loading animation to clone form.

1.1.15

25 May 15:52
Compare
Choose a tag to compare
  • Updated jQuery to 1.12.3
  • Updated jQuery UI to 1.11.4
  • label/css_extra required field bugfix on add pageblock form