mirror of
https://github.com/django/django.git
synced 2025-02-10 09:25:49 +00:00
Changed SessionBase.pop's second argument to explicitly be default=None rather than *args since _session is always a dict. Thanks gabor for the report and Tim Graham for the review.