Skip to content
This repository has been archived by the owner on Jun 16, 2018. It is now read-only.

Commit

Permalink
Fixed model name
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Oct 2, 2011
1 parent bb8b58c commit 91cdc81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion us_states/models.py
Expand Up @@ -8,7 +8,7 @@
from django.contrib.gis.gdal import OGRGeometry, OGRGeomType


class County(models.Model):
class State(models.Model):
"""
The 50 members of the United States, plus Puerto Rico and the
District of Columbia.
Expand Down

0 comments on commit 91cdc81

Please sign in to comment.