async_unsafe's get_event_loop usage leads to "Too many open files" in tests

2020-10-08 Thread patrick91
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

Re: Django documentation doesn't show correctly in any browser

2015-01-13 Thread patrick91
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

Re: Template Tag Not Reinitialized in Loop

2010-05-10 Thread patrick91
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