<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-skaschool.git/locale/zh_CN, branch master</title>
<subtitle>2014 China-New Zealand SKA Summer School Website
</subtitle>
<link rel='alternate' type='text/html' href='https://git.liwt.net/django-skaschool.git/'/>
<entry>
<title>Updated zh_CN messages.</title>
<updated>2014-06-25T04:51:09+00:00</updated>
<author>
<name>Weitian LI</name>
<email>liweitianux@gmail.com</email>
</author>
<published>2014-06-25T04:51:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/django-skaschool.git/commit/?id=7e4bb19c27a0d27f87bd59c297bbfab6a064615d'/>
<id>7e4bb19c27a0d27f87bd59c297bbfab6a064615d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated 'profile.html' and zh_CN locale messages</title>
<updated>2014-06-07T06:00:41+00:00</updated>
<author>
<name>Weitian LI</name>
<email>liweitianux@gmail.com</email>
</author>
<published>2014-06-07T06:00:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/django-skaschool.git/commit/?id=0d0f12f76606009c7dc85da46e0531b5d155499e'/>
<id>0d0f12f76606009c7dc85da46e0531b5d155499e</id>
<content type='text'>
* updated profile.html to show 'sjtu_id' and 'sjtu_initpass' info
  and show a related alert
* updated zh_CN locale messages
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* updated profile.html to show 'sjtu_id' and 'sjtu_initpass' info
  and show a related alert
* updated zh_CN locale messages
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed a type 'identify' and updated 'list_approved' display contents</title>
<updated>2014-06-02T16:22:28+00:00</updated>
<author>
<name>Weitian LI</name>
<email>liweitianux@gmail.com</email>
</author>
<published>2014-06-02T16:22:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/django-skaschool.git/commit/?id=2288c7f4dca08aa4519b80ace852be8c0526d992'/>
<id>2288c7f4dca08aa4519b80ace852be8c0526d992</id>
<content type='text'>
* changed 'identify' to 'identity' in Model 'UserProfile'
* updated forms.py, admin.py, profile.html related to 'identity'
* added South migration for renaming field 'identify' to 'identity'
* updated display contents of 'list_approved': removed 'identity' column
* updated 'institute' field name to 'institute (and major)'
* updated related translations
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* changed 'identify' to 'identity' in Model 'UserProfile'
* updated forms.py, admin.py, profile.html related to 'identity'
* added South migration for renaming field 'identify' to 'identity'
* updated display contents of 'list_approved': removed 'identity' column
* updated 'institute' field name to 'institute (and major)'
* updated related translations
</pre>
</div>
</content>
</entry>
<entry>
<title>updated local messages zh_CN</title>
<updated>2014-05-20T13:14:47+00:00</updated>
<author>
<name>Weitian LI</name>
<email>liweitianux@gmail.com</email>
</author>
<published>2014-05-20T13:14:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/django-skaschool.git/commit/?id=76c29792ece95e320bd6e1bd37311ae755f7d5a5'/>
<id>76c29792ece95e320bd6e1bd37311ae755f7d5a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* fixed attachments.short_description of UserProfileAdmin</title>
<updated>2014-04-30T11:47:12+00:00</updated>
<author>
<name>Weitian LI</name>
<email>liweitianux@gmail.com</email>
</author>
<published>2014-04-30T11:47:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/django-skaschool.git/commit/?id=f36c475dd6ddf030743f73b0c563ad0165b00310'/>
<id>f36c475dd6ddf030743f73b0c563ad0165b00310</id>
<content type='text'>
* updated related zh_CN messages
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* updated related zh_CN messages
</pre>
</div>
</content>
</entry>
<entry>
<title>* added 'UserProfileAdmin' with actions and list_display:</title>
<updated>2014-04-30T11:42:24+00:00</updated>
<author>
<name>Weitian LI</name>
<email>liweitianux@gmail.com</email>
</author>
<published>2014-04-30T11:42:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/django-skaschool.git/commit/?id=a390abcdd6b90810759a5178b8eae05fca0d7a6f'/>
<id>a390abcdd6b90810759a5178b8eae05fca0d7a6f</id>
<content type='text'>
  o actions:
    - 'approve_users',
    - 'sponsor_users',
    - 'cancel_approve_users',
    - 'cancel_sponsor_users',
    - 'reset_approve_users',
    - 'reset_sponsor_users',
  o list_display:
    - 'user',
    - 'realname',
    - 'gender',
    - 'institute',
    - 'identify',
    - 'reason',
    - 'transcript_url',
    - 'supplement',
    - 'attachments',
    - 'is_approved',
    - 'is_sponsored',
* updated zh_CN messages
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  o actions:
    - 'approve_users',
    - 'sponsor_users',
    - 'cancel_approve_users',
    - 'cancel_sponsor_users',
    - 'reset_approve_users',
    - 'reset_sponsor_users',
  o list_display:
    - 'user',
    - 'realname',
    - 'gender',
    - 'institute',
    - 'identify',
    - 'reason',
    - 'transcript_url',
    - 'supplement',
    - 'attachments',
    - 'is_approved',
    - 'is_sponsored',
* updated zh_CN messages
</pre>
</div>
</content>
</entry>
<entry>
<title>* added 'Markdown' to requirements.txt</title>
<updated>2014-04-29T01:11:52+00:00</updated>
<author>
<name>Weitian LI</name>
<email>liweitianux@gmail.com</email>
</author>
<published>2014-04-29T01:11:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/django-skaschool.git/commit/?id=06de4844b239c6ab33cdee121d1df3070a18eb13'/>
<id>06de4844b239c6ab33cdee121d1df3070a18eb13</id>
<content type='text'>
* updated zh_CN messages
* fixed a typo in 'my_markdown.py'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* updated zh_CN messages
* fixed a typo in 'my_markdown.py'
</pre>
</div>
</content>
</entry>
<entry>
<title>updated locale zh_CN messages</title>
<updated>2014-04-28T17:26:57+00:00</updated>
<author>
<name>Weitian LI</name>
<email>liweitianux@gmail.com</email>
</author>
<published>2014-04-28T17:26:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/django-skaschool.git/commit/?id=73d343c35f8bd7f405ef642cecace834c4b6c65c'/>
<id>73d343c35f8bd7f405ef642cecace834c4b6c65c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* added zh_CN locale for django_skaschool and added 'LOCALE_PATHS' in settings.py</title>
<updated>2014-04-21T10:10:06+00:00</updated>
<author>
<name>Weitian LI</name>
<email>liweitianux@gmail.com</email>
</author>
<published>2014-04-21T10:10:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/django-skaschool.git/commit/?id=83bd9f81631424694b95a50e923e3f6933f67141'/>
<id>83bd9f81631424694b95a50e923e3f6933f67141</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
