<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/staticfiles_tests/test_management.py, branch 3.0.7</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=3.0.7</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=3.0.7'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2020-05-12T06:55:06Z</updated>
<entry>
<title>[3.0.x] Fixed E128, E741 flake8 warnings.</title>
<updated>2020-05-12T06:55:06Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2020-05-12T06:52:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=48ed73fb74213ba9ae2fdcc42d18a5a3e7737fe0'/>
<id>urn:sha1:48ed73fb74213ba9ae2fdcc42d18a5a3e7737fe0</id>
<content type='text'>
Backport of 0668164b4ac93a5be79f5b87fae83c657124d9ab from master.
</content>
</entry>
<entry>
<title>[3.0.x] Fixed #30802 -- Prevented manifest creation when running collectstatic in dry run mode.</title>
<updated>2019-09-27T21:06:55Z</updated>
<author>
<name>pablo</name>
<email>paul@eclipse-online.com</email>
</author>
<published>2019-09-26T19:05:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5d63bf0bc338840cfbb10f3528cc5b5ca3170f9b'/>
<id>urn:sha1:5d63bf0bc338840cfbb10f3528cc5b5ca3170f9b</id>
<content type='text'>
Backport of fa8fe09e4e2b538c5d50a559081861d5c0635d55 from master
</content>
</entry>
<entry>
<title>Refs #23919 -- Replaced codecs.open() with open().</title>
<updated>2019-01-27T22:39:57Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-01-27T16:30:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ce7293bc91e993cd695d15e664126470c401eed6'/>
<id>urn:sha1:ce7293bc91e993cd695d15e664126470c401eed6</id>
<content type='text'>
On Python 3, open() handles encodings.
</content>
</entry>
<entry>
<title>Fixed #28606 -- Deprecated CachedStaticFilesStorage.</title>
<updated>2018-10-27T15:58:29Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2018-10-27T14:30:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f892781b957f674806a227a10c58768f66a48c07'/>
<id>urn:sha1:f892781b957f674806a227a10c58768f66a48c07</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #28566 -- Added path matching to collectstatic ignore patterns.</title>
<updated>2018-07-13T20:48:19Z</updated>
<author>
<name>Daniel Wiesmann</name>
<email>yellowcap@users.noreply.github.com</email>
</author>
<published>2018-07-13T20:48:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8f75d21a2e6d255848ae441d858c6ea819e3d100'/>
<id>urn:sha1:8f75d21a2e6d255848ae441d858c6ea819e3d100</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #29464 -- Silenced post-process messages in collectstatic's default verbosity.</title>
<updated>2018-06-12T00:21:58Z</updated>
<author>
<name>Arthur Silva</name>
<email>arthursilva.ee@gmail.com</email>
</author>
<published>2018-06-09T22:12:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bc1435551c0cfaf4a22aff8216990b909005dba9'/>
<id>urn:sha1:bc1435551c0cfaf4a22aff8216990b909005dba9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #29353 -- Made StaticFilesHandler return a 404 response when settings.DEBUG is False</title>
<updated>2018-04-25T08:38:13Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2018-04-25T08:35:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a9189d27efccdee0b5e8b84f69f9041176055769'/>
<id>urn:sha1:a9189d27efccdee0b5e8b84f69f9041176055769</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #28973 -- Silenced copying/linking messages in collectstatic's default verbosity.</title>
<updated>2018-04-24T03:04:02Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2018-04-24T03:04:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3aae43d800a15db308cea0ea69729122c5c1d215'/>
<id>urn:sha1:3aae43d800a15db308cea0ea69729122c5c1d215</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed hanging indentation in various code.</title>
<updated>2018-03-16T09:54:34Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2018-03-16T09:54:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=362813d6287925b8f63f0b107c55a74d95f5825e'/>
<id>urn:sha1:362813d6287925b8f63f0b107c55a74d95f5825e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added a couple tests for collectstatic.</title>
<updated>2018-01-15T16:15:14Z</updated>
<author>
<name>Mads Jensen</name>
<email>mje@inducks.org</email>
</author>
<published>2018-01-15T12:37:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=59b1aaa5a5136702f5b7b2ab718d91128473b9c3'/>
<id>urn:sha1:59b1aaa5a5136702f5b7b2ab718d91128473b9c3</id>
<content type='text'>
</content>
</entry>
</feed>
