django1/django
Claude Paroz cd0ceaa102 Fixed #24252 -- Forced lazy __str__ to utf-8 on Python 2
Thanks Stanislas Guerra for the report and Tomas Ehrlich for
the review.
2015-02-03 18:23:41 +01:00
..
apps Removed deprecated Apps methods per deprecation timeline. 2015-01-18 18:07:41 -05:00
bin Started attackign the next flake8 violation 2013-10-31 08:42:28 -07:00
conf Fixed Persian locale FIRST_DAY_OF_WEEK & DECIMAL/THOUSAND_SEPARATORs. 2015-01-29 12:55:20 -05:00
contrib Removed contrib.auth.forms.mask_password() 2015-02-02 11:13:14 -05:00
core Fixed #24137 -- Switched to HTTP reason phrases from Python stdlib. 2015-01-28 06:59:40 -05:00
db Fixed #23617 -- Added get_pk_value_on_save() 2015-02-03 09:23:44 -05:00
dispatch Fixed #24205 -- Deprecated Signal.disconnect weak parameter. 2015-01-23 14:37:12 -05:00
forms Fixed #24219 -- Moved SelectDateWidget together with the other widgets 2015-01-27 22:40:02 +07:00
http Fixed #24240 -- Allowed GZipping a Unicode StreamingHttpResponse 2015-02-03 18:18:12 +01:00
middleware Removed UpdateCacheMiddleware._session_accessed() 2015-02-01 20:33:22 -05:00
template Fixed #18651 -- Enabled optional assignments for simple_tag(). 2015-02-03 10:44:33 -05:00
templatetags Removed ssi/url tags from future per deprecation timeline; refs #21939. 2015-01-17 13:29:52 -05:00
test Fixed #24168 -- Allowed selecting a template engine in a few APIs. 2015-02-03 08:29:45 +01:00
utils Fixed #24252 -- Forced lazy __str__ to utf-8 on Python 2 2015-02-03 18:23:41 +01:00
views Fixed #24263 -- Prevented extra queries on BaseDateDetailView with a custom queryset. 2015-02-03 09:12:37 -05:00
__init__.py Bumped version; master is now 1.9 pre-alpha. 2015-01-16 17:04:35 -05:00
shortcuts.py Fixed #24168 -- Allowed selecting a template engine in a few APIs. 2015-02-03 08:29:45 +01:00