Skip to content

Commit de29822

Browse files
committed
Pin django-mptt to v0.14.0, for Python 3.8
1 parent 3fd8e48 commit de29822

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

base_requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ django-filter
2323
django-graphiql-debug-toolbar
2424

2525
# Modified Preorder Tree Traversal (recursive nesting of objects)
26+
# Pinned to 0.14.0; 0.15.0 requires Python 3.9+
2627
# https://github.com/django-mptt/django-mptt/blob/main/CHANGELOG.rst
27-
django-mptt
28+
django-mptt==0.14.0
2829

2930
# Context managers for PostgreSQL advisory locks
3031
# https://github.com/Xof/django-pglocks/blob/master/CHANGES.txt

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ django-cors-headers==4.3.0
44
django-debug-toolbar==4.2.0
55
django-filter==23.3
66
django-graphiql-debug-toolbar==0.2.0
7-
django-mptt==0.15
7+
django-mptt==0.14.0
88
django-pglocks==1.0.4
99
django-prometheus==2.3.1
1010
django-redis==5.4.0

0 commit comments

Comments
 (0)