Changes between Initial Version and Version 1 of Ticket #34120
- Timestamp:
- Oct 25, 2022, 8:58:27 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34120 – Description
initial v1 1 After writing my model swith its options, I made migrations.\\1 After writing my model with its options, I made migrations.\\ 2 2 Then I changed translation of model verbose name in *.po file and compiled it.\\ 3 3 After that I supposed that executing makemigrations, add new migration file that contains new translated verbose name of that model. But it is not happened.\\