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
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
2014-08-07
Fixed #22982 -- Added GenericRelatedObjectManager.__str__. to prevent crash.
Jacob Haslehurst
2014-08-01
Fixed #21940 -- Added kwargs to contribute_to_class() of model fields..
Mitar
2014-06-05
Fixed #10811 -- Made assigning unsaved objects to FK, O2O, and GFK raise Valu...
Anubhav Joshi
2014-03-30
Fixed #19816 -- Pre-evaluate querysets used in direct relation assignments.
Loic Bistuer
2014-03-30
Fixed transaction handling for a number of operations on related objects.
Loic Bistuer
2014-03-21
Removed legacy transaction management per the deprecation timeline.
Aymeric Augustin
2014-03-21
Removed backward compatible shims to rename get_query_set and similar queryse...
Tim Graham
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2014-03-05
Fixed #22207 -- Added support for GenericRelation reverse lookups
Gabe Jackson
2014-03-03
Edited model check messages for grammar and consistency.
Russell Keith-Magee
2014-03-03
Cleanup of contrib.contenttypes check messages.
Russell Keith-Magee
2014-01-26
Fixed #19774 -- Deprecated the contenttypes.generic module.
Simon Charette