Django

Code

Changeset 2350

Show
Ignore:
Timestamp:
02/18/06 16:06:42 (3 years ago)
Author:
adrian
Message:

Reworded comment atop inspectdb-generated models to imply primary_key may now be introspected

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/django/core/management.py

    r2348 r2350  
    582582    yield "# You'll have to do the following manually to clean this up:" 
    583583    yield "#     * Rearrange models' order" 
    584     yield "#     * Add primary_key=True to one field in each model.
     584    yield "#     * Make sure each model has one field with primary_key=True
    585585    yield "# Feel free to rename the models, but don't rename db_table values or field names." 
    586586    yield "#"