-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release 4.7 (Apr 7, 2023) Drop support for Django 4.0. Add support for Django 4.2. Release 4.6.1 (Feb 5, 2023) Fix unescaped string representation of AL_Node models in the Django admin. Thanks to goodguyandy for reporting the issue. Optimise MP_Node.get_descendants to avoid database queries when called on a leaf node. Release 4.6 (Jan 2, 2023) Drop support for Django 3.1 and lower. Add support for Django 4.0 and 4.1. Drop support for Python 3.7 and lower. Add support for Python 3.10 and Python 3.11. Change the return value of delete() for all node classes to be consistent with Django, and return a tuple of the number of objects deleted and a dictionary with the number of deletions per object type. Change the delete() methods for all node classes to accept arbitrary positional and keyword arguments which are passed to the parent method. Set alters_data and queryset_only attributes on the delete() methods for all node classes to prevent them being used in an unwanted context (e.g., in Django templates). Drop dependency on jQuery UI in the admin.
- Loading branch information
adam
committed
Aug 30, 2023
1 parent
035ec14
commit 189cb88
Showing
3 changed files
with
28 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.17 2021/12/30 13:37:12 adam Exp $ | ||
$NetBSD: distinfo,v 1.18 2023/08/30 14:39:23 adam Exp $ | ||
|
||
BLAKE2s (django-treebeard-4.5.1.tar.gz) = e8d511524dbf9ddac25a050d0a5e34ce42758204a7fd7acd65cccaefa7237e6f | ||
SHA512 (django-treebeard-4.5.1.tar.gz) = 27fa6ad50b25d0f9dd7dacddb36ec7165fa49abb26f17b744df3ba90c681107488f812e617d233dd54f86381f55986bd487687411a15dd90f911bc0cb3d8369e | ||
Size (django-treebeard-4.5.1.tar.gz) = 784384 bytes | ||
BLAKE2s (django-treebeard-4.7.tar.gz) = 8444476642d02e526072321d222c3ed23f7392d58384d3af8d35475a61baf7cf | ||
SHA512 (django-treebeard-4.7.tar.gz) = e4f51cbe212ab26682ee8c34058aebaf8e1ea3c657a28d905b96523e336d76bfb6344d37aba66c8270a86b2ea97c5385afaa3aa9ca18954d787b4682c655810c | ||
Size (django-treebeard-4.7.tar.gz) = 294303 bytes |