Skip to content

Commit

Permalink
Fix docs typo (#1184)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-isaksson committed Mar 6, 2020
1 parent 91526ba commit cecd126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/filters.txt
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ Similar to a ``RangeFilter`` except it uses ISO 8601 formatted values instead of
Example::

class Article(models.Model):
published = dajngo_filters.IsoDateTimeField()
published = django_filters.IsoDateTimeField()

class F(FilterSet):
published = IsoDateTimeFromToRangeFilter()
Expand Down

0 comments on commit cecd126

Please sign in to comment.