1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00
django/django
Matthew Schinckel 236ebe94bf Fixed #27149 -- Added Subquery and Exists database expressions.
Thanks Josh Smeaton for Oracle fixes.
2017-01-14 09:12:24 -05:00
..
apps Refs #26207 -- Removed obsolete comments about deferred model classes. 2016-11-20 18:22:13 -05:00
bin
conf Fixed #27653 -- Added Ukrainian locale formats. 2016-12-29 07:31:32 -05:00
contrib Refs #25226 -- Cloned ArrayField.base_field on deconstruction. 2017-01-14 06:31:34 -05:00
core Fixed #27721 -- Added interface name to shell's IPython/bython import error. 2017-01-12 13:12:21 -05:00
db Fixed #27149 -- Added Subquery and Exists database expressions. 2017-01-14 09:12:24 -05:00
dispatch Fixed #27513 -- Made Signal.send()/send_robust() a tiny bit faster. 2016-11-22 09:30:14 -05:00
forms Fixed #27723 -- Set MultiWidget's subwidgets input type from attrs argument. 2017-01-13 06:34:33 -05:00
http Fixed #27640 -- Fixed HttpResponse's __repr__() without a 'Content-Type' header. 2016-12-27 14:42:58 -05:00
middleware Refs #16859 -- Allowed storing CSRF tokens in sessions. 2016-11-30 08:57:27 -05:00
template Fixed #26478 -- Made {% for %} reject invalid unpacking vars with quotes or vertical bars. 2016-12-30 09:22:40 -05:00
templatetags Refs #25484 -- Made non-staticfiles {% static %} tag quote its output. 2016-12-19 16:18:06 -05:00
test Refs #16614 -- Made QuerySet.iterator() use server-side cursors on PostgreSQL. 2017-01-11 09:25:37 -05:00
urls Fixed #27713 -- Clarified NoReverseMatch error message when no view is found. 2017-01-11 21:40:18 -05:00
utils Fixed #27699 -- Added negative timedelta support to parse_duration() 2017-01-14 11:17:54 +01:00
views Fixed #27258 -- Prohibited django.Template.render() with non-dict context. 2016-12-28 16:03:20 -05:00
__init__.py Bumped version; master is now 1.11 pre-alpha. 2016-05-19 22:20:21 -04:00
__main__.py Fixed #24857 -- Added "python -m django" entry point. 2015-09-07 19:54:32 -04:00
shortcuts.py