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
/
django
/
db
/
models
/
fields
/
__init__.py
Age
Commit message (
Expand
)
Author
2020-12-29
Used model's Options.label where applicable.
Mariusz Felisiak
2020-11-02
Fixed #32132 -- Fixed column types in m2m intermediary tables for Positive(Bi...
David-Wobrock
2020-09-21
Fixed #31777 -- Added support for database collations to Char/TextFields.
Tom Carrick
2020-09-09
Fixed #31750 -- Made models.Field equality compare models for inherited fields.
Ryan Hiebert
2020-06-05
Fixed #31663 -- Made DecimalField.to_python() handle non-numeric invalid values.
Sasha Pachev
2020-05-08
Fixed #12990, Refs #27694 -- Added JSONField model field.
sage
2020-04-27
Removed unnecessary tuple wrapping of single format string argument.
François Freitag
2020-04-24
Refs #31369 -- Deprecated models.NullBooleanField in favor of BooleanField(nu...
Tim Schilling
2020-02-24
Fixed #31286 -- Made database specific fields checks databases aware.
Taoup
2020-01-15
Fixed #31124 -- Fixed setting of get_FOO_display() when overriding inherited ...
Carlton Gibson
2020-01-11
Fixed #31155 -- Fixed a system check for the longest choice when a named grou...
Mariusz Felisiak
2019-11-19
Fixed #30987 -- Added models.PositiveBigIntegerField.
Caio Ariede
2019-11-05
Refs #30095 -- Added Field._choices_is_value().
Hasan Ramezani
2019-11-04
Fixed #30931 -- Restored ability to override Model.get_FIELD_display().
Carlton Gibson
2019-10-31
Refs #30095 -- Simplified Field._check_choices() a bit.
Mariusz Felisiak
2019-09-24
Removed some outdated backwards compatibility imports and misleading comments.
Mads Jensen
2019-09-09
Refs #29444 -- Allowed returning multiple fields from INSERT statements on Po...
Johannes Hoppe
2019-09-09
Fixed #30757 -- Added a system check to ensure max_length fits the longest ch...
Nick Pope
2019-09-02
Refs #28442 -- Adjusted related lookups handling of expression rhs.
Simon Charette
2019-08-20
Fixed #29979, Refs #17337 -- Extracted AutoField field logic into a mixin and...
Nick Pope
2019-08-15
Fixed #30449 -- Fixed RelatedFieldListFilter/RelatedOnlyFieldListFilter to re...
zeyneloz
2019-08-14
Optimized Field.deconstruct() by using elif.
Mads Jensen
2019-08-05
Fixed #28393 -- Added helpful error messages for invalid AutoField/FloatField...
Diederik van der Boor
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-07-25
Refs #30657 -- Made DeferredAttribute.__init__() to take a field instance ins...
Jon Dufresne
2019-06-28
Fixed #30400 -- Improved typography of user facing strings.
Jon Dufresne
2019-05-02
Fixed #29529 -- Allowed models.fields.FilePathField to accept a callable path.
Mykola Kokalko
2019-04-29
Simplified Field.contribute_to_class().
Jon Dufresne
2019-04-19
Fixed #30328 -- Fixed crash of IntegerField.validators when limit_value in a ...
Scott Fitsimones
2019-04-14
Fixed #30343 -- Fixed prefetch_related() for GenericForeignKey when PK of rel...
Mariusz Felisiak
2019-03-25
Fixed #28431 -- Added a system check for BinaryField to prevent strings defau...
Hasan Ramezani
2019-03-04
Fixed #30232 -- Corrected expected format in invalid DurationField error mess...
avas9366
2019-01-30
Fixed #30076 -- Added Model.get_FOO_display() even if field's choices are empty.
Joshua Cannon
2019-01-02
Used 4 space hanging indent for dictionaries.
Tim Graham
2018-11-30
Fixed #30001 -- Marked UUIDField.description for translation.
Prabakaran Kumaresshan
2018-11-23
Refs #23801 -- Made integer field max_length warning show correct field type.
Nick Pope
2018-11-23
Removed redundant BigIntegerField.empty_strings_allowed (already inherited).
Nick Pope
2018-11-14
Fixed #29835 -- Made RelatedFieldListFilter respect ModelAdmin.ordering.
Hasan Ramezani
2018-10-24
Fixed #29869 -- Made UUIDField.to_python() convert integers.
Sanyam Khurana
2018-08-28
Refs #27795 -- Removed force_bytes()/smart_text() from model fields.
Jon Dufresne
2018-08-22
Fixed #29698 -- Fixed Field._check_choices() crash on invalid choices.
Franck Michea
2018-08-01
Simplified comment in BooleanField.to_python().
Tim Graham
2018-05-29
Refs #28748 -- Reallowed lazy model field choices.
Tim Graham
2018-04-20
Fixed #29247 -- Allowed blank model field choice to be defined in nested choi...
orlnub123
2018-03-20
Refs #29227 -- Simplified NullBooleanField by making it subclass BooleanField.
Nick Pope
2018-03-20
Fixed #29227 -- Allowed BooleanField to be null=True.
Tim Graham
2018-03-03
Added model name to AutoField error message.
Almad
2018-02-20
Fixed #28442 -- Fixed crash with nested OuterRefs that reference AutoField.
Oliver Sauder
2018-02-05
Refs #28814 -- Imported from collections.abc to fix Python 3.7 deprecation wa...
Raymond Hettinger
[next]