Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
add note that we can't support __month filter
  • Loading branch information
slashmili authored Nov 14, 2023
1 parent ab90ba3 commit cf047ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ Usage
>>> BarTime.objects.filter(datetime__year=1380)
[<BarTime: Bar Time now, 1380-08-0212:12:12>]
⚠️ `__month` filter is not supported as explained in here_

Using Templatetags
------------------

Expand Down Expand Up @@ -299,3 +301,4 @@ If you wish to limit the testing to specific environment(s), you can parametrize
.. _Django REST Framework: https://www.django-rest-framework.org/
.. _fork: https://help.github.com/en/articles/fork-a-repo
.. _repository: https://github.com/slashmili/django-jalali
.. _here: https://github.com/slashmili/django-jalali/issues/142#issuecomment-887464050

0 comments on commit cf047ad

Please sign in to comment.