adam
c77f85d78d
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
2017-12-14 13:54:17 +00:00
wiz
5d86518619
Switch github HOMEPAGEs to https.
2017-07-30 22:32:10 +00:00
adam
2c49b4cfcd
Changes 0.8.7:
...
Better support for Django 1.10
Updated German and French translations
Add Chinese (traditional), Hungarian and Finnish translations
Remove tests folder from package (again.)
2017-02-02 07:27:21 +00:00
wiz
57199de455
Switch to MASTER_SITES_PYPI.
2016-06-08 17:43:20 +00:00
adam
387a29fb30
Remove precompiled Python files in tests directory
2016-03-14 19:04:52 +00:00
adam
33fa59cb16
Changes 0.8.3:
...
Fixed build
2016-03-06 14:26:09 +00:00
agc
b9b754e081
Add SHA512 digests for distfiles for www category
...
Problems found locating distfiles:
Package haskell-cgi: missing distfile haskell-cgi-20001206.tar.gz
Package nginx: missing distfile array-var-nginx-module-0.04.tar.gz
Package nginx: missing distfile encrypted-session-nginx-module-0.04.tar.gz
Package nginx: missing distfile headers-more-nginx-module-0.261.tar.gz
Package nginx: missing distfile nginx_http_push_module-0.692.tar.gz
Package nginx: missing distfile set-misc-nginx-module-0.29.tar.gz
Package nginx-devel: missing distfile echo-nginx-module-0.58.tar.gz
Package nginx-devel: missing distfile form-input-nginx-module-0.11.tar.gz
Package nginx-devel: missing distfile lua-nginx-module-0.9.16.tar.gz
Package nginx-devel: missing distfile nginx_http_push_module-0.692.tar.gz
Package nginx-devel: missing distfile set-misc-nginx-module-0.29.tar.gz
Package php-owncloud: missing distfile owncloud-8.2.0.tar.bz2
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 02:46:46 +00:00
adam
e70f574f16
Changes 0.7.4:
...
Fixes a regression affecting `TreeManager.get_queryset_ancesto
2015-07-17 15:38:55 +00:00
adam
f175a615b6
Changes 0.7.1:
...
Unknown
2015-04-17 15:46:22 +00:00
wiz
3ec156f142
Improve EGG_NAME default to work for packages with '-' in their name.
...
Remove now unnecessary overrides in various packages.
2014-12-31 13:57:25 +00:00
adam
25f653cc15
Changes 0.6.1:
...
point releast for django 1.7 compatibility
2014-06-09 09:58:21 +00:00
adam
48de1df100
Changes 0.6.0:
...
mptt now requires Python 2.6+, and supports Python 3.2+
2013-08-09 07:33:25 +00:00
adam
63828c6260
Changes 0.5.5:
...
Bug fixes.
2013-01-03 09:56:14 +00:00
asau
5eae6a18a3
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
2012-10-28 06:30:00 +00:00
adam
ceba605bc9
Changes 0.5.4:
...
Bug fixes.
2012-08-26 12:54:17 +00:00
adam
35b359d9f0
Utilities 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.
2012-01-08 07:48:36 +00:00