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
-
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)?
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
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