django1/django
Tim Graham be1357e709 Fixed a query failure on Python 3.5; refs #23763.
The failure was introduced in Django by
c7fd9b242d and the change in
Python 3.5 is https://hg.python.org/cpython/rev/a3c345ba3563.
2015-01-20 08:13:53 -05: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 Added contrib.postgres translation catalog 2015-01-18 21:02:54 +01:00
contrib Fixes #24169 -- More arrayfield specific lookups. 2015-01-20 09:52:23 +00:00
core Refs #16905 -- Replaced call to removed method in runserver 2015-01-19 12:26:00 +01:00
db Fixed a query failure on Python 3.5; refs #23763. 2015-01-20 08:13:53 -05:00
dispatch Added return value to Signal.disconnect(). 2015-01-02 12:00:41 -05:00
forms Removed IPAddressField per deprecation timeline; refs #20439. 2015-01-19 11:12:57 -05:00
http Closed files in FileResponse; refs #24072 2015-01-05 14:54:55 -05:00
middleware Fixed #23815 -- Prevented UnicodeDecodeError in CSRF middleware 2015-01-06 08:42:58 +01:00
template Fixed typo in 'Django Template Language' 2015-01-17 03:05:28 +01:00
templatetags Removed ssi/url tags from future per deprecation timeline; refs #21939. 2015-01-17 13:29:52 -05:00
test Removed test.utils.TestTemplateLoader per deprecation timeline. 2015-01-18 14:19:14 -05:00
utils Advanced deprecation warnings for Django 1.9. 2015-01-19 12:22:41 -05:00
views Changed RedirectView.permanent to False per deprecation timeline; refs #21587. 2015-01-18 17:43:06 -05:00
__init__.py Bumped version; master is now 1.9 pre-alpha. 2015-01-16 17:04:35 -05:00
shortcuts.py Fixed #24097 -- Prevented AttributeError in redirect_to_login 2015-01-10 10:05:02 +01:00