Commit Verlauf

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