Blog>

Limiting Content Types in a Django Model

Posted on 19 August 2024

In this article, we'll look at how to limit content types when working with Django's generic relationships:

  1. How to limit the content types in a Django model?
  2. How to restrict Django's generic ForeignKey to a list of models?