<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/django.git/js_tests/admin, branch main</title>
<subtitle>github.com: django/django.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/'/>
<entry>
<title>Fixed #24179 -- Added filtering to selected side of vertical/horizontal filters.</title>
<updated>2022-09-06T08:46:58+00:00</updated>
<author>
<name>Gav O'Connor</name>
<email>scalamoosh@gmail.com</email>
</author>
<published>2022-08-25T19:50:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=be63c78760924e1335603c36babd0ad6cfaea3c4'/>
<id>be63c78760924e1335603c36babd0ad6cfaea3c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #24179 -- Added extra JS tests for admin vertical/horizontal filters.</title>
<updated>2022-09-06T08:38:28+00:00</updated>
<author>
<name>Gav O'Connor</name>
<email>scalamoosh@gmail.com</email>
</author>
<published>2022-08-09T16:31:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=fc220d27c624ba5e78988d0545bb241e2c0a8c22'/>
<id>fc220d27c624ba5e78988d0545bb241e2c0a8c22</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #33328 -- Transformed formset:added/removed to native JS events.</title>
<updated>2022-02-23T09:33:07+00:00</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2022-02-23T09:33:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=eabc22f919e6c1774842e628400b87ac56c47bce'/>
<id>eabc22f919e6c1774842e628400b87ac56c47bce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #33024 -- Fixed height of admin selector boxes in collapsed fieldset.</title>
<updated>2021-11-25T06:57:19+00:00</updated>
<author>
<name>Shubh1815</name>
<email>shubhparmar14@gmail.com</email>
</author>
<published>2021-11-15T14:27:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=51c24d8799fb09f04d0a5deb713eaeceb20d15c7'/>
<id>51c24d8799fb09f04d0a5deb713eaeceb20d15c7</id>
<content type='text'>
Thanks Tom Carrick for the review.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks Tom Carrick for the review.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #32204 -- Added quick filter to admin's navigation sidebar.</title>
<updated>2021-03-31T07:31:37+00:00</updated>
<author>
<name>Maxim Milovanov</name>
<email>max@milovanov.info</email>
</author>
<published>2020-12-04T11:50:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=d915dd1c5809d7c2bb3679751cd5277571dcd9f7'/>
<id>d915dd1c5809d7c2bb3679751cd5277571dcd9f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #32062 -- Added %b support to Date.strftime.</title>
<updated>2020-10-28T10:11:37+00:00</updated>
<author>
<name>Gagan Deep</name>
<email>pandafy.dev@gmail.com</email>
</author>
<published>2020-10-25T02:02:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=982e860b736a4b1cc359e1fc90ce62d9b1ac7d0a'/>
<id>982e860b736a4b1cc359e1fc90ce62d9b1ac7d0a</id>
<content type='text'>
This enables the admin to display the month as locale's abbreviated
name if %b is used in the date format.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This enables the admin to display the month as locale's abbreviated
name if %b is used in the date format.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added unit test for Date.getFullMonthName.</title>
<updated>2020-10-28T10:11:37+00:00</updated>
<author>
<name>Gagan Deep</name>
<email>pandafy.dev@gmail.com</email>
</author>
<published>2020-10-28T10:05:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=0ee3cbd988a388e090ce1ddebb328c2201fa8cfc'/>
<id>0ee3cbd988a388e090ce1ddebb328c2201fa8cfc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #31522 -- Made admin's SelectBox preserve scroll position.</title>
<updated>2020-07-01T14:31:38+00:00</updated>
<author>
<name>tapan gujjar</name>
<email>tapan@stablehacks.com</email>
</author>
<published>2020-05-05T19:40:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=2d67222472f80f251607ae1b720527afceba06ad'/>
<id>2d67222472f80f251607ae1b720527afceba06ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #31523 -- Removed jQuery dependency from actions.js.</title>
<updated>2020-06-24T09:54:48+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-06-24T09:13:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=30e59705fc3e3e9e8370b965af794ad6173bf92b'/>
<id>30e59705fc3e3e9e8370b965af794ad6173bf92b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #11157 -- Stopped removing stop words in admin's prepopulated_fields.</title>
<updated>2020-05-27T10:32:56+00:00</updated>
<author>
<name>Scott Cranfill</name>
<email>scott.cranfill@cfpb.gov</email>
</author>
<published>2020-05-20T17:11:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=62f1655a64795d055f72e53557fb8404c5430963'/>
<id>62f1655a64795d055f72e53557fb8404c5430963</id>
<content type='text'>
Co-Authored-By: Andy Chosak &lt;andy@chosak.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-Authored-By: Andy Chosak &lt;andy@chosak.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
