-
Notifications
You must be signed in to change notification settings - Fork 266
Open
Description
Original author: [email protected] (July 05, 2012 02:13:54)
Model with a required field. A number of fields are then created by modeltranslation and in admin it requires that the default language field is used. Would it be possible to make it so it is accepted if at least one of the fields are entered?
i.e.
in models.py
name = models.CharField(max_length=255)
In the admin pages this will show up as:
Name-en required
Name-es
Preferably an option should allow for either field to fulfil the requirement.
Original issue: http://code.google.com/p/django-modeltranslation/issues/detail?id=80