index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
models
/
fields.txt
Age
Commit message (
Expand
)
Author
2020-07-22
[3.1.x] Doc'd Model.MultipleObjectsReturned docs and improved documentation r...
Adam Johnson
2020-07-17
[3.1.x] Improved ManyToManyField.through docs.
Adam Johnson
2020-05-08
Fixed #12990, Refs #27694 -- Added JSONField model field.
sage
2020-05-06
Fixed a/an typos in "SQL" usage.
Adam Johnson
2020-05-04
Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...
Adam Johnson
2020-05-04
Corrected models.FilePathField signature in docs.
Adam Johnson
2020-04-25
Fixed #31514 -- Fixed default form widgets in model fields docs.
Hasan Ramezani
2020-04-24
Refs #31369 -- Deprecated models.NullBooleanField in favor of BooleanField(nu...
Tim Schilling
2020-04-14
Fixed term warning on Sphinx 3.0.1+.
Mariusz Felisiak
2020-04-08
Fixed #28184 -- Allowed using a callable for FileField and ImageField storage.
miigotu
2020-04-01
Prevented (and corrected) single backtick usage in docs.
Adam Johnson
2020-03-18
Fixed #31368 -- Doc'd 'expression' parameter of Field.from_db_value()/Express...
Hasan Ramezani
2020-02-27
Fixed #31313 -- Fixed is_upperclass() example in enumeration types docs.
Andrey Doroschenko
2019-11-19
Fixed #27272 -- Added an on_delete RESTRICT handler to allow cascading deleti...
Daniel Izquierdo
2019-11-19
Fixed #30987 -- Added models.PositiveBigIntegerField.
Caio Ariede
2019-09-23
Refs #29915 -- Doc'd limitation of using pattern lookups with UUIDField on Po...
Mariusz Felisiak
2019-09-14
Fixed #29823 -- Doc'd limitation of DecimalField on SQLite.
Claude Paroz
2019-09-13
Refs #27910 -- Improved documentation for model field choice enumeration types.
Nick Pope
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2019-09-04
Fixed #27910 -- Added enumeration helpers for use in Field.choices.
Shai Berger
2019-08-18
Refs #28428 -- Made FileField.upload_to support pathlib.Path.
Claude Paroz
2019-08-02
Fixed #30661 -- Added models.SmallAutoField.
Nick Pope
2019-07-25
Fixed #30657 -- Allowed customizing Field's descriptors with a descriptor_cla...
Jon Dufresne
2019-06-21
Fixed #30421 -- Allowed symmetrical intermediate table for self-referential M...
Nadège Michel
2019-06-04
Fixed #30505 -- Doc'd how changes in the order of Field.choices affect migrat...
Caio Ariede
2019-05-17
Changed docs to link to Python's description of iterable.
Jon Dufresne
2019-05-15
Changed tuple choices to list in docs.
Jon Dufresne
2019-05-02
Fixed #29529 -- Allowed models.fields.FilePathField to accept a callable path.
Mykola Kokalko
2019-02-25
Fixed documentation of database representation for ManyToManyField.
Mariusz Felisiak
2019-01-17
Removed versionadded/changed annotations for 2.1.
Tim Graham
2018-11-15
Used auto-numbered lists in documentation.
François Freitag
2018-10-10
Emphasized that ForeignKey.on_delete doesn't create a SQL constraint.
Andrea Rabbaglietti
2018-10-01
Added tests for using bytearray with BinaryField and corrected docs.
Jon Dufresne
2018-09-26
Added test of filtering on BinaryField and corrected docs.
Jon Dufresne
2018-09-25
Normalized spelling of "lowercase" and "lowercased".
Jon Dufresne
2018-09-10
Refs #20910 -- Replaced snippet directive with code-block.
Curtis Maloney
2018-08-28
Fixed typo in docs/ref/models/fields.txt.
Matt Wiens
2018-08-16
Fixed #29646 -- Doc'd the validators that each model and form field uses.
Jeff
2018-07-18
Added doc links for django.utils.html.escape().
Claude Paroz
2018-07-09
Fixed #29549 -- Doc'd that Field.choices are enforced by model validation.
Tim Graham
2018-05-25
Fixed #29423 -- Documented Field.value_from_object().
Srinivas Reddy Thatiparthy
2018-05-18
Fixed #29398 -- Doc'd that cascade deletion doesn't call delete() of related ...
Tim Graham
2018-03-20
Fixed #29227 -- Allowed BooleanField to be null=True.
Tim Graham
2017-12-22
Fixed #28937 -- Allowed BinaryField to be editable=True.
Cameron Curry
2017-09-22
Removed versionadded/changed annotations for 1.11.
Tim Graham
2017-09-01
Fixed #28557 -- Fixed ForeignKey/OneToOneField/ManyToManyField argument name ...
Tim Graham
2017-08-07
Fixed #28466 -- Clarified the definition of a lazy relationship.
Tim Graham
2017-07-20
Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expre...
Tim Graham
2017-04-25
Removed nonexistent methods from File's docs.
Josh Schneier
2017-04-10
Fixed #27947 -- Doc'd that model Field.error_messages often don't propagate t...
Taavi Teska
[next]