Changes between Version 25 and Version 26 of NewformsAdminBranch
- Timestamp:
- Aug 23, 2007, 7:01:38 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NewformsAdminBranch
v25 v26 101 101 ordering = ('title',) 102 102 103 # Make sure the following are executed exactly once (i.e., watch your imports), or you'll see AlreadyRegistered exceptions. 103 104 admin.site.register(Author) 104 105 admin.site.register(Book, BookOptions)