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
Age
Commit message (
Expand
)
Author
2017-06-01
[1.11.x] Fixed #28242 -- Moved ImageField file extension validation to the fo...
Manatsawin Hanmongkolchai
2017-05-19
[1.11.x] Fixed #28210 -- Fixed Model._state.adding on MTI parent model after ...
Tim Graham
2017-05-11
[1.11.x] Fixed #28188 -- Fixed crash when pickling model fields.
Tim Graham
2017-05-05
[1.11.x] Fixed #28175 -- Fixed __in lookups on a foreign key when using the f...
Tim Graham
2017-05-03
[1.11.x] Fixed #28166 -- Fixed Model._state.db on MTI parent model after savi...
Tim Graham
2017-04-10
[1.11.x] Fixed #28047 -- Fixed QuerySet.filter() crash when it uses the name ...
Tim Graham
2017-03-23
[1.11.x] Fixed #27969 -- Fixed models.Field.formfield() setting 'disabled' fo...
Kapil Garg
2017-02-20
[1.11.x] Fixed typo in DurationField's docstring.
Alexey Rogachev
2017-02-10
[1.11.x] Refs #27148 -- Fixed UUIDField.to_python(None) crash.
ClairePhila
2016-12-30
Fixed #27458 -- Fixed invalid sequence/index names when using "USER"."TABLE" ...
Andrew Nester
2016-12-28
Fixed #27651 -- Allowed M2M to concrete and proxy through model.
Tim Graham
2016-12-23
Refs #18823 -- Corrected field name in an m2m manager error message.
Andrey Kuzminov
2016-12-20
Removed unneeded values in NullBooleanField.formfield().
Tim Graham
2016-12-15
Optimized Model instantiation a bit.
Adam Chainz
2016-12-14
Fixed #27599 -- Fixed Field.__str__() crash for fields not attached to models.
Morgan Aubert
2016-12-07
Fixed #17002 -- Allowed using a ManyToManyField through model that inherits a...
InvalidInterrupt
2016-11-30
Refs #27358 -- Fixed system check crash with an empty FileField.upload_to.
Lex Berezhny
2016-11-29
Fixed #27358 -- Added a system check to prevent FileField's upload_to from st...
Henry Dang
2016-11-25
Fixed #27532 -- Deprecated Model._meta.has_auto_field
Adam Chainz
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-10-31
Fixed #27148 -- Fixed ModelMultipleChoiceField crash with invalid UUID.
Tim Graham
2016-10-28
Fixed #27188 -- Allowed using unique=True with FileField.
Michael Scott
2016-10-28
Fixed #20939 -- Simplified query generation by converting QuerySet to Query.
Tim Graham
2016-10-26
Fixed #27334 -- Allowed FileField to move rather than copy a file.
Adam Chidlow
2016-09-22
Fixed #27159 -- Prevented pickling a query with an __in=inner_qs lookup from ...
Jani Tiainen
2016-09-16
Fixed #27235 -- Removed some usage of mutable default arguments.
Chris Lamb
2016-09-09
Fixed #27204 -- Made clashing m2m intermediary table checks ignore unmanaged ...
Tim Graham
2016-09-03
Replaced smart_* by force_* calls whenever possible
Claude Paroz
2016-08-25
Replaced property() usage with decorator in several places.
Berker Peksag
2016-08-11
Fixed #26891 -- Fixed lookup registration for ForeignObject.
Ryan P Kilby
2016-08-09
Fixed #13809 -- Made FieldFile.open() respect its mode argument.
Chris Sinchok
2016-08-05
Fixed #26706 -- Made RelatedManager modification methods clear prefetch_relat...
Yoong Kang Lim
2016-08-04
Fixed #26983 -- Fixed isnull filtering on ForeignKey with to_field
Claude Paroz
2016-07-30
Refs #25550 -- Corrected deprecation message for assigning M2M relations.
Tim Graham
2016-07-21
Refs #26796 -- Fixed ManyToManyField's limit_choices_to warning without a thr...
Kevan Swanberg
2016-07-16
Fixed #26900 -- Fixed crash accessing deferred FileFields.
Tim Graham
2016-07-12
Fixed #17657 -- Made ModelForm respect ModelMultipleChoiceField's to_field_name.
Andrey Fedoseev
2016-07-11
Fixed #26749 -- Preserved behavior of use_for_related_field during deprecation.
Julien Hartmann
2016-07-08
Fixed #26796 -- Added a system check for m2m fields with ignored limit_choice...
Anderson Resende
2016-06-30
Fixed #21548 -- Added FileExtensionValidator and validate_image_file_extension.
Berker Peksag
2016-06-28
Fixed #26786 -- Avoided redundant max value validators on integer fields.
Eduard Stepanov
2016-06-27
Fixed #26784 -- Made ForeignKey.validate() pass `model` to router if model_in...
Ben Demboski
2016-06-17
Reverted "Fixed #26398 -- Made FieldFile.open() respect its mode argument."
Tim Graham
2016-06-13
Fixed #4136 -- Made ModelForm save empty values for nullable CharFields as NULL.
Jon Dufresne
2016-06-10
Fixed #12810 -- Added a check for clashing ManyToManyField.db_table names.
Berker Peksag
2016-06-09
Fixed #26648 -- Added a system check for invalid related_query_name's contain...
Michal Petrucha
2016-06-09
Replaced a hardcoded LOOKUP_SEP in models/fields/__init__.py
Michal Petrucha
2016-06-09
Fixed #26718 -- Added system check for existence of the fields specified by F...
Sergey Fedoseev
2016-06-07
Fixed typos in db/models/fields/related_descriptors.py
Tim Graham
2016-06-07
Fixed typo in db/models/fields/related_descriptors.py
Paulo
[next]