1
0
mirror of https://github.com/django/django.git synced 2024-12-23 01:25:58 +00:00
django/django
Anssi Kääriäinen c2e1ecb4b1 Fix proxy model Query.remove_inherited_models()
Fixed #18248 -- proxy models were added to included_inherited_models
in sql.query.Query. The variable is meant to be used for multitable
inheritance only. This mistake caused problems in situations where
proxy model's query was reused.
2012-05-09 20:33:31 +03:00
..
bin Made more extensive usage of context managers with open. 2012-05-05 14:06:36 +02:00
conf Fixed #18042 -- Advanced deprecation warnings. 2012-05-03 15:27:01 +02:00
contrib Comment._get_userinfo is thread safe now 2012-05-08 17:25:31 +02:00
core Used io.BytesIO also for ContentFile. 2012-05-05 22:33:08 +02:00
db Fix proxy model Query.remove_inherited_models() 2012-05-09 20:33:31 +03:00
dispatch Replaced print statement by print function (forward compatibility syntax). 2012-04-30 20:45:03 +02:00
forms Replaced cStringIO.StringIO by io.BytesIO. 2012-05-05 21:41:44 +02:00
http Replaced cStringIO.StringIO by io.BytesIO. 2012-05-05 21:41:44 +02:00
middleware Fixed #18042 -- Advanced deprecation warnings. 2012-05-03 15:27:01 +02:00
shortcuts
template Made more extensive usage of context managers with open. 2012-05-05 14:06:36 +02:00
templatetags Fixed #17992 -- Added a public API for localtime. 2012-04-29 15:37:23 +02:00
test Replaced cStringIO.StringIO by io.BytesIO. 2012-05-05 21:41:44 +02:00
utils Fixed total_ordering for Python < 2.7.2 2012-05-07 21:03:21 +03:00
views Made more extensive usage of context managers with open. 2012-05-05 14:06:36 +02:00
__init__.py Moved version code out of __init__.py. 2012-04-29 13:44:32 -05:00