<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/django-compressor.git/docs, branch develop</title>
<subtitle>github.com: django-compressor/django-compressor.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/django-compressor.git/'/>
<entry>
<title>Fixed typo in behind-the-scenes.txt (#1188)</title>
<updated>2023-05-13T12:43:33+00:00</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2023-05-13T12:43:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/django-compressor.git/commit/?id=dfbe2be61a62197f616245850909a0643d0ecc49'/>
<id>dfbe2be61a62197f616245850909a0643d0ecc49</id>
<content type='text'>
Whilst `an` usually goes with a vowel, such as `an umbrella`, when it makes the long (name of the letter) sound `a` is used, such as `a university`. `unique` is the latter case.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Whilst `an` usually goes with a vowel, such as `an umbrella`, when it makes the long (name of the letter) sound `a` is used, such as `a university`. `unique` is the latter case.</pre>
</div>
</content>
</entry>
<entry>
<title>Doc fixes, prepare 4.3.1</title>
<updated>2023-01-22T12:06:05+00:00</updated>
<author>
<name>Mathieu Pillard</name>
<email>mpillard@mozilla.com</email>
</author>
<published>2023-01-22T12:02:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/django-compressor.git/commit/?id=01c1d50ac0f69c11e5f4e3aaa441c35e03e6b9a6'/>
<id>01c1d50ac0f69c11e5f4e3aaa441c35e03e6b9a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright year in docs</title>
<updated>2023-01-20T23:55:27+00:00</updated>
<author>
<name>Mathieu Pillard</name>
<email>mpillard@mozilla.com</email>
</author>
<published>2023-01-20T23:55:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/django-compressor.git/commit/?id=cf44bfb715e7b71657c30a6dc35fc8bc68a7a977'/>
<id>cf44bfb715e7b71657c30a6dc35fc8bc68a7a977</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare 4.3</title>
<updated>2023-01-06T20:52:16+00:00</updated>
<author>
<name>Mathieu Pillard</name>
<email>mpillard@mozilla.com</email>
</author>
<published>2023-01-06T20:51:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/django-compressor.git/commit/?id=20306853e9e8e20163c7a002df49a6c4ed56e748'/>
<id>20306853e9e8e20163c7a002df49a6c4ed56e748</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare 4.2</title>
<updated>2023-01-06T17:27:28+00:00</updated>
<author>
<name>Mathieu Pillard</name>
<email>mpillard@mozilla.com</email>
</author>
<published>2023-01-06T17:27:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/django-compressor.git/commit/?id=e294a9bf0b29557f992a31d13e8d42af60c00129'/>
<id>e294a9bf0b29557f992a31d13e8d42af60c00129</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add note to specify `COMPRESS_OFFLINE_MANIFEST_STORAGE` (#1160)</title>
<updated>2022-11-30T10:47:26+00:00</updated>
<author>
<name>Jack Linke</name>
<email>73554672+jacklinke@users.noreply.github.com</email>
</author>
<published>2022-11-30T10:47:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/django-compressor.git/commit/?id=c566233cfaffc92a991adb119b2cc708c49668e2'/>
<id>c566233cfaffc92a991adb119b2cc708c49668e2</id>
<content type='text'>
With the addition of `COMPRESS_OFFLINE_MANIFEST_STORAGE`, if using boto3 with offline compression, manifest.json may never make it to the remote storage if this setting is not manually specified.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With the addition of `COMPRESS_OFFLINE_MANIFEST_STORAGE`, if using boto3 with offline compression, manifest.json may never make it to the remote storage if this setting is not manually specified.</pre>
</div>
</content>
</entry>
<entry>
<title>Fix example for COMPRESS_OFFLINE_MANIFEST_STORAGE in docs (#1161)</title>
<updated>2022-11-30T10:46:55+00:00</updated>
<author>
<name>Stefan Hammer</name>
<email>stefan.hammer@wunderweiss.com</email>
</author>
<published>2022-11-30T10:46:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/django-compressor.git/commit/?id=39bc91ac1457ed00188898a15b399a9d77f1dca0'/>
<id>39bc91ac1457ed00188898a15b399a9d77f1dca0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop older versions of Django (2.2, 3.1) &amp; Python (3.7) (#1150)</title>
<updated>2022-10-31T11:37:54+00:00</updated>
<author>
<name>Mathieu Pillard</name>
<email>diox@users.noreply.github.com</email>
</author>
<published>2022-10-31T11:37:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/django-compressor.git/commit/?id=8a0b706b9b2878b3ce2ee1da41a5d2f0e43981a5'/>
<id>8a0b706b9b2878b3ce2ee1da41a5d2f0e43981a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop Python 3.6 support (#1148)</title>
<updated>2022-10-13T22:36:29+00:00</updated>
<author>
<name>Mathieu Pillard</name>
<email>diox@users.noreply.github.com</email>
</author>
<published>2022-10-13T22:36:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/django-compressor.git/commit/?id=693616ab5d2c4dc2dfff396a2863efb2cc96dd09'/>
<id>693616ab5d2c4dc2dfff396a2863efb2cc96dd09</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update doc in light of new mangled name avoidance (#1145)</title>
<updated>2022-09-30T14:59:06+00:00</updated>
<author>
<name>Karen Tracey</name>
<email>kmtracey@gmail.com</email>
</author>
<published>2022-09-30T14:59:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/django-compressor.git/commit/?id=21d83b3218872a6256df265904483b050dcba32d'/>
<id>21d83b3218872a6256df265904483b050dcba32d</id>
<content type='text'>
* Update doc in light of new mangled name avoidance

https://github.com/django-compressor/django-compressor/pull/1107 moved file-name-mangling avoidance into a `save` override, but the doc suggests calling `_save` which bypassess the new file-name-mangling-avoidance code. Updating a project to use django-compressor 4.0 that had a storages class which followed this doc resulted in mangled-named files appearing in the file system (and ultimately css changes not getting built/deployed, since the changes were in the mangled-name files while the rest of the process was using the "bare" name).

* Update changelog.txt</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Update doc in light of new mangled name avoidance

https://github.com/django-compressor/django-compressor/pull/1107 moved file-name-mangling avoidance into a `save` override, but the doc suggests calling `_save` which bypassess the new file-name-mangling-avoidance code. Updating a project to use django-compressor 4.0 that had a storages class which followed this doc resulted in mangled-named files appearing in the file system (and ultimately css changes not getting built/deployed, since the changes were in the mangled-name files while the rest of the process was using the "bare" name).

* Update changelog.txt</pre>
</div>
</content>
</entry>
</feed>
