Changes between Initial Version and Version 1 of Ticket #33501
- Timestamp:
- Feb 7, 2022, 10:41:57 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33501 – Description
initial v1 1 PR: https://github.com/django/django/pull/15409 2 1 3 When 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. 2 4