Changes between Initial Version and Version 1 of Ticket #35129, comment 4


Ignore:
Timestamp:
Jan 19, 2024, 10:11:44 AM (8 months ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35129, comment 4

    initial v1  
    1 I think this will eventually come in a form or the other eventually 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.
     1I 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.
    22
    33{{{#!python
Back to Top