You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some features which are not supported yet. Please check the [Limitations](https://github.com/microsoft/mssql-django#limitations) first to see if your bug is listed.
11
+
12
+
**Software versions**
13
+
* Django:
14
+
* mssql-django:
15
+
* python:
16
+
* SQL Server:
17
+
* OS:
18
+
19
+
**Table schema and Model**
20
+
<!-- Provide the table schema and model from models.py to reproduce the issue. -->
21
+
22
+
**Database Connection Settings**
23
+
`
24
+
// Paste your database settings from Settings.py here.
25
+
`
26
+
27
+
**Problem description and steps to reproduce**
28
+
<!-- Provide full details of the problem, including steps to reproduce the issue. -->
29
+
30
+
**Expected behavior and actual behavior**
31
+
<!-- A clear and concise description of what you expected to happen. -->
32
+
33
+
**Error message/stack trace**
34
+
<!-- Complete error message and stack trace. -->
35
+
36
+
**Any other details that can be helpful**
37
+
<!-- Add any other context about the problem here. -->
0 commit comments