Changes between Initial Version and Version 1 of Ticket #6958


Ignore:
Timestamp:
Apr 4, 2008, 11:10:44 AM (16 years ago)
Author:
Gary Wilson
Comment:

fixed description formatting.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6958 – Description

    initial v1  
     1{{{
    12File "/usr/lib/python2.5/site-packages/django/contrib/auth/tests/__init__.py", line ?, in django.contrib.auth.tests.__test__.FORM_TESTS
    23Failed example:
     
    67Got:
    78    [u'\u0627\u06cc\u0646 \u0645\u0642\u062f\u0627\u0631 \u0641\u0642\u0637 \u0628\u0627\u06cc\u062f \u062d\u0627\u0648\u06cc \u06a9\u0644\u0645\u0627\u062a\u060c \u0634\u0645\u0627\u0631\u0647 \u0647\u0627 \u0648 \u06cc\u0627 \u062e\u0637 \u0632\u06cc\u0631 \u0628\u0627\u0634\u062f.']
    8 
     9}}}
    910-----
    1011Is it ok to add these lines before tests dependent on LANGUAGE_CODE?
     12{{{
     13#!python
    1114>>> import settings
    1215>>> settings.LANGUAGE_CODE = "en-us"
     16}}}
Back to Top