<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/howto/custom-model-fields.txt, 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>2025-08-25T13:51:10Z</updated>
<entry>
<title>Refs #36485 -- Rewrapped docs to 79 columns line length.</title>
<updated>2025-08-25T13:51:10Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2025-07-25T09:24:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f81e6e3a53ee36e3f730a71aa55a5744982dd016'/>
<id>urn:sha1:f81e6e3a53ee36e3f730a71aa55a5744982dd016</id>
<content type='text'>
Lines in the docs files were manually adjusted to conform to the
79 columns limit per line (plus newline), improving readability and
consistency across the content.
</content>
</entry>
<entry>
<title>Refs #36485 -- Removed double spaces after periods in sentences.</title>
<updated>2025-08-25T13:51:10Z</updated>
<author>
<name>Natalia</name>
<email>124304+nessita@users.noreply.github.com</email>
</author>
<published>2025-08-22T15:36:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4286a23df64f6ce3b9b6ed097f4d1aac7d9e0de4'/>
<id>urn:sha1:4286a23df64f6ce3b9b6ed097f4d1aac7d9e0de4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #36311 -- Unified spelling of "hardcode" and its variants in docs.</title>
<updated>2025-04-15T17:48:55Z</updated>
<author>
<name>Ahmed Nassar</name>
<email>a.moh.nassar00@gmail.com</email>
</author>
<published>2025-04-14T17:12:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=be402891cd78f484b7f67e486924975523516ced'/>
<id>urn:sha1:be402891cd78f484b7f67e486924975523516ced</id>
<content type='text'>
Co-authored-by: Natalia &lt;124304+nessita@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>Fixed #35748 -- Documented that fields are excluded from a ModelForm when formfield() returns None.</title>
<updated>2024-09-19T13:19:08Z</updated>
<author>
<name>Clifford Gama</name>
<email>cliffygamy@gmail.com</email>
</author>
<published>2024-09-10T20:38:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e1d226bc1c52a0165164e5b34fef1d336050ca60'/>
<id>urn:sha1:e1d226bc1c52a0165164e5b34fef1d336050ca60</id>
<content type='text'>
Co-authored-by: Sarah Boyce &lt;42296566+sarahboyce@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>Applied Black's 2024 stable style.</title>
<updated>2024-01-26T11:45:07Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2024-01-26T11:45:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=305757aec19c9d5111e4d76095ae0acd66163e4b'/>
<id>urn:sha1:305757aec19c9d5111e4d76095ae0acd66163e4b</id>
<content type='text'>
https://github.com/psf/black/releases/tag/24.1.0</content>
</entry>
<entry>
<title>Removed obsolete sentence in custom model field docs.</title>
<updated>2023-11-15T12:48:45Z</updated>
<author>
<name>Giannis Terzopoulos</name>
<email>terzo.giannis@gmail.com</email>
</author>
<published>2023-11-15T12:48:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=36ed45d27cb97fe3a41eca219ba75ff69f16b93c'/>
<id>urn:sha1:36ed45d27cb97fe3a41eca219ba75ff69f16b93c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.</title>
<updated>2023-03-01T12:03:56Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2023-02-28T19:53:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=14459f80ee3a9e005989db37c26fd13bb6d2fab2'/>
<id>urn:sha1:14459f80ee3a9e005989db37c26fd13bb6d2fab2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed versionadded/changed annotations for 4.1.</title>
<updated>2023-01-17T10:49:15Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-01-06T07:09:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=490cccbe7e83874923b276eed26cc23b0db5ebb9'/>
<id>urn:sha1:490cccbe7e83874923b276eed26cc23b0db5ebb9</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>
</feed>
