Changes between Initial Version and Version 1 of Ticket #37175, comment 3


Ignore:
Timestamp:
Jun 25, 2026, 3:06:18 PM (11 days ago)
Author:
Tim Graham

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37175, comment 3

    initial v1  
    1 The first commit in my PR removes hardcoded pks where they are unneeded (available separately in [https://github.com/django/django/pull/21364 PR 21364]).
     1First, I removed hardcoded pks where they aren't needed ([https://github.com/django/django/pull/21364 PR 21364]).
    22
    33Trying to rework the tests that require hardcoded pks may be possible in some cases, however, I believe some form of `get_hardcoded_pk()` API will be needed, so I feel the most expedient path forward is to merge the patch and leave test refactoring to a later task.
Back to Top