Changes between Version 1 and Version 4 of Ticket #25223
- Timestamp:
- Aug 8, 2015, 9:11:55 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25223
- Property Summary Setting LANGUAGE_CODE to a language that doesn't exist in django/conf/locale raises IOError → Allow default language to be one unsupported by django if the local project has the required translation catalog
- Property Type Bug → New feature
-
Ticket #25223 – Description
v1 v4 1 Update: 2 3 Changed from bug to feature request. 4 See beck's comments below. 5 6 --- 7 1 8 Getting a DjangoTranslation that doesn't exist used to return None. 2 9