mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-06-27 13:53:19 +03:00
Fixed import syntax in README
This commit is contained in:
parent
1cd3812d2a
commit
d7c8e3e734
@ -10,7 +10,7 @@ By declaring fields on your model as `LocalizedField`:
|
||||
.. code-block:: python
|
||||
|
||||
from django.db import models
|
||||
from localized_fields import LocalizedField
|
||||
from localized_fields.fields import LocalizedField
|
||||
|
||||
|
||||
class MyModel(models.Model):
|
||||
|
Loading…
x
Reference in New Issue
Block a user