Answer the question
In order to leave comments, you need to log in
How to disable wrapping of long verbose_name text in admin panel?
There is a model:
class Lecturers(models.Model):
class Meta:
verbose_name = 'Преподаватель'
verbose_name_plural = 'Преподаватели'
Answer the question
In order to leave comments, you need to log in
In the admin class, write your css and override the styles so that the line does not have a
break https://docs.djangoproject.com/en/1.8/topics/forms...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question