Changes between Initial Version and Version 1 of Ticket #33501


Ignore:
Timestamp:
Feb 7, 2022, 10:41:57 AM (2 years ago)
Author:
Damian Posener
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33501 – Description

    initial v1  
     1PR: https://github.com/django/django/pull/15409
     2
    13When calling set_RELATED_order on a model that uses order_with_respect_to, if a DB router exists that routes that model to a non-default database, the routing is ignored, causing a datbase error to occur.
    24
Back to Top