mirror of https://github.com/django/django.git
Readded field unadvertantly removed in fedfd5030
This commit is contained in:
parent
6edd5b0793
commit
fbbe7ca30c
|
@ -21,6 +21,7 @@ class City(NamedModel):
|
|||
|
||||
|
||||
class Zipcode(NamedModel):
|
||||
code = models.CharField(max_length=10)
|
||||
poly = models.PolygonField(geography=True)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue