<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/modeltests/delete/tests.py, branch 4.2.29</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=4.2.29</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=4.2.29'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2013-02-26T13:36:57Z</updated>
<entry>
<title>Merged regressiontests and modeltests into the test root.</title>
<updated>2013-02-26T13:36:57Z</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apolloner.eu</email>
</author>
<published>2013-02-26T08:53:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=89f40e36246100df6a11316c31a76712ebc6c501'/>
<id>urn:sha1:89f40e36246100df6a11316c31a76712ebc6c501</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed a typo in the test suite that was causing some spurious failures with pypy.</title>
<updated>2013-02-07T06:10:13Z</updated>
<author>
<name>Julien Phalip</name>
<email>jphalip@gmail.com</email>
</author>
<published>2013-02-07T06:10:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6afc85af47f7d9f4494519de8842111734a61459'/>
<id>urn:sha1:6afc85af47f7d9f4494519de8842111734a61459</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed some uses of the deprecated assertEquals</title>
<updated>2013-01-15T15:51:33Z</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@rd.io</email>
</author>
<published>2013-01-15T15:51:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=984e91e28f3fb1d3f87f3f1de9fd54922b91c23c'/>
<id>urn:sha1:984e91e28f3fb1d3f87f3f1de9fd54922b91c23c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve test to ensure that post_delete was actually called</title>
<updated>2013-01-14T21:34:55Z</updated>
<author>
<name>David Cramer</name>
<email>dcramer@gmail.com</email>
</author>
<published>2013-01-14T21:18:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a7ed09d13d9532089bd2380edab1df5df96082a6'/>
<id>urn:sha1:a7ed09d13d9532089bd2380edab1df5df96082a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move signal disconnect into finally block</title>
<updated>2013-01-14T21:15:47Z</updated>
<author>
<name>David Cramer</name>
<email>dcramer@gmail.com</email>
</author>
<published>2013-01-11T22:58:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6045efa029dcae58ec6aab20bdcb0dc325851048'/>
<id>urn:sha1:6045efa029dcae58ec6aab20bdcb0dc325851048</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Send post_delete signals immediately</title>
<updated>2013-01-14T21:15:47Z</updated>
<author>
<name>David Cramer</name>
<email>dcramer@gmail.com</email>
</author>
<published>2013-01-11T22:12:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=272de9eb6baad45abec029aae92c2b7d9478c841'/>
<id>urn:sha1:272de9eb6baad45abec029aae92c2b7d9478c841</id>
<content type='text'>
In a normal relational construct, if you're listening for an event
that signals a child was deleted, you dont expect that the parent
was deleted already.

This change ensures that post_delete signals are fired immediately
after objects are deleted in the graph.
</content>
</entry>
<entry>
<title>Fixed a DeprecationWarning under Python 3.</title>
<updated>2012-10-24T14:52:21Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-10-23T19:34:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=83041ca8025425530fcd32b50f247077ac0a5b74'/>
<id>urn:sha1:83041ca8025425530fcd32b50f247077ac0a5b74</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #18676 -- Allow fast-path deletion of objects</title>
<updated>2012-09-28T15:16:08Z</updated>
<author>
<name>Anssi Kääriäinen</name>
<email>akaariai@gmail.com</email>
</author>
<published>2012-09-20T15:51:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1cd6e04cd4f768bcd4385b75de433d497d938f82'/>
<id>urn:sha1:1cd6e04cd4f768bcd4385b75de433d497d938f82</id>
<content type='text'>
Objects can be fast-path deleted if there are no signals, and there are
no further cascades. If fast-path is taken, the objects do not need to
be loaded into memory before deletion.

Thanks to Jeremy Dunck, Simon Charette and Alex Gaynor for reviewing
the patch.
</content>
</entry>
<entry>
<title>[py3] Added Python 3 compatibility for xrange.</title>
<updated>2012-07-22T07:29:56Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-07-20T16:53:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a84d79f572fbe7512b999c6b3cd7667cbe3138ff'/>
<id>urn:sha1:a84d79f572fbe7512b999c6b3cd7667cbe3138ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert all modeltests to use absolute imports, rather than relative ones.</title>
<updated>2011-10-13T18:04:12Z</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2011-10-13T18:04:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d5a45d79fe03cad93ab5761860e9bb6fc1db4c86'/>
<id>urn:sha1:d5a45d79fe03cad93ab5761860e9bb6fc1db4c86</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16975 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
