diff options
author | luxagraf <sng@luxagraf.net> | 2022-02-13 16:48:54 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2022-02-13 16:48:54 -0500 |
commit | 26a2d4a684db273ff707428e36911741a37532f2 (patch) | |
tree | 4f9c3665199516378aedd409aa896e7eb909fde4 /app/taxonomy | |
parent | 26c7400f5651d36b84adb3971c09dcc0b275b004 (diff) |
main: updated to django 4.0
Diffstat (limited to 'app/taxonomy')
-rw-r--r-- | app/taxonomy/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/taxonomy/models.py b/app/taxonomy/models.py index 6cc1769..736fe15 100644 --- a/app/taxonomy/models.py +++ b/app/taxonomy/models.py @@ -1,6 +1,6 @@ from django.contrib.gis.db import models from django.urls import reverse -from django.utils.translation import ugettext_lazy as _ +from django.utils.translation import gettext_lazy as _ from django.utils.functional import cached_property from utils.util import markdown_to_html |