Temporal tables are not part of Django, but you could try to manually make them. Saying that, it appears that are at least a couple of Django packages that try to make it easier to use them in the ORM. This one looks decent, but its build is not passing: https://github.com/arkhipov/temporal_tables This one looks like it just started: https://github.com/zejn/django_temporal
From: [email protected] [mailto:[email protected]] On Behalf Of D_lane Sent: Wednesday, January 10, 2018 10:09 AM To: Django users Subject: Django ORM temporal tables with PostgreSQL Hey all, I am lost with this topic.. I am fairly comfortable using Python to interact with PostgreSQL and generate temporal tables. However, when it comes to using the Django ORM I am finding it next to impossible to find links or any examples online .. Any suggestions where to find some material on this topic would be great. Kind Regards, Donal -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<mailto:[email protected]>. To post to this group, send email to [email protected]<mailto:[email protected]>. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/a337d120-a49d-4b54-a567-4f102c8c90de%40googlegroups.com<https://groups.google.com/d/msgid/django-users/a337d120-a49d-4b54-a567-4f102c8c90de%40googlegroups.com?utm_medium=email&utm_source=footer>. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/3379747a8ff343819b457299f69c6eef%40ISS1.ISS.LOCAL. For more options, visit https://groups.google.com/d/optout.

