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
/
tests
/
foreign_object
/
models
/
article.py
Age
Commit message (
Expand
)
Author
2026-03-19
Fixed #36795 -- Enforced quoting of all database object names.
Simon Charette
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-07-22
Fixed #32951 -- Removed Query.where_class & co.
Nick Pope
2018-08-22
Removed invalid Meta.ordering in a test model.
Tim Graham
2017-08-10
Refs #16043 -- Refactored internal fields value cache.
Paulo
2017-05-10
Decreased max_length for char fields unless absolutely needed. (#8485)
Florian Apolloner
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
2016-02-11
Fixed #26153 -- Reallowed Q-objects in ForeignObject.get_extra_descriptor_fil...
Anssi Kääriäinen
2015-09-21
Renamed descriptor classes for related objects.
Aymeric Augustin
2015-08-14
Moved foreign_object models.py into a module.
Tim Graham