<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/contrib/auth/tests/test_basic.py, branch main</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=main</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2015-02-11T15:19:22Z</updated>
<entry>
<title>Moved contrib.auth tests out of contrib.</title>
<updated>2015-02-11T15:19:22Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-02-10T14:17:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2d7aca3da0a46c09e9c70ebdb56ed340691a999f'/>
<id>urn:sha1:2d7aca3da0a46c09e9c70ebdb56ed340691a999f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Sorted imports with isort; refs #23860.</title>
<updated>2015-02-06T13:16:28Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-01-28T12:35:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0ed7d155635da9f79d4dd67e4889087d3673c6da'/>
<id>urn:sha1:0ed7d155635da9f79d4dd67e4889087d3673c6da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #23488 -- Added AnonymousUser.get_username().</title>
<updated>2014-09-18T14:48:28Z</updated>
<author>
<name>Damien Baty</name>
<email>damien@damienbaty.com</email>
</author>
<published>2014-09-17T17:56:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ad491ecc6e20569a4f5c30a671a935f5c766a295'/>
<id>urn:sha1:ad491ecc6e20569a4f5c30a671a935f5c766a295</id>
<content type='text'>
</content>
</entry>
<entry>
<title>flake8 fixes (unused imports and variables).</title>
<updated>2014-02-18T16:33:30Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-02-18T16:33:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=20f455b3d6298431fae34a8f92905f4dd3a4f99f'/>
<id>urn:sha1:20f455b3d6298431fae34a8f92905f4dd3a4f99f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Consolidated all tests for createsuperuser in the same TestCase.</title>
<updated>2014-02-18T10:36:06Z</updated>
<author>
<name>Baptiste Mispelon</name>
<email>bmispelon@gmail.com</email>
</author>
<published>2014-02-17T22:49:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b78f9a12c83b19f24b4b450de29159d597059673'/>
<id>urn:sha1:b78f9a12c83b19f24b4b450de29159d597059673</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added Apps.clear_cache().</title>
<updated>2013-12-29T19:43:10Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2013-12-29T19:43:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=21f22f9544b0c6c4390bcd1acd98e6e5201ed83e'/>
<id>urn:sha1:21f22f9544b0c6c4390bcd1acd98e6e5201ed83e</id>
<content type='text'>
This avoid leaking implementation details to tests that swap models.
</content>
</entry>
<entry>
<title>Cleared get_models cache when swapping User model.</title>
<updated>2013-12-29T17:25:22Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2013-12-29T17:25:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=308960b92af90849874ff94862ef5b07b4f4d9fd'/>
<id>urn:sha1:308960b92af90849874ff94862ef5b07b4f4d9fd</id>
<content type='text'>
Thanks Florian for isolating the shortest way to reproduce this issue:

./runtests.py \
    django.contrib.auth.tests.test_context_processors.AuthContextProcessorTests.test_perms_attrs \
    django.contrib.auth.tests.test_auth_backends.ChangedBackendSettingsTest.test_changed_backend_settings \
    django.contrib.auth.tests.test_auth_backends.CustomUserModelBackendAuthenticateTest.test_authenticate \
    django.contrib.auth.tests.test_basic.BasicTestCase.test_createsuperuser_management_command
</content>
</entry>
<entry>
<title>Imported override_settings from its new location.</title>
<updated>2013-12-23T20:37:56Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2013-12-23T15:01:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e32095616c50bef9b06dc8637a99584ba947bae5'/>
<id>urn:sha1:e32095616c50bef9b06dc8637a99584ba947bae5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed E124 pep8 warnings.</title>
<updated>2013-12-10T20:12:48Z</updated>
<author>
<name>Loic Bistuer</name>
<email>loic.bistuer@sixmedia.com</email>
</author>
<published>2013-12-08T17:20:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a2814846ca006b4fbf3a893ec52cd9d444b3a3eb'/>
<id>urn:sha1:a2814846ca006b4fbf3a893ec52cd9d444b3a3eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed "redefinition of unused 'foo' from line X" pyflakes warnings.</title>
<updated>2013-10-10T15:09:42Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2013-10-10T15:07:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=adedc310729f7b1ca182b7b38d7d47550ae3e89d'/>
<id>urn:sha1:adedc310729f7b1ca182b7b38d7d47550ae3e89d</id>
<content type='text'>
</content>
</entry>
</feed>
