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
2019-11-04
[3.0.x] Fixed #30931 -- Restored ability to override Model.get_FIELD_display().
Carlton Gibson
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
2018-01-27
Refs #28748 -- Reallowed lazy values in model field choices.
François Freitag
2018-01-24
Fixed #28748 -- Made model field choices check more strict for named groups.
François Freitag
2018-01-03
Fixed #28982 -- Simplified code with and/or.
Дилян Палаузов
2018-01-02
Removed DeferredAttribute.__init__()'s unused model argument.
Mariusz Felisiak
2017-12-28
Fixed #28926 -- Fixed loss of precision of big DurationField values on SQLite...
Sergey Fedoseev
2017-12-26
Refs #28459 -- Improved performance of loading DecimalField on SQLite.
Sergey Fedoseev
2017-12-26
Fixed #28930 -- Simplified code with any() and all().
Дилян Палаузов
2017-12-22
Fixed #28937 -- Allowed BinaryField to be editable=True.
Cameron Curry
2017-12-11
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
Nick Pope
2017-12-04
Fixed #28873 -- Used dict.setdefault() to set model and form field defaults.
Дилян Палаузов
2017-11-11
Simplified Field.get_choices().
Sergey Fedoseev
2017-10-02
Refs #23919 -- Removed unneeded float()/int() calls.
Mariusz Felisiak
2017-09-11
Refs #28492 -- Stopped accessing settings at Field.db_tablespace initialization.
Simon Charette
2017-09-06
Refs #23919 -- Replaced usage of django.utils.functional.curry() with functoo...
Sergey Fedoseev
2017-08-10
Refs #16043 -- Refactored internal fields value cache.
Paulo
[next]