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
2019-01-14
Removed unnecessary string formatting of strings.
Jon Dufresne
2019-01-11
Moved django.db.migrations.writer.SettingsReference to django.conf.
Tim Graham
2018-10-22
Fixed #27595 -- Made ForeignKey.get_col() follow target chains.
Simon Charette
2018-02-02
Fixed imports per isort 4.3.1.
Tim Graham
2018-02-01
Fixed imports per isort 4.3.0.
Mariusz Felisiak
2018-01-12
Fixed #28996 -- Simplified some boolean constructs and removed trivial contin...
Дилян Палаузов
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-12-04
Fixed #28860 -- Removed unnecessary len() calls.
Дилян Палаузов
2017-11-30
Fixed #28856 -- Fixed a regression in caching of a GenericForeignKey pointing...
Simon Charette
2017-09-22
Fixed #27332 -- Added FilteredRelation API for conditional join (ON clause) s...
Nicolas Delaby
2017-09-06
Refs #23919 -- Replaced usage of django.utils.functional.curry() with functoo...
Sergey Fedoseev
2017-08-31
Fixed #28543 -- Prevented ManyToManyField.value_from_object() from being lazy.
Tim Graham
2017-08-10
Refs #16043 -- Refactored internal fields value cache.
Paulo
2017-07-20
Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expre...
Tim Graham
2017-06-14
Moved common code to RelatedField.deconstruct().
Adam Bogdał
2017-06-14
Fixed #24195 -- Deconstructed the limit_choices_to option of related fields.
Adam Bogdał
2017-06-05
Replaced Model._get_pk_val() with pk property.
Tim Graham
2017-03-04
Refs #27795 -- Removed unneeded force_text calls
Claude Paroz
2017-02-28
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-02-01
Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.
Vytis Banaitis
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-19
Refs #23919 -- Removed str() conversion of type and method __name__.
Simon Charette
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Stopped using django.utils.lru_cache().
Aymeric Augustin
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-17
Refs #24215 -- Removed add_lazy_relation() per deprecation timeline.
Tim Graham
2017-01-17
Refs #21127 -- Required on_delete for ForeignKey/OneToOneField.
Tim Graham
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-07
Fixed #17002 -- Allowed using a ManyToManyField through model that inherits a...
InvalidInterrupt
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
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
[next]