Git Product home page Git Product logo

Comments (8)

denisenkom avatar denisenkom commented on June 29, 2024

django-sqlserver is basically an add-on to django-mssql which adds support for pytds. Ideally it will contain only minimum amount of code to make django-mssql to work with pytds.
Therefore the support for Django 1.8 should first be added to django-mssql, then it will probably "just work" with django-sqlserver.

from django-sqlserver.

kottenator avatar kottenator commented on June 29, 2024

Thanks for the explanation. I tried to use the latest commit from django-mssql with your lib and it doesn't work with Django 1.8. Probably they have not implemented proper support yet. I've created a ticket for them

from django-sqlserver.

adriaant avatar adriaant commented on June 29, 2024

Unfortunately it doesn't "just work" in Django 1.8. The code uses methods that do not exist in the new DB API. I've forked the repo and am trying to make compatibility fixes.

from django-sqlserver.

yousseb avatar yousseb commented on June 29, 2024

Put this in your requirements.txt
-e git+https://bitbucket.org/Manfre/django-mssql.git@bf1a60b#egg=django-mssql-1.71

from django-sqlserver.

denisenkom avatar denisenkom commented on June 29, 2024

I created branch django1.8-support, take a look.
It requires latest version of django-mssql from git (version from pypi wouldn't work).

from django-sqlserver.

chetmancini avatar chetmancini commented on June 29, 2024

I'm using Django 1.8.17 and I've copied the code directly down from master as of d326ef77da62991f2ecdb289fe00c9a021eda1cc and it's working great. Are there further issues to resolve before cutting a new version on PyPi?

from django-sqlserver.

denisenkom avatar denisenkom commented on June 29, 2024

Uploaded version 1.9: https://pypi.python.org/pypi/django-sqlserver/1.9

from django-sqlserver.

chetmancini avatar chetmancini commented on June 29, 2024

@denisenkom amazing--working great. thank you!

from django-sqlserver.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.