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-08-04
[1.10.x] Fixed #26983 -- Fixed isnull filtering on ForeignKey with to_field
Claude Paroz
2016-07-30
[1.10.x] Refs #25550 -- Corrected deprecation message for assigning M2M relat...
Tim Graham
2016-07-16
[1.10.x] Fixed #26900 -- Fixed crash accessing deferred FileFields.
Tim Graham
2016-07-12
[1.10.x] Fixed #17657 -- Made ModelForm respect ModelMultipleChoiceField's to...
Andrey Fedoseev
2016-07-11
[1.10.x] Fixed #26749 -- Preserved behavior of use_for_related_field during d...
Julien Hartmann
2016-06-28
[1.10.x] Fixed #26786 -- Avoided redundant max value validators on integer fi...
Eduard Stepanov
2016-06-17
[1.10.x] Reverted "Fixed #26398 -- Made FieldFile.open() respect its mode arg...
Tim Graham
2016-06-07
[1.10.x] Fixed typos in db/models/fields/related_descriptors.py
Paulo
2016-06-04
[1.10.x] Fixed #26667 -- Fixed a regression in queries on a OneToOneField tha...
Tim Graham
2016-05-28
[1.10.x] Refs #24227 -- Fixed crash of ManyToManyField.value_from_object() on...
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
2016-04-04
Fixed W503 flake8 warnings.
Tim Graham
2016-04-03
Fixed #26441 -- Added model Field.db_check() method
Markus Holtermann
2016-03-23
Fixed #26398 -- Made FieldFile.open() respect its mode argument.
Alexey Kotlyarov
2016-03-17
Refs #26367 -- Removed obsolete _size cache on FieldField.
Tim Graham
2016-03-14
Fixed #26140 -- Suppressed MySQL warning when inserting binary content
Claude Paroz
2016-03-10
Fixed #26324 -- Fixed DurationField with fractional seconds on SQLite.
Tim Graham
2016-03-02
Fixed #26226 -- Made related managers honor the queryset used for prefetching...
Simon Charette
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-12
Removed unneeded hint=None/obj=None in system check messages.
Tim Graham
2016-02-12
Updated allow_migrate() signature in check framework tests
Markus Holtermann
2016-02-11
Fixed #26196 -- Made sure __in lookups use to_field as default.
Anssi Kääriäinen
2016-02-11
Fixed #26179 -- Removed null assignment check for non-nullable foreign key fi...
ZachLiuGIS
2016-02-11
Fixed #26153 -- Reallowed Q-objects in ForeignObject.get_extra_descriptor_fil...
Anssi Kääriäinen
2016-02-10
Fixed #26154 -- Deprecated CommaSeparatedIntegerField
Brobin
2016-02-08
Fixed #26162 -- Checked query name clashes of hidden relationships.
Simon Charette
2016-01-28
Fixed #25354 -- Added class/app_label interpolation for related_query_name.
James Pulec
2016-01-25
Fixed #26125 -- Fixed E731 flake warnings.
userimack
2016-01-11
Fixed #25858 -- Bound abstract model application relative relationships.
Simon Charette
2015-12-25
Fixed #14286 -- Added models.BigAutoField.
Alexander Sosnovskiy
2015-12-24
Discouraged use of /tmp with predictable names.
Chris Lamb
2015-12-24
Fixed #25981 -- Added need to update migrations to on_delete deprecation warn...
Luis San Pablo
2015-12-24
Fixed #25972 -- Restored support for the isnull lookup with ForeignObject.
Tomo Otsuka
2015-12-05
Fixed #25547 -- Made Model.refresh_from_db() update FileField's instance.
Attila Tovt
2015-12-04
Fixed #13774 -- Added models.Field.rel_db_type().
Alexander Sosnovskiy
[next]