Merge lp:~cjohnston/summit/i18n into lp:summit

Proposed by Chris Johnston
Status: Merged
Approved by: Adnane Belmadiaf
Approved revision: 504
Merged at revision: 504
Proposed branch: lp:~cjohnston/summit/i18n
Merge into: lp:summit
Prerequisite: lp:~cjohnston/summit/csrf
Diff against target: 12 lines (+1/-1)
1 file modified
summit/settings.py (+1/-1)
To merge this branch: bzr merge lp:~cjohnston/summit/i18n
Reviewer Review Type Date Requested Status
Adnane Belmadiaf Approve
Michael Hall (community) Approve
Review via email: mp+152525@code.launchpad.net

Commit message

Turns off i18n for performance improvements.

To post a comment you must log in.
Revision history for this message
Michael Hall (mhall119) wrote :

Looks fine

review: Approve
Revision history for this message
Tarmac WebDev (tarmac-webdev) wrote :

The prerequisite lp:~chrisjohnston/summit/csrf has not yet been merged into lp:summit.

Revision history for this message
Adnane Belmadiaf (daker) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'summit/settings.py'
2--- summit/settings.py 2013-03-08 22:28:22 +0000
3+++ summit/settings.py 2013-03-08 22:28:22 +0000
4@@ -63,7 +63,7 @@
5
6 # If you set this to False, Django will make some optimizations so as not
7 # to load the internationalization machinery.
8-USE_I18N = True
9+USE_I18N = False
10
11 # Absolute path to the directory that holds media.
12 # Example: "/home/media/media.lawrence.com/"

Subscribers

People subscribed via source and target branches