<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/django-compressor.git/compressor/utils/__init__.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>Add more information to error message when importing a class fails (#814)</title>
<updated>2017-01-04T23:47:26+00:00</updated>
<author>
<name>David Gibbons</name>
<email>dgibbons@eircom.net</email>
</author>
<published>2017-01-04T23: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=fd36cd699ca05624ec606e2895f0593e449a2c2c'/>
<id>fd36cd699ca05624ec606e2895f0593e449a2c2c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused find_command</title>
<updated>2016-10-31T16:59:11+00:00</updated>
<author>
<name>Johannes Linke</name>
<email>johannes.linke@posteo.de</email>
</author>
<published>2016-10-31T16:35:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/django-compressor.git/commit/?id=3ec3e612a5e803b087e32159934524f50f66f345'/>
<id>3ec3e612a5e803b087e32159934524f50f66f345</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change internall import of six to django.utils.six as we don't need add more dependecies</title>
<updated>2013-04-16T09:25:42+00:00</updated>
<author>
<name>Kudlaty</name>
<email>kfuks2@o2.pl</email>
</author>
<published>2013-04-16T09:25: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=5d8240c0cf4963508c17364a1a90009a032e5714'/>
<id>5d8240c0cf4963508c17364a1a90009a032e5714</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>Fixed possible UnboundLocalError exception</title>
<updated>2013-03-20T20:59:44+00:00</updated>
<author>
<name>Rafal Stozek</name>
<email>say4ne@gmail.com</email>
</author>
<published>2013-03-19T18:33:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/django-compressor.git/commit/?id=dba973cea57e8e20a149724a9763a60f15e0be36'/>
<id>dba973cea57e8e20a149724a9763a60f15e0be36</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove old python 2.5 compatibility functions as we are dropping 2.5 support</title>
<updated>2013-03-08T13:18:46+00:00</updated>
<author>
<name>Mathieu Pillard</name>
<email>m@virgule.net</email>
</author>
<published>2013-03-08T13:18:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/django-compressor.git/commit/?id=e8efd9c6e9c3a9a100ff6c86529e98091ff05ef3'/>
<id>e8efd9c6e9c3a9a100ff6c86529e98091ff05ef3</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>Stop using shlex.split for the command and open a shell instead.</title>
<updated>2011-05-26T13:21:01+00:00</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2011-05-26T13:20: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=0544955a30d39aff3c218bf2c141c0f70b731156'/>
<id>0544955a30d39aff3c218bf2c141c0f70b731156</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
