Changes between Version 1 and Version 2 of CompositePrimaryKeyModelNotes
- Timestamp:
- Jul 30, 2010, 8:40:42 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompositePrimaryKeyModelNotes
v1 v2 1 1 === Design Notes === 2 2 3 ==== Should storage of pk in django.db.models.options.Options (_meta in the model) be a single field?====3 ==== Should storage of pk in django.db.models.options.Options (_meta in the model) be a single field? ==== 4 4 * How many backward comparability issues would this create if it wasn't? 5 5