Re: [FEATURE] Allow squashmigrations to squash the whole project

2020-04-29 Thread Javier Buzzi
How terrible would something like this be: class AppConfig: """Class representing a Django application and its configuration.""" . @cached_property def is_squashable(self): if hasattr(self, 'squashable'): return self.squashable code from isort

Re: Fellow Reports -- April 2020

2020-04-29 Thread Carlton Gibson
Hi all. Calendar Week 17 -- ending 26 April. Triaged: https://code.djangoproject.com/ticket/31509 -- Enable faulthandler automatically during tests (Accepted) https://code.djangoproject.com/ticket/31412 -- Database timing attack against sessions. (wontfix) https://code.djangoproject.com/ti

Reference to GSoC proposal

2020-04-29 Thread Kacper Szmigiel
Hello guys! Some of you may already know me, as I submitted a proposal for GSoC 2020. I just wanted to let you know that I'm doing well in terms of getting familiar with Django-Stubs . I've already managed to fix some bug (PR #351