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.2.zip (649.1 kB view hashes)

Uploaded Source

Built Distribution

django_admin_daterange_filter-0.1.2-py2.7.egg (628.3 kB view hashes)

Uploaded Source

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