From 95913b337c74a19cec3f1f8ca08bdcc0dfe15565 Mon Sep 17 00:00:00 2001 From: Dmitriy Sokolov Date: Wed, 10 Apr 2019 16:43:40 +0300 Subject: [PATCH] Fix README --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 = (