Note that there are some explanatory texts on larger screens.

plurals
  1. USJakub Gocławski
    primarykey
    data
    text
    plurals
    1. COI honestly don't know how to modify global settings and guarantee it works as expected. After taking a brief look at translation code, it looks like it would be risky to do (judging by function caching which is done in there - I might be wrong, though). If you really need to separate "normal" string from those "external", you could try adding a prefix for their IDs or something. Unless, you don't use IDs, in which case it won't work.
      singulars
    2. COI don't understand the steps you take to reproduce the "blank screen". Which of your urls are you accessing? What are you clicking? As a sidenote: you have a few indendation errors, they might be the issue: in views.mylogin there's no indendation after "if request.method == 'POST':". And right below this view there are lines which are not part of any view (?): "print "calling: direct_to_template('login.html')" return direct_to_template(request, 'login.html')"
      singulars
    3. COMy answer was accurate at the time of writing it :) It was just after Django was updated from 1.2.4 to 1.2.5. It was also when newest jQuery version was 1.5. It turns out the source of the problem was bugged jQuery (1.5) and this information is now added to Django doc, as you have stated. In my case: the cookie WAS set and the token was NOT added to the AJAX request. Given fix worked for bugged jQuery 1.5. As of now, you can simply stick to the official docs, using example code given there and using newest jQuery. Your problem had different source than problems discussed here :)
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload