Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TemplateSyntaxError at /admin/ caused by new grappelli version #85

Open
HeinrichHartmann opened this issue Dec 22, 2013 · 2 comments
Open

Comments

@HeinrichHartmann
Copy link

I installed the latest job-runner via pip as described in the tutorial.

When accessing /admin I get an error:

TemplateSyntaxError at /admin/
'firstof' is not a valid tag or filter in tag library 'future'

full stacktrace available here http://dpaste.com/hold/1518704/

Cause: The latest version of grappelli breaks compatibility with django 1.4
I was able to fix is by downgrading grappelli to version 2.4.8.

@thijsdezoete
Copy link
Contributor

Hi,

Thanks for the report. It looks like this issue is related to grappelli being incompatible with some versions of django.
See sehmaschine/django-grappelli#407

In the description you can find the fix:
Cause: The latest version of grappelli breaks compatibility with django 1.4
I was able to fix is by downgrading grappelli to version 2.4.8.

I'll hard-code the grappelli fix later, or if you could send a pull request that would be great. :)

@gimoh
Copy link

gimoh commented Aug 29, 2014

Hi, would you consider releasing bugfix versions of the components? It looks like versions of the dependencies were fixed in source, but just never released, which means everyone installing using pip is hitting these issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants