django-daterangefilter icon indicating copy to clipboard operation
django-daterangefilter copied to clipboard

Date range filter for Django admin

Results 12 django-daterangefilter issues
Sort by recently updated
recently updated
newest added

``` /home/lib/python3.8/site-packages/django/apps/registry.py:91: RemovedInDjango41Warning: 'daterangefilter' defines default_app_config = 'daterangefilter.apps.DateRangeFilterAppConfig'. Django now detects this configuration automatically. You can remove default_app_config. ``` and ``` /home/lib/python3.8/site-packages/daterangefilter/apps.py:7: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy()....

fix needed for django 3+

apps.py module contains import of `ugettext_lazy` function which has been removed in django 4.0. Please replace it with `gettext_lazy`

https://github.com/andreynovikov/django-daterangefilter/issues/10#issue-1123067510

More than one nested model can be used like : field bar_model__field foo_model__bar_model__field ...__foo_model__bar_model__field

`Exception in thread django-main-thread: Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/threading.py", line 932, in _bootstrap_inner self.run() File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/threading.py", line 870, in run self._target(*self._args, **self._kwargs) File "/Users/khureltulga/Documents/GitHub/redrockweb/.env/lib/python3.8/site-packages/django/utils/autoreload.py", line 64, in wrapper...

Useful to display records that don't have a Date set.

enhancement

If used along with django-jazzmin, causes search bar not working

Any reason why a new tag has not been created since latest commit ? Last commit improve filter with nested models. I need it ^^ Thanks for your code!