Changes between Initial Version and Version 1 of Ticket #35129, comment 4
- Timestamp:
- Jan 19, 2024, 10:11:44 AM (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35129, comment 4
initial v1 1 I think this will eventually come in a form or the other eventuallythrough a `Relation` object [http://charettes.name/djangoconus2022/slides.html#39 that can be defined at the model level] but in the mean time your best bet is to use (at your own risks) the undocumented `django.db.models.ForeignObject` object to define such relationships.1 I think this will eventually come to core in a form or the other through a `Relation` object [http://charettes.name/djangoconus2022/slides.html#39 that can be defined at the model level] but in the mean time your best bet is to use (at your own risks) the undocumented `django.db.models.ForeignObject` object to define such relationships. 2 2 3 3 {{{#!python