Sort Custom method with Inlines

2015-09-10 Thread MATEO BOHORQUEZ
from django.contrib import admin from animalitos.models import Animal, Adoptante, Adoptar from django.db import models #Animal > Table of cardinality N, the primary key is idAnimal #Adoptante > Table of cardinality N, the primary key is idAdoptante #Adoptar > is a table created of N:N relations

Sort Custom method with Inlines

2015-09-10 Thread DAVID MATEO BOHORQUEZ GALEANO
from django.contrib import admin from animalitos.models import Animal, Adoptante, Adoptar from django.db import models #Animal > Table of cardinality N, the primary key is idAnimal #Adoptante > Table of cardinality N, the primary key is idAdoptante #Adoptar > is a table created of N:N relations