<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/django.git/js_tests/admin, branch 3.2</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 #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>
<entry>
<title>Refs #31493 -- Changed IIFE to ES6 blocks.</title>
<updated>2020-04-29T08:22:41+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-04-26T21:12:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=7271c8def4029d53c3249c3eb341c7180f527747'/>
<id>7271c8def4029d53c3249c3eb341c7180f527747</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #31493 -- Replaced var with const and let keywords in JavaScript.</title>
<updated>2020-04-29T08:22:41+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-04-21T00:39:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=5d37cc703b2d3f100ca5c2c73fd456739cd80dd9'/>
<id>5d37cc703b2d3f100ca5c2c73fd456739cd80dd9</id>
<content type='text'>
The eslint configuration and the admin script compress.py have been
updated for ES6.

The unused fallback of globals.django in jquery.init.js was removed. It
is always included before jsi18n-mocks.test.js and it always sets the
global value.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The eslint configuration and the admin script compress.py have been
updated for ES6.

The unused fallback of globals.django in jquery.init.js was removed. It
is always included before jsi18n-mocks.test.js and it always sets the
global value.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #31404 -- Changed selector-chosen's multiple attribute to HTML5 boolean syntax.</title>
<updated>2020-03-27T07:38:58+00:00</updated>
<author>
<name>zriv</name>
<email>zriv@users.noreply.github.com</email>
</author>
<published>2020-03-26T09:53:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=b9336b78cf2a9a29f4934041c9e221bc68daec80'/>
<id>b9336b78cf2a9a29f4934041c9e221bc68daec80</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #31032 -- Removed unsupported browsers workarounds and comments in admin's JavaScript.</title>
<updated>2020-03-23T05:19:10+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-03-23T05:19:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=f982f0bdb8317e75af416595c616943d5025da1e'/>
<id>f982f0bdb8317e75af416595c616943d5025da1e</id>
<content type='text'>
Since 8b30360322d4de6687e17ab267a856db4e3c78a6, the admin documentation
is explicit that only modern evergreen browsers are supported. This
allows removing several long standing workarounds for IE and Opera older
versions.

Since 2013, Opera is based on the Chromium blink engine.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since 8b30360322d4de6687e17ab267a856db4e3c78a6, the admin documentation
is explicit that only modern evergreen browsers are supported. This
allows removing several long standing workarounds for IE and Opera older
versions.

Since 2013, Opera is based on the Chromium blink engine.</pre>
</div>
</content>
</entry>
<entry>
<title>Removed event handlers after JavaScript tests complete.</title>
<updated>2020-03-17T14:43:59+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-03-14T22:08:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=48d50dd53ffc72983bfe4864f9b20534f55a4dc1'/>
<id>48d50dd53ffc72983bfe4864f9b20534f55a4dc1</id>
<content type='text'>
Fixes error "Assertion occurred after test had finished" with newer
versions of QUnit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes error "Assertion occurred after test had finished" with newer
versions of QUnit.
</pre>
</div>
</content>
</entry>
</feed>
