..
cache
Fixed #25501 -- Made the file-based cache backend use the highest pickling protocol.
2015-10-20 13:05:33 -04:00
checks
Fixed #25500 -- Added --fail-level option to check command.
2015-10-05 17:11:40 -04:00
files
Refs #9893 -- Removed shims for lack of max_length support in file storage per deprecation timeline.
2015-09-23 19:31:10 -04:00
handlers
Refs #17133 -- Optimized script_url handling in get_script_name
2015-10-27 14:29:18 +01:00
mail
Fixed #24623 -- Fixed EmailMessage.attach_file() with text files on Python 3.
2015-07-25 07:42:30 -04:00
management
Removed hardcoded utf-8 BOM, used value from codecs instead.
2015-10-25 09:28:11 -07:00
serializers
Fixed #25550 -- Deprecated direct assignment to the reverse side of a related set.
2015-10-27 07:57:15 -04:00
servers
Fixed #25204 -- Added missing space in runserver logging.
2015-08-01 08:01:24 -04: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 "URLconf" spelling in code comments.
2015-10-22 14:46:42 -04:00
validators.py
Fixed #24636 -- Added model field validation for decimal places and max digits.
2015-09-18 14:30:20 -04:00
wsgi.py
Fixed #25331 -- Removed trailing blank lines in docstrings.
2015-08-31 17:37:21 -04:00