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