Re: get_expiry_age does not use expire_date column.

2019-02-05 Thread Tim Graham
Hi Shen, I haven't looked into this much but https://code.djangoproject.com/ticket/19201 could be related. Feel free to offer a patch to improve the situation. On Monday, February 4, 2019 at 12:59:16 PM UTC-5, Shen Li wrote: > > Hi community, > > I find it strange that in the DB session

get_expiry_age does not use expire_date column.

2019-02-04 Thread Shen Li
Hi community, I find it strange that in the DB session backend, the get_expiry_age does not actually use the value from expire_data column in the model. What is the indention of this design? Thank you! -- You received this message because you are subscribed to the Google Groups "Django