<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/admin_views/test_autocomplete_view.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>2024-10-16T09:52:22Z</updated>
<entry>
<title>Refs #35727 -- Updated response.content.decode calls to use the HttpResponse.text property.</title>
<updated>2024-10-16T09:52:22Z</updated>
<author>
<name>SaJH</name>
<email>wogur981208@gmail.com</email>
</author>
<published>2024-10-15T16:11:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0c8177551500e960d2dc04bc4b0fa7060f9172ae'/>
<id>urn:sha1:0c8177551500e960d2dc04bc4b0fa7060f9172ae</id>
<content type='text'>
Signed-off-by: SaJH &lt;wogur981208@gmail.com&gt;
</content>
</entry>
<entry>
<title>Made SeleniumTests.test_inline_add_another_widgets less flaky by adding explicit wait.</title>
<updated>2024-04-17T15:38:04Z</updated>
<author>
<name>Marijke Luttekes</name>
<email>mail@marijkeluttekes.dev</email>
</author>
<published>2024-04-17T14:30:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2be37b253341cfd1f1363c533e6f896230f047a7'/>
<id>urn:sha1:2be37b253341cfd1f1363c533e6f896230f047a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed hard-coded expected results in SeleniumTests.test_select_multiple test.</title>
<updated>2023-11-28T22:06:17Z</updated>
<author>
<name>nessita</name>
<email>124304+nessita@users.noreply.github.com</email>
</author>
<published>2023-11-28T22:06:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=134cde8415b3a9118262ef4ea34cf798c258be03'/>
<id>urn:sha1:134cde8415b3a9118262ef4ea34cf798c258be03</id>
<content type='text'>
This ensures that both tests, test_select() and test_select_multiple(),
use analogous calculations for the expected amount of results, and for
the iteration when pressing "arrow down" and waiting for the ajax call
to complete.</content>
</entry>
<entry>
<title>Made SeleniumTests.test_select_multiple less flaky by improving Selenium waits.</title>
<updated>2023-10-19T14:01:52Z</updated>
<author>
<name>Sarah Boyce</name>
<email>42296566+sarahboyce@users.noreply.github.com</email>
</author>
<published>2023-10-19T14:01:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=71a813a72ce762fd295f278887532eb0fb73dc36'/>
<id>urn:sha1:71a813a72ce762fd295f278887532eb0fb73dc36</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #9602 -- Moved AlreadyRegistered/NotRegistered exceptions to django.contrib.admin.exceptions.</title>
<updated>2023-07-07T11:22:06Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-07-07T11:22:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2584783f46922bcb456ceb9700a3726314df65d3'/>
<id>urn:sha1:2584783f46922bcb456ceb9700a3726314df65d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #9602 -- Added AdminSite.get_model_admin().</title>
<updated>2023-07-07T06:06:01Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-07-07T06:06:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f64fd47a7627ed6ffe2df2a32ded6ee528a784eb'/>
<id>urn:sha1:f64fd47a7627ed6ffe2df2a32ded6ee528a784eb</id>
<content type='text'>
This allows retrieving an admin class for the given model class without
using internal attributes.</content>
</entry>
<entry>
<title>Made some Selenium tests less flaky by adding explicit wait.</title>
<updated>2023-07-05T07:45:50Z</updated>
<author>
<name>sarahboyce</name>
<email>sarahvboyce95@gmail.com</email>
</author>
<published>2023-07-04T09:10:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=649262a406168709686f97694493aa1f717c6c96'/>
<id>urn:sha1:649262a406168709686f97694493aa1f717c6c96</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Made SeleniumTests.test_select_multiple less flaky by adding explicit Selenium wait.</title>
<updated>2023-06-13T06:26:34Z</updated>
<author>
<name>sarahboyce</name>
<email>sarahvboyce95@gmail.com</email>
</author>
<published>2023-06-11T13:53:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=decbfa834ff2c981f945934e0037edfcfdae3bf8'/>
<id>urn:sha1:decbfa834ff2c981f945934e0037edfcfdae3bf8</id>
<content type='text'>
</content>
</entry>
<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/django.git/commit/?id=9c19aff7c7561e3a82978a272ecdaad40dda5c00'/>
<id>urn:sha1:9c19aff7c7561e3a82978a272ecdaad40dda5c00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #33211 -- Updated tests for Selenium 4.0.0.</title>
<updated>2021-10-21T12:37:16Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2021-10-20T13:54:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2ccc0b22db6730ba0950b10bbc5238ae575e4a45'/>
<id>urn:sha1:2ccc0b22db6730ba0950b10bbc5238ae575e4a45</id>
<content type='text'>
Replaced deprecated `find_element[s]_by_*()` usages, in favour of
`find_element[s]()` with an explicit `By`.
</content>
</entry>
</feed>
