Changes between Initial Version and Version 1 of Ticket #26585


Ignore:
Timestamp:
May 5, 2016, 2:42:10 PM (8 years ago)
Author:
Adam Nickle
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26585 – Description

    initial v1  
    44from django.db import models
    55from django.contrib.contenttypes import generic
     6
     7
    68class Location(models.Model):
    79    address_line1 = models.CharField()
Back to Top