Re: Exceptions in model._meta._property_names with some 3rd-pty libraries

2017-06-04 Thread Adam Johnson
I've made a pair of PR's, one for Django master and one for the 1.11 branch. On master, which is Python 3+, getattr_static is used 👍. https://github.com/django/django/pull/8599 https://github.com/django/django/pull/8601 On 3 June 2017 at 01:02, Carl Meyer wrote: > Hi Zack, > > On 06/02/2017 02:

Re: Django directory design philosophy question

2017-06-04 Thread Josh Smeaton
I agree that creating a "project" subdirectory inside the code directory, that's usually named the same thing, can be quite confusing. I'd like to see some kind of improvement here, but I haven't done the research to see what makes sense. The cognitive overhead of myproject/myproject, especiall