Fix README

This commit is contained in:
Dmitriy Sokolov 2019-04-10 16:43:40 +03:00
parent cef92412df
commit 95913b337c
No known key found for this signature in database
GPG Key ID: DE2C98901898AB74
1 changed files with 2 additions and 1 deletions

View File

@ -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 = (