Skip to content
Snippets Groups Projects

Performance optimizations

Merged Jonathan Weth requested to merge feature/performance-optimizations into master
All threads resolved!
Compare and Show latest version
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
from django.db import models
from django.utils.decorators import classproperty
from django.utils.functional import classproperty
from django.utils.formats import date_format
from django.utils.translation import gettext_lazy as _
Loading