My favorites | Sign in
Project Home Wiki Issues Source
Project Information
Members
Links

Description

django-mssql is a SQL Server 2005/2008 backend for Django running on Windows.

This backend should be used with Django 1.2 or newer.

There are unmaintained legacy branches for those required to use older version a django. "legacy-1.0" can be used with revisions 8961 and up of the django 1.0.x release. "legacy-1.1" can be used for any django 1.1.x release up to any revision prior to multi-db support.

Important Info

The package on pypi is outdated and should not be used. I'm in the process of trying to gain control of the package over there to prevent this continued confusion. PyPi support ticket

To install using pip:

pip install hg+https://django-mssql.googlecode.com/hg/#egg=django-mssql

See:

Contributors and Credits

  • The Django team
  • The original SQL Server backend creator and patch submitters
  • Adam Vandenberg
  • Michael Manfre
  • Cedric Collins for the NULL parameter replacement patch & float bug.
  • Paul Tax for help with paging/column aliasing and handling various Decimal formats.
  • nicked for the mixed-NULL insert bug report and patch.
  • blp330 for the constraint name bug report and patch.
  • zuerchertech for the literal decimal select patch.
  • Everyone else who has reported bugs against this project.
  • Thanks to the django-pyodbc team for cross-pollination.
Powered by Google Project Hosting