Re: Fellow Reports -- March 2020

2020-03-30 Thread Carlton Gibson
Hi All. Calendar Week 12 -- ending 22 March. Triaged: https://code.djangoproject.com/ticket/30311 -- Cant replace global admin actions with specialized ones per-admin (Accepted) https://code.djangoproject.com/ticket/31380 -- Deploy system check that DJANGO_ALLOW_ASYNC_UNSAFE is not set

Re: Fellow Reports - March 2020

2020-03-30 Thread Mariusz Felisiak
Week ending March 29, 2020. *Triaged:* https://code.djangoproject.com/ticket/31395 - Make TestCase.setUpTestData enforce in-memory data isolation. (accepted) https://code.djangoproject.com/ticket/31394 - Impossible to create with an inverse one-to-one relationship. (invalid)

Re: Fellow Reports - March 2020

2020-03-23 Thread Mariusz Felisiak
Week ending March 22, 2020. *Triaged:* https://code.djangoproject.com/ticket/31366 - GEOSGeometry fails on instance with GEOJson and srid not 4326. (invalid) https://code.djangoproject.com/ticket/31367 - ImportError error while importing class from auth/mixin to auth/view. (wontfix)

Fellow Reports -- March 2020

2020-03-19 Thread Carlton Gibson
Hi all. Calendar Week 10 -- ending 08 March. Triaged: https://code.djangoproject.com/ticket/31342 -- Default manager vs Base manager for RelatedManager (Accepted) https://github.com/django/asgiref/issues/147 -- Is it possibile to call obj.save() inside an event loop? #147 (worksforme)

Re: Fellow Reports - March 2020

2020-03-16 Thread Mariusz Felisiak
Week ending March 15, 2020. *Triaged:* https://code.djangoproject.com/ticket/31352 - Document migration dependencies "__latest__" special value. (wontfix) https://code.djangoproject.com/ticket/18305 - force_update/force_insert not passed up the inheritance chain in .save() (fixed)

Fellow Reports - March 2020

2020-03-09 Thread Mariusz Felisiak
Week ending March 8, 2020. Released Django 3.0.4, 2.2.11, and 1.11.29. *Triaged:* https://code.djangoproject.com/ticket/31323 - doc bugs: ptyhon -> python. (duplicate) https://code.djangoproject.com/ticket/31318 - sqlmigrate doesn't allow inspecting migrations that have been squashed.