django1/django
Tim Graham 4e65f195e1 Removed django.db.models.loading per deprecation timeline. 2015-01-17 08:40:59 -05: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 Removed FastCGI support per deprecation timeline; refs #20766. 2015-01-17 08:32:31 -05:00
contrib Removed ModelAdmin.declared_fieldsets per deprecation timeline; refs #18681. 2015-01-17 08:40:33 -05:00
core Removed FastCGI support per deprecation timeline; refs #20766. 2015-01-17 08:32:31 -05:00
db Removed django.db.models.loading per deprecation timeline. 2015-01-17 08:40:59 -05:00
dispatch Added return value to Signal.disconnect(). 2015-01-02 12:00:41 -05:00
forms Removed django.utils.datastructures.MergeDict per deprecation timeline; refs #18659. 2015-01-17 08:13:36 -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 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 Removed django.utils.datastructures.SortedDict per deprecation timeline. 2015-01-17 08:40:23 -05:00
views Fixed #24133 -- Replaced formatting syntax in success_url placeholders 2015-01-12 22:51:22 +01: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