<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/django.git/tests/staticfiles_tests, 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 #34496 -- Fixed handling source maps with data URI in ManifestStaticFilesStorage.</title>
<updated>2023-04-21T03:42:06+00:00</updated>
<author>
<name>Hielke Walinga</name>
<email>hielkewalinga@gmail.com</email>
</author>
<published>2023-04-17T12:30:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=fb535e0a9033bd58d4bcb31876508e895c9b866d'/>
<id>fb535e0a9033bd58d4bcb31876508e895c9b866d</id>
<content type='text'>
Regression in 781b44240a06f0c868254f40f36ce46c927f56d1.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Regression in 781b44240a06f0c868254f40f36ce46c927f56d1.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #34322 -- Made ES module support to ManifestStaticFilesStorage optional.</title>
<updated>2023-03-18T13:05:41+00:00</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-03-18T13:05:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=e10c1688f96e3b2d202fe401472b7b25f6105969'/>
<id>e10c1688f96e3b2d202fe401472b7b25f6105969</id>
<content type='text'>
Co-authored-by: Author: Claude Paroz &lt;claude@2xlibre.net&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Author: Claude Paroz &lt;claude@2xlibre.net&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #34407 -- Reported filename when decoding fails in collectstatic's post_process.</title>
<updated>2023-03-12T15:54:20+00:00</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2023-03-12T11:28:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=03bc92af978f2148c1141673c730f17772cd7037'/>
<id>03bc92af978f2148c1141673c730f17772cd7037</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #33476 -- Applied Black's 2023 stable style.</title>
<updated>2023-02-01T10:04:38+00:00</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2023-02-01T07:13:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=097e3a70c1481ee7b042b2edd91b2be86fb7b5b6'/>
<id>097e3a70c1481ee7b042b2edd91b2be86fb7b5b6</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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #26029 -- Deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.</title>
<updated>2023-01-12T08:58:36+00:00</updated>
<author>
<name>Jarosław Wygoda</name>
<email>jaroslaw@wygoda.me</email>
</author>
<published>2022-09-11T15:33:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=32940d390a00a30a6409282d314d617667892841'/>
<id>32940d390a00a30a6409282d314d617667892841</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #34235 -- Added ManifestFilesMixin.manifest_hash attribute.</title>
<updated>2023-01-02T08:53:52+00:00</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apolloner.eu</email>
</author>
<published>2022-12-29T15:52:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=afa2e28205fe708334ad463b6d3b0e9960b945a6'/>
<id>afa2e28205fe708334ad463b6d3b0e9960b945a6</id>
<content type='text'>
This adds ManifestFilesMixin.manifest_hash attribute exposing a "hash"
of the full manifest. This allows applications to determine when their
static files have changed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds ManifestFilesMixin.manifest_hash attribute exposing a "hash"
of the full manifest. This allows applications to determine when their
static files have changed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #32319 -- Added ES module support to ManifestStaticFilesStorage.</title>
<updated>2022-12-07T09:56:00+00:00</updated>
<author>
<name>James Bligh</name>
<email>618250+blighj@users.noreply.github.com</email>
</author>
<published>2022-12-07T09:56:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=e44d348c99f0a449180399045ac54b3909121a03'/>
<id>e44d348c99f0a449180399045ac54b3909121a03</id>
<content type='text'>
Co-authored-by: James Bligh &lt;james.bligh@silvercloudhealth.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: James Bligh &lt;james.bligh@silvercloudhealth.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Added test for non-HTTP request on ASGIStaticFilesHandler.</title>
<updated>2022-08-08T05:27:32+00:00</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2022-08-06T17:10:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=88e67a54b7ed0210c11523a337b498aadb2f5187'/>
<id>88e67a54b7ed0210c11523a337b498aadb2f5187</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed warnings per flake8 5.0.0.</title>
<updated>2022-07-31T06:16:19+00:00</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2022-07-31T05:48:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=c18861804feb6a97afbeabb51be748dd60a04458'/>
<id>c18861804feb6a97afbeabb51be748dd60a04458</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Made HashedFilesMixin ignore URLs without a path.</title>
<updated>2022-06-23T06:59:49+00:00</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apolloner.eu</email>
</author>
<published>2022-05-10T15:10:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=e6f36ea0a97af5c7d18bd155a6c4a937cf658ce6'/>
<id>e6f36ea0a97af5c7d18bd155a6c4a937cf658ce6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
