matijakolaric-com/django-music-publisher

CWRExport does not defer CWR loading

matijakolaric opened this issue · 0 comments

There are a number of problems here, which must be all solved in order for defer to work properly:

  • CWRExport.created_on must become a proper DateTime field.
  • Migration must include filling out this information from CWR when possible
  • CWRExportAdmin.date must rely on this field
  • All instances of "if obj.cwr" must be changed to "if obj.year"
  • Similar problems with ACKImportAdmin