I'd like replace field type for billing/shipping country, at 
cartridge.shop.models.Order model.
Instead of plain CharField I'd like use CountryField from django_countries.

Is that possible with Mezzanine and how ?

settings.EXTRA_MODEL_FIELDS does not work, it throws an exception same 
named field already exists. It sounds logical as it serves for *extending* 
models, not replacing.
I can't also find a setting to specify alternate class for Order model so 
it seems subclassing won't be an option.

Any better idea then a fuzzy conversion to/from CountryField in custom form 
?

-- 
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