Historique des commits

Auteur SHA1 Message Date
  Clifford Gama e1d226bc1c Fixed #35748 -- Documented that fields are excluded from a ModelForm when formfield() returns None. il y a 2 mois
  Mariusz Felisiak 305757aec1 Applied Black's 2024 stable style. il y a 10 mois
  Giannis Terzopoulos 36ed45d27c Removed obsolete sentence in custom model field docs. il y a 1 an
  django-bot 14459f80ee Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. il y a 1 an
  Mariusz Felisiak 490cccbe7e Removed versionadded/changed annotations for 4.1. il y a 1 an
  Ramil Yanbulatov c6290bae9d Fixed #33842 -- Used :source: role for links to repo files on GitHub. il y a 2 ans
  David ce586ed693 Removed hyphen from pre-/re- prefixes. il y a 2 ans
  sarahboyce 65effbdb10 Fixed #33471 -- Made AlterField operation a noop when changing "choices". il y a 2 ans
  David Smith 67b5f506a6 Changed some words to use inline markup. il y a 2 ans
  Mariusz Felisiak d7394cfa13 Used backend vendors in custom model fields docs. il y a 3 ans
  Daniele Procida 22fbebc744 Refs #32880 -- Made some titles consistent in how-to documents. il y a 3 ans
  Ramiro Morales 52a0a03671 Corrected custom model fields how-to. il y a 4 ans
  Adam Johnson d17b380653 Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments. il y a 4 ans
  Tobias Kunze 4a954cfd11 Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty. il y a 5 ans
  Nick Pope 198a2a9381 Removed unnecessary /static from links to PostgreSQL docs. il y a 5 ans
  David Beitey 9fd90c4088 Clarified deconstruct() in Custom Model Field docs. il y a 5 ans
  Mariusz Felisiak 25829197bb Removed extra characters in docs header underlines. il y a 5 ans
  François Freitag 9b15ff08ba Used auto-numbered lists in documentation. il y a 6 ans
  Srinivas Reddy Thatiparthy 4c35a173e8 Fixed #29423 -- Documented Field.value_from_object(). il y a 6 ans
  Tim Graham 487362fa8f Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expression.convert_value(). il y a 7 ans
  Mariusz Felisiak 081e787160 Refs #23919 -- Stopped inheriting from object to define new style classes. il y a 7 ans
  Claude Paroz 301de774c2 Refs #27795 -- Replaced many force_text() with str() il y a 7 ans
  Claude Paroz c651331b34 Converted usage of ugettext* functions to their gettext* aliases il y a 7 ans
  chillaranand dc165ec8e5 Refs #23919 -- Replaced super(ClassName, self) with super() in docs. il y a 7 ans
  Tim Graham f6acd1d271 Refs #23919 -- Removed Python 2 notes in docs. il y a 7 ans
  Tim Graham e27e4c0339 Removed versionadded/changed annotations for 1.10. il y a 8 ans
  Marti Raudsepp 51fbe2a60d Updated postgresql.org links to https and made them canonical. il y a 8 ans
  Baylee Feore 7767978bee Fixed #26702 -- Documented how to change the base class of a custom field. il y a 8 ans
  Claude Paroz 388bb5bd9a Fixed #22936 -- Obsoleted Field.get_prep_lookup()/get_db_prep_lookup() il y a 8 ans
  Jon Dufresne 0db7e61076 Followed recommended ValidationError use in docs. il y a 8 ans