← Back to context Comment by boxed 1 month ago Isn't that going to be super annoying when doing interactive work or when you really can't avoid it? 1 comment boxed Reply rtpg 1 month ago django-seal offers optionality on this front. You can choose to use Django's default behavior or opt into sealing for when you're working on code where you _really_ want to avoid N+1's
rtpg 1 month ago django-seal offers optionality on this front. You can choose to use Django's default behavior or opt into sealing for when you're working on code where you _really_ want to avoid N+1's
django-seal offers optionality on this front. You can choose to use Django's default behavior or opt into sealing for when you're working on code where you _really_ want to avoid N+1's