<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/tests/version, branch main</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=main</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2022-02-07T19:37:05Z</updated>
<entry>
<title>Refs #33476 -- Reformatted code with Black.</title>
<updated>2022-02-07T19:37:05Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2022-02-03T19:24:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=9c19aff7c7561e3a82978a272ecdaad40dda5c00'/>
<id>urn:sha1:9c19aff7c7561e3a82978a272ecdaad40dda5c00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #32316 -- Deferred accessing __file__.</title>
<updated>2021-04-01T12:33:30Z</updated>
<author>
<name>William Schwartz</name>
<email>wkschwartz@gmail.com</email>
</author>
<published>2021-01-04T18:04:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=9ee693bd6cf4074f04ec51c6f3cfe87cad392f12'/>
<id>urn:sha1:9ee693bd6cf4074f04ec51c6f3cfe87cad392f12</id>
<content type='text'>
Deferred accessing the module-global variable __file__ because the
Python import API does not guarantee it always exists—in particular, it
does not exist in certain "frozen" environments. The following changes
advanced this goal.

Thanks to Carlton Gibson, Tom Forbes, Mariusz Felisiak, and Shreyas
Ravi for review and feedback.
</content>
</entry>
<entry>
<title>Added tests for AssertionErrors in get_complete_version() and _lazy_re_compile().</title>
<updated>2021-03-15T12:03:30Z</updated>
<author>
<name>Hasan Ramezani</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2021-03-12T07:56:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=2cd0ccef04767ebfc3f6619f39f5b7dbee9a783b'/>
<id>urn:sha1:2cd0ccef04767ebfc3f6619f39f5b7dbee9a783b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #27830 -- Used distutils.version.LooseVersion for version parsing.</title>
<updated>2017-06-13T14:53:39Z</updated>
<author>
<name>chillaranand</name>
<email>anand21nanda@gmail.com</email>
</author>
<published>2017-02-15T16:14:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=08bda82c237b9ad071538c2386b8bfc62fef7f7f'/>
<id>urn:sha1:08bda82c237b9ad071538c2386b8bfc62fef7f7f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.</title>
<updated>2016-12-07T22:42:31Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2016-12-07T22:42:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=b5f0b3478dfcf0335f8ac2038d59f54b4a05f2a0'/>
<id>urn:sha1:b5f0b3478dfcf0335f8ac2038d59f54b4a05f2a0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #25769 -- Updated get_version() release candidate naming for PEP 0440.</title>
<updated>2015-11-19T15:00:09Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-11-17T16:51:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=4921d4e59f06c8add15a347c8b97b72b8d9baa74'/>
<id>urn:sha1:4921d4e59f06c8add15a347c8b97b72b8d9baa74</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests.</title>
<updated>2014-04-17T00:36:29Z</updated>
<author>
<name>chriscauley</name>
<email>chris@lablackey.com</email>
</author>
<published>2014-04-14T18:12:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=66ec9ee441618894c1ccebdcdd5eb4d7fbf4a6d3'/>
<id>urn:sha1:66ec9ee441618894c1ccebdcdd5eb4d7fbf4a6d3</id>
<content type='text'>
Thanks tomwys for the suggestion.
</content>
</entry>
<entry>
<title>Removed superfluous models.py files.</title>
<updated>2013-12-17T10:16:48Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2013-12-17T09:27:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=6e895f9e069f73982751cd2d4aa5aa693136a274'/>
<id>urn:sha1:6e895f9e069f73982751cd2d4aa5aa693136a274</id>
<content type='text'>
Added comments in the three empty models.py files that are still needed.

Adjusted the test runner to add applications corresponding to test
labels to INSTALLED_APPS even when they don't have a models module.
</content>
</entry>
<entry>
<title>Fixing E302 Errors</title>
<updated>2013-11-03T04:48:47Z</updated>
<author>
<name>Jason Myers</name>
<email>jason@jasonamyers.com</email>
</author>
<published>2013-11-02T21:34:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=c3791463a5a9674f8e0148fbab57eae23c138896'/>
<id>urn:sha1:c3791463a5a9674f8e0148fbab57eae23c138896</id>
<content type='text'>
Signed-off-by: Jason Myers &lt;jason@jasonamyers.com&gt;
</content>
</entry>
<entry>
<title>Fixed #21302 -- Fixed unused imports and import *.</title>
<updated>2013-11-02T19:24:56Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2013-10-18T11:25:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=36ded01527b690b5df0574492af9cfcc2ea3d1dc'/>
<id>urn:sha1:36ded01527b690b5df0574492af9cfcc2ea3d1dc</id>
<content type='text'>
</content>
</entry>
</feed>
