#17467: compare id of Site object with SITE_ID before updating (in
create_test_db)
----------------------------------------------+--------------------
Reporter: kallous@… | Owner: nobody
Type: Bug | Status: new
Component: Database layer (models, ORM) | Version: 1.3
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 1
Easy pickings: 1 | UI/UX: 0
----------------------------------------------+--------------------
MSSQL Server cannot update identity columns, but 1.3.1 introduced a change
in django.db.backends.creation at line 385 which ensures the Site object
instance id matches the SITE_ID in <project>.settings. This is just a
recommendation to test the value before updating it to prevent unnecessary
complications.
--
Ticket URL: <https://code.djangoproject.com/ticket/17467>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.