<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/admin_scripts/tests.py, branch fix-31295</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=fix-31295</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=fix-31295'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2026-02-26T13:27:33Z</updated>
<entry>
<title>Refs #36936 - Adjusted tests to set PYTHON_COLORS environment variable.</title>
<updated>2026-02-26T13:27:33Z</updated>
<author>
<name>Pete Rosenblum</name>
<email>prosenbl@gmail.com</email>
</author>
<published>2026-02-26T04:55:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=71d1e92e11093feb9a337f6d77078c5e75cbb92f'/>
<id>urn:sha1:71d1e92e11093feb9a337f6d77078c5e75cbb92f</id>
<content type='text'>
When "FORCE_COLOR" was set in the environment (such as in django-docker-box)
several test cases that rely on string comparisons against exception
messages or command line results would fail due to ANSI escape sequences
being present in the output. This change resolved the issue by setting
the "PYTHON_COLORS" environment variable to "0" for those specific tests,
which takes precendence over the presence of "FORCE_COLOR".
</content>
</entry>
<entry>
<title>Fixed #36776 -- Clarified dev server runs in WSGI mode.</title>
<updated>2026-01-26T15:45:40Z</updated>
<author>
<name>jafarkhan83</name>
<email>jafarkhan.master@gmail.com</email>
</author>
<published>2026-01-26T09:26:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2e83eb5e78e8036141ae5b810fba4fd9e800f51f'/>
<id>urn:sha1:2e83eb5e78e8036141ae5b810fba4fd9e800f51f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #36321 -- Defaulted suggest_on_error=True in management commands.</title>
<updated>2025-11-20T20:40:07Z</updated>
<author>
<name>kihuni</name>
<email>stephenkihuni55@gmail.com</email>
</author>
<published>2025-11-02T05:50:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b1a65eac7c09250d36e12464fc8fff2a401246b6'/>
<id>urn:sha1:b1a65eac7c09250d36e12464fc8fff2a401246b6</id>
<content type='text'>
Python 3.15 defaults suggest_on_error=True, but the feature is available
from 3.14, so this change opts in earlier. This change can be reverted
when Python 3.15 is the minimum supported version.
</content>
</entry>
<entry>
<title>Refs #36680 -- Avoided manipulating PATH in AdminScriptTestCase.</title>
<updated>2025-11-10T19:13:49Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2025-11-04T19:34:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e78420c2b8ef62acb6b7a37b71e3aa6833d630fb'/>
<id>urn:sha1:e78420c2b8ef62acb6b7a37b71e3aa6833d630fb</id>
<content type='text'>
This mostly reverts 6436ec321073bf0622af815e0af08f54c97f9b30,
which was fragile. Instead, if black is present, we use it to format the
expected and actual results, instead of hard-coding the expected
formatted value.

Co-authored-by: Natalia &lt;124304+nessita@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>Refs #36680 -- Fixed admin_scripts tests crash when black is not installed.</title>
<updated>2025-10-30T11:38:17Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2025-10-30T11:38:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3939cd279569fde44f557d79f20bb5b1a02440af'/>
<id>urn:sha1:3939cd279569fde44f557d79f20bb5b1a02440af</id>
<content type='text'>
Regression in 6436ec321073bf0622af815e0af08f54c97f9b30.</content>
</entry>
<entry>
<title>Fixed #36680 -- Parametrized formatter discovery in AdminScriptTestCase.</title>
<updated>2025-10-28T12:02:10Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2025-10-22T16:42:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6436ec321073bf0622af815e0af08f54c97f9b30'/>
<id>urn:sha1:6436ec321073bf0622af815e0af08f54c97f9b30</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #36564 -- Changed DEFAULT_AUTO_FIELD from AutoField to BigAutoField.</title>
<updated>2025-09-05T14:43:10Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2025-08-19T19:08:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2a636118dacdcda074c99ebd50311d64a8cca367'/>
<id>urn:sha1:2a636118dacdcda074c99ebd50311d64a8cca367</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #36500 -- Rewrapped long docstrings and block comments via a script.</title>
<updated>2025-07-23T23:17:55Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2025-07-23T03:41:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=69a93a88edb56ba47f624dac7a21aacc47ea474f'/>
<id>urn:sha1:69a93a88edb56ba47f624dac7a21aacc47ea474f</id>
<content type='text'>
Rewrapped long docstrings and block comments to 79 characters + newline
using script from https://github.com/medmunds/autofix-w505.
</content>
</entry>
<entry>
<title>Refs #36500 -- Shortened some long docstrings and comments.</title>
<updated>2025-07-23T23:17:55Z</updated>
<author>
<name>Mike Edmunds</name>
<email>medmunds@gmail.com</email>
</author>
<published>2025-07-23T03:40:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=55b0cc21310b76ce4018dd793ba50556eaf0af06'/>
<id>urn:sha1:55b0cc21310b76ce4018dd793ba50556eaf0af06</id>
<content type='text'>
Manually reformatted some long docstrings and comments that would be
damaged by the to-be-applied autofixer script, in cases where editorial
judgment seemed necessary for style or wording changes.
</content>
</entry>
<entry>
<title>Refs #35591 -- Ensured isolated test environ for runserver warning.</title>
<updated>2025-05-13T10:02:30Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2025-05-13T10:02:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f66c79e93d41d2cd32be244170b54080c0796584'/>
<id>urn:sha1:f66c79e93d41d2cd32be244170b54080c0796584</id>
<content type='text'>
</content>
</entry>
</feed>
