Changes between Initial Version and Version 1 of Ticket #32317
- Timestamp:
- Jan 4, 2021, 4:31:30 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32317 – Description
initial v1 3 3 The reason I care about this is that an app I'm working on may need to customize how `loaddata` finds fixtures, and, unlike templates, there isn't a nice loader API to hook into. So that leaves me with overriding `find_fixtures`. My initial attempt was a mess because of how giant the parent class's method is. 4 4 5 I am submitting PR #XXXwith my proposed refactoring. The commits will need to be squashed before merging the PR, but I wanted to include commit message to justify some of the less obvious-looking changes.5 I am submitting [https://github.com/django/django/pull/13842 PR GH-13842] with my proposed refactoring. The commits will need to be squashed before merging the PR, but I wanted to include commit message to justify some of the less obvious-looking changes.