Skip to content

Allow either default field in admin #80

@deschler

Description

@deschler

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

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions