django1/django
Tim Graham e8774a74cc
Fixed #30301 -- Removed OutputWrapper.__init__()'s style_func arg.
Unused since 533532302a.
2019-03-30 08:54:29 -04:00
..
apps Fixed #30159 -- Removed unneeded use of OrderedDict. 2019-02-06 13:48:39 -05:00
bin Reverted "Fixed #27878, refs #23919 -- Used python3 shebangs." 2017-03-07 10:10:32 -05:00
conf Updated spelling and RFCs in HttpOnly cookie flag docs. 2019-03-27 10:09:23 -04:00
contrib Fixed #30236 -- Made UsernameField render with autocapitalize="none" HTML attribute. 2019-03-29 15:24:44 +01:00
core Fixed #30301 -- Removed OutputWrapper.__init__()'s style_func arg. 2019-03-30 08:54:29 -04:00
db Removed unnecessary /static from links to PostgreSQL docs. 2019-03-29 21:49:44 -04:00
dispatch Capitalized "Python" in docs and comments. 2018-10-09 09:26:07 -04:00
forms Fixed #29956 -- Allowed overriding an order field widget in formsets. 2019-03-21 11:51:01 +01:00
http Fixed #30294 -- Allowed HttpResponse to accept memoryview content. 2019-03-29 09:43:49 -04:00
middleware Fixed #30137 -- Replaced OSError aliases with the canonical OSError. 2019-01-28 11:15:06 -05:00
template Fixed #29791 -- Made Engine.render_to_string() honor autoescape. 2019-03-25 17:59:07 -04:00
templatetags Replaced loop with dictionary comprehension. 2018-12-19 17:31:48 -06:00
test Minimized try block in Client.request(). 2019-03-11 10:39:59 -04:00
urls Removed django.utils.lru_cache usage. 2019-02-04 20:07:49 -05:00
utils Fixed "byte string" typo in various docs and comments. 2019-03-28 10:00:12 +01:00
views Refs #15902 -- Deprecated storing user's language in the session. 2019-02-14 10:23:02 -05:00
__init__.py Bumped version; master is now 3.0 pre-alpha. 2019-01-17 10:50:24 -05:00
__main__.py Fixed #24857 -- Added "python -m django" entry point. 2015-09-07 19:54:32 -04:00
shortcuts.py Refs #25978 -- Removed shortcuts.render_to_response() per deprecation timeline. 2019-01-17 10:50:25 -05:00