1
0
mirror of https://github.com/django/django.git synced 2024-12-31 21:46:05 +00:00
django/django
Matthew Schinckel f48bc7c3db Fixed #27862 -- Fixed incorrectly quoted table aliases in Subquery SQL.
Add aliases from resolved querysets to the parent query's external
aliases to prevent those aliases from being quoted.

Thanks to Vasily Stepanov for the report and Tim Graham for the review.
2017-03-01 07:56:37 -05:00
..
apps Fixed #27176 -- Raised an exception for reentrant calls to apps.populate(). 2017-02-25 15:56:24 -05:00
bin Fixed #27878, refs #23919 -- Used python3 shebangs. 2017-02-23 13:41:10 -05:00
conf Fixed #27878, refs #23919 -- Used python3 shebangs. 2017-02-23 13:41:10 -05:00
contrib Fixed #27842 -- Added protocol kwarg to GenericSitemap.__init__(). 2017-02-28 11:48:07 -05:00
core Clarified HMAC usage in signing.dumps() docstring. 2017-02-28 09:35:41 -05:00
db Fixed #27862 -- Fixed incorrectly quoted table aliases in Subquery SQL. 2017-03-01 07:56:37 -05:00
dispatch Refs #27656 -- Updated django.forms/http docstring verbs according to PEP 257. 2017-02-20 19:57:33 -05:00
forms Refs #23919 -- Used yield from. 2017-02-23 20:06:01 -05:00
http Refs #27656 -- Updated django.forms/http docstring verbs according to PEP 257. 2017-02-20 19:57:33 -05:00
middleware Imported django.http classes instead of django.http. 2017-02-27 14:47:11 -05:00
template Refs #23919 -- Used yield from. 2017-02-23 20:06:01 -05:00
templatetags Refs #27656 -- Updated django.template/tag docstring verbs according to PEP 257. 2017-02-17 11:29:38 -05:00
test Fixed #27873 -- Fixed crash in setup_test_environment() if ALLOWED_HOSTS is a tuple. 2017-02-24 13:58:56 -05:00
urls
utils Fixed #27879 -- Fixed crash if enclosures aren't provided to Atom1Feed.add_item(). 2017-02-24 09:46:31 -05:00
views Imported django.http classes instead of django.http. 2017-02-27 14:47:11 -05:00
__init__.py
__main__.py
shortcuts.py Fixed #25978 -- Deprecated shorcuts.render_to_response(). 2017-02-11 05:49:04 -05:00