<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/modeltests/delete, branch stable/5.2.x</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=stable%2F5.2.x</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=stable%2F5.2.x'/>
<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] Refactored __unicode__ to __str__.</title>
<updated>2012-08-12T12:44:40Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-08-12T10:32:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d4a0b27838c815af87698920cc4db7d2afd6f05b'/>
<id>urn:sha1:d4a0b27838c815af87698920cc4db7d2afd6f05b</id>
<content type='text'>
* Renamed the __unicode__ methods
* Applied the python_2_unicode_compatible decorator
* Removed the StrAndUnicode mix-in that is superseded by
  python_2_unicode_compatible
* Kept the __unicode__ methods in classes that specifically
  test it under Python 2
</content>
</entry>
<entry>
<title>[py3] Replaced some __str__ methods by __unicode__</title>
<updated>2012-08-12T12:44:40Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-08-11T20:20:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e7e08fd48b3f88d4eb481f5b213b923fc1db3675'/>
<id>urn:sha1:e7e08fd48b3f88d4eb481f5b213b923fc1db3675</id>
<content type='text'>
These methods actually return unicode.
</content>
</entry>
</feed>
