Changes between Version 97 and Version 98 of RemovingTheMagic
- Timestamp:
- Apr 10, 2006, 2:50:34 AM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RemovingTheMagic
v97 v98 462 462 || ("values" lookup, etc., not previously possible) || {{{reporter_obj.article_set.values()}}} || 463 463 || '''Many-to-many related lookup''' || || 464 || {{{article_obj.get_site _list()}}}|| {{{article_obj.sites.all()}}} ||464 || {{{article_obj.get_sites_list()}}} || {{{article_obj.sites.all()}}} || 465 465 || {{{article_obj.set_sites([s1.id, s2.id])}}} || {{{article_obj.sites.clear(); article_obj.sites.add(s1); article_obj.sites.add(s2)}}} || 466 466 || {{{article_obj.set_sites([s1.id]) # deletion}}} || {{{article_obj.sites.remove(s2)}}} ||