<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/django-compressor.git/compressor/utils/staticfiles.py, 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>Reformat with black (#1151)</title>
<updated>2022-10-28T17:01:54+00:00</updated>
<author>
<name>Mathieu Pillard</name>
<email>diox@users.noreply.github.com</email>
</author>
<published>2022-10-28T17:01: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=c9b75865c79b8008765b417147a9a6012e50de1c'/>
<id>c9b75865c79b8008765b417147a9a6012e50de1c</id>
<content type='text'>
* Reformat with black

* Update flake8 ignores</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Reformat with black

* Update flake8 ignores</pre>
</div>
</content>
</entry>
<entry>
<title>Remove "from __future__ import" and "coding: utf-8" (#986)</title>
<updated>2020-01-02T13:43:42+00:00</updated>
<author>
<name>Johannes Linke</name>
<email>karyon@users.noreply.github.com</email>
</author>
<published>2020-01-02T13:43:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/django-compressor.git/commit/?id=47c8e7f63b9731d704ce68b479e268e824967c2a'/>
<id>47c8e7f63b9731d704ce68b479e268e824967c2a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove code for old django versions</title>
<updated>2015-12-09T18:02:27+00:00</updated>
<author>
<name>Johannes Linke</name>
<email>johannes.linke@posteo.de</email>
</author>
<published>2015-12-09T17:04:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/django-compressor.git/commit/?id=671cf7dce2a9c5c42e2d2c4b8bfc82dcfbcd064a'/>
<id>671cf7dce2a9c5c42e2d2c4b8bfc82dcfbcd064a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use app registry to check for staticfiles on Django &gt;= 1.7.</title>
<updated>2015-06-30T20:03:53+00:00</updated>
<author>
<name>René Fleschenberg</name>
<email>rene@fleschenberg.net</email>
</author>
<published>2015-06-30T17:30:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/django-compressor.git/commit/?id=1088303dee50041ef4952cccb9f46ac90f7e5ff2'/>
<id>1088303dee50041ef4952cccb9f46ac90f7e5ff2</id>
<content type='text'>
This fixes issue #626.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes issue #626.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove compatibility with old 'staticfiles' app</title>
<updated>2014-05-25T14:27:45+00:00</updated>
<author>
<name>Mathieu Pillard</name>
<email>m@virgule.net</email>
</author>
<published>2014-05-25T13:19:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/django-compressor.git/commit/?id=04f76dad57dcb60819275205502fd97c3c75f6e6'/>
<id>04f76dad57dcb60819275205502fd97c3c75f6e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial python 3 compatibility</title>
<updated>2013-03-20T21:20:23+00:00</updated>
<author>
<name>Rafal Stozek</name>
<email>say4ne@gmail.com</email>
</author>
<published>2013-03-20T21:20:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/django-compressor.git/commit/?id=9b50a803d22f06c2574c48fff0c8fed9dbacd63b'/>
<id>9b50a803d22f06c2574c48fff0c8fed9dbacd63b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More flaking.</title>
<updated>2012-05-19T18:09:54+00:00</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2012-05-19T18:09: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=5cedc560767f768fdc7b93bafd55e22541cdce44'/>
<id>5cedc560767f768fdc7b93bafd55e22541cdce44</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed staticfiles utils package compatibility packages. Closes #114.</title>
<updated>2011-09-07T14:21:38+00:00</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2011-09-07T14:21:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/django-compressor.git/commit/?id=3ee90805d74b78aa9bebb63fc8cd959b4e052c42'/>
<id>3ee90805d74b78aa9bebb63fc8cd959b4e052c42</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Import settings from compressor.conf again instead of django.conf to make sure they are loaded correctly.</title>
<updated>2011-09-06T12:11:37+00:00</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2011-09-06T12:11:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/django-compressor.git/commit/?id=70cc7aa351e187513c650dcbc03ebefb84edf3b1'/>
<id>70cc7aa351e187513c650dcbc03ebefb84edf3b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor nitpicking and style changes.</title>
<updated>2011-05-11T11:07:53+00:00</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2011-05-11T11:07:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/django-compressor.git/commit/?id=ceb946a262d33356a840809ca3934e2968b42410'/>
<id>ceb946a262d33356a840809ca3934e2968b42410</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
