- Notifications
You must be signed in to change notification settings - Fork618
feat: add fixtures#2641
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
feat: add fixtures#2641
Uh oh!
There was an error while loading.Please reload this page.
Conversation
"fields": { | ||
"polymorphic_ctype": 79, | ||
"uuid": "b18bfddc-e6de-4d9f-977c-68c35c537de7", | ||
"content_type": 60, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Hm, just a word of warning that content_type ids are fairly unstable and prone to change.
I'd suggest trying to see if a dump using--natural-primary --natural-foreign
can be re-loaded to avoid the inevitable headache of this fixture breaking when a new content type is introduced.
Uh oh!
There was an error while loading.Please reload this page.
Description