index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
howto
/
custom-model-fields.txt
Age
Commit message (
Expand
)
Author
2025-08-25
Refs #36485 -- Rewrapped docs to 79 columns line length.
David Smith
2025-08-25
Refs #36485 -- Removed double spaces after periods in sentences.
Natalia
2025-04-15
Fixed #36311 -- Unified spelling of "hardcode" and its variants in docs.
Ahmed Nassar
2024-09-19
Fixed #35748 -- Documented that fields are excluded from a ModelForm when for...
Clifford Gama
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2023-11-15
Removed obsolete sentence in custom model field docs.
Giannis Terzopoulos
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-01-17
Removed versionadded/changed annotations for 4.1.
Mariusz Felisiak
2022-08-09
Fixed #33842 -- Used :source: role for links to repo files on GitHub.
Ramil Yanbulatov
2022-04-28
Removed hyphen from pre-/re- prefixes.
David
2022-04-06
Fixed #33471 -- Made AlterField operation a noop when changing "choices".
sarahboyce
2022-03-10
Changed some words to use inline markup.
David Smith
2021-08-24
Used backend vendors in custom model fields docs.
Mariusz Felisiak
2021-07-13
Refs #32880 -- Made some titles consistent in how-to documents.
Daniele Procida
2020-07-10
Corrected custom model fields how-to.
Ramiro Morales
2020-05-04
Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...
Adam Johnson
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2019-03-29
Removed unnecessary /static from links to PostgreSQL docs.
Nick Pope
2019-03-12
Clarified deconstruct() in Custom Model Field docs.
David Beitey
2019-02-08
Removed extra characters in docs header underlines.
Mariusz Felisiak
2018-11-15
Used auto-numbered lists in documentation.
François Freitag
2018-05-25
Fixed #29423 -- Documented Field.value_from_object().
Srinivas Reddy Thatiparthy
2017-07-20
Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expre...
Tim Graham
2017-06-26
Refs #23919 -- Stopped inheriting from object to define new style classes.
Mariusz Felisiak
2017-04-27
Refs #27795 -- Replaced many force_text() with str()
Claude Paroz
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super() in docs.
chillaranand
2017-01-18
Refs #23919 -- Removed Python 2 notes in docs.
Tim Graham
2017-01-17
Removed versionadded/changed annotations for 1.10.
Tim Graham
2016-10-25
Updated postgresql.org links to https and made them canonical.
Marti Raudsepp
2016-06-08
Fixed #26702 -- Documented how to change the base class of a custom field.
Baylee Feore
2016-05-04
Fixed #22936 -- Obsoleted Field.get_prep_lookup()/get_db_prep_lookup()
Claude Paroz
2016-02-17
Followed recommended ValidationError use in docs.
Jon Dufresne
2016-01-11
Added missing period to "etc.".
pp
2015-12-04
Fixed #13774 -- Added models.Field.rel_db_type().
Alexander Sosnovskiy
2015-09-23
Removed SubfieldBase per deprecation timeline.
Tim Graham
2015-08-10
Removed unnecessary comma in docs
Claude Paroz
2015-08-08
Updated Wikipedia links to use https
Claude Paroz
2015-07-14
Fixed #24716 -- Deprecated Field._get_val_from_obj()
Thomas Stephenson
2015-04-08
Fixed #24602 -- Removed obsolete reference to __metaclass__ in custom model ...
Tim Graham
2015-03-17
Updated location of database backend data_types attribute in docs.
Tim Graham
2015-02-20
Update converters to take a consistent set of parameters.
Marc Tamlyn
2015-02-01
Removed versionadded/changed notes for 1.7.
Tim Graham
2015-01-08
Fixed #24020 -- Refactored SQL compiler to use expressions
Anssi Kääriäinen
2015-01-06
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Daniel Pyrathon
2014-09-03
Fixed #18757, #14462, #21565 -- Reworked database-python type conversions
Marc Tamlyn
2014-08-18
Fixed #14638 -- Clarified model Field.to_python() docs.
Tim Graham
2014-08-15
Fixed typo in docs/howto/custom-model-fields.txt.
Tim Graham
2014-07-10
Fixed #22809 -- Added model Field API reference.
Jorge C. Leitão
2014-07-08
Fixed #22812 -- Refactored lookup API documentation.
Jorge C. Leitão
[next]