diff --git a/README.rst b/README.rst index 3a98d06..fa2799a 100755 --- a/README.rst +++ b/README.rst @@ -15,7 +15,7 @@ django-admin-rangefilter app, add the filter by a custom date / datetime range o Requirements ------------ -* Python 2.7+ or Python 3.3+ +* Python 2.7+ or Python 3.4+ * Django 1.8+ @@ -53,6 +53,7 @@ In admin from django.contrib import admin from rangefilter.filter import DateRangeFilter, DateTimeRangeFilter + @admin.register(Post) class PostAdmin(admin.ModelAdmin): list_filter = (