mirror of
https://github.com/django/django.git
synced 2025-02-15 11:58:44 +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.