Re: Critical hints about Django migrations

2020-08-09 Thread Jure Erznožnik
It seems to me that article is written by a guy who has a lot of knowledge of the database engine and has some issues (mostly) with Django migrations system. His solution to the problem is to use direct SQL statements which of course can be more finely controlled than whatever Django creates.

DJANGO activity log

2020-08-09 Thread Josh Raj
I want to record the users login and logout timings of users in django if anyone please suggest -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from

Re: Django 4.0 sessions

2020-08-09 Thread אורי
Hi Tom, On Sun, Aug 9, 2020 at 4:12 PM Tom Forbes wrote: > As a side note Uri, it’s good practice to keep your messages concise when > posting. The very long first paragraph in your message containing 4 or 5 > questions is hard to parse and respond to, and not all of it appears > relevant. > >

Re: Django 4.0 sessions

2020-08-09 Thread Tom Forbes
> Is it possible to change the sessions deprecation Django version so that > users will have about 2 or 3 years to convert their sessions? Any session (or signature) that uses sha1 will no longer be valid in Django 4.0. Keeping insecure hash algorithms around for another 2 to 3 years at the fr

Django 4.0 sessions

2020-08-09 Thread אורי
Django developers, I'm using Django 3.0 with sessions on my websites, Speedy Net and Speedy Match . I understand that sessions as they are now (in Django 3.0) will be changed and removed in Django 4.0. I would like to know how will it affect