YPCrumble
YPCrumble
Also, I'd be happy to create a PR if that's helpful!
Note that this depends on #349
@AlvaroLQueiroz thanks for all your updates on this project! I'd love to get a review on this PR; essentially because `GenericForeignKey` doesn't automatically create an index, once we get more...
A nice side effect of removing the transition would be if this also removed some extra code from the library via tree-shaking helper functions like `cssTransition`.
@sobolevn I'd be happy to give this a try if/when it's possible! Do you think it's currently blocked by https://github.com/python/mypy/issues/2087 ?
Is this something that would still be welcomed by maintainers? I'd love to be able to use this to get bearing from latitude/longitude.
Same issue. It appears that [this commit](https://github.com/jaredly/django-feedback/issues/29) references the id `#feedback_button_style` in the CSS file but adds `feedback_button_style` as a classname in the template.
@jonigl for this and other reasons I went back to Bootstrap...there's a lot of DOM manipulation in Material Design that doesn't lend itself to javascript frontend apps.
@KarimTayie @peterbe my update in #48 should make the tests run via https://github.com/peterbe/django-cache-memoize/pull/48/commits/8470d5ba6feaf10519a5bd2ca360187fde726d7e
An idea I'm playing with is to adjust the `cache_page` decorator like so to include django's etag functionality: ``` def fancy_etag_func(request): """ Helper function to set the value of the...