Changeset 450ea87 in sicp


Ignore:
Timestamp:
Jun 12, 2015, 1:51:23 PM (9 years ago)
Author:
Ing. Roldan D. Vargas G <rvargas@…>
Branches:
master
Children:
4f7f355
Parents:
03d6fcb
Message:

modificacion en la clase Entidad, se comenta el atributo pais

File:
1 edited

Legend:

Unmodified
Added
Removed
  • apps/comun/models.py

    r6c1f01a r450ea87  
    7070
    7171    ## Atributo que contiene la clave foránea del pais al cual pertenece una entidad
    72     pais = models.ForeignKey(Pais, null=True)
     72    #pais = models.ForeignKey(Pais, null=True)
    7373
    7474    def __unicode__(self):
Note: See TracChangeset for help on using the changeset viewer.