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
2022-10-01
[4.1.x] Clarified how to reference RelatedObjectDoesNotExist exceptions.
David Sanders
2022-09-04
[4.1.x] Corrected heading level of "Registering and fetching lookups" section...
Mariusz Felisiak
2022-08-02
[4.1.x] Doc'd TextField.db_collation as optional.
Carlton Gibson
2022-06-27
[4.1.x] Fixed docs build with sphinxcontrib-spelling 7.5.0+.
Mariusz Felisiak
2022-03-28
Corrected models.FileField signature in docs.
Sih Sîng-hông薛丞宏
2022-03-10
Changed some words to use inline markup.
David Smith
2021-12-28
Avoided counting attributes and methods in docs.
Mariusz Felisiak
2021-12-13
Corrected example in models.DecimalField docs.
Beomsoo Kim
2021-12-02
Fixed #33334 -- Alphabetized form and model fields in reference docs.
Shivam Durgbuns
2021-10-18
Fixed #33198 -- Corrected BinaryField.max_length docs.
Nick Frazier
2021-10-05
Fixed #22224 -- Added note about supplying missing values for non-nullable fi...
Jacob Walls
2021-09-22
Fixed #33129 -- Dropped support for MariaDB 10.2.
Mariusz Felisiak
2021-09-20
Removed versionadded/changed annotations for 3.2.
Mariusz Felisiak
2021-09-09
Fixed #33084 -- Removed incorrect system check for ManyToManyField with limit...
Hasan Ramezani
2021-07-30
Refs #32956 -- Updated words ending in -wards.
David Smith
2021-07-29
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...
David Smith
2021-05-12
Fixed a typo in docs/ref/models/fields.txt.
Nick Pope
2021-03-24
Refs #32460 -- Doc'd and tested that property names of model choice enums can...
Nick Pope
2021-01-14
Refs #31369 -- Removed models.NullBooleanField per deprecation timeline.
Mariusz Felisiak
2021-01-14
Removed versionadded/changed annotations for 3.1.
Mariusz Felisiak
2021-01-07
Fixed #32315 -- Doc'd FieldFile.path.
Hasan Ramezani
2021-01-04
Fixed #32310 -- Fixed note about reverse accessors for intermediate table for...
Fabio Sangiovanni
2020-12-30
Fixed #32303 -- Bumped minimum supported SQLite to 3.9.0.
Mariusz Felisiak
2020-12-15
Fixed #31007 -- Allowed specifying type of auto-created primary keys.
Tom Forbes
2020-09-21
Fixed #31777 -- Added support for database collations to Char/TextFields.
Tom Carrick
2020-07-22
Doc'd Model.MultipleObjectsReturned docs and improved documentation related w...
Adam Johnson
2020-07-17
Improved ManyToManyField.through docs.
Adam Johnson
2020-05-13
Removed versionadded/changed annotations for 3.0.
Mariusz Felisiak
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
[next]