django1/django
Tim Graham 997c9f7099 Refs -- Removed deprecated getter/setter of Point.tuple. 2017-01-17 20:52:02 -05:00
..
apps Refs -- Removed obsolete comments about deferred model classes. 2016-11-20 18:22:13 -05:00
bin Removed bin/unique-messages.py 2015-02-06 08:47:38 -05:00
conf Refs -- Removed include()'s app_name argument per deprecation timeline. 2017-01-17 20:52:00 -05:00
contrib Refs -- Removed deprecated getter/setter of Point.tuple. 2017-01-17 20:52:02 -05:00
core Refs -- Removed makemigrations --exit option per deprecation timeline. 2017-01-17 20:52:01 -05:00
db Refs -- Removed support for direct assignment to the reverse side of a related set. 2017-01-17 20:52:01 -05:00
dispatch Refs -- Removed Signal.disconnect()'s weak argument. 2017-01-17 14:09:28 -05:00
forms Refs -- Removed django.forms.extras per deprecation timeline. 2017-01-17 14:09:28 -05:00
http Fixed -- Fixed HttpResponse's __repr__() without a 'Content-Type' header. 2016-12-27 14:42:58 -05:00
middleware Refs -- Allowed storing CSRF tokens in sessions. 2016-11-30 08:57:27 -05:00
template Refs -- Removed aliases for LoaderOrigin and StringOrigin. 2017-01-17 20:52:01 -05:00
templatetags Refs -- Made non-staticfiles {% static %} tag quote its output. 2016-12-19 16:18:06 -05:00
test Refs -- Removed callable_obj parameter to assertRaisesMessages(). 2017-01-17 20:52:01 -05:00
urls Fixed -- Clarified NoReverseMatch error message when no view is found. 2017-01-11 21:40:18 -05:00
utils Refs -- Removed SyndicationFeed.add_item()'s enclosure argument. 2017-01-17 20:52:01 -05:00
views Fixed -- Prohibited django.Template.render() with non-dict context. 2016-12-28 16:03:20 -05:00
__init__.py Bumped version; master is now 2.0 pre-alpha. 2017-01-17 14:09:28 -05:00
__main__.py Fixed -- Added "python -m django" entry point. 2015-09-07 19:54:32 -04:00
shortcuts.py Fixed -- Relaxed hard-type checking in get_object/list_or_404 shortcuts 2016-03-29 21:34:20 +02:00