Re: Why Django Document site always redirect to an earlier version

2017-09-21 Thread Dylan Reinhold
>From the main site, or from other site like stack-overflow or google? From the main site I get 1.11. >From another site you cant control what links are used. Dylan On Thu, Sep 21, 2017 at 6:07 PM, Zhiqiang Liu wrote: > Most of the times it is redirected to v1.6,

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

2017-09-21 Thread Dylan Reinhold
I agree about deprecating PASSWORD_RESET_TIMEOUT_DAYS, with no rush to remove. Then if PASSWORD_RESET_TIMEOUT it takes precedent. Now for the input to PASSWORD_RESET_TIMEOUT looking at current settings in django, anything I found that is time/age based is expressed in integer seconds. I would say

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

2017-09-21 Thread Dylan Reinhold
I still think seconds are the way to go, but maybe the documentation could give a clue that timedelta().seconds can be used for readability PASSWORD_RESET_TIMEOUT = datetime.timedelta(hours=6, minutes=30).seconds Dylan On Thu, Sep 21, 2017 at 6:14 AM, Zhiqiang Liu wrote:

Re: Vendoring Select2

2017-12-16 Thread Dylan Reinhold
Mithlesh, The django project web sites has a page about how to contribute : https://code.djangoproject.com/#Gettinginvolved On Sat, Dec 16, 2017 at 5:35 PM, Mithlesh Kumar < mithlesh.kumar.4...@gmail.com> wrote: > Hi, > > I'm very new to Open Source. I like to contribute to `Django`. How can I

Re: Introduction as a new member to django contributions mailing list

2019-01-26 Thread Dylan Reinhold
On the project home page https://www.djangoproject.com/ it has the link on how to contribute. https://docs.djangoproject.com/en/dev/internals/contributing If you have a specific question feel free to ask, but this is a good starting point. Dylan On Sat, Jan 26, 2019 at 10:51 AM Yemdjih Kaze

Re: Please help me to find this page

2022-01-18 Thread Dylan Reinhold
https://docs.djangoproject.com/en/dev/intro/contributing/ On Tue, Jan 18, 2022 at 10:08 AM Mariusz Felisiak < felisiak.mari...@gmail.com> wrote: > See docs/intro/contributing.txt > > > -- > You received this message because

Re: Blocking disposable or temporary email addresses

2022-05-11 Thread Dylan Reinhold
You will never be able to define a "disposable or temporary" email address or provider, so it's a non-starter from my perspective. Dylan On Wed, May 11, 2022 at 2:21 PM Yonas wrote: > Hi, > > Hope everyone is doing well! > > What does the community think about adding a feature to Django where

Re: Should Django use Ada?

2024-04-01 Thread Dylan Reinhold
I always wonder why people feel the need to belittle others' work with statements like " But Python, being maintained mostly by volunteers, did the minimum needed work to fix the vulnerability without really fixing the urlparse library properly." But then add something about their time being too