mirror of
https://github.com/django/django.git
synced 2025-02-10 09:25:49 +00:00
Changed _session_key attribute to a property and implemented basic validation in the setter. The session key must be 'truthy' and at least 8 characters long. Otherwise, the value is set to None.