tatterdemalion / django-nece

Content Translation Framework based on Postgresql's JSONB field
BSD 3-Clause "New" or "Revised" License
83 stars 25 forks source link

Redesign nece #13

Open tatterdemalion opened 8 years ago

tatterdemalion commented 8 years ago

Redesign with an underlying "override" engine. Nece basically overrides object attributes with the corresponding ones in translations field. We can create a generic override engine using the same tech. Then we can use this engine to power nece.

Natim commented 6 years ago

I kind of like that, I did something related to that in the admin patch in #10 (see the def clean(self) method). This allow me not to show mandatory fields twice but make sure to set a default value for them.