daterange-filter for django admin used by jquery.datepicker
Project description
django-admin-daterange-filter/README.rst
=====
admin_daterange_filter
=====
DateRangeFilter in django admin
Detailed documentation is in the "docs" directory.
Quick start
-----------
1. Add "admin_daterange_filter" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = (
...
'admin_daterange_filter',
)
2. use DateRangeFilter in list_filter::
class YourAdmin(admin.ModelAdmin):
list_filter=(
('yourdate',DateRangeFilter),
)
3. note:
jquery-core use django.jquery, so I only modify the js file for Chinese Language, you can modify yourself for other's language
=====
admin_daterange_filter
=====
DateRangeFilter in django admin
Detailed documentation is in the "docs" directory.
Quick start
-----------
1. Add "admin_daterange_filter" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = (
...
'admin_daterange_filter',
)
2. use DateRangeFilter in list_filter::
class YourAdmin(admin.ModelAdmin):
list_filter=(
('yourdate',DateRangeFilter),
)
3. note:
jquery-core use django.jquery, so I only modify the js file for Chinese Language, you can modify yourself for other's language
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django-admin-daterange-filter-0.1.3.zip
.
File metadata
- Download URL: django-admin-daterange-filter-0.1.3.zip
- Upload date:
- Size: 648.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3a3d43f8a59b22a776a7c66b3cadc7dae6644bb2ea989e401c3252aebb50fdbe |
|
MD5 | bf61beba3e48bf91ba18fdc99e6fe4dc |
|
BLAKE2b-256 | da756878a552e1a2fd9a9b9a1dbb98313e66eaf77ddce2626ced3895b1715ba6 |
File details
Details for the file django_admin_daterange_filter-0.1.3-py2.7.egg
.
File metadata
- Download URL: django_admin_daterange_filter-0.1.3-py2.7.egg
- Upload date:
- Size: 628.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8ff94d6f7b8d36b6d9440712c807d2e5c4f77a7068726e97ce2f9686a9059fdf |
|
MD5 | 9d988aaf6905a71189501b74a05c0d45 |
|
BLAKE2b-256 | 18a25a20ebf09608a9387e2c43790b515ec1dd7fb362ec2d19a3c41fc2d71be4 |