We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7fe7279 + 8927029 commit 4da7ce2Copy full SHA for 4da7ce2
README.md
@@ -162,7 +162,7 @@ Use the `geo_field` attribute to localize your record. `geo_field` should be a c
162
163
```python
164
class Contact(models.model):
165
- name = models.CharField(max_lenght=20)
+ name = models.CharField(max_length=20)
166
lat = models.FloatField()
167
lng = models.FloatField()
168
0 commit comments