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

Feature/make template tag fast #5

Merged
merged 6 commits into from
Mar 8, 2017

Conversation

hedleyroos
Copy link
Contributor

@qoda the algorithms looks tricky because we encounter Django and Postgres's achilles heels: generic foreign key fetches and the lack of recursive subselects. It's heavily commented though and very fast.

@coveralls
Copy link

coveralls commented Mar 8, 2017

Coverage Status

Coverage increased (+1.8%) to 94.149% when pulling aaf22e6 on feature/make-template-tag-fast into 6850b76 on develop.

@coveralls
Copy link

coveralls commented Mar 8, 2017

Coverage Status

Coverage increased (+1.8%) to 94.149% when pulling 0a3c789 on feature/make-template-tag-fast into 6850b76 on develop.

@@ -2,3 +2,4 @@

django==1.10.1
django-test-without-migrations==0.4
django-ultracache==1.10.2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we be introducing a dependancy here to ultracache given this is a Django only module

@hedleyroos hedleyroos merged commit 0a3c789 into develop Mar 8, 2017
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

Successfully merging this pull request may close these issues.

None yet

3 participants