Opened 15 years ago

Closed 15 years ago

Last modified 13 years ago

#12384 closed (fixed)

Python 2.4 incompatibility.

Reported by: Collin Anderson Owned by: nobody
Component: Core (Serialization) Version: dev
Severity: Keywords:
Cc: cmawebsite@… Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

[11863] used the "all" function that was introduced in Python 2.5, so it breaks on Python 2.4.

http://code.djangoproject.com/browser/django/trunk/django/core/management/commands/dumpdata.py?rev=11863#L140

Change History (3)

comment:1 by Russell Keith-Magee, 15 years ago

milestone: 1.2
Triage Stage: UnreviewedAccepted

comment:2 by Jacob, 15 years ago

Resolution: fixed
Status: newclosed

(In [11884]) Fixed #12384: fixed a Python 2.4 incompatibility introduced in [11863].

comment:3 by Jacob, 13 years ago

milestone: 1.2

Milestone 1.2 deleted

Note: See TracTickets for help on using tickets.
Back to Top