4f8a857a06
3.5.3: * Fixed TreeNode.DoesNotExist exception raised when exporting and loading database contents via dumpdata and loaddata. * Fixed a bug where request.current_page would always be the public page, regardless of the toolbar status (draft / live). This only affected custom urls from an apphook. * Removed extra quotation mark from the sideframe button template * Fixed a bug where structureboard tried to preload markup when using legacy renderer * Fixed a bug where updates on other tab are not correctly propagated if the operation was to move a plugin in the top level of same placeholder * Fixed a bug where xframe options were processed by clickjacking middleware when page was served from cache, rather then get this value from cache * Fixed a bug where cached page permissions overrides global permissions * Fixed a bug where plugins that are not rendered in content wouldn't be editable in structure board * Fixed a bug with expanding static placeholder by clicking on "Expand All" button * Fixed a bug where descendant pages with a custom url would lose the overwritten url on save. * Fixed a bug where setting the on_delete option on PlaceholderField and PageField fields would be ignored. * Fixed a bug when deleting a modal from changelist inside a modal
23 lines
872 B
Makefile
23 lines
872 B
Makefile
# $NetBSD: Makefile,v 1.49 2018/11/20 17:13:32 adam Exp $
|
|
|
|
DISTNAME= django-cms-3.5.3
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= www python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-cms/}
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= http://www.django-cms.org/
|
|
COMMENT= Django content management system
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-django>=1.8:../../www/py-django
|
|
DEPENDS+= ${PYPKGPREFIX}-django-classy-tags>=0.7.2:../../www/py-django-classy-tags
|
|
DEPENDS+= ${PYPKGPREFIX}-django-formtools>=1.0:../../www/py-django-formtools
|
|
DEPENDS+= ${PYPKGPREFIX}-django-sekizai>=0.7:../../www/py-django-sekizai
|
|
DEPENDS+= ${PYPKGPREFIX}-django-treebeard>=4.0.1:../../www/py-django-treebeard
|
|
DEPENDS+= ${PYPKGPREFIX}-djangocms-admin-style>=1.0:../../www/py-djangocms-admin-style
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|