django1/django
Sergey Fedoseev 30f334cc58 [1.11.x] Fixed #28389 -- Fixed pickling of LazyObject on Python 2 when wrapped object doesn't have __reduce__().
Partial revert of 35355a4ffe.
2017-07-12 09:11:48 -04:00
..
apps Refs #26207 -- Removed obsolete comments about deferred model classes. 2016-11-20 18:22:13 -05:00
bin Removed bin/unique-messages.py 2015-02-06 08:47:38 -05:00
conf [1.11.x] Updated translations from Transifex 2017-05-31 21:42:51 +02:00
contrib [1.11.x] Refs #21415 -- Fixed contrib.humanize translations for es_AR 2017-07-05 08:39:39 +02:00
core [1.11.x] Fixed #28284 -- Prevented Paginator's unordered object list warning from evaluating a QuerySet. 2017-06-13 08:34:49 -04:00
db [1.11.x] Fixed #28378 -- Fixed union() and difference() when combining with a queryset raising EmptyResultSet. 2017-07-10 20:50:50 +02:00
dispatch Fixed #27513 -- Made Signal.send()/send_robust() a tiny bit faster. 2016-11-22 09:30:14 -05:00
forms [1.11.x] Fixed #28355 -- Fixed widget rendering of non-ASCII date/time formats on Python 2. 2017-07-06 07:41:57 -04:00
http [1.11.x] Corrected http.multipartparser.exhaust() docstring. 2017-01-25 13:40:17 -05:00
middleware Refs #16859 -- Allowed storing CSRF tokens in sessions. 2016-11-30 08:57:27 -05:00
template [1.11.x] Fixed #27974 -- Kept resolved templates constant during one rendering cycle. 2017-04-03 22:32:41 -04:00
templatetags Refs #25484 -- Made non-staticfiles {% static %} tag quote its output. 2016-12-19 16:18:06 -05:00
test [1.11.x] Fixed #28212 -- Allowed customizing the port that LiveServerTestCase uses. 2017-05-30 18:06:58 -04:00
urls Fixed #27713 -- Clarified NoReverseMatch error message when no view is found. 2017-01-11 21:40:18 -05:00
utils [1.11.x] Fixed #28389 -- Fixed pickling of LazyObject on Python 2 when wrapped object doesn't have __reduce__(). 2017-07-12 09:11:48 -04:00
views [1.11.x] Fixed #28209 -- Made date-based generic views return a 404 rather than crash when given an out of range date. 2017-05-30 13:32:20 -04:00
__init__.py [1.11.x] Post-release version bump. 2017-07-01 19:38:45 -04:00
__main__.py Fixed #24857 -- Added "python -m django" entry point. 2015-09-07 19:54:32 -04:00
shortcuts.py Fixed #10532 -- Relaxed hard-type checking in get_object/list_or_404 shortcuts 2016-03-29 21:34:20 +02:00