django1/django
Tim Graham 3a3145bfcd [1.11.x] Refs #27843 -- Fixed 'invalid escape sequence' warning in truncate_name().
Backport of 82026d61a3 from master
2017-02-27 09:31:06 -05: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 Thai (th) locale formats. 2017-02-22 10:19:19 -05:00
contrib [1.11.x] Refs #25187 -- Fixed AuthBackend.authenticate() compatibility for signatures that accept a request kwarg. 2017-02-24 13:59:34 -05:00
core [1.11.x] Fixed #27874 -- Fixed URL namespace warning (urls.W005) for nested namespaces. 2017-02-24 13:59:28 -05:00
db [1.11.x] Refs #27843 -- Fixed 'invalid escape sequence' warning in truncate_name(). 2017-02-27 09:31:06 -05: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] Refs #23151 -- Removed RegexField's unused error_message parameter. 2017-02-20 19:09:43 -05: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 #27722 -- Reallowed using django.Template in {% include %}. 2017-02-11 06:52:14 -05: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 #27873 -- Fixed crash in setup_test_environment() if ALLOWED_HOSTS is a tuple. 2017-02-24 14:06:42 -05: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] Removed unused variables that are overwritten. 2017-01-25 09:15:36 -05:00
views [1.11.x] Removed ExceptionReporter support for string exceptions. 2017-02-01 19:48:27 -05:00
__init__.py [1.11.x] Bumped version for 1.11 beta 1. 2017-02-20 18:11:25 -05: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