Hi folks, I was going to write this in django developers, but looks like I
might have found a small area for improvement for the async_unsafe
decorator, but first let me give you a bit of background:
We're upgrading to Django 3.0 and we've been encountering this error on ci
when running all the
On Tuesday, January 13, 2015 at 8:15:40 PM UTC+1, Some Developer wrote:
>
> I know this isn't strictly speaking a Django dev topic but since the
> developers are the ones who changed the Django documentation theme /
> appearance they should probably be made aware of the problem.
>
> http://imgur
I've this problem too
I created a custom template tag that renders info about a model
but when I use that tag in a for the tag is used just one time. Like
this
{% for page in pages %}
{% show_info page %}
{% endfor %}
---
page info #1
page info #1
page info #1
should I provide my custom t