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
On 14 Ășn, 03:48, Alec Taylor <[email protected]> wrote:
> Can't we just add in version checking?
>
> if VERSION > 1.4
>
> Or whatnot?
--
You received this message because you are subscribed to the Google Groups
"Satchmo users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/satchmo-users?hl=en.