Entries published on November 4, 2007
1 entry published on this date. See also: all entries published in November 2007, latest entries.
Working with models, part 2
Now that we’ve got a handle on how to generically load models without necessarily knowing in advance which models, it’s time to start looking at interesting things we can do with them once we’ve got them. There are lots of uses for code which can introspect any model and extract information from it, some of which you’ve probably already seen:
-
The Django admin interface introspects model classes to determine how to display and edit them.
-
Shortcuts in both the old and new forms systems exist for ...
Read full entry and comments
← Entries published on November 3, 2007
Entries published on November 5, 2007 →
Copyright © 2006-2008 James Bennett. Learn more about the author or about this site. Subscribe to feeds to get updates.