Changes between Version 1 and Version 2 of CompositePrimaryKeyModelNotes


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

--

Legend:

Unmodified
Added
Removed
Modified
  • CompositePrimaryKeyModelNotes

    v1 v2  
    11=== Design Notes ===
    22
    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? ====
    44* How many backward comparability issues would this create if it wasn't?
    55
Back to Top