Ticket #126 (closed enhancement: fixed)

Opened 14 months ago

Last modified 6 months ago

Django 1.4 support

Reported by: meissls Owned by: meissls
Priority: major Milestone: 0.2.2 release
Component: EOxServer Core Version: 0.2beta1
Keywords: Cc:

Description

Django 1.4 introduces timezone support which breaks compatibility with EOxServer.

Change History

  Changed 14 months ago by meissls

Required Django version fixed to 1.3.1 in release 0.2 with r1610.

  Changed 14 months ago by meissls

  • milestone changed from future to 0.3.0 release

  Changed 13 months ago by meissls

  • milestone changed from 0.3.0 release to 0.2.1 release

If possible this ticket should also be fixed in the 0.2 branch.

  Changed 11 months ago by meissls

Made some changes with r1781 and r1786.

  Changed 10 months ago by meissls

Fixed settings template according to new Django version 1.4 in r1881 and r1731.

follow-up: ↓ 7   Changed 10 months ago by meissls

Updating coverage managers r1896.

in reply to: ↑ 6   Changed 10 months ago by meissls

Correcting previous commit with r1901.

follow-up: ↓ 9   Changed 10 months ago by meissls

Still some issues remaining in the admin (see e.g. r1738 and r1744). Need to be resolved in 0.2.2.

in reply to: ↑ 8   Changed 10 months ago by meissls

ModelAdmin.change_view() changed in Django 1.4: The form_url parameter was added.
(see  https://docs.djangoproject.com/en/1.4/ref/contrib/admin/#django.contrib.admin.ModelAdmin.change_view)

  Changed 10 months ago by meissls

  • milestone changed from 0.2.1 release to 0.2.2 releast

  Changed 10 months ago by meissls

Also the default project layout created via the django-admin startproject command changed significantly (see  https://docs.djangoproject.com/en/dev/releases/1.4/#updated-default-project-layout-and-manage-py). Thus need to update the create_instance command.

follow-up: ↓ 13   Changed 10 months ago by schindlerf

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

Fixing errors concerning the the change_view with r1933 and the project layout with r1928.

Merges to trunk with r1929, r1935 and r1936.

I hope this finally closes this issue.

in reply to: ↑ 12   Changed 10 months ago by meissls

Hopefully final fix with r1937 and r1938.

  Changed 6 months ago by meissls

Added some documentation with r2142.

Note: See TracTickets for help on using tickets.