Opened 10 years ago
Closed 10 years ago
#23990 closed Bug (invalid)
SyntaxError using Django 1.4.16 and Python3.4
Reported by: | amatellanes | Owned by: | nobody |
---|---|---|---|
Component: | Python 3 | Version: | 1.4 |
Severity: | Normal | Keywords: | python3 |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description (last modified by )
A syntax error is raising when running tests with Travis CI:
https://travis-ci.org/ImaginaryLandscape/django-nocaptcha-recaptcha/jobs/43888530
Change History (3)
comment:1 by , 10 years ago
Description: | modified (diff) |
---|
comment:2 by , 10 years ago
comment:3 by , 10 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Django 1.4 does not support Python 3, please see https://docs.djangoproject.com/en/dev/faq/install/#what-python-version-should-i-use-with-django.
Note:
See TracTickets
for help on using tickets.
Created pull request: https://github.com/django/django/pull/3725