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