<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/django.git/setup.py, branch 3.2</title>
<subtitle>github.com: django/django.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/'/>
<entry>
<title>Fixed #30948 -- Changed packaging to use declarative config in setup.cfg.</title>
<updated>2019-11-08T13:14:13+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-11-07T14:53:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=85efc14a2edac532df1a9ad4dd9b6d4a4dcf583e'/>
<id>85efc14a2edac532df1a9ad4dd9b6d4a4dcf583e</id>
<content type='text'>
Co-authored-by: Nick Pope &lt;nick.pope@flightdataservices.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Nick Pope &lt;nick.pope@flightdataservices.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarified that license is BSD 3-Clause in package metadata.</title>
<updated>2019-11-07T13:36:46+00:00</updated>
<author>
<name>Nick Pope</name>
<email>nick.pope@flightdataservices.com</email>
</author>
<published>2019-11-07T13:36:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=7b915ba8e88cdf05225f2a9ae877eaf3c071547b'/>
<id>7b915ba8e88cdf05225f2a9ae877eaf3c071547b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #30183 -- Doc'd dropping support for sqlparse &lt; 0.2.2.</title>
<updated>2019-11-06T07:45:43+00:00</updated>
<author>
<name>Stephen Rauch</name>
<email>stephenrauch@users.noreply.github.com</email>
</author>
<published>2019-11-06T03:11:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=4b6db766ba4b613d317c87f87d1d63865b7424a4'/>
<id>4b6db766ba4b613d317c87f87d1d63865b7424a4</id>
<content type='text'>
Support for sqlparse &lt; 0.2.2 was broken in
782d85b6dfa191e67c0f1d572641d8236c79174c because is_whitespace property
was added in sqlparse 0.2.2.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Support for sqlparse &lt; 0.2.2 was broken in
782d85b6dfa191e67c0f1d572641d8236c79174c because is_whitespace property
was added in sqlparse 0.2.2.
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed unnecessary EXCLUDE_FROM_PACKAGES from setup.py.</title>
<updated>2019-11-04T14:36:10+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-11-04T14:36:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=cff6b14b273244dff7a9764391087a5c68b9324a'/>
<id>cff6b14b273244dff7a9764391087a5c68b9324a</id>
<content type='text'>
Unnecessary since abc0777b63057e2ff97eee2ff184356051e14c47 where the
extension was changed to not be ".py". Also, django.bin doesn't have
a __init__.py file, so it is not a package and therefore it's not
excluded by this argument.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Unnecessary since abc0777b63057e2ff97eee2ff184356051e14c47 where the
extension was changed to not be ".py". Also, django.bin doesn't have
a __init__.py file, so it is not a package and therefore it's not
excluded by this argument.</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #29926 -- Added Python 3.8 to classifiers and tox.ini.</title>
<updated>2019-10-24T11:08:52+00:00</updated>
<author>
<name>Bastien Vallet</name>
<email>bastien.vallet@gmail.com</email>
</author>
<published>2019-10-24T11:08:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=37f02c47f8eb4d6e7b3c22401dba57b00780dc5d'/>
<id>37f02c47f8eb4d6e7b3c22401dba57b00780dc5d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #30451 -- Added ASGI handler and coroutine-safety.</title>
<updated>2019-06-20T10:29:43+00:00</updated>
<author>
<name>Andrew Godwin</name>
<email>andrew@aeracode.org</email>
</author>
<published>2019-04-12T13:15:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=a415ce70bef6d91036b00dd2c8544aed7aeeaaed'/>
<id>a415ce70bef6d91036b00dd2c8544aed7aeeaaed</id>
<content type='text'>
This adds an ASGI handler, asgi.py file for the default project layout,
a few async utilities and adds async-safety to many parts of Django.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds an ASGI handler, asgi.py file for the default project layout,
a few async utilities and adds async-safety to many parts of Django.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #30116 -- Dropped support for Python 3.5.</title>
<updated>2019-01-30T15:19:48+00:00</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2019-01-18T15:04:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=7e6b214ed34f5562dbd83cf54924a5b589a29715'/>
<id>7e6b214ed34f5562dbd83cf54924a5b589a29715</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #29934 -- Added sqlparse as a require dependency.</title>
<updated>2018-11-10T00:09:36+00:00</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2018-11-10T00:09:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=f82be9ebc79e30fef796bbc61fec4b9694cb779f'/>
<id>f82be9ebc79e30fef796bbc61fec4b9694cb779f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #28814 -- Documented Python 3.7 compatibility.</title>
<updated>2018-06-28T15:02:29+00:00</updated>
<author>
<name>Asif Saifuddin Auvi</name>
<email>auvipy@gmail.com</email>
</author>
<published>2018-06-28T15:02:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=2f7cd7f8ecb01d30c1dfdaefa1c1714db76d2553'/>
<id>2f7cd7f8ecb01d30c1dfdaefa1c1714db76d2553</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #29410 -- Added project_urls to setup.py.</title>
<updated>2018-05-17T02:08:38+00:00</updated>
<author>
<name>Philip James</name>
<email>pjj@philipjohnjames.com</email>
</author>
<published>2018-05-16T18:03:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=437c4b57ac50fe934b93d12fe22aed02425d91a7'/>
<id>437c4b57ac50fe934b93d12fe22aed02425d91a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
