emencia / django-blog-lotus

A weblog application with Django.
https://django-blog-lotus.readthedocs.io/
MIT License
5 stars 1 forks source link

Non original article should not be choosable as an original article #28

Closed sveetch closed 2 years ago

sveetch commented 2 years ago

In the article admin form, the "original" field list every other article, including the non original ones.

This does not seems correct to set a translation as an original article. Even it should work, this is not really logic and may perturb some display.

The field should be modified to only list article in another language and who have the "original" field empty (since this means the article is an original).

sveetch commented 2 years ago

Category form has the same problem to fix.