Released on 2009-12-15
Changes from the 1.0.0 release:
- All database backends now work with Django 1.1.x
- Django 1.0.x support removed
This version has been tested against Django 1.1.1 and will work with any future micro release of the 1.1.x branch.
Note that Django 1.0.x is NOT supported by this release. If you need support for Django 1.0.x, use django-jython 1.0.
The release has been tested on Jython 2.5.1. However, it should work on any Jython 2.5.x release (including 2.5.0)
Released on November 8, 2009.
Changes from the 1.0.0b1 release:
- Added Oracle backend
- Added MySQL backend
- PostgreSQL backend: Works on Django 1.1.x
- War command: Fixed problems when using multiple apps from a package not belonging to the project.
- PostgreSQL backend: DecimalField works as expected
- Added doj.VERSION following the same convention as django.VERSION
- Stand-alone documentation included on the distribution
This version has been tested against Django 1.0.4. It may or may not work with Django 1.1.1 (in particular, MySQL and Oracle database backends don’t).
Users who get issues with currupted class files must apply the patch for Django bug #11621.
Django 1.0.3 or earlier should not be used, since such releases have known security vulnerabilities.
The release has been tested on Jython 2.5.1. However, it should work on any Jython 2.5.x release (including 2.5.0)
Released on April 20, 2009.
The following are the changes with respect to the original code (produced under the GSoC 2008):
This release is meant to be used with the current 1.0.X branch of Django. If for some special reason you are stuck with 1.0.2, you should manually apply the patch attached to this issue
Once Django 1.0.3 is released, the subversion checkout won’t be needed.
Please note that database backends included on this release of django-jython will not work with Django 1.1.X.
This release is compatible with Jython 2.5b2 and later releases.