Changes between Initial Version and Version 1 of CompositePrimaryKeyModelNotes


Ignore:
Timestamp:
Jul 30, 2010, 8:40:28 AM (14 years ago)
Author:
hartror
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CompositePrimaryKeyModelNotes

    v1 v1  
     1=== Design Notes ===
     2
     3====Should storage of pk in django.db.models.options.Options (_meta in the model) be a single field?====
     4* How many backward comparability issues would this create if it wasn't?
     5
     6
Back to Top