sage
|
6789ded0a6
Fixed #12990, Refs #27694 -- Added JSONField model field.
|
5 years ago |
Adam Johnson
|
1c2c6f1b51
Fixed a/an typos in "SQL" usage.
|
4 years ago |
Adam Johnson
|
d17b380653
Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments.
|
4 years ago |
Adam Johnson
|
787981f9d1
Corrected models.FilePathField signature in docs.
|
4 years ago |
Hasan Ramezani
|
d6db186427
Fixed #31514 -- Fixed default form widgets in model fields docs.
|
4 years ago |
Tim Schilling
|
a92cc84b4a
Refs #31369 -- Deprecated models.NullBooleanField in favor of BooleanField(null=True).
|
4 years ago |
Mariusz Felisiak
|
cc70a0343e
Fixed term warning on Sphinx 3.0.1+.
|
4 years ago |
miigotu
|
210657b791
Fixed #28184 -- Allowed using a callable for FileField and ImageField storage.
|
4 years ago |
Adam Johnson
|
1cdfe8d912
Prevented (and corrected) single backtick usage in docs.
|
4 years ago |
Hasan Ramezani
|
6929f13254
Fixed #31368 -- Doc'd 'expression' parameter of Field.from_db_value()/Expression.convert_value().
|
4 years ago |
Andrey Doroschenko
|
f1016814d8
Fixed #31313 -- Fixed is_upperclass() example in enumeration types docs.
|
4 years ago |
Daniel Izquierdo
|
89abecc75d
Fixed #27272 -- Added an on_delete RESTRICT handler to allow cascading deletions while protecting direct ones.
|
8 years ago |
Caio Ariede
|
555bebe774
Fixed #30987 -- Added models.PositiveBigIntegerField.
|
5 years ago |
Mariusz Felisiak
|
343afa7880
Refs #29915 -- Doc'd limitation of using pattern lookups with UUIDField on PostgreSQL.
|
5 years ago |
Claude Paroz
|
b8dff52f44
Fixed #29823 -- Doc'd limitation of DecimalField on SQLite.
|
5 years ago |
Nick Pope
|
1c66767d4e
Refs #27910 -- Improved documentation for model field choice enumeration types.
|
5 years ago |
Tobias Kunze
|
4a954cfd11
Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty.
|
5 years ago |
Shai Berger
|
72ebe85a26
Fixed #27910 -- Added enumeration helpers for use in Field.choices.
|
5 years ago |
Claude Paroz
|
d1c2e6dd04
Refs #28428 -- Made FileField.upload_to support pathlib.Path.
|
5 years ago |
Nick Pope
|
194d1dfc18
Fixed #30661 -- Added models.SmallAutoField.
|
5 years ago |
Jon Dufresne
|
5ed20b3aa3
Fixed #30657 -- Allowed customizing Field's descriptors with a descriptor_class attribute.
|
5 years ago |
Nadège Michel
|
87b1ad6e73
Fixed #30421 -- Allowed symmetrical intermediate table for self-referential ManyToManyField.
|
5 years ago |
Caio Ariede
|
5248abe9b0
Fixed #30505 -- Doc'd how changes in the order of Field.choices affect migrations.
|
5 years ago |
Jon Dufresne
|
e86cc14bd3
Changed docs to link to Python's description of iterable.
|
5 years ago |
Jon Dufresne
|
97d3321e89
Changed tuple choices to list in docs.
|
5 years ago |
Mykola Kokalko
|
ef082ebb84
Fixed #29529 -- Allowed models.fields.FilePathField to accept a callable path.
|
5 years ago |
Mariusz Felisiak
|
b0799f5d86
Fixed documentation of database representation for ManyToManyField.
|
5 years ago |
Tim Graham
|
ec7e179aeb
Removed versionadded/changed annotations for 2.1.
|
6 years ago |
François Freitag
|
9b15ff08ba
Used auto-numbered lists in documentation.
|
6 years ago |
Andrea Rabbaglietti
|
1b49b792e9
Emphasized that ForeignKey.on_delete doesn't create a SQL constraint.
|
6 years ago |