Path to this page:
./
www/py-django-mptt,
Utilities for implementing Modified Preorder Tree Traversal
Branch: CURRENT,
Version: 0.12.0nb1,
Package name: py39-django-mptt-0.12.0nb1,
Maintainer: adamUtilities for implementing Modified Preorder Tree Traversal with your
Django Models and working with trees of Model instances.
MPTT is a technique for storing hierarchical data in a database. The aim is to
make retrieval operations very efficient.
The trade-off for this efficiency is that performing inserts and moving
items around the tree is more involved, as there's some extra work
required to keep the tree structure in a good state at all times.
Required to run:[
www/py-django] [
devel/py-setuptools] [
www/py-django-js-asset] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 101.087 KB
Version history: (Expand)
- (2022-01-05) Updated to version: py39-django-mptt-0.12.0nb1
- (2021-10-07) Updated to version: py39-django-mptt-0.12.0
- (2021-03-19) Updated to version: py38-django-mptt-0.12.0
- (2020-02-19) Updated to version: py37-django-mptt-0.11.0
- (2019-05-13) Updated to version: py37-django-mptt-0.10.0
- (2018-08-07) Updated to version: py27-django-mptt-0.9.1
CVS history: (Expand)
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 13:31:15 by Nia Alarie | Files touched by this commit (1030) |
Log message:
www: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Not committed (merge conflicts):
www/nghttp2/distinfo
Unfetchable distfiles (almost certainly fetched conditionally...):
./www/nginx-devel/distinfo array-var-nginx-module-0.05.tar.gz
./www/nginx-devel/distinfo echo-nginx-module-0.62.tar.gz
./www/nginx-devel/distinfo encrypted-session-nginx-module-0.08.tar.gz
./www/nginx-devel/distinfo form-input-nginx-module-0.12.tar.gz
./www/nginx-devel/distinfo headers-more-nginx-module-0.33.tar.gz
./www/nginx-devel/distinfo lua-nginx-module-0.10.19.tar.gz
./www/nginx-devel/distinfo naxsi-1.3.tar.gz
./www/nginx-devel/distinfo nginx-dav-ext-module-3.0.0.tar.gz
./www/nginx-devel/distinfo nginx-rtmp-module-1.2.2.tar.gz
./www/nginx-devel/distinfo nginx_http_push_module-1.2.10.tar.gz
./www/nginx-devel/distinfo ngx_cache_purge-2.5.1.tar.gz
./www/nginx-devel/distinfo ngx_devel_kit-0.3.1.tar.gz
./www/nginx-devel/distinfo ngx_http_geoip2_module-3.3.tar.gz
./www/nginx-devel/distinfo njs-0.5.0.tar.gz
./www/nginx-devel/distinfo set-misc-nginx-module-0.32.tar.gz
./www/nginx/distinfo array-var-nginx-module-0.05.tar.gz
./www/nginx/distinfo echo-nginx-module-0.62.tar.gz
./www/nginx/distinfo encrypted-session-nginx-module-0.08.tar.gz
./www/nginx/distinfo form-input-nginx-module-0.12.tar.gz
./www/nginx/distinfo headers-more-nginx-module-0.33.tar.gz
./www/nginx/distinfo lua-nginx-module-0.10.19.tar.gz
./www/nginx/distinfo naxsi-1.3.tar.gz
./www/nginx/distinfo nginx-dav-ext-module-3.0.0.tar.gz
./www/nginx/distinfo nginx-rtmp-module-1.2.2.tar.gz
./www/nginx/distinfo nginx_http_push_module-1.2.10.tar.gz
./www/nginx/distinfo ngx_cache_purge-2.5.1.tar.gz
./www/nginx/distinfo ngx_devel_kit-0.3.1.tar.gz
./www/nginx/distinfo ngx_http_geoip2_module-3.3.tar.gz
./www/nginx/distinfo njs-0.5.0.tar.gz
./www/nginx/distinfo set-misc-nginx-module-0.32.tar.gz
|
2021-10-07 17:09:00 by Nia Alarie | Files touched by this commit (1033) |
Log message:
www: Remove SHA1 hashes for distfiles
|
2021-03-19 11:05:30 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-django-mptt: updated to 0.12.0
0.12
Fixed a few bugs and added a few features.
Reformatted the code using isort and black.
Other, undocumented changes. Please help out.
|
2020-02-19 10:56:48 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-django-mptt: updated to 0.11.0
0.11.0:
Unknown changes
|
2019-05-13 17:58:44 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-django-mptt: updated to 0.10.0
0.10.0:
Unknown changes
|
2018-08-07 08:31:28 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-django-mptt: updated to 0.9.1
0.9.1:
Bug fixes.
|
2017-12-14 14:54:17 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-django-mptt: updated to 0.9.0
0.9.0:
Add support for Django 1.11 and 2.0
Drop unsupported django versions from test matrix (1.9, 1.10)
Add Danish and Ukrainian translations
Rollup the last year worth of minor bug fixes
|