Skip to content

Commit 440273a

Browse files
committed
Documentation update for Django 3.0
1 parent e0733e5 commit 440273a

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Next use the `templatetag` in your template:
2424

2525
```
2626
<!DOCTYPE html>
27-
{% load staticfiles simpleanalytics_tags %}
27+
{% load static simpleanalytics_tags %}
2828
<html>
2929
<head>
3030
<meta charset="utf-8">

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,10 @@
4141
"Programming Language :: Python :: 3.6",
4242
"Programming Language :: Python :: 3.7",
4343
"Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Page Counters",
44-
"Framework :: Django :: 1.8",
45-
"Framework :: Django :: 1.9",
4644
"Framework :: Django :: 2.0",
4745
"Framework :: Django :: 2.1",
4846
"Framework :: Django :: 2.2",
47+
"Framework :: Django :: 3.0",
4948
],
5049
version='1.0.3',
5150
description='Simple Analytics template tags for Django',
@@ -56,6 +55,6 @@
5655
author='Simple Analytics',
5756
author_email='support@mail.simpleanalytics.io',
5857
install_requires=[
59-
'Django>=1.8',
58+
'Django>=2.0',
6059
],
6160
)

0 commit comments

Comments
 (0)