Site Sections: Satchmo Main | Wiki | Demo Store |

Ticket #155 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

TemplateSyntaxError - 'satchmo' prefix dropped from templatetags in tag library?

Reported by: mike Assigned to: bkroeze
Priority: critical Milestone: 0.6
Component: Application Version:
Keywords: Cc:

Description

Hi - I just svn up'd from revision 661, so I'm dealing with a lot of changes. I'm saying that because I might have missed something that is resulting in this only being a problem for me.

That said, I'm getting TemplateSyntaxError?'s for any template that loads a Satchmo templatetag. If I remove the 'satchmo' prefix, all is well...

For example, "{% load satchmo.google %}" becomes "{% load google %}"

Same for 'currency_filter', 'custom_filter', 'thumbnail', etc.etc.

Mike.

Change History

09/16/07 00:58:48 changed by jshaffer

  • milestone set to 0.6.

Would you check if the "satchmo.google" form works with Django revision 5905?

09/16/07 01:06:51 changed by mike

Yeah, I made the switch to Django r5905 and the "satchmo.google" form works fine. Thanks for digging into this.

09/16/07 01:08:26 changed by mike

FYI - at the same time I up'd Satchmo today (r661 to 723), I up'd Django (r5947 to 6333).

09/16/07 01:17:37 changed by jshaffer

Changes are waiting for a decision on Django #5504.

09/16/07 06:39:51 changed by jshaffer

Django will keep the change, so we need to change our code. There's now a satchmo-dev discussion.

09/16/07 18:03:25 changed by bkroeze

  • owner changed from chris to bkroeze.
  • status changed from new to assigned.

09/16/07 18:03:58 changed by bkroeze

Almost done testing - will commit as soon as all tests pass.

09/16/07 18:56:06 changed by bkroeze

  • status changed from assigned to closed.
  • resolution set to fixed.

Resolved in [727]