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.
1 parent 7fe7279 commit 8927029Copy full SHA for 8927029
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