jazzband / django-categories

This app attempts to provide a generic category system that multiple apps could use. It uses MPTT for the tree storage and provides a custom admin for better visualization (copied and modified from feinCMS).
Apache License 2.0
462 stars 136 forks source link

Django 1.5 and adminmedia #60

Closed maiksprenger closed 5 months ago

maiksprenger commented 11 years ago

The TreeEditor is currently not functional in Django 1.5 because it's templates use the removed adminmedia tag library. This bug report says it all: https://github.com/feincms/feincms/issues/371

As per: https://docs.djangoproject.com/en/dev/releases/1.5-beta-1/

The template tags library adminmedia, which only contained the deprecated
template tag {% admin_media_prefix %}, was removed. Attempting to load
it with {% load adminmedia %} will fail. If your templates still contain
that line you must remove it.
PetrDlouhy commented 5 months ago

This issue seems to refer to very old version of Django/django-categories. I am closing it. Please reopen if it is still relevant to the currently supported version of Django or newest version 2.0.0 of django-categories.