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
/
contrib
/
contenttypes
/
fields.py
Age
Commit message (
Expand
)
Author
2017-11-30
[2.0.x] Fixed #28856 -- Fixed a regression in caching of a GenericForeignKey ...
Simon Charette
2017-09-22
Fixed #27332 -- Added FilteredRelation API for conditional join (ON clause) s...
Nicolas Delaby
2017-09-07
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-08-10
Refs #16043 -- Refactored internal fields value cache.
Paulo
2017-07-21
Fixed #28418 -- Fixed queryset crash when using a GenericRelation to a proxy ...
Rachel Tobin
2017-06-28
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-06-05
Replaced Model._get_pk_val() with pk property.
Tim Graham
2017-06-01
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
Jon Dufresne
2017-04-27
Refs #27795 -- Replaced many force_text() with str()
Claude Paroz
2017-02-03
Fixed spelling of "nonexistent".
Tim Graham
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 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-09-03
Replaced smart_* by force_* calls whenever possible
Claude Paroz
2016-05-19
Refs #26421 -- Refactored Apps.lazy_model_operation() for better checks and t...
Alex Hill
2016-05-03
Refs #16508 -- Added invalidation of stale cached instances of GenericForeign...
Michal Petrucha
2016-05-03
Refs #16508 -- Made Model.__init__() aware of virtual fields.
Michal Petrucha
2016-04-25
Removed unused/untested Field.get_choices_default()/value_to_string() methods.
Tim Graham
2016-04-20
Fixed typo in GenericRelatedObjectManager.add() error message.
Michal Petrucha
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-03-02
Fixed #26226 -- Made related managers honor the queryset used for prefetching...
Simon Charette
2016-02-12
Removed unneeded hint=None/obj=None in system check messages.
Tim Graham
2015-12-14
Fixed #12885 -- Fixed queries with GenericRelations to multi-table inheritanc...
Anssi Kääriäinen
2015-10-26
Fixed #25611 -- Standardized descriptor signatures.
Tim Graham
2015-10-02
Refs #13637 -- Removed unused code in GenericRelatedObjectManager
Tim Graham
2015-09-21
Renamed descriptor classes for related objects.
Aymeric Augustin
2015-08-27
Fixed #24201 -- Added order_with_respect_to support to GenericForeignKey.
Alex Hill
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-03-25
Renamed Field.rel attribute to remote_field
Anssi Kääriäinen
2015-03-18
Fixed #24495 -- Allowed unsaved model instance assignment check to be bypassed.
Karl Hobley
2015-02-16
Reworked docstrings and comments in related.py.
Loic Bistuer
2015-02-16
Merged ManyRelatedObjectsDescriptor and ReverseManyRelatedObjectsDescriptor
Loic Bistuer
2015-02-14
Fixed #24289 -- Reversed usage of Field.many_to_one and one_to_many.
Loic Bistuer
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-05
Fix small regression caused by 71ada3a8e689a883b5ffdeb1744ea16f176ab730.
Loic Bistuer
2015-02-05
Fixed #6707 -- Added RelatedManager.set() and made descriptors' __set__ use it.
Loic Bistuer
2015-01-27
Fixed #24210 -- Cleaned up relational fields __init__().
Loic Bistuer
2015-01-08
Fixed #24020 -- Refactored SQL compiler to use expressions
Anssi Kääriäinen
2015-01-06
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Daniel Pyrathon
2015-01-02
Fixed #9104 -- Moved FieldDoesNotExist to core.exceptions
Daniel Pyrathon
2014-12-23
Fixed #21414 -- Removed RelatedObject and deprecated Field.related.
Anssi Kääriäinen
2014-12-17
Fixed #24002 -- GenericRelation filtering targets related model's pk
Anssi Kääriäinen
2014-11-15
Fixed #14030 -- Allowed annotations to accept all expressions
Josh Smeaton
2014-10-08
Fixed #23611 -- update_or_create failing from a related manager
Loic Bistuer
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
[next]