Re: Fellow Reports -- February 2019

2019-03-04 Thread Carlton Gibson
Hi all. Calendar Week 8 -- ending 24 February. Triaged: https://code.djangoproject.com/ticket/30201 -- Form with IntegerRangeField does not validate (Invalid) https://code.djangoproject.com/ticket/30197 -- Template variable resolution with class objects (Duplicate of #15791)

Re: Fellow Reports - February 2019

2019-03-04 Thread Tim Graham
Week ending March 2, 2019 Triaged --- https://code.djangoproject.com/ticket/30214 - Indexes defined on abstract base classes are not propagated to subclasses (invalid) https://code.djangoproject.com/ticket/30228 - DeleteModel migration's name argument is supposed to be lowercase

Re: Fellow Reports - February 2019

2019-02-23 Thread Tim Graham
Week ending February 23, 2019 I took a break for most of this week. Reviewed/committed -- https://github.com/django/django/pull/10995 - Refs #19544 -- Ignored auto-created through additions conflicts if supported. https://github.com/django/django/pull/10999 - Fixed #30141

Fellow Reports -- February 2019

2019-02-22 Thread Carlton Gibson
Hi all. Calendar Week 6 -- ending 10 February. Triaged: https://code.djangoproject.com/ticket/30154 -- i18n: redirects to default login page if LOGIN_URL = login not specified (Accepted) https://code.djangoproject.com/ticket/30149 -- Empty value selected check in Admin Filter prevents

Re: Fellow Reports - February 2019

2019-02-20 Thread Tim Graham
Week ending February 16, 2019 Reviewed/committed -- https://github.com/django/django/pull/10875 - Refs #15902 -- Deprecated storing current language in the session. https://github.com/django/django/pull/10877 - Fixed #22423 - Added support for MySQL operators on real

Fellow Reports - February 2019

2019-02-09 Thread Tim Graham
Week ending February 9, 2019 Triaged --- https://code.djangoproject.com/ticket/30167 - Allow Child Templates To Inherit Loaded Tags From Parent (duplicate) https://code.djangoproject.com/ticket/30168 - Change date, time and datetime inputs from text type (duplicate) Authored