Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New i18n settings #2

Merged
merged 5 commits into from Oct 3, 2012
Merged

New i18n settings #2

merged 5 commits into from Oct 3, 2012

Conversation

digi604
Copy link
Owner

@digi604 digi604 commented Oct 2, 2012

No description provided.

if key not in VALID_LANG_PROPS:
raise ImproperlyConfigured("CMS_LANGUAGES has an invalid property on the site %(site)s and language %(language)s: %(property)s" % {'site':site, 'language':lang['code'], 'property':key})
except:
raise ImproperlyConfigured("CMS_LANGUAGES has changed. Please refer to the docs.")
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should really be backwards compatible for at least one release with warnings instead of exceptions.

digi604 added a commit that referenced this pull request Oct 3, 2012
@digi604 digi604 merged commit a204712 into new_i18n Oct 3, 2012
digi604 pushed a commit that referenced this pull request Feb 28, 2014
removing the spaceless tags as it mucks with html output
digi604 pushed a commit that referenced this pull request Feb 28, 2014
Don't restrict user model name and fix travis python3 build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants