Changes between Initial Version and Version 1 of Ticket #8228


Ignore:
Timestamp:
Aug 11, 2008, 10:18:15 AM (16 years ago)
Author:
Jacob
Comment:

(fixed formatting)

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8228 – Description

    initial v1  
    99Here us the trace of the error:
    1010
     11{{{
    1112# ~/mysite $ python manage.py syncdb
    1213Traceback (most recent call last):
     
    3637    def sql_create_model(self, model, style, known_models=set()):
    3738NameError: name 'set' is not defined
     39}}}
    3840
    3941Is the error mine ?
Back to Top