Changes between Version 25 and Version 26 of NewformsAdminBranch


Ignore:
Timestamp:
Aug 23, 2007, 7:01:38 AM (17 years ago)
Author:
Kevin Menard
Comment:

Documenting a "gotcha."

Legend:

Unmodified
Added
Removed
Modified
  • NewformsAdminBranch

    v25 v26  
    101101    ordering = ('title',)
    102102
     103# Make sure the following are executed exactly once (i.e., watch your imports), or you'll see AlreadyRegistered exceptions.
    103104admin.site.register(Author)
    104105admin.site.register(Book, BookOptions)
Back to Top