Changeset 533
- Timestamp:
- 08/17/05 23:12:01 (3 years ago)
- Files:
-
- django/trunk/docs/django-admin.txt (modified) (1 diff)
- django/trunk/docs/legacy_databases.txt (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/django-admin.txt
r505 r533 70 70 * Rearrange models' order, so that models that refer to other models are 71 71 ordered properly. 72 * Add primary_key=Trueto one field in each model. The ``inspectdb``72 * Add ``primary_key=True`` to one field in each model. The ``inspectdb`` 73 73 doesn't yet introspect primary keys. 74 74
