django/django
Simon Charette eb7a329fb6 [1.9.x] Fixed #25685 -- Fixed a duplicate query regression on deletion of proxied models.
Thanks to Trac alias ppetrid for the report and Tim for the review.

Conflicts:
	tests/delete/tests.py

Forward port of 7c3ef19978 from stable/1.8.x
2015-11-22 23:12:31 -05:00
..
apps Refs #24215 -- Fixed Python 3.5 compatiblity for unhandled lazy ops error. 2015-09-17 10:06:52 -04:00
bin Removed bin/unique-messages.py 2015-02-06 08:47:38 -05:00
conf [1.9.x] Updated translation catalogs 2015-10-09 18:00:06 +02:00
contrib [1.9.x] Updated contrib.admin translation catalog 2015-11-15 11:08:20 +01:00
core [1.9.x] Made BaseCommand.get_version() docstring consistent with docs. 2015-11-14 07:59:25 -05:00
db [1.9.x] Fixed #25685 -- Fixed a duplicate query regression on deletion of proxied models. 2015-11-22 23:12:31 -05:00
dispatch Fixed #25331 -- Removed trailing blank lines in docstrings. 2015-08-31 17:37:21 -04:00
forms [1.9.x] Fixed #25683 -- Allowed ModelChoiceField(queryset=...) to accept Managers. 2015-11-09 12:44:34 -05:00
http Fixed #24496 -- Added CSRF Referer checking against CSRF_COOKIE_DOMAIN. 2015-09-16 12:21:50 -04:00
middleware Fixed #24496 -- Added CSRF Referer checking against CSRF_COOKIE_DOMAIN. 2015-09-16 12:21:50 -04:00
template [1.9.x] Corrected stacklevel in Engine deprecation warnings. 2015-11-19 10:53:23 -05:00
templatetags Fixed #25331 -- Removed trailing blank lines in docstrings. 2015-08-31 17:37:21 -04:00
test [1.9.x] Fixed #25647 -- Reverted "Simplified deduplication of test databases." 2015-11-14 07:53:21 -05:00
utils [1.9.x] Fixed #25720 -- Made gettext() return bytestring on Python 2 if input is bytestring. 2015-11-11 08:57:41 -05:00
views [1.9.x] Fixed "URLconf" spelling in code comments. 2015-10-22 14:47:15 -04:00
__init__.py [1.9.x] Bumped version for 1.9 release candidate 1. 2015-11-16 14:52:44 -05:00
__main__.py Fixed #24857 -- Added "python -m django" entry point. 2015-09-07 19:54:32 -04:00
shortcuts.py Fixed #25331 -- Removed trailing blank lines in docstrings. 2015-08-31 17:37:21 -04:00