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
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
2017-03-20
Removed extra characters in docs header underlines.
Mariusz Felisiak
2017-01-25
Refs #23919 -- Removed obsolete MySQLdb references.
Tim Graham
2017-01-17
Removed versionadded/changed annotations for 1.10.
Tim Graham
2017-01-17
Refs #26154 -- Removed deprecated CommaSeparatedIntegerField.
Tim Graham
2017-01-17
Refs #21127 -- Required on_delete for ForeignKey/OneToOneField.
Tim Graham
2016-11-21
Fixed #27511 -- Corrected Field.related_model docs about GenericRelation.
Tim Graham
2016-11-15
Fixed #26985 -- Doc'd that ForeignKey.to_field reference must be unique.
Jonatas CD
2016-10-28
Fixed #27188 -- Allowed using unique=True with FileField.
Michael Scott
2016-09-17
Corrected docs for return type of Field.formfield().
zhuanyenan
2016-08-15
Made cosmetic edits to Field.default docs.
Victor Oliveira da Silva
2016-06-13
Fixed #4136 -- Made ModelForm save empty values for nullable CharFields as NULL.
Jon Dufresne
2016-06-03
Fixed #26021 -- Applied hanging indentation to docs.
Ed Henderson
2016-05-20
Removed versionadded/changed annotations for 1.9.
Tim Graham
2016-05-07
Fixed #26508 -- Clarified docs for various FieldFile methods.
Tobias McNulty
2016-05-04
Fixed #22936 -- Obsoleted Field.get_prep_lookup()/get_db_prep_lookup()
Claude Paroz
2016-04-28
Fixed #26554 -- Updated docs URLs to readthedocs.io
Tim Graham
2016-03-12
Fixed #26239 -- Added a note about how auto_now works with QuerySet.update().
Duane Hilton
2016-03-02
Fixed #26285 -- Deprecated the MySQL-specific __search lookup.
Marc Tamlyn
2016-02-29
Fixed #26186 -- Documented how app relative relationships of abstract models ...
Simon Charette
2016-02-27
Fixed #26230 -- Made default_related_name affect related_query_name.
chenesan
2016-02-21
Fixed #26238 -- Raised explicit error for non-editable field in ModelForm
Claude Paroz
2016-02-10
Fixed #26154 -- Deprecated CommaSeparatedIntegerField
Brobin
2016-02-01
Unified some doc links to OneToOneField and ManyToManyField.
Tim Graham
2016-02-01
Fixed #26124 -- Added missing code formatting to docs headers.
rowanv
2016-01-28
Fixed #25354 -- Added class/app_label interpolation for related_query_name.
James Pulec
2015-12-25
Fixed #14286 -- Added models.BigAutoField.
Alexander Sosnovskiy
2015-12-24
Discouraged use of /tmp with predictable names.
Chris Lamb
2015-12-04
Fixed #13774 -- Added models.Field.rel_db_type().
Alexander Sosnovskiy
2015-12-01
Fixed #25778 -- Updated docs links to use https when available.
Jon Dufresne
2015-11-24
Clarified default value for DateField to emulate auto_now_add.
Bulgantamir Gankhuyag
[next]