Changes between Version 4 and Version 5 of CookBookPredicates
- Timestamp:
- Oct 3, 2006, 8:25:54 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CookBookPredicates
v4 v5 1 1 = Many to Many Intermediary Tables in Admin = 2 2 3 The [source: trunk/tests/testapp/models/m2m_intermediary.py Many-to-Many Intermediary] test case already shows how this is structured. What I add here is a set of parameters for the fields in the intermediary model that allow smooth inline editing in admin.3 The [source:django/trunk/tests/modeltests/m2m_intermediary/models.py Many-to-Many Intermediary] test case already shows how this is structured. What I add here is a set of parameters for the fields in the intermediary model that allow smooth inline editing in admin. 4 4 5 5 {{{