#17243: running syncdb alters table django_site (replaces site info with 
"example")
-------------------------------------+-------------------------------------
     Reporter:  nikita.delyukov@…    |                    Owner:  nobody
         Type:  Bug                  |                   Status:  closed
    Component:  Database layer       |                  Version:  1.2
  (models, ORM)                      |               Resolution:  needsinfo
     Severity:  Normal               |             Triage Stage:
     Keywords:  syncdb               |  Unreviewed
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------

Comment (by nikita.delyukov@…):

 It was all about fixtures.
 Site's based on Pinax 0.7 which was supplied with a file
 web/fixtures/initial_data.json with
 {{{
 "model": "sites.site",
          "fields": {
             "domain": "example.com",
             "name": "Example Site"
          }
 }}}
 Don't know how it agrees with what you said about syncdb not able to alter
 data, but the case's closed.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/17243#comment:2>
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 django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to