This website requires JavaScript.
Explore
Help
Sign In
p15693087
/
django
Watch
1
Star
0
Fork
You've already forked django
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
b37be072a2
django
/
tests
/
i18n
/
loading_app
/
apps.py
6 lines
101 B
Python
Raw
Normal View
History
Unescape
Escape
Fixed #31570 -- Corrected translation loading for apps providing territorial language variants with different plural equations. Regression in e3e48b00127c09eafe6439d980a82fc5c591b673. Thanks to Shai Berger for report, reproduce and suggested fix.
2020-05-28 16:26:41 +08:00
from
django
.
apps
import
AppConfig
class
LoadingAppConfig
(
AppConfig
)
:
Fixed #31180 -- Configured applications automatically.
2020-07-21 16:35:12 +08:00
name
=
'
i18n.loading_app
'