Fellow Report - September 23, 2017

2017-09-23 Thread Tim Graham
Triaged --- https://code.djangoproject.com/ticket/28611 - Redirects contrib app - CharField(max_length=200) is too little (duplicate) Authored -- https://github.com/jazzband/django-hosts/pull/73 - Drop support for Django < 1.11 and add support for 2.0 Reviewed/committed -

Re: PostgreSQL aggregation and views through unmanaged models

2017-09-23 Thread Dylan Young
Is there any reason not to query the models on startup to determine which ones support the optimization and which do not (naively, which are proper tables and which are views, but perhaps postgresql can provide the information instead of relying on heuristics which could change in any release)?

Re: New Feature: Allow password reset token to expire in under a day

2017-09-23 Thread Luke Plant
Hi Zach, To be clear, I'm not totally opposed to the change. There could certainly be advantages to updating the code, especially if we move to TimestampSigner. However, from a quick look, I'm not sure if TimestampSigner will be possible - we want the hashed value to incorporate some interna

Need help with solving ticket #28619

2017-09-23 Thread Heba Khan
Hi everyone! I want to contribute to Django as part of my minor project that is a part of my curriculum. I encountered ticket #28619: https://code.djangoproject.com/ticket/28619 Please advise me on how to move ahead with this problem and fix it. Thank you very much in advance. -- You recei