django1/django/core
orf f908e9d015 [1.11.x] Fixed #28284 -- Prevented Paginator's unordered object list warning from evaluating a QuerySet.
Backport of a118287bca from master
2017-06-13 08:34:49 -04:00
..
cache Fixed E305 flake8 warnings. 2016-11-14 12:30:46 -05:00
checks [1.11.x] Fixed #27887 -- Fixed URLs check crash with namespaced URLs inside non-namespaced URLs. 2017-03-03 10:52:48 -05:00
files [1.11.x] Fixed #28170 -- Fixed file_move_safe() crash when moving files to a CIFS mount. 2017-05-31 15:02:32 -04:00
handlers [1.11.x] Fixed #27820 -- Fixed RequestDataTooBig/TooManyFieldsSent crash. 2017-02-13 16:43:23 -05:00
mail [1.11.x] Sorted imports per isort 4.2.9. 2017-06-01 13:30:08 -04:00
management [1.11.x] Renamed "Mac OS X" to "macOS" in docs. 2017-04-24 20:51:55 -04:00
serializers [1.11.x] Fixed #28230 -- Allowed DjangoJsonEncoder to serialize CallableBool. 2017-05-22 21:58:38 -04:00
servers [1.11.x] Removed WSGIServer.server_bind() identical to parent version 2017-02-11 11:20:17 +01:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
exceptions.py Corrected TooManyFieldsSent doctring for GET requests. 2016-10-27 18:44:52 -04:00
paginator.py [1.11.x] Fixed #28284 -- Prevented Paginator's unordered object list warning from evaluating a QuerySet. 2017-06-13 08:34:49 -04:00
signals.py Fixed #20349 -- Moved setting_changed signal to django.core.signals. 2014-12-24 07:18:43 -05:00
signing.py Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
urlresolvers.py Fixed #26013 -- Moved django.core.urlresolvers to django.urls. 2015-12-31 14:21:29 -05:00
validators.py [1.11.x] Fixed #27945 -- Clarified that RegexValidator searches with the regex. 2017-03-21 12:49:46 -04:00
wsgi.py Fixed #16734 -- Set script prefix even outside of requests 2015-10-29 20:12:38 +01:00