Django firebird driver 2.2.1 released
Django Firebird driver 2.2.1 released with a small fix for issue #108
https://pypi.org/project/django-firebird/2.2.1/
Also master branch is patched (that can be used with django 3.x)
Django Firebird driver 2.2.1 released with a small fix for issue #108
https://pypi.org/project/django-firebird/2.2.1/
Also master branch is patched (that can be used with django 3.x)
Django-firebird 2.2.0 released with full support for Django 2.2 LTS and Firebird 3 .
RED SOFT has added support of Firebird 3 into the Django 2.2 framework.
RED SOFT developer Vasily Yashkov made a pull request which recently has been accepted. Find details and main changes here.
The new version of the driver was successfully tested with Django 2.2.10/2.2.11 and Firebird 3/RedDatabase 3.
If you use Django with Firebird 2.5 or less please try to migrate your database to Firebird 3.0 and test new version of the driver. Now you can install it manually as described in the instruction but follow the news and wait the next release soon.
django-firebird 1.11 final release available on pypi
https://pypi.org/project/django-firebird/1.11/
News via twitter
django-firebird 1.11 final release available on pypi
— maxi (@maxirobaina) October 17, 2018
It can be installed from repository and tested with lastest stable Django 1.6.x
ps: Soon it will be uploaded to pypi
Maximiliano Robaina announced django-firebird 1.6 beta
A few days of the Django 1.6 was released, django-firebird is now in beta 1 stage. Feel free to fork from master branch or download and try it.
Remember that is using fdb as a default driver.
Any feedback is welcome.
Maximiliano Robaina announced django firebird driver status related to django 1.6 :
I’m pleased to announce that django-firebird with django 1.6 support is underway.
Django 1.6 is still in alpha state, so django-firebird 1.6 too.
Then, you can see the current status at the master branch . The master branch has the “in develop” version. If you need stable support (django 1.5) take a look at stable/1.5.x
What are the changes in database field?
The main changes is on transaction management and including BinaryField
Django 1.6 release notes
Maximiliano Robaina wrote about Python3 fixes for the Firebird Django driver :
I just pushed up a new commit into django-firebird github repository [1] with several python 3 fixes.
If anybody can test it with python 3 and report any issue, it will be appreciated.
Take into account that this improvements are available into github repository, not on PyPI yet. Pull requests are welcome 😉
Django Firebird driver is now available from pypi
https://pypi.python.org/pypi/django-firebird
This was announced on twitter by Maximiliano Robaina
Ido Kanner (ik_5) wrote on his blog about his First Firebird and Python application :
It’s that time of the year again – I’m required to learn new technology due to a project requirement.
The requirement is to write something using django, but I do not know django or Python.
So I’ve started my first project using the Python language, just to have a feel for it.