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
/
related.py
Age
Commit message (
Expand
)
Author
2016-09-09
Fixed #27204 -- Made clashing m2m intermediary table checks ignore unmanaged ...
Tim Graham
2016-08-11
Fixed #26891 -- Fixed lookup registration for ForeignObject.
Ryan P Kilby
2016-07-21
Refs #26796 -- Fixed ManyToManyField's limit_choices_to warning without a thr...
Kevan Swanberg
2016-07-12
Fixed #17657 -- Made ModelForm respect ModelMultipleChoiceField's to_field_name.
Andrey Fedoseev
2016-07-08
Fixed #26796 -- Added a system check for m2m fields with ignored limit_choice...
Anderson Resende
2016-06-27
Fixed #26784 -- Made ForeignKey.validate() pass `model` to router if model_in...
Ben Demboski
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
Fixed #26718 -- Added system check for existence of the fields specified by F...
Sergey Fedoseev
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-11
Refs #24227 -- Removed ManyToManyField special casing in model_to_dict().
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-13
Refs #16508 -- Renamed the current "virtual" fields to "private".
Michal Petrucha
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-04-03
Fixed #26441 -- Added model Field.db_check() method
Markus Holtermann
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-11
Fixed #26153 -- Reallowed Q-objects in ForeignObject.get_extra_descriptor_fil...
Anssi Kääriäinen
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-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-04
Fixed #13774 -- Added models.Field.rel_db_type().
Alexander Sosnovskiy
2015-11-21
Fixed #13427 -- Made auto-m2m verbose names translatable
Claude Paroz
2015-11-11
Fixed #25723 -- Made related field checks lookup against their local apps.
Simon Charette
2015-10-27
Fixed #25550 -- Deprecated direct assignment to the reverse side of a related...
Tim Graham
2015-10-16
Fixed #25560 -- Made empty string related_name invalid.
Simon Charette
2015-10-14
Refs #25535 -- Minor edits to ForeignObject check changes.
Tim Graham
2015-10-12
Fixed #25535 -- Made ForeignObject checks less strict.
Antoine Catton
2015-10-12
Fixed #18012 -- Propagated reverse foreign keys from proxy to concrete models.
Simon Charette
2015-10-06
Fixed #25503 -- Fixed system check crash on ForeignKey to abstract model.
Mariusz Felisiak
2015-09-23
Refs #21414 -- Removed Field.related per deprecation timeline.
Tim Graham
2015-09-21
Renamed descriptor classes for related objects.
Aymeric Augustin
2015-09-21
Fixed #22341 -- Split django.db.models.fields.related.
Aymeric Augustin
2015-09-19
Fixed #25160 (again) -- Moved data loss check on reverse relations.
Aymeric Augustin
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-09-01
Fixed #25320 -- Reverted ManyToManyField.null to False for backwards compatib...
Tim Graham
2015-08-27
Fixed #24201 -- Added order_with_respect_to support to GenericForeignKey.
Alex Hill
2015-08-27
Fixed #24590 -- Cached calls to swappable_setting.
Markus Holtermann
2015-08-10
Fixed #25160 -- Moved unsaved model instance data loss check to Model.save()
Tim Graham
2015-07-28
Fixed #18556 -- Allowed RelatedManager.add() to execute 1 query where possible.
Tim Graham
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-06-26
Fixed #25016 -- Reallowed non-ASCII values for ForeignKey.related_name on Pyt...
薛丞宏
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-06-15
Fixed #24912 -- Fixed prefetch_related failure for UUIDField primary keys
Brian King
[prev]
[next]