mazelife / django-scaffold

Reusable application for a generic section/subsection hierarchy in Django. Aims to solve a common problem: you're building a site that needs sections and subsections and you not only need to be able to manage that hierarchy, but also hang other content off of it.
https://django-scaffold.readthedocs.org/en/latest/
BSD 3-Clause "New" or "Revised" License
38 stars 8 forks source link

add Django 1.2.1 compatibility #3

Closed mazelife closed 14 years ago

mazelife commented 14 years ago

Looks like the only issue at the moment is the following:

chuckharmston commented 14 years ago

I can verify this, I have it working well with 1.2.1

mazelife commented 14 years ago

Sweet.