<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/js_tests/admin/core.test.js, 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>2026-04-19T10:45:56Z</updated>
<entry>
<title>Formatted JavaScript files.</title>
<updated>2026-04-19T10:45:56Z</updated>
<author>
<name>Tom Carrick</name>
<email>tom@carrick.eu</email>
</author>
<published>2026-04-19T08:54:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fc0a0ebd4fe573299a5f978e77fa3bca8424f661'/>
<id>urn:sha1:fc0a0ebd4fe573299a5f978e77fa3bca8424f661</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #23049 -- Added %a and %A support to Date.strftime.</title>
<updated>2023-06-09T10:18:17Z</updated>
<author>
<name>sarahboyce</name>
<email>sarahvboyce95@gmail.com</email>
</author>
<published>2023-06-08T07:51:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=531f557f9238b8f2e5032e569cf36f0c05bb4043'/>
<id>urn:sha1:531f557f9238b8f2e5032e569cf36f0c05bb4043</id>
<content type='text'>
This enables the admin to display the day as locale's abbreviated/full
name if %a/%A is used in the date format.
</content>
</entry>
<entry>
<title>Fixed #32062 -- Added %b support to Date.strftime.</title>
<updated>2020-10-28T10:11:37Z</updated>
<author>
<name>Gagan Deep</name>
<email>pandafy.dev@gmail.com</email>
</author>
<published>2020-10-25T02:02:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=982e860b736a4b1cc359e1fc90ce62d9b1ac7d0a'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>Added unit test for Date.getFullMonthName.</title>
<updated>2020-10-28T10:11:37Z</updated>
<author>
<name>Gagan Deep</name>
<email>pandafy.dev@gmail.com</email>
</author>
<published>2020-10-28T10:05:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0ee3cbd988a388e090ce1ddebb328c2201fa8cfc'/>
<id>urn:sha1:0ee3cbd988a388e090ce1ddebb328c2201fa8cfc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #31493 -- Changed IIFE to ES6 blocks.</title>
<updated>2020-04-29T08:22:41Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-04-26T21:12:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7271c8def4029d53c3249c3eb341c7180f527747'/>
<id>urn:sha1:7271c8def4029d53c3249c3eb341c7180f527747</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #31493 -- Replaced var with const and let keywords in JavaScript.</title>
<updated>2020-04-29T08:22:41Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-04-21T00:39:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5d37cc703b2d3f100ca5c2c73fd456739cd80dd9'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>Bumped minimum ESLint version to 6.8.0.</title>
<updated>2020-03-16T05:20:22Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-03-16T05:20:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=38e2fdf1b077653f2461d1c52459b85a8a134a91'/>
<id>urn:sha1:38e2fdf1b077653f2461d1c52459b85a8a134a91</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #30819 -- Fixed year determination in admin calendar widget for two-digit years.</title>
<updated>2019-12-30T12:06:29Z</updated>
<author>
<name>Farhaan Bukhsh</name>
<email>farhaan.bukhsh@gmail.com</email>
</author>
<published>2019-10-11T16:33:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=cf5d4701dc12ad69d51042b0d7e81e4a54de4bd7'/>
<id>urn:sha1:cf5d4701dc12ad69d51042b0d7e81e4a54de4bd7</id>
<content type='text'>
Two-digit years in the range of [00, 68] are in the current century,
while [69,99] are in the previous century, according to the Open Group
Specification.
</content>
</entry>
<entry>
<title>Removed unused Date.prototype.getHourMinute().</title>
<updated>2019-03-27T13:12:44Z</updated>
<author>
<name>Nick Pope</name>
<email>nick.pope@flightdataservices.com</email>
</author>
<published>2018-06-25T13:54:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a25029b33607b72d0bfc2ffd449bafe1ab3beeab'/>
<id>urn:sha1:a25029b33607b72d0bfc2ffd449bafe1ab3beeab</id>
<content type='text'>
Unused since d2180a6bf3a72bad67bf4897b0ce2d94a6214fc4.
</content>
</entry>
<entry>
<title>Removed unused Date.prototype.getHourMinuteSecond().</title>
<updated>2019-03-27T13:12:15Z</updated>
<author>
<name>Nick Pope</name>
<email>nick.pope@flightdataservices.com</email>
</author>
<published>2018-06-25T13:54:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8c694317f87dd0db95b035216f9b49299a7512b3'/>
<id>urn:sha1:8c694317f87dd0db95b035216f9b49299a7512b3</id>
<content type='text'>
Unused since fa0653cd1d791a8bce835e8992cbeab6fd70d0e7.
</content>
</entry>
</feed>
