This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author florin.papa
Recipients berker.peksag, brett.cannon, florin.papa, pitrou, r.david.murray
Date 2015-12-03.10:17:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449137855.76.0.719055430712.issue24934@psf.upfronthosting.co.za>
In-reply-to
Content
I have adapted the existent patch to the new benchmarks codebase. Please see the new patch (django_v3_2.patch) in the files section. The benchmark expects to have django in lib/Django-1.9 folder. The Django-1.9 sources are attached separately because of their size.

hg clone https://hg.python.org/benchmarks
cd benchmarks/
copy django_v3_2.patch to the current directory and Django-1.9.tar.gz to the lib/ directory
hg import --no-commit django_v3_2.patch
cd lib/
tar -xvf Django-1.9.tar.gz
History
Date User Action Args
2015-12-03 10:17:35florin.papasetrecipients: + florin.papa, brett.cannon, pitrou, r.david.murray, berker.peksag
2015-12-03 10:17:35florin.papasetmessageid: <1449137855.76.0.719055430712.issue24934@psf.upfronthosting.co.za>
2015-12-03 10:17:35florin.papalinkissue24934 messages
2015-12-03 10:17:35florin.papacreate