Changes between Initial Version and Version 1 of Ticket #4715


Ignore:
Timestamp:
Jun 28, 2007, 12:37:44 AM (17 years ago)
Author:
Malcolm Tredinnick
Comment:

(Fixed description formatting)

I suspect you might be using some subversion code from a few days ago. This sounds like a problem we fixed earlier this week in the postgresql backend.

What code version are you using (if subversion trunk, please update to latest code and try again)? Which database backend?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4715 – Description

    initial v1  
    11Hi, I`have a problem, I run manage.py syndb first time all go well, but if I run another time (changing a model or no) I obtain the error
    2 
     2{{{
    33Creating table django_admin_log
    44Traceback (most recent call last):
     
    1414    return self.cursor.execute(sql, params)
    1515psycopg2.ProgrammingError: la relación «django_admin_log» ya existe
    16 
    17 in emglish: the relation <<django_admin_log>> exists.
     16}}}
     17in english: the relation <<django_admin_log>> exists.
    1818Sorry, but my english is very bad
    1919
Back to Top