The following observations and screenshots are from a fresh cartridge 0.11
project I just made.

   1. Why are sku fields editable? Cartridge uses them essentially as
   foreign key's. Is there any use case for editing a sku from the admin?
   Seems like a user could really screw things up with no appreciation for
   what's going on under the hood.
   2. You can't edit ProductVariation's until you initially save the
   Product:  Is this intentional, a bug, or a limitation of django admin
   inlines?
   3. Until one adds a "unit price" to a variation, a product is
   unavailable: But there is no indication that this is a problem in the
   admin. Is this intentional, a bug, or a limitation of django admin? It
   seems to me that this is probably unfixable without addressing #2 -- if you
   have to save the Product before editing the ProductVariation's, then
   causing the Product validation to fail when a ProductVariation is missing a
   required field is not an option.

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to