<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/utils/itercompat.py, branch stable/6.0.x</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=stable%2F6.0.x</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=stable%2F6.0.x'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2025-01-15T21:28:37Z</updated>
<entry>
<title>Refs #34983 -- Removed django.utils.itercompat per deprecation timeline.</title>
<updated>2025-01-15T21:28:37Z</updated>
<author>
<name>Sarah Boyce</name>
<email>42296566+sarahboyce@users.noreply.github.com</email>
</author>
<published>2024-12-13T08:05:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f3a2509a54e0b5513199efca5e41a5183fc097f0'/>
<id>urn:sha1:f3a2509a54e0b5513199efca5e41a5183fc097f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #34983 -- Deprecated django.utils.itercompat.is_iterable().</title>
<updated>2023-11-24T11:06:29Z</updated>
<author>
<name>Nick Pope</name>
<email>nick@nickpope.me.uk</email>
</author>
<published>2023-11-24T11:06:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5e28cd3f2cfc31bf947a747256bc036f8f64888a'/>
<id>urn:sha1:5e28cd3f2cfc31bf947a747256bc036f8f64888a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #27656 -- Updated django.utils docstring verbs according to PEP 257.</title>
<updated>2017-02-11T21:11:08Z</updated>
<author>
<name>Anton Samarchyan</name>
<email>anton.samarchyan@savoirfairelinux.com</email>
</author>
<published>2017-01-24T20:32:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9718fa2e8abe430c3526a9278dd976443d4ae3c6'/>
<id>urn:sha1:9718fa2e8abe430c3526a9278dd976443d4ae3c6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #20746 -- Removed Python 2.6 specific code/docs</title>
<updated>2013-07-14T17:02:55Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2013-07-13T17:29:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2456ffa42c33d63b54579eae0f5b9cf2a8cd3714'/>
<id>urn:sha1:2456ffa42c33d63b54579eae0f5b9cf2a8cd3714</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed django.utils.itercompat.product() as per deprecation TL.</title>
<updated>2013-06-29T00:48:16Z</updated>
<author>
<name>Ramiro Morales</name>
<email>cramm0@gmail.com</email>
</author>
<published>2013-06-28T16:37:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bb33ee5e7bf5325696e80e6d87e7614a9607a1b7'/>
<id>urn:sha1:bb33ee5e7bf5325696e80e6d87e7614a9607a1b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #20094 - Be more careful when checking for Iterator</title>
<updated>2013-03-22T16:31:29Z</updated>
<author>
<name>Marc Tamlyn</name>
<email>marc.tamlyn@gmail.com</email>
</author>
<published>2013-03-20T10:47:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=829dc3c5a64d3fa203b8cc0055e83cf23addfee3'/>
<id>urn:sha1:829dc3c5a64d3fa203b8cc0055e83cf23addfee3</id>
<content type='text'>
Python 2.6 has some different behaviour when checking
isinstance(foo, collections.Iterator).
</content>
</entry>
<entry>
<title>Advanced pending deprecation warnings.</title>
<updated>2012-12-29T20:59:07Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-12-25T20:07:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ef017a5f00d9e84059e00e8fea123be51b293f75'/>
<id>urn:sha1:ef017a5f00d9e84059e00e8fea123be51b293f75</id>
<content type='text'>
Also added stacklevel argument, fixed #18127.
</content>
</entry>
<entry>
<title>Removed obsolete compatibility functions for old Pythons.</title>
<updated>2012-12-29T20:59:07Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-12-24T22:27:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e00d1b6dc66524bf8d26c608e50e1e442a3bf5d0'/>
<id>urn:sha1:e00d1b6dc66524bf8d26c608e50e1e442a3bf5d0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[py3] Switched to Python 3-compatible imports.</title>
<updated>2012-07-22T07:29:56Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-07-20T14:16:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ca07fda2efea24cb43423b884fa4648d44e52963'/>
<id>urn:sha1:ca07fda2efea24cb43423b884fa4648d44e52963</id>
<content type='text'>
xrange/range will be dealt with in a separate commit due to the huge
number of changes.
</content>
</entry>
<entry>
<title>Fixed #18042 -- Advanced deprecation warnings.</title>
<updated>2012-05-03T13:27:01Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@polyconseil.fr</email>
</author>
<published>2012-05-03T13:27:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e84f79f05113f546810c1908c7baef99fb1e874a'/>
<id>urn:sha1:e84f79f05113f546810c1908c7baef99fb1e874a</id>
<content type='text'>
Thanks Ramiro for the patch.
</content>
</entry>
</feed>
