<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/contrib/staticfiles/storage.py, 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-03-06T21:54:27Z</updated>
<entry>
<title>Fixed #36968 -- Improved error message when collectstatic can't find a referenced file.</title>
<updated>2026-03-06T21:54:27Z</updated>
<author>
<name>James Bligh</name>
<email>blighj@users.noreply.github.com</email>
</author>
<published>2026-03-06T15:47:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=864850b20f7ef89ed2f6bd8baf1a45acc9245a6c'/>
<id>urn:sha1:864850b20f7ef89ed2f6bd8baf1a45acc9245a6c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #21080 -- Ignored urls inside comments during collectstatic.</title>
<updated>2026-03-04T21:15:48Z</updated>
<author>
<name>James Bligh</name>
<email>blighj@users.noreply.github.com</email>
</author>
<published>2026-03-04T14:12:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=36be97b99d4de786746a8d80bbcd41de03752df9'/>
<id>urn:sha1:36be97b99d4de786746a8d80bbcd41de03752df9</id>
<content type='text'>
Thanks Mariusz Felisiak for the review.

Co-authored-by: Nathan Gaberel &lt;nathan@gnab.fr&gt;
</content>
</entry>
<entry>
<title>Refs #36500 -- Rewrapped long docstrings and block comments via a script.</title>
<updated>2025-07-23T23:17:55Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2025-07-23T03:41:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=69a93a88edb56ba47f624dac7a21aacc47ea474f'/>
<id>urn:sha1:69a93a88edb56ba47f624dac7a21aacc47ea474f</id>
<content type='text'>
Rewrapped long docstrings and block comments to 79 characters + newline
using script from https://github.com/medmunds/autofix-w505.
</content>
</entry>
<entry>
<title>Fixed #35846 -- Ensured consistent path ordering in ManifestStaticFilesStorage manifest files.</title>
<updated>2025-07-01T18:24:34Z</updated>
<author>
<name>Matthew Stell</name>
<email>matthewb@noriker.co.uk</email>
</author>
<published>2025-06-24T06:27:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7feafd79a481216cdd85b4828e749fc5efacb8db'/>
<id>urn:sha1:7feafd79a481216cdd85b4828e749fc5efacb8db</id>
<content type='text'>
This change reuses the existing sorting of `hashed_files` in
`ManifestStaticFilesStorage.save_manifest` to also store a sorted
`paths` mapping in the manifest file. This ensures stable manifest
output that does not change unnecessarily.
</content>
</entry>
<entry>
<title>Fixed #36348 -- Fixed handling multiple nested url()s in ManifestStaticFilesStorage.</title>
<updated>2025-05-16T13:56:17Z</updated>
<author>
<name>Samuel Cormier-Iijima</name>
<email>samuel@cormier-iijima.com</email>
</author>
<published>2025-04-23T02:00:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1ba5fe19ca221663e6a1e9391dbe726bb2baaf8a'/>
<id>urn:sha1:1ba5fe19ca221663e6a1e9391dbe726bb2baaf8a</id>
<content type='text'>
Signed-off-by: Samuel Cormier-Iijima &lt;samuel@cormier-iijima.com&gt;
</content>
</entry>
<entry>
<title>Fixed #35669 -- Improved max post-process passes exceeded error message in HashedFilesMixin.</title>
<updated>2024-08-30T08:00:51Z</updated>
<author>
<name>SaJH</name>
<email>wogur981208@gmail.com</email>
</author>
<published>2024-08-26T14:49:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2ff00251f929cc3e014dd447f6847196e66e69b8'/>
<id>urn:sha1:2ff00251f929cc3e014dd447f6847196e66e69b8</id>
<content type='text'>
Signed-off-by: SaJH &lt;wogur981208@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fixed #35553 -- Handled import*as in HashedFilesMixin.</title>
<updated>2024-08-07T09:01:56Z</updated>
<author>
<name>Farhan</name>
<email>farhanalirazaazeemi@gmail.com</email>
</author>
<published>2024-08-03T10:45:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6993c9d8c962503cd60a37ad7f9569c06c13516e'/>
<id>urn:sha1:6993c9d8c962503cd60a37ad7f9569c06c13516e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #29022 -- Fixed handling protocol-relative URLs in ManifestStaticFilesStorage when STATIC_URL is set to /.</title>
<updated>2024-02-28T05:24:24Z</updated>
<author>
<name>Adam Zapletal</name>
<email>adamzap@gmail.com</email>
</author>
<published>2024-02-24T04:36:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=107aa76bcf5d5599460fdce61dfa15bb147acc62'/>
<id>urn:sha1:107aa76bcf5d5599460fdce61dfa15bb147acc62</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed unneeded escapes in regexes.</title>
<updated>2023-08-02T17:53:16Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-08-02T17:53:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9b9c805cedb08621bd5dc58a01a6478eb7cc49a9'/>
<id>urn:sha1:9b9c805cedb08621bd5dc58a01a6478eb7cc49a9</id>
<content type='text'>
Special characters lose their special meaning inside sets of characters.

"-" lose its special meaning if it's placed as the first or last
character.

Follow up to 7c6b66383da5f9a67142334cd2ed2d769739e8f1.</content>
</entry>
<entry>
<title>Fixed #34496 -- Fixed handling source maps with data URI in ManifestStaticFilesStorage.</title>
<updated>2023-04-21T03:42:06Z</updated>
<author>
<name>Hielke Walinga</name>
<email>hielkewalinga@gmail.com</email>
</author>
<published>2023-04-17T12:30:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fb535e0a9033bd58d4bcb31876508e895c9b866d'/>
<id>urn:sha1:fb535e0a9033bd58d4bcb31876508e895c9b866d</id>
<content type='text'>
Regression in 781b44240a06f0c868254f40f36ce46c927f56d1.
</content>
</entry>
</feed>
