RE: Template Rendering Django 1.11

2017-08-16 Thread Matthew Pava
to be able to modify it for our requirements, and it is no longer the same app. From: Tim Graham [mailto:timogra...@gmail.com] Sent: Monday, August 7, 2017 4:02 PM To: django-users@googlegroups.com Cc: Matthew Pava Subject: Re: Template Rendering Django 1.11 You'll have to profile and see what's

Re: Template Rendering Django 1.11

2017-08-07 Thread Tim Graham
ifferent is really unacceptable right now. > > > > *From:* Tim Graham [mailto:timogra...@gmail.com] > *Sent:* Saturday, August 5, 2017 8:25 PM > *To:* Django users > *Cc:* Matthew Pava > *Subject:* Re: Template Rendering Django 1.11 > > > > Are you using t

Re: Template Rendering Django 1.11

2017-08-05 Thread Tim Graham
Are you using the cached template loader? It may mitigate the problem to some extent. https://docs.djangoproject.com/en/1.11/ref/templates/api/#django.template.loaders.cached.Loader As of Django 1.11, it's enabled if DEBUG is False and OPTIONS['loaders']

Template Rendering Django 1.11

2017-08-04 Thread Matthew Pava
I finally made the leap to Django 1.11 from 1.10. I thought that I needed to use the new Subquery, but it turned out that I was able to solve my problem without using it. Good news for sure! However, I have noticed that my forms are loading more slowly. We discovered that when we were using