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
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
2016-06-07
Refs #15250 -- Added docstring for ForwardOneToOneDescriptor.
Paulo
2016-06-04
Fixed #26667 -- Fixed a regression in queries on a OneToOneField that has to_...
Tim Graham
2016-06-03
Fixed #15250 -- Avoided extra query on some multi-table inheritance queries.
Paulo
2016-05-28
Refs #24227 -- Fixed crash of ManyToManyField.value_from_object() on unsaved ...
Tim Graham
2016-05-17
Fixed #10506, #13793, #14891, #25201 -- Introduced new APIs to specify models...
Loïc Bistuer
2016-05-11
Refs #24227 -- Removed ManyToManyField special casing in model_to_dict().
Tim Graham
2016-05-04
Fixed #22936 -- Obsoleted Field.get_prep_lookup()/get_db_prep_lookup()
Claude Paroz
2016-05-03
Normalized "an SQL" spelling.
Ville Skyttä
2016-05-02
Refs #22936 -- Moved more of Field.get_db_prep_lookup() to lookups.
Tim Graham
2016-04-30
Fixed #26058 -- Delegated os.path bits of FileField's filename generation to ...
Cristiano
2016-04-29
Fixed #26207 -- Replaced dynamic classes with non-data descriptors for deferr...
Anssi Kääriäinen
2016-04-25
Refs #22936 -- Removed unused code in Field.get_db_prep_lookup().
Tim Graham
2016-04-25
Removed unused/untested Field.get_choices_default()/value_to_string() methods.
Tim Graham
2016-04-22
Removed unused ForeignObject.attnames/get_defaults().
Tim Graham
2016-04-22
Removed unused ForeignObjectRel.get_choices() limit_to_currently_related argu...
Tim Graham
2016-04-22
Fixed #26528 -- Allowed any iterable (e.g. tuple) as validators kwarg for for...
Loïc Bistuer
2016-04-13
Refs #16508 -- Renamed the current "virtual" fields to "private".
Michal Petrucha
2016-04-12
Refs #22936 -- Moved IntegerField.get_prep_lookup() logic to lookups.
Tim Graham
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
[prev]
[next]