Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#29709 closed Cleanup/optimization (fixed)

Recommend the django-pyodbc-azure instead of Django-mssql as Microsoft SQL Server backend

Reported by: Rafael Reuber Owned by: nobody
Component: Documentation Version: 2.1
Severity: Normal Keywords: sqlserver django-mssql
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The djando-msssql is not actively maintained. The last released version of Django-mssql supported Django 1.8. Few days ago the maintener of django-mssql announced the end-of-life and recommend switching to django-pyodbc-azure.

Please change the "Microsoft SQL Server" link on the session "Using a 3rd-party database backend" to point to https://pypi.org/project/django-pyodbc-azure/

Change History (3)

comment:1 by Tim Graham, 6 years ago

Triage Stage: UnreviewedAccepted
Type: UncategorizedCleanup/optimization

comment:2 by Tim Graham <timograham@…>, 6 years ago

Resolution: fixed
Status: newclosed

In 7b7fb2ec:

Fixed #29709 -- Updated recommended SQL Server backend to django-pyodbc-azure.

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

In aa527e07:

[2.1.x] Fixed #29709 -- Updated recommended SQL Server backend to django-pyodbc-azure.

Backport of 7b7fb2eca51dacb5002a4e6b6e1417b36bd5dfd7 from master

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