1
0
mirror of https://github.com/django/django.git synced 2024-11-18 07:26:04 +00:00
django/docs/topics/http
Adam Zapletal 872eb26f54 Fixed #24621 -- Fixed and documented SessionBase.pop's second argument
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.
2015-04-13 10:32:03 -04:00
..
_images
decorators.txt
file-uploads.txt Fixed #24149 -- Normalized tuple settings to lists. 2015-02-03 14:59:45 -05:00
generic-views.txt
index.txt Whitespace cleanup. 2013-10-10 16:49:20 -04:00
middleware.txt Fixed #24149 -- Normalized tuple settings to lists. 2015-02-03 14:59:45 -05:00
sessions.txt Fixed #24621 -- Fixed and documented SessionBase.pop's second argument 2015-04-13 10:32:03 -04:00
shortcuts.txt Fixed #24168 -- Allowed selecting a template engine in a few APIs. 2015-02-03 08:29:45 +01:00
urls.txt Fixed #13525 -- Added tests and docs for nested parameters in URL patterns. 2015-03-23 08:43:01 -04:00
views.txt Fixed #24143 -- Encouraged use of Http404 messages for debugging. 2015-01-16 09:41:01 -05:00