<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/staticfiles_tests/test_storage.py, branch 4.1.11</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=4.1.11</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=4.1.11'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2023-02-01T10:44:13Z</updated>
<entry>
<title>[4.1.x] Refs #33476 -- Applied Black's 2023 stable style.</title>
<updated>2023-02-01T10:44:13Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2023-02-01T07:13:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a637d0bd22665edfe7af40b4da3297462ec3c9cf'/>
<id>urn:sha1:a637d0bd22665edfe7af40b4da3297462ec3c9cf</id>
<content type='text'>
Black 23.1.0 is released which, as the first release of the year,
introduces the 2023 stable style. This incorporates most of last year's
preview style.

https://github.com/psf/black/releases/tag/23.1.0

Backport of 097e3a70c1481ee7b042b2edd91b2be86fb7b5b6 from main.
</content>
</entry>
<entry>
<title>Refs #33446 -- Allowed variable whitespace in CSS source map references.</title>
<updated>2022-03-04T05:22:28Z</updated>
<author>
<name>Adam Johnson</name>
<email>me@adamj.eu</email>
</author>
<published>2022-03-03T17:28:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b811364421c8eea0cf06459462cf1fd58184773b'/>
<id>urn:sha1:b811364421c8eea0cf06459462cf1fd58184773b</id>
<content type='text'>
Follow up to dc8bb35e39388d41b1f38b6c5d0181224e075f16.

The Webpack default is to output CSS source map comments like
`/*# sourceMappingURL=main.css.map*/`. Also, Chromium allows tabs.
</content>
</entry>
<entry>
<title>Refs #33476 -- Refactored code to strictly match 88 characters line length.</title>
<updated>2022-02-07T19:37:05Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2022-02-04T07:08:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7119f40c9881666b6f9b5cf7df09ee1d21cc8344'/>
<id>urn:sha1:7119f40c9881666b6f9b5cf7df09ee1d21cc8344</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 #33446 -- Added CSS source map support to ManifestStaticFilesStorage.</title>
<updated>2022-01-18T11:53:14Z</updated>
<author>
<name>Adam Johnson</name>
<email>me@adamj.eu</email>
</author>
<published>2022-01-18T09:06:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=dc8bb35e39388d41b1f38b6c5d0181224e075f16'/>
<id>urn:sha1:dc8bb35e39388d41b1f38b6c5d0181224e075f16</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #33253 -- Reverted "Fixed #32319 -- Added ES module support to ManifestStaticFilesStorage."</title>
<updated>2021-11-05T11:11:18Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2021-11-05T11:11:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ba9ced3e9a643a05bc521f0a2e6d02e3569de374'/>
<id>urn:sha1:ba9ced3e9a643a05bc521f0a2e6d02e3569de374</id>
<content type='text'>
This reverts commit 91e21836f667c784a8a63ab1f18d81f553e679cb.

`export` and `import` directives have several syntax variants and not
all of them were properly covered.

Thanks Hervé Le Roy for the report.</content>
</entry>
<entry>
<title>Fixed #33237 -- Fixed detecting source maps in ManifestStaticFilesStorage for multiline files.</title>
<updated>2021-11-04T19:28:35Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2021-11-04T09:20:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4816dc942860caf076c7c85ea9dbfa8bfab212ff'/>
<id>urn:sha1:4816dc942860caf076c7c85ea9dbfa8bfab212ff</id>
<content type='text'>
Switched regex to multiline mode in order to match per-line, rather
than against the whole file.

Thanks to Joseph Abrahams for the report.

Regression in 781b44240a06f0c868254f40f36ce46c927f56d1.
</content>
</entry>
<entry>
<title>Fixed #27590 -- Allowed customizing a manifest file storage in ManifestFilesMixin.</title>
<updated>2021-08-05T10:40:34Z</updated>
<author>
<name>Jarosław Wygoda</name>
<email>jaroslaw@wygoda.me</email>
</author>
<published>2021-06-02T19:44:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d3c4696596822281c0a5d4b9e3ee27732a4ce092'/>
<id>urn:sha1:d3c4696596822281c0a5d4b9e3ee27732a4ce092</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #32716 -- Fixed ManifestStaticFilesStorage crash when max_post_process_passes is 0.</title>
<updated>2021-06-07T05:56:20Z</updated>
<author>
<name>aryabartar</name>
<email>bartararya@gmail.com</email>
</author>
<published>2021-06-05T12:30:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=651e527f9b3bc93f04ead654ca215d4252e25fb6'/>
<id>urn:sha1:651e527f9b3bc93f04ead654ca215d4252e25fb6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #32319 -- Added ES module support to ManifestStaticFilesStorage.</title>
<updated>2021-05-31T09:09:48Z</updated>
<author>
<name>Gildardo Adrian Maravilla Jacome</name>
<email>gilmrjc@gmail.com</email>
</author>
<published>2021-01-05T02:28:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=91e21836f667c784a8a63ab1f18d81f553e679cb'/>
<id>urn:sha1:91e21836f667c784a8a63ab1f18d81f553e679cb</id>
<content type='text'>
</content>
</entry>
</feed>
