File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,9 @@ django-filter
2323django-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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ django-cors-headers==4.3.0
44django-debug-toolbar == 4.2.0
55django-filter == 23.3
66django-graphiql-debug-toolbar == 0.2.0
7- django-mptt == 0.15
7+ django-mptt == 0.14.0
88django-pglocks == 1.0.4
99django-prometheus == 2.3.1
1010django-redis == 5.4.0
You can’t perform that action at this time.
0 commit comments