<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/admin_scripts/custom_templates, branch main</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=main</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2022-10-20T20:38:31Z</updated>
<entry>
<title>Fixed #34085 -- Made management commands don't use black for non-Python files.</title>
<updated>2022-10-20T20:38:31Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2022-10-18T17:30:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5c2c7277d4554db34c585477b269bb1acfcbbe56'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>Refs #33476 -- Made management commands use black.</title>
<updated>2022-02-11T11:23:26Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2022-02-08T11:38:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d113b5a837f726d1c638d76c4e88445e6cd59fd5'/>
<id>urn:sha1:d113b5a837f726d1c638d76c4e88445e6cd59fd5</id>
<content type='text'>
Run black on generated files, if it is available on PATH.
</content>
</entry>
<entry>
<title>Refs #32309 -- Added test for excluding hidden directories in startproject command.</title>
<updated>2021-09-01T09:05:10Z</updated>
<author>
<name>sage</name>
<email>laymonage@gmail.com</email>
</author>
<published>2021-09-01T09:03:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3686077d463685d383e14b4695eaaa2658919a42'/>
<id>urn:sha1:3686077d463685d383e14b4695eaaa2658919a42</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #25968 -- Changed project/app templates to use a "py-tpl" suffix.</title>
<updated>2016-01-25T17:39:06Z</updated>
<author>
<name>Chris Lamb</name>
<email>chris@chris-lamb.co.uk</email>
</author>
<published>2016-01-24T09:06:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=abc0777b63057e2ff97eee2ff184356051e14c47'/>
<id>urn:sha1:abc0777b63057e2ff97eee2ff184356051e14c47</id>
<content type='text'>
Debian packages unconditionally byte-compile .py files on installation and
do not silence errors by design. Therefore, we need a way of shipping these
invalid .py files without a .py extension but ensuring that when we
template them, they end up as .py.

We don't special-case .py files so that the all the TemplateCommand
command-line options (eg. extra_files and extensions) still work entirely
as expected and it may even be useful for other formats too.
</content>
</entry>
<entry>
<title>Fixed #22699 -- Configure default settings in some management commands.</title>
<updated>2014-05-27T19:43:52Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2014-05-27T16:57:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4865326f2200aa1c480526feef5428cf780ab3c6'/>
<id>urn:sha1:4865326f2200aa1c480526feef5428cf780ab3c6</id>
<content type='text'>
This makes it possible to run django.setup() in management commands that
don't need a settings module. In addition it simplifies error handling.

Thanks Claude for the review.
</content>
</entry>
<entry>
<title>Removed superfluous models.py files.</title>
<updated>2013-12-17T10:16:48Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2013-12-17T09:27:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6e895f9e069f73982751cd2d4aa5aa693136a274'/>
<id>urn:sha1:6e895f9e069f73982751cd2d4aa5aa693136a274</id>
<content type='text'>
Added comments in the three empty models.py files that are still needed.

Adjusted the test runner to add applications corresponding to test
labels to INSTALLED_APPS even when they don't have a models module.
</content>
</entry>
<entry>
<title>Whitespace cleanup.</title>
<updated>2013-10-10T20:49:20Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2013-10-10T20:42:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1dae4ac1778f04805c0ed62c8debb13b281ba02b'/>
<id>urn:sha1:1dae4ac1778f04805c0ed62c8debb13b281ba02b</id>
<content type='text'>
* Removed trailing whitespace.
* Added newline to EOF if missing.
* Removed blank lines at EOF.
* Removed some stray tabs.
</content>
</entry>
<entry>
<title>Merged regressiontests and modeltests into the test root.</title>
<updated>2013-02-26T13:36:57Z</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apolloner.eu</email>
</author>
<published>2013-02-26T08:53:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=89f40e36246100df6a11316c31a76712ebc6c501'/>
<id>urn:sha1:89f40e36246100df6a11316c31a76712ebc6c501</id>
<content type='text'>
</content>
</entry>
</feed>
