django1/django
Claude Paroz 8c8a1a0846 [1.8.x] Added contrib.postgres translation catalog 2015-01-18 21:01:42 +01:00
..
apps Fixed #12663 -- Formalized the Model._meta API for retrieving fields. 2015-01-06 19:25:12 -05:00
bin Started attackign the next flake8 violation 2013-10-31 08:42:28 -07:00
conf [1.8.x] Added contrib.postgres translation catalog 2015-01-18 21:01:42 +01:00
contrib [1.8.x] Added contrib.postgres translation catalog 2015-01-18 21:01:42 +01:00
core Removed unused import 2015-01-14 09:31:24 +01:00
db Fixed #24092 -- Widened base field support for ArrayField. 2015-01-16 16:15:16 -05:00
dispatch Added return value to Signal.disconnect(). 2015-01-02 12:00:41 -05:00
forms Fixed #23712 -- Fixed KeyError with BaseForm._html_output() 2015-01-15 20:19:53 -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 [1.8.x] Fixed typo in 'Django Template Language' 2015-01-17 03:06:26 +01:00
templatetags Cleaned up the django.template namespace. 2014-12-28 14:47:31 +01:00
test Fixed #24118 -- Added --debug-sql option for tests. 2015-01-12 08:16:08 +00:00
utils Fixed is_safe_url() to handle leading whitespace. 2015-01-13 13:03:06 -05:00
views Fixed #24133 -- Replaced formatting syntax in success_url placeholders 2015-01-12 22:51:22 +01:00
__init__.py Bumped version to 1.8 alpha 1. 2015-01-16 17:06:32 -05:00
shortcuts.py Fixed #24097 -- Prevented AttributeError in redirect_to_login 2015-01-10 10:05:02 +01:00