<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/ref/contrib/index.txt, branch stable/5.2.x</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=stable%2F5.2.x</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=stable%2F5.2.x'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2025-02-18T15:11:08Z</updated>
<entry>
<title>[5.2.x] Removed advice to propose a new contrib app.</title>
<updated>2025-02-18T15:11:08Z</updated>
<author>
<name>Sarah Boyce</name>
<email>42296566+sarahboyce@users.noreply.github.com</email>
</author>
<published>2025-02-18T13:54:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bb4f65ec8719db114b42947605e7ceb131698662'/>
<id>urn:sha1:bb4f65ec8719db114b42947605e7ceb131698662</id>
<content type='text'>
Backport of 9d22a7d8f0e814a596ecbeb6efd051262f6a03e3 from main.
</content>
</entry>
<entry>
<title>Added meaningful titles to ..admonition:: directives.</title>
<updated>2023-04-21T10:03:59Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-04-21T10:03:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c487634c106888effbba680e02269e489ab911a6'/>
<id>urn:sha1:c487634c106888effbba680e02269e489ab911a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #33842 -- Used :source: role for links to repo files on GitHub.</title>
<updated>2022-08-09T12:44:51Z</updated>
<author>
<name>Ramil Yanbulatov</name>
<email>rayman1104@gmail.com</email>
</author>
<published>2022-06-30T12:08:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c6290bae9da94234091673fa57ea20411325a9e8'/>
<id>urn:sha1:c6290bae9da94234091673fa57ea20411325a9e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed hyphen from pre-/re- prefixes.</title>
<updated>2022-04-28T08:44:14Z</updated>
<author>
<name>David</name>
<email>smithdc@gmail.com</email>
</author>
<published>2022-03-11T08:11:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ce586ed6931092d3a5f06df9031cdeb891793ddb'/>
<id>urn:sha1:ce586ed6931092d3a5f06df9031cdeb891793ddb</id>
<content type='text'>
"prepopulate", "preload", and "preprocessing" are already in the
spelling_wordlist.

This also removes hyphen from double "e" combinations with "pre" and
"re", e.g. preexisting, preempt, reestablish, or reenter.

See also:
- https://ahdictionary.com/word/search.html?q=rerun
- https://ahdictionary.com/word/search.html?q=recreate
- https://ahdictionary.com/word/search.html?q=predetermined
- https://ahdictionary.com/word/search.html?q=reuse
- https://ahdictionary.com/word/search.html?q=reopening
</content>
</entry>
<entry>
<title>Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate.</title>
<updated>2021-07-29T04:24:12Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2021-07-23T06:48:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1024b5e74a7166313ad4e4975a15e90dccd3ec5f'/>
<id>urn:sha1:1024b5e74a7166313ad4e4975a15e90dccd3ec5f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty.</title>
<updated>2019-09-06T11:27:46Z</updated>
<author>
<name>Tobias Kunze</name>
<email>r@rixx.de</email>
</author>
<published>2019-06-17T14:54:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4a954cfd11a5d034491f87fcbc920eb97a302bb3'/>
<id>urn:sha1:4a954cfd11a5d034491f87fcbc920eb97a302bb3</id>
<content type='text'>
This patch does not remove all occurrences of the words in question.
Rather, I went through all of the occurrences of the words listed
below, and judged if they a) suggested the reader had some kind of
knowledge/experience, and b) if they added anything of value (including
tone of voice, etc). I left most of the words alone. I looked at the
following words:

- simply/simple
- easy/easier/easiest
- obvious
- just
- merely
- straightforward
- ridiculous

Thanks to Carlton Gibson for guidance on how to approach this issue, and
to Tim Bell for providing the idea. But the enormous lion's share of
thanks go to Adam Johnson for his patient and helpful review.
</content>
</entry>
<entry>
<title>Fixed #26483 -- Updated docs.python.org links to use Intersphinx.</title>
<updated>2016-05-08T22:07:43Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2016-05-08T22:07:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f5ff5010cd74500785a707ac70b51d292403cddc'/>
<id>urn:sha1:f5ff5010cd74500785a707ac70b51d292403cddc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #26124 -- Added missing code formatting to docs headers.</title>
<updated>2016-02-01T15:42:05Z</updated>
<author>
<name>rowanv</name>
<email>rrvspam@gmail.com</email>
</author>
<published>2016-01-24T21:26:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a6ef025dfb2a1d1bd23893408eef6d066fb506d9'/>
<id>urn:sha1:a6ef025dfb2a1d1bd23893408eef6d066fb506d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #25755 -- Unified spelling of "website".</title>
<updated>2015-11-16T11:44:14Z</updated>
<author>
<name>Agnieszka Lasyk</name>
<email>agnieszkalasyk@agalasyk.local</email>
</author>
<published>2015-11-15T12:05:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1f8dad69158a96d0649d321ce08ecc9c0465f962'/>
<id>urn:sha1:1f8dad69158a96d0649d321ce08ecc9c0465f962</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #22789 -- Removed contrib.webdesign per deprecation timeline.</title>
<updated>2015-09-23T23:31:09Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-08-17T13:01:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3af9b70028487be81c4f6ca65ca0d1f2be337e4f'/>
<id>urn:sha1:3af9b70028487be81c4f6ca65ca0d1f2be337e4f</id>
<content type='text'>
</content>
</entry>
</feed>
