Skip to main content

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-admin-daterange-filter-0.1.3.zip (648.1 kB view details)

Uploaded Source

Built Distribution

django_admin_daterange_filter-0.1.3-py2.7.egg (628.8 kB view details)

Uploaded Source

File details

Details for the file django-admin-daterange-filter-0.1.3.zip.

File metadata

File hashes

Hashes for django-admin-daterange-filter-0.1.3.zip
Algorithm Hash digest
SHA256 3a3d43f8a59b22a776a7c66b3cadc7dae6644bb2ea989e401c3252aebb50fdbe
MD5 bf61beba3e48bf91ba18fdc99e6fe4dc
BLAKE2b-256 da756878a552e1a2fd9a9b9a1dbb98313e66eaf77ddce2626ced3895b1715ba6

See more details on using hashes here.

File details

Details for the file django_admin_daterange_filter-0.1.3-py2.7.egg.

File metadata

File hashes

Hashes for django_admin_daterange_filter-0.1.3-py2.7.egg
Algorithm Hash digest
SHA256 8ff94d6f7b8d36b6d9440712c807d2e5c4f77a7068726e97ce2f9686a9059fdf
MD5 9d988aaf6905a71189501b74a05c0d45
BLAKE2b-256 18a25a20ebf09608a9387e2c43790b515ec1dd7fb362ec2d19a3c41fc2d71be4

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page