<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/admin_widgets/tests.py, branch 2.2.22</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=2.2.22</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=2.2.22'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2020-07-02T08:59:15Z</updated>
<entry>
<title>[2.2.x] Fixed ForeignKeyRawIdWidgetTest.test_render_unsafe_limit_choices_to on Python 3.5.</title>
<updated>2020-07-02T08:59:15Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2020-07-02T08:59:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5968a23e1578eec6053dc563ef1534d69592fa95'/>
<id>urn:sha1:5968a23e1578eec6053dc563ef1534d69592fa95</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[2.2.x] Fixed ForeignKeyRawIdWidgetTest.test_render_unsafe_limit_choices_to on Python 3.5.</title>
<updated>2020-06-04T05:37:40Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2020-06-04T05:37:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b87719034a2f6dbea132f1e16f90ee91b8140be0'/>
<id>urn:sha1:b87719034a2f6dbea132f1e16f90ee91b8140be0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[2.0.x] Fixed CVE-2020-13596 -- Fixed potential XSS in admin ForeignKeyRawIdWidget.</title>
<updated>2020-06-03T07:33:38Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-05-26T07:51:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6d61860b22875f358fac83d903dc629897934815'/>
<id>urn:sha1:6d61860b22875f358fac83d903dc629897934815</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[2.2.x] Fixed CVE-2019-12308 -- Made AdminURLFieldWidget validate URL before rendering clickable link.</title>
<updated>2019-06-03T09:37:28Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2019-05-23T10:06:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=afddabf8428ddc89a332f7a78d0d21eaf2b5a673'/>
<id>urn:sha1:afddabf8428ddc89a332f7a78d0d21eaf2b5a673</id>
<content type='text'>
Backport of deeba6d92006999fee9adfbd8be79bf0a59e8008 from master.
</content>
</entry>
<entry>
<title>Fixed #29961 -- Made RelatedFieldWidgetWrapper hide related item links if wrapping a hidden widget.</title>
<updated>2018-11-19T20:12:52Z</updated>
<author>
<name>redodo</name>
<email>me@redodo.io</email>
</author>
<published>2018-11-19T18:11:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=89a2216486fa8a0513cbb1d49d2d587d4116c60b'/>
<id>urn:sha1:89a2216486fa8a0513cbb1d49d2d587d4116c60b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #29426 -- Made UUID inputs in the admin match the width of a UUID.</title>
<updated>2018-08-18T14:16:22Z</updated>
<author>
<name>mackong</name>
<email>mackonghp@gmail.com</email>
</author>
<published>2018-08-18T14:16:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c832885a3e8659d4a704bf103d523b610c24e4ec'/>
<id>urn:sha1:c832885a3e8659d4a704bf103d523b610c24e4ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #29094 -- Fixed crash when entering an invalid uuid in ModelAdmin.raw_id_fields.</title>
<updated>2018-02-01T13:36:36Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2018-01-31T18:43:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=552abffab16cbdff571486b683e7e7ef12e46066'/>
<id>urn:sha1:552abffab16cbdff571486b683e7e7ef12e46066</id>
<content type='text'>
Regression in 2f9861d823620da7ecb291a8f005f53da12b1e89.

Thanks Carel Burger for the report and fix.
</content>
</entry>
<entry>
<title>Fixed #29038 -- Removed closing slash from HTML void tags.</title>
<updated>2018-01-21T07:09:10Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-01-21T07:09:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ff05de760cc4ef4c7f188e163c722ec3bc1f0cbf'/>
<id>urn:sha1:ff05de760cc4ef4c7f188e163c722ec3bc1f0cbf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #29041 -- Changed SelectMultiple's multiple attribute to HTML5 boolean syntax.</title>
<updated>2018-01-20T16:19:06Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-01-20T16:19:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=47d238b69602711c06c369a5555bb554a4b3f7fb'/>
<id>urn:sha1:47d238b69602711c06c369a5555bb554a4b3f7fb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Complemented datetime picker selenium test</title>
<updated>2017-08-26T16:00:44Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2017-08-26T15:58:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4b67e8dc75b50073a80239569016936f10a95ded'/>
<id>urn:sha1:4b67e8dc75b50073a80239569016936f10a95ded</id>
<content type='text'>
This includes test coverage for the calendarMonth JS function in calendar.js
</content>
</entry>
</feed>
