Changes between Version 99 and Version 100 of RemovingTheMagic
- Timestamp:
- Apr 15, 2006, 11:33:59 AM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RemovingTheMagic
v99 v100 39 39 == Status == 40 40 41 Not for the faint of heart at this point. Still being heavily developed.41 Getting stable, although a few changes still need to be made. Watch this page for the latest changes. 42 42 43 43 == Database changes you'll need to make == … … 747 747 }}} 748 748 749 === You can override default QuerySets ===750 751 You can specify the default QuerySet (see "Descriptor fields" above) that a manager uses. For example:749 === You can override default !QuerySets === 750 751 You can specify the default !QuerySet (see "Descriptor fields" above) that a manager uses. For example: 752 752 753 753 {{{