Changes between Version 7 and Version 8 of CookBookMultiLevelMultiComponentDataModel
- Timestamp:
- Dec 3, 2005, 5:49:09 AM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CookBookMultiLevelMultiComponentDataModel
v7 v8 7 7 There are times when you have data/content that has many-to-one relationships. This is very easy to accomodate, just as [http://www.djangoproject.com/documentation/models/many_to_one/ this example] demonstrates. Here is code similar to that of the example: 8 8 {{{ 9 #!python 9 10 from django.core import meta 10 11