Skip to content

Instantly share code, notes, and snippets.

@last-partizan
Created November 11, 2022 09:25
Show Gist options
  • Save last-partizan/9f6c08bd5c1474e5ea48d8ea1c3a0c98 to your computer and use it in GitHub Desktop.
Save last-partizan/9f6c08bd5c1474e5ea48d8ea1c3a0c98 to your computer and use it in GitHub Desktop.
rg queries

Find Django Foreign Keys to model

rg --glob '!migrations' -U '(ForeignKey|OneToOneField)(\[.*\])?\([^\)]*DedicatedServer[^\)]*\)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment