summaryrefslogtreecommitdiff
path: root/tests/foreign_object/models/person.py
AgeCommit message (Expand)Author
2025-04-03Fixed #36290 -- Made TupleIn() lookup discard tuples containing None.Simon Charette
2025-01-21Fixed #36116 -- Optimized multi-column ForwardManyToOne prefetching.Simon Charette
2024-09-20Refs #373 -- Updated TupleIsNull lookup to check if any is NULL rather than all.Bendeguz Csirmaz
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2018-03-16Fixed hanging indentation in various code.Mariusz Felisiak
2017-01-18Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz
2015-12-24Fixed #25972 -- Restored support for the isnull lookup with ForeignObject.Tomo Otsuka
2015-08-14Moved foreign_object models.py into a module.Tim Graham