<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/tests/regressiontests/dispatch, branch devmain</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=devmain</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=devmain'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.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/chango.git/commit/?id=89f40e36246100df6a11316c31a76712ebc6c501'/>
<id>urn:sha1:89f40e36246100df6a11316c31a76712ebc6c501</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/chango.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>Added a way to check if a signal has listeners</title>
<updated>2012-09-28T15:10:52Z</updated>
<author>
<name>Anssi Kääriäinen</name>
<email>akaariai@gmail.com</email>
</author>
<published>2012-09-20T00:18:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=3fcca0e94721a734882389ce473f522d293907e9'/>
<id>urn:sha1:3fcca0e94721a734882389ce473f522d293907e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[py3] Fixed dispatch tests</title>
<updated>2012-08-15T16:19:21Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-08-15T16:19:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=60f5e1023066b92270d01aa121efe228f6edc379'/>
<id>urn:sha1:60f5e1023066b92270d01aa121efe228f6edc379</id>
<content type='text'>
</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/chango.git/commit/?id=a84d79f572fbe7512b999c6b3cd7667cbe3138ff'/>
<id>urn:sha1:a84d79f572fbe7512b999c6b3cd7667cbe3138ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #18454 -- Added ability to pass a list of signals to `receiver`.</title>
<updated>2012-06-23T14:31:16Z</updated>
<author>
<name>Dmitry Medvinsky</name>
<email>dmedvinsky@gmail.com</email>
</author>
<published>2012-06-08T10:00:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=d4da08375b634544b95859d4d4667b8f05e3a29a'/>
<id>urn:sha1:d4da08375b634544b95859d4d4667b8f05e3a29a</id>
<content type='text'>
Added ability to use receiver decorator in the following way:

    @receiver([post_save, post_delete], sender=MyModel)
    def signals_receiver(sender, **kwargs):
        ...
</content>
</entry>
<entry>
<title>Fix the dispatch test GC code under PyPy, and make the comment for Jython better.</title>
<updated>2012-01-01T21:11:05Z</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2012-01-01T21:11:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=1aaa0dd09865980743f940bc16ea1982aee49866'/>
<id>urn:sha1:1aaa0dd09865980743f940bc16ea1982aee49866</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17322 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fix the dispatch tests on python 2.5</title>
<updated>2011-10-13T19:18:27Z</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2011-10-13T19:18:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=b7845768cbfaf408b22a48e41d406f7135fe9729'/>
<id>urn:sha1:b7845768cbfaf408b22a48e41d406f7135fe9729</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16977 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Convert much of the regression tests to use absolute imports.  There's still work to be done though.</title>
<updated>2011-10-13T18:51:33Z</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2011-10-13T18:51:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=d362c1546f8ad62811e5dee3cf0b43170e6e1c4c'/>
<id>urn:sha1:d362c1546f8ad62811e5dee3cf0b43170e6e1c4c</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16976 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Remove a handful of `import *` from the tests.</title>
<updated>2011-10-13T12:53:02Z</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2011-10-13T12:53:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=43920cd32e24eb293b445028c7710b42f9abc7c4'/>
<id>urn:sha1:43920cd32e24eb293b445028c7710b42f9abc7c4</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16973 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
