Re: Fellow Reports -- May 2018

2018-06-04 Thread Carlton Gibson
Hi all, Calendar Week 22 -- ending 1st June. Reviewed Patches on: https://code.djangoproject.com/ticket/29301 -- Reorder management command arguments in --help output to prioritize command-specific arguments https://code.djangoproject.com/ticket/29419 -- Document the change in permissions req

Re: Fellow Reports - May 2018

2018-06-04 Thread Tim Graham
Week ending June 2, 2018 I also spent time spinning up some new CI servers with Ubuntu 18.04. That required the GIS test fixes below. Triaged --- https://code.djangoproject.com/ticket/29455 - MySQL Backend & features detection are not taking MariaDB Aria engine into account (invalid)

Re: Fellow Reports -- May 2018

2018-05-30 Thread Carlton Gibson
Hi all. Calendar Week 20 -- ending 18th May. Reviewed Patches on: https://code.djangoproject.com/ticket/29408 -- ordering by field from related model does not validate if field exists https://code.djangoproject.com/ticket/28743 -- Clarify the term "deployment server" in the documentation htt

Re: Fellow Reports - May 2018

2018-05-28 Thread Tim Graham
Week ending May 26, 2018 Triaged --- https://code.djangoproject.com/ticket/29413 - QuerySet.get_or_create()/update_or_create() shouldn't evaluate lazy defaults unless they are needed (accepted) https://code.djangoproject.com/ticket/29442 - wrong sql for cast datetime to date in sqlite

Re: Fellow Reports - May 2018

2018-05-24 Thread Tim Graham
Week ending May 19, 2018 Triaged --- https://code.djangoproject.com/ticket/29403 - Make PyLibMCCache backend handle TooBig exception from pylibmc (accepted) https://code.djangoproject.com/ticket/29402 - parse_header function in http/multipartparser.py unescapes in wrong order (needsinfo

Fellow Reports -- May 2018

2018-05-15 Thread Carlton Gibson
Hi all, Calendar Week 18 -- ending 4th May. Reviewed Patches on: https://code.djangoproject.com/ticket/8936 -- Add view (read-only) permission to admin https://code.djangoproject.com/ticket/29376 -- admin improvement: Take into account `show_save_and_add_another`… https://code.djangoproject.

Re: Fellow Reports - May 2018

2018-05-13 Thread Tim Graham
Week ending May 12, 2018 Triaged --- https://code.djangoproject.com/ticket/29391 - Postgres array lookups need to call get_db_prep_value to adapt values to their db representation (FieldGetDbPrepValueMixin) (accepted) https://code.djangoproject.com/ticket/29395 - Assigning correctly for

Fellow Reports - May 2018

2018-05-07 Thread Tim Graham
Week ending May 5, 2018 Triaged --- https://code.djangoproject.com/ticket/29374 - Group the 'Available format strings' in the date template tag doc by category (accepted) https://code.djangoproject.com/ticket/29378 - migration does not consistently rename field "id" to "model_id" depend