We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Удаление полей для отметок о проверке и текстовых полей, заменяющий привязку к внешним объектам (хронологии).
The text was updated successfully, but these errors were encountered:
Хронологии:
chronology = models.TextField(blank=True, verbose_name=_("Cronology")) documents = models.TextField(blank=True, verbose_name=_("Documents")) monitoring = models.TextField(blank=True, verbose_name=_("Monitoring"))
Данные о комплексе:
complex_name = models.CharField(max_length=250, blank=True, verbose_name=_("Name")) complex_kult_id = models.PositiveIntegerField(blank=True, null=True, verbose_name=_("ID Kulturnoe Nasledie"))
Отметки:
kult_checked = models.BooleanField(default=False, verbose_name=_("ID Kulturnoe Nasledie checked")) kult_problems = models.CharField(max_length=20, blank=True, verbose_name=_("Kulturnoe Nasledie problems")) gudea_checked = models.BooleanField(default=False, verbose_name=_("Gudea base checked"))
Sorry, something went wrong.
No branches or pull requests
Удаление полей для отметок о проверке и текстовых полей, заменяющий привязку к внешним объектам (хронологии).
The text was updated successfully, but these errors were encountered: