orporat
Results
1
issues of
orporat
Hi, I'm testing django-pgfields 1.5.0a1 with Django 1.7rc2 and I have a problem with admin inlines. These are my models: ``` python class Elf(models.Model): id = models.UUIDField(auto_add=True, primary_key=True) name =...