django1/django/core
rixx fdf5cd3429 Fixed #25905 -- Prevented leading slashes in urljoin() calls
Leading slashes in the second urljoin argument will return exactly that

argument, breaking FileSystemStorage.url behavior if called with a

parameter with leading slashes.

Also added test cases for null bytes and None. Thanks to Markus for

help and review.
2016-04-03 17:21:56 +02:00
..
cache Fixed #26332 -- Fixed a race condition in BaseCache.get_or_set(). 2016-03-08 11:44:37 -05:00
checks Fixed #26365 -- Added a system check to ensure "string_is_invalid" is a string. 2016-03-21 13:01:38 -04:00
files Fixed #25905 -- Prevented leading slashes in urljoin() calls 2016-04-03 17:21:56 +02:00
handlers Fixed #26014 -- Added WSGIRequest content_type and content_params attributes. 2016-02-10 18:19:23 -05:00
mail Fixed #24623 -- Fixed EmailMessage.attach_file() with text files on Python 3. 2015-07-25 07:42:30 -04:00
management Merge pull request #6389 from Dunedan/ticket_25420 2016-04-03 11:52:57 +02:00
serializers Fixed #26125 -- Fixed E731 flake warnings. 2016-01-25 14:23:43 -05:00
servers Fixed #25684 -- Made runserver use logging for request/response output. 2016-01-11 07:35:17 -05:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
exceptions.py Fixed #9104 -- Moved FieldDoesNotExist to core.exceptions 2015-01-02 10:46:04 -05:00
paginator.py Fixed #23190 -- Made Paginator.page_range an iterator 2015-07-03 11:34:34 -04:00
signals.py Fixed #20349 -- Moved setting_changed signal to django.core.signals. 2014-12-24 07:18:43 -05:00
signing.py Refs #22804 -- Made an unsafe value of 'sep' in Signer an exception. 2015-09-23 19:31:11 -04:00
urlresolvers.py Fixed #26013 -- Moved django.core.urlresolvers to django.urls. 2015-12-31 14:21:29 -05:00
validators.py Fixed #26204 -- Reallowed dashes in top-level domains for URLValidator. 2016-02-18 19:06:49 -05:00
wsgi.py Fixed #16734 -- Set script prefix even outside of requests 2015-10-29 20:12:38 +01:00