Ticket #101 (closed defect: fixed)

Opened 18 months ago

Last modified 15 months ago

Django version requirements

Reported by: meissls Owned by: meissls
Priority: critical Milestone: future
Component: EOxServer Core Version: trunk
Keywords: Cc:

Description

Currently the minimal required version of Django is 1.2 (see /doc/en/users/install.html). However the "on_delete" attribute introduced in r935 is only available with version >=1.3 (see  Django doc.

Thus either we relax the requirement on the Django version to >=1.3 or don't use the "on_delete" attribute.

Note that #99 would be resolved with switching to 1.3 too.

Change History

Changed 15 months ago by martin.paces

  • status changed from new to closed
  • resolution set to fixed

Required Django version has been increased from 1.2 to 1.3 in r1588 .

Note: See TracTickets for help on using tickets.