Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#23257 closed Cleanup/optimization (fixed)

New release of django-jython

Reported by: Andreas Stocker Owned by: nobody
Component: Documentation Version: 1.7-rc-2
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I have just done a new release of django-jython, which supports Django 1.7. It's a complete rewrite of the old codebase, and I'm trying to keep the database backends as close as possible to the backends Django ships with, thus it's easier to keep up with Django.

I guess that this Wiki entry should be updated: Running Django on Jython

Some important notes:

  • The minimal required version of Jython is 2.7b2.
  • Django's image fields are not supported as they require Pillow - which is not available on Jython.
  • Supported database backends are SQLite, PostgreSQL, MySQL and MSSQL. If someone wants to contribute a Oracle backend, any help is appreciated.
  • django-jython will keep beta as long as Django 1.7 is not released. As soon as it is, and django-jython passes the tests, it will go final.

Change History (4)

comment:1 by Baptiste Mispelon, 10 years ago

Triage Stage: UnreviewedAccepted
Type: UncategorizedCleanup/optimization

Hi,

That link you provided is not a wiki page but a page of our documentation.
You can update it by editing docs/howto/jython.txt [1] and submitting a pull request.

Note that this is probably not the best place to announce your new release since not that many people read the tracker.
The django-users mailing list might be a better fit.

Thanks.

[1] https://github.com/django/django/blob/master/docs/howto/jython.txt

comment:2 by Andreas Stocker, 10 years ago

Has patch: set

You're right, of course I meant documentation, not wiki. The ticket was not meant as release announcement, I filed it because the current documentation says: If django-jython is updated and please file a ticket and we’ll be happy to update our documentation accordingly.

I've submitted the pull request: https://github.com/django/django/pull/3035

comment:3 by Tim Graham <timograham@…>, 10 years ago

Resolution: fixed
Status: newclosed

In f3ef55ea7ad39b8b949051d7c2ff8d46db973381:

Fixed #23257 -- Updated docs for new django-jython release.

comment:4 by Tim Graham <timograham@…>, 10 years ago

In 288b557ac47a76085dc9b8b124fcf3ce67610ac5:

[1.7.x] Fixed #23257 -- Updated docs for new django-jython release.

Backport of f3ef55ea7a from master

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