Articles by Sylvain:

Change the primary key of a Django model
Category: Database
Tags:
postgresql, django.
After a wrong choice on a data model, we can be tempted of changing the primary key of this model.
Operation not so easy if this model is referenced by …
Read