summaryrefslogtreecommitdiff
path: root/docs/intro/reusable-apps.txt
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-01-24 08:35:47 -0500
committerTim Graham <timograham@gmail.com>2016-01-24 08:37:34 -0500
commit5e44348ad79c3a45dc59b9ed92a35d8d190d48e1 (patch)
tree350b04f1db910fe9af287bbb4c5a7f3570e473ad /docs/intro/reusable-apps.txt
parent2ef1367426be5f584ae3aa43f2966e0bdc9c1da7 (diff)
[1.9.x] Added Django version trove classifier to reusable apps tutorial.
Backport of 2d36c7d515312e7a476041c96a29727ed47eb517 from master
Diffstat (limited to 'docs/intro/reusable-apps.txt')
-rw-r--r--docs/intro/reusable-apps.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/intro/reusable-apps.txt b/docs/intro/reusable-apps.txt
index b5827ac42a..074276baf8 100644
--- a/docs/intro/reusable-apps.txt
+++ b/docs/intro/reusable-apps.txt
@@ -215,6 +215,7 @@ this. For a small app like polls, this process isn't too difficult.
classifiers=[
'Environment :: Web Environment',
'Framework :: Django',
+ 'Framework :: Django :: X.Y', # replace "X.Y" as appropriate
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License', # example license
'Operating System :: OS Independent',