summaryrefslogtreecommitdiff
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:44:30 -0500
commitbf9385e3aa211518ec4d9b8fcac9809c146c24f2 (patch)
tree1cfe3eec640defd8da9251bc32783444774532c0
parent6919586bcd87089d37cb95367eea39b63ec697e9 (diff)
[1.8.x] Added Django version trove classifier to reusable apps tutorial.
Backport of 2d36c7d515312e7a476041c96a29727ed47eb517 from master
-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 3c8041e857..245a88b909 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',