Does anybody want to contribute to Satchmo for Django 1.4?
We can create a new branch for Django 1.3 and 1.4 with a minimalized
set of necessary changes compared to support for 1.2 and 1.3. Who will
want to develop a store for Django 1.4 should merge it with the actual
Satchmo trunk. After the final Satchmo 0.9.2 we can merge them
directly in the source repository.
We should not add version checking to templates
because it is not too readable.
Users customize templates mostly which would complicate upgrades.
It is easier to write later in release notes:
replace all "{% admin_media_prefix %}something"
by "{% static "admin/something" %}"
and remove all {% load adminmedia %}
then replace something very long conditional by something other very
long conditional.
Does anybody want to contribute to Satchmo for Django 1.4?
-- Hynek