Up to [cvs.NetBSD.org] / pkgsrc / www / py-django-treebeard
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.18 / (download) - annotate - [select for diffs], Thu Sep 28 22:31:08 2023 UTC (2 months, 1 week ago) by joerg
Branch: MAIN
CVS Tags: HEAD
Changes since 1.17: +4 -1
lines
Diff to previous 1.17 (colored)
Fix permissions when building as root
Revision 1.17 / (download) - annotate - [select for diffs], Wed Aug 30 14:39:23 2023 UTC (3 months, 1 week ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3
Changes since 1.16: +3 -4
lines
Diff to previous 1.16 (colored)
py-django-treebeard: updated to 4.7 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.
Revision 1.16 / (download) - annotate - [select for diffs], Thu Jul 13 10:03:30 2023 UTC (4 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.15: +3 -3
lines
Diff to previous 1.15 (colored)
*: switch django users to py-django3
Revision 1.15 / (download) - annotate - [select for diffs], Tue Jan 4 20:55:22 2022 UTC (23 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Changes since 1.14: +2 -1
lines
Diff to previous 1.14 (colored)
*: bump PKGREVISION for egg.mk users They now have a tool dependency on py-setuptools instead of a DEPENDS
Revision 1.14 / (download) - annotate - [select for diffs], Fri Mar 19 09:09:50 2021 UTC (2 years, 8 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
py-django-treebeard: updated to 4.5.1 Release 4.5.1 Removed unnecessary default in MP's depth field. Release 4.5 Add support for custom primary key fields with custom names. Add support for Python 3.9. Add support for MSSQL 2019. Add Code of conduct Removed outdated Sqlite workaround code Remove last remains of Python 2.7 code Use Pytest-django and fixtures for testing
Revision 1.13 / (download) - annotate - [select for diffs], Sat Jan 30 07:23:29 2021 UTC (2 years, 10 months ago) by mef
Branch: MAIN
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
(www/py-django-treebeard) Add patch for build fix, only for py36
Revision 1.12 / (download) - annotate - [select for diffs], Sat Jan 16 09:01:04 2021 UTC (2 years, 10 months ago) by adam
Branch: MAIN
Changes since 1.11: +5 -3
lines
Diff to previous 1.11 (colored)
py-django-treebeard: updated to 4.4 Release 4.4 Implement a non-destructive path-fixing algorithm for MP_Node.fix_tree. Ensure post_save is triggered after the parent node is updated in MP_AddChildHandler. Fix static URL generation to use static template tag instead of constructing the URL manually. Declare support for Django 2.2, 3.0 and 3.1. Drop support for Django 2.1 and lower. Drop support for Python 2.7 and Python 3.5. Increase performance for MoveNodeForm when using large trees.
Revision 1.11 / (download) - annotate - [select for diffs], Wed Jan 8 19:10:04 2020 UTC (3 years, 10 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
py-django-treebeard: updated to 4.3.1 Release 4.3.1: * Added check to avoid unnecessary database query for ``MP_Node.get_ancestors()`` if the node is a root node. * Drop support for Python-3.4. * Play more nicely with other form classes, that implement ``__init__(self, *args, **kwargs)``, e.g. django-parler's ``TranslatableModelForm``, where `kwargs.get('instance')` is ``None`` when called from here. * Sorting on path on necessary queries, fixes some issues and stabilizes the whole MP section. * Add German translation strings.
Revision 1.10 / (download) - annotate - [select for diffs], Tue Apr 17 07:19:00 2018 UTC (5 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
py-django-treebeard: updated to 4.3 4.3: Support for Django-2.0
Revision 1.9 / (download) - annotate - [select for diffs], Tue Mar 13 09:50:10 2018 UTC (5 years, 8 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base,
pkgsrc-2018Q1
Changes since 1.8: +3 -3
lines
Diff to previous 1.8 (colored)
py-django-treebeard: updated to 4.2.1 4.2.1: Bugfix issues: admin change list view and jsi18n load for Django-1.11
Revision 1.8 / (download) - annotate - [select for diffs], Mon Dec 18 19:25:02 2017 UTC (5 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base,
pkgsrc-2017Q4
Changes since 1.7: +4 -4
lines
Diff to previous 1.7 (colored)
py-django-treebeard: updated to 4.2.0 Release 4.2.0: * Support for Django-2.0
Revision 1.7 / (download) - annotate - [select for diffs], Fri Jun 23 07:42:24 2017 UTC (6 years, 5 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2
Changes since 1.6: +3 -3
lines
Diff to previous 1.6 (colored)
Release 4.1.2: * Fixed MANIFEST.in for Debian packaging.
Revision 1.6 / (download) - annotate - [select for diffs], Wed May 24 11:24:44 2017 UTC (6 years, 6 months ago) by adam
Branch: MAIN
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Release 4.1.1 * Removed deprecated templatetag inclusion * Added support for Python-3.6 * Added support for MS-SQL
Revision 1.5 / (download) - annotate - [select for diffs], Sat Feb 4 12:42:06 2017 UTC (6 years, 10 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base,
pkgsrc-2017Q1
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Release 4.1.0 (Nov 24, 2016) --------------------------- * Add support for Django-1.10 * Drop support for Django-1.7 * Moved Repository from Bitbucket to GitHub * Moved documentation to https://django-treebeard.readthedocs.io/ * Moved continuous integration to https://travis-ci.org/django-treebeard/django-treebeard
Revision 1.4 / (download) - annotate - [select for diffs], Wed Sep 7 13:45:29 2016 UTC (7 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Release 4.0.1 (May 1, 2016) * Escape input in forms * Clarification on model detail pages
Revision 1.3 / (download) - annotate - [select for diffs], Wed Jun 8 17:43:49 2016 UTC (7 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base,
pkgsrc-2016Q2
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Switch to MASTER_SITES_PYPI.
Revision 1.2 / (download) - annotate - [select for diffs], Wed Apr 20 20:19:38 2016 UTC (7 years, 7 months ago) by adam
Branch: MAIN
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
Changes 4.0: * Added support for 3.5 and Django 1.7, 1.8 and 1.9 * Django 1.6 is no longer supported. * Remove deprecated backports needed for now unsupported Django versions * Fixed a bug with queryset deletion not handling inheritance correctly. * Assorted documentation fixes
Revision 1.1 / (download) - annotate - [select for diffs], Fri Apr 24 10:54:00 2015 UTC (8 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2
django-treebeard is a library that implements efficient tree implementations for the Django Web Framework 1.4+. It includes 3 different tree implementations: Adjacency List, Materialized Path and Nested Sets.