Skip to content

Commit

Permalink
Fixed deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
timmyomahony committed Jul 30, 2021
1 parent 6a1259f commit 26fdf04
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pagedown/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
import django

VERSION = ('2', '2', '0')

default_app_config = 'pagedown.apps.PagedownConfig'
if django.VERSION < (3, 2):
default_app_config = 'pagedown.apps.PagedownConfig'

0 comments on commit 26fdf04

Please sign in to comment.