<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/django.git/tests/admin_scripts, branch main</title>
<subtitle>github.com: django/django.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/django.git/'/>
<entry>
<title>Fixed #32813 -- Made runserver display port after binding.</title>
<updated>2023-02-10T07:22:34+00:00</updated>
<author>
<name>Dhanush</name>
<email>dhanush18245@gmail.com</email>
</author>
<published>2023-02-03T20:13:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/django.git/commit/?id=a18d20ca97e6799152c1e0b6f007fde943053dcb'/>
<id>a18d20ca97e6799152c1e0b6f007fde943053dcb</id>
<content type='text'>
Thanks Florian Apolloner for the review.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks Florian Apolloner for the review.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #33476 -- Applied Black's 2023 stable style.</title>
<updated>2023-02-01T10:04:38+00:00</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2023-02-01T07:13:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/django.git/commit/?id=097e3a70c1481ee7b042b2edd91b2be86fb7b5b6'/>
<id>097e3a70c1481ee7b042b2edd91b2be86fb7b5b6</id>
<content type='text'>
Black 23.1.0 is released which, as the first release of the year,
introduces the 2023 stable style. This incorporates most of last year's
preview style.

https://github.com/psf/black/releases/tag/23.1.0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Black 23.1.0 is released which, as the first release of the year,
introduces the 2023 stable style. This incorporates most of last year's
preview style.

https://github.com/psf/black/releases/tag/23.1.0
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #34233 -- Dropped support for Python 3.8 and 3.9.</title>
<updated>2023-01-18T08:46:01+00:00</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-01-18T08:46:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/django.git/commit/?id=3bbe22dafcc69c5ffa79707f5a74eb1faf466e12'/>
<id>3bbe22dafcc69c5ffa79707f5a74eb1faf466e12</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #34085 -- Made management commands don't use black for non-Python files.</title>
<updated>2022-10-20T20:38:31+00:00</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2022-10-18T17:30:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/django.git/commit/?id=5c2c7277d4554db34c585477b269bb1acfcbbe56'/>
<id>5c2c7277d4554db34c585477b269bb1acfcbbe56</id>
<content type='text'>
Bug in d113b5a837f726d1c638d76c4e88445e6cd59fd5.

Co-authored-by: programmylife &lt;acmshar@gmail.com&gt;
Co-authored-by: Carlton Gibson &lt;carlton.gibson@noumenal.es&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug in d113b5a837f726d1c638d76c4e88445e6cd59fd5.

Co-authored-by: programmylife &lt;acmshar@gmail.com&gt;
Co-authored-by: Carlton Gibson &lt;carlton.gibson@noumenal.es&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #34068 -- Corrected output of runserver command for "0" IP address.</title>
<updated>2022-10-04T08:13:32+00:00</updated>
<author>
<name>Dhanush</name>
<email>dhanush18245@gmail.com</email>
</author>
<published>2022-10-04T06:50:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/django.git/commit/?id=9fbb5b5e16b44dff97a3caa0e288803a80fabdd3'/>
<id>9fbb5b5e16b44dff97a3caa0e288803a80fabdd3</id>
<content type='text'>
Thanks David Sanders for the review.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks David Sanders for the review.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #33476 -- Made management commands use black.</title>
<updated>2022-02-11T11:23:26+00:00</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2022-02-08T11:38:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/django.git/commit/?id=d113b5a837f726d1c638d76c4e88445e6cd59fd5'/>
<id>d113b5a837f726d1c638d76c4e88445e6cd59fd5</id>
<content type='text'>
Run black on generated files, if it is available on PATH.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Run black on generated files, if it is available on PATH.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #33476 -- Refactored code to strictly match 88 characters line length.</title>
<updated>2022-02-07T19:37:05+00:00</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2022-02-04T07:08:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/django.git/commit/?id=7119f40c9881666b6f9b5cf7df09ee1d21cc8344'/>
<id>7119f40c9881666b6f9b5cf7df09ee1d21cc8344</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #33476 -- Reformatted code with Black.</title>
<updated>2022-02-07T19:37:05+00:00</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2022-02-03T19:24:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/django.git/commit/?id=9c19aff7c7561e3a82978a272ecdaad40dda5c00'/>
<id>9c19aff7c7561e3a82978a272ecdaad40dda5c00</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #32397 -- Made startapp/startproject management commands set User-Agent.</title>
<updated>2021-11-25T19:36:04+00:00</updated>
<author>
<name>Ad Timmering</name>
<email>awtimmering@gmail.com</email>
</author>
<published>2021-11-22T13:08:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/django.git/commit/?id=9a6e2df3a8f01ea761529bec48e5a8dc0ea9575b'/>
<id>9a6e2df3a8f01ea761529bec48e5a8dc0ea9575b</id>
<content type='text'>
This sets User-Agent to 'Django/&lt;version&gt;'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This sets User-Agent to 'Django/&lt;version&gt;'.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #4282 -- Made startapp/startproject management commands honor umask.</title>
<updated>2021-11-24T12:10:45+00:00</updated>
<author>
<name>Ad Timmering</name>
<email>awtimmering@gmail.com</email>
</author>
<published>2021-11-19T14:15:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/django.git/commit/?id=59f4796918235e70f0c6429c3f8e2e979f4ba0b4'/>
<id>59f4796918235e70f0c6429c3f8e2e979f4ba0b4</id>
<content type='text'>
Co-authored-by: Christian Schmitt &lt;c.schmitt@briefdomain.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Christian Schmitt &lt;c.schmitt@briefdomain.de&gt;
</pre>
</div>
</content>
</entry>
</feed>
