Branch: refs/heads/soc2009/i18n-improvements
  Home:   https://github.com/django/django
  Commit: 3860c69bad92e4a514b1d10426445a00f3e9239a
      
https://github.com/django/django/commit/3860c69bad92e4a514b1d10426445a00f3e9239a
  Author: Jacob Kaplan-Moss <ja...@jacobian.org>
  Date:   2009-05-27 (Wed, 27 May 2009)

  Log Message:
  -----------
  Created "i18n-improvements" for Marc Garcia's SoC project.


git-svn-id: 
http://code.djangoproject.com/svn/django/branches/soc2009/i18n-improvements@10857
 bcc190cf-cafb-0310-a4f2-bffc1f526a37


  Commit: f973c57aaac3e918ac0234acbbbc86834ccfca86
      
https://github.com/django/django/commit/f973c57aaac3e918ac0234acbbbc86834ccfca86
  Author: Marc Garcia <garcia.m...@gmail.com>
  Date:   2009-06-06 (Sat, 06 Jun 2009)

  Changed paths:
    M django/conf/locale/es_AR/LC_MESSAGES/django.mo
    M django/conf/locale/es_AR/LC_MESSAGES/django.po
    M django/contrib/admin/templates/admin/pagination.html
    M django/contrib/gis/db/models/sql/where.py
    M django/contrib/gis/maps/google/gmap.py
    M django/contrib/gis/maps/google/overlays.py
    M django/contrib/gis/tests/relatedapp/models.py
    M django/contrib/gis/tests/relatedapp/tests.py
    M django/contrib/gis/utils/ogrinspect.py
    M django/db/models/fields/files.py
    M django/db/models/query.py
    M django/db/models/query_utils.py
    M django/db/models/sql/query.py
    M django/forms/models.py
    M tests/modeltests/defer/models.py
    M tests/modeltests/model_forms/models.py
    M tests/regressiontests/admin_scripts/tests.py
    M tests/regressiontests/defer_regress/models.py
    A tests/regressiontests/delete_regress/__init__.py
    A tests/regressiontests/delete_regress/models.py
    M tests/regressiontests/file_storage/models.py
    M tests/regressiontests/file_storage/tests.py
    A tests/regressiontests/model_fields/4x8.png
    A tests/regressiontests/model_fields/8x4.png
    A tests/regressiontests/model_fields/imagefield.py
    M tests/regressiontests/model_fields/models.py
    M tests/regressiontests/model_fields/tests.py
    M tests/regressiontests/queries/models.py

  Log Message:
  -----------
  Merged up to trunk r10934

git-svn-id: 
http://code.djangoproject.com/svn/django/branches/soc2009/i18n-improvements@10935
 bcc190cf-cafb-0310-a4f2-bffc1f526a37


  Commit: a25d53191c2ad869ba688da77d04c78a6c7b4640
      
https://github.com/django/django/commit/a25d53191c2ad869ba688da77d04c78a6c7b4640
  Author: Marc Garcia <garcia.m...@gmail.com>
  Date:   2009-06-08 (Mon, 08 Jun 2009)

  Changed paths:
    M django/conf/global_settings.py
    A django/conf/locale/__init__.py
    A django/conf/locale/ca/__init__.py
    A django/conf/locale/ca/formats.py
    A django/conf/locale/en/__init__.py
    A django/conf/locale/en/formats.py
    M django/contrib/admin/templates/admin/object_history.html
    M django/contrib/admin/templatetags/admin_list.py
    M django/contrib/databrowse/datastructures.py
    A django/utils/formats.py
    M django/utils/translation/trans_null.py
    M django/utils/translation/trans_real.py
    M docs/ref/settings.txt
    M tests/regressiontests/i18n/tests.py

  Log Message:
  -----------
  [soc2009/i18n-improvements] Created a specific function to get locale formats 
(to avoid using gettext), and updated the code that used gettext.

git-svn-id: 
http://code.djangoproject.com/svn/django/branches/soc2009/i18n-improvements@10956
 bcc190cf-cafb-0310-a4f2-bffc1f526a37


  Commit: 87cd3dfa55770e5a987d43797c013d81530083db
      
https://github.com/django/django/commit/87cd3dfa55770e5a987d43797c013d81530083db
  Author: Marc Garcia <garcia.m...@gmail.com>
  Date:   2009-07-01 (Wed, 01 Jul 2009)

  Changed paths:
    M django/contrib/admin/templatetags/admin_list.py
    M django/contrib/databrowse/datastructures.py
    M django/utils/formats.py
    A django/utils/numberformat.py

  Log Message:
  -----------
  [soc2009/i18n] implemented more efficient way to get formats

git-svn-id: 
http://code.djangoproject.com/svn/django/branches/soc2009/i18n-improvements@11147
 bcc190cf-cafb-0310-a4f2-bffc1f526a37


  Commit: f5095f8cb367e51e18e084ac118d6900ab9ba735
      
https://github.com/django/django/commit/f5095f8cb367e51e18e084ac118d6900ab9ba735
  Author: Marc Garcia <garcia.m...@gmail.com>
  Date:   2009-07-01 (Wed, 01 Jul 2009)

  Changed paths:
    M AUTHORS
    M django/contrib/admindocs/templates/admin_doc/model_index.html
    M django/contrib/admindocs/views.py
    M django/contrib/comments/views/comments.py
    M django/contrib/contenttypes/generic.py
    M django/contrib/gis/admin/options.py
    M django/contrib/gis/db/models/sql/query.py
    M django/contrib/gis/gdal/libgdal.py
    M django/contrib/gis/maps/google/gmap.py
    R django/contrib/gis/templates/gis/google/google-base.js
    M django/contrib/gis/templates/gis/google/google-map.js
    M django/contrib/gis/templates/gis/google/google-multi.js
    M django/contrib/gis/templates/gis/google/google-single.js
    M django/contrib/gis/tests/relatedapp/models.py
    M django/contrib/gis/tests/relatedapp/tests.py
    M django/contrib/gis/tests/test_geoip.py
    M django/contrib/gis/utils/geoip.py
    M django/core/mail.py
    M django/core/management/commands/dumpdata.py
    M django/core/urlresolvers.py
    M django/db/backends/creation.py
    M django/db/models/base.py
    M django/db/models/fields/related.py
    M django/templatetags/cache.py
    M docs/faq/install.txt
    M docs/howto/deployment/modwsgi.txt
    M docs/index.txt
    M docs/internals/documentation.txt
    M docs/intro/overview.txt
    M docs/intro/tutorial01.txt
    M docs/intro/tutorial02.txt
    M docs/intro/tutorial03.txt
    M docs/intro/tutorial04.txt
    M docs/ref/contrib/admin/index.txt
    M docs/ref/contrib/contenttypes.txt
    M docs/ref/databases.txt
    M docs/ref/django-admin.txt
    M docs/ref/files/storage.txt
    M docs/ref/generic-views.txt
    M docs/ref/index.txt
    M docs/ref/models/fields.txt
    M docs/ref/models/querysets.txt
    M docs/ref/settings.txt
    M docs/releases/1.0-porting-guide.txt
    M docs/topics/db/queries.txt
    M docs/topics/db/sql.txt
    M docs/topics/forms/modelforms.txt
    A docs/topics/generic-views.txt
    M docs/topics/http/middleware.txt
    M docs/topics/http/sessions.txt
    M docs/topics/i18n.txt
    M docs/topics/index.txt
    M docs/topics/install.txt
    M docs/topics/testing.txt
    A tests/modeltests/custom_pk/fields.py
    M tests/modeltests/custom_pk/models.py
    A tests/modeltests/proxy_models/fixtures/mypeople.json
    M tests/modeltests/proxy_models/models.py
    M tests/modeltests/transactions/models.py
    M tests/regressiontests/fixtures_regress/models.py
    M tests/regressiontests/m2m_regress/models.py
    M tests/regressiontests/mail/tests.py
    M tests/regressiontests/null_fk/models.py
    A tests/regressiontests/one_to_one_regress/tests.py
    M tests/regressiontests/queries/models.py
    M tests/regressiontests/serializers_regress/tests.py
    M tests/regressiontests/templates/tests.py
    M tests/regressiontests/urlpatterns_reverse/tests.py

  Log Message:
  -----------
  [soc2009/i18n] merged up to trunk r11147

git-svn-id: 
http://code.djangoproject.com/svn/django/branches/soc2009/i18n-improvements@11148
 bcc190cf-cafb-0310-a4f2-bffc1f526a37


  Commit: 159765c5ee5d77edd44bf2efb17671b87ecbf38e
      
https://github.com/django/django/commit/159765c5ee5d77edd44bf2efb17671b87ecbf38e
  Author: Marc Garcia <garcia.m...@gmail.com>
  Date:   2009-07-02 (Thu, 02 Jul 2009)

  Changed paths:
    M django/db/models/base.py
    M django/db/models/fields/__init__.py
    M django/template/__init__.py

  Log Message:
  -----------
  [soc2009/i18n] draft for a possible solution on how to localize database 
fields on templates

git-svn-id: 
http://code.djangoproject.com/svn/django/branches/soc2009/i18n-improvements@11159
 bcc190cf-cafb-0310-a4f2-bffc1f526a37


  Commit: 5b616f27c67f087b9f93f10804b175dee4c46839
      
https://github.com/django/django/commit/5b616f27c67f087b9f93f10804b175dee4c46839
  Author: Marc Garcia <garcia.m...@gmail.com>
  Date:   2009-07-06 (Mon, 06 Jul 2009)

  Changed paths:
    M django/contrib/admin/templatetags/admin_list.py
    M django/contrib/databrowse/datastructures.py
    M django/db/models/base.py
    M django/db/models/fields/__init__.py
    M django/template/__init__.py
    M django/template/debug.py
    M django/utils/formats.py

  Log Message:
  -----------
  [soc2009/i18n] moving all format localization from models to templates, and 
code clean up

git-svn-id: 
http://code.djangoproject.com/svn/django/branches/soc2009/i18n-improvements@11197
 bcc190cf-cafb-0310-a4f2-bffc1f526a37


  Commit: 07ed7fea103ee7f507fb2e49cdd6d983fe54c7b0
      
https://github.com/django/django/commit/07ed7fea103ee7f507fb2e49cdd6d983fe54c7b0
  Author: Marc Garcia <garcia.m...@gmail.com>
  Date:   2009-07-07 (Tue, 07 Jul 2009)

  Changed paths:
    M django/conf/global_settings.py
    M django/conf/locale/ca/formats.py
    M django/contrib/admin/templatetags/admin_list.py
    M django/template/defaultfilters.py
    M django/utils/formats.py
    M django/utils/numberformat.py
    M docs/ref/settings.txt
    M tests/regressiontests/i18n/tests.py

  Log Message:
  -----------
  [soc2009/i18n] formatting system in development

git-svn-id: 
http://code.djangoproject.com/svn/django/branches/soc2009/i18n-improvements@11204
 bcc190cf-cafb-0310-a4f2-bffc1f526a37


  Commit: 637aa76d072682a94c1a02965d2f92dad20bb46a
      
https://github.com/django/django/commit/637aa76d072682a94c1a02965d2f92dad20bb46a
  Author: Marc Garcia <garcia.m...@gmail.com>
  Date:   2009-07-09 (Thu, 09 Jul 2009)

  Changed paths:
    M django/contrib/admin/media/js/calendar.js
    M django/utils/formats.py
    M django/views/i18n.py

  Log Message:
  -----------
  [soc2009/i18n] formats made available for javascript, and used to change the 
first day of week in admin calendar

git-svn-id: 
http://code.djangoproject.com/svn/django/branches/soc2009/i18n-improvements@11207
 bcc190cf-cafb-0310-a4f2-bffc1f526a37


  Commit: 89ba6cde4877a54c1a6013386d107278b2a6c1de
      
https://github.com/django/django/commit/89ba6cde4877a54c1a6013386d107278b2a6c1de
  Author: Marc Garcia <garcia.m...@gmail.com>
  Date:   2009-07-09 (Thu, 09 Jul 2009)

  Changed paths:
    M django/conf/global_settings.py
    M django/forms/fields.py

  Log Message:
  -----------
  [soc2009/i18n] localization of input formats

git-svn-id: 
http://code.djangoproject.com/svn/django/branches/soc2009/i18n-improvements@11208
 bcc190cf-cafb-0310-a4f2-bffc1f526a37


  Commit: 0f205b9987d6ac18105d5db05a280a16fb194371
      
https://github.com/django/django/commit/0f205b9987d6ac18105d5db05a280a16fb194371
  Author: Marc Garcia <garcia.m...@gmail.com>
  Date:   2009-07-12 (Sun, 12 Jul 2009)

  Changed paths:
    M django/contrib/admin/templatetags/admin_list.py
    M django/forms/fields.py
    M django/forms/widgets.py
    M django/utils/formats.py
    M docs/ref/settings.txt

  Log Message:
  -----------
  [soc2009/i18n] bugs fixed on input formatting, and more documentation written.

git-svn-id: 
http://code.djangoproject.com/svn/django/branches/soc2009/i18n-improvements@11228
 bcc190cf-cafb-0310-a4f2-bffc1f526a37


  Commit: c52ae07453a5556ba255aa115f2a4e8f56c7fd73
      
https://github.com/django/django/commit/c52ae07453a5556ba255aa115f2a4e8f56c7fd73
  Author: Marc Garcia <garcia.m...@gmail.com>
  Date:   2009-07-13 (Mon, 13 Jul 2009)

  Changed paths:
    M django/template/defaultfilters.py
    M django/utils/formats.py
    M django/views/i18n.py
    M docs/ref/templates/builtins.txt
    M docs/topics/i18n.txt

  Log Message:
  -----------
  [soc2009/i18n] Date filter allowed to use predefined formats, improved 
fallbacks on getting formats, and documentation added.

git-svn-id: 
http://code.djangoproject.com/svn/django/branches/soc2009/i18n-improvements@11231
 bcc190cf-cafb-0310-a4f2-bffc1f526a37


  Commit: 9dfe9f072bfac9f7716ff3a4eebe6171bc75b305
      
https://github.com/django/django/commit/9dfe9f072bfac9f7716ff3a4eebe6171bc75b305
  Author: Marc Garcia <garcia.m...@gmail.com>
  Date:   2009-08-02 (Sun, 02 Aug 2009)

  Changed paths:
    A django/conf/locale/ar/__init__.py
    A django/conf/locale/ar/formats.py
    A django/conf/locale/bg/__init__.py
    A django/conf/locale/bg/formats.py
    A django/conf/locale/bn/__init__.py
    A django/conf/locale/bn/formats.py
    M django/conf/locale/ca/formats.py
    A django/conf/locale/cs/__init__.py
    A django/conf/locale/cs/formats.py
    A django/conf/locale/cy/__init__.py
    A django/conf/locale/cy/formats.py
    A django/conf/locale/da/__init__.py
    A django/conf/locale/da/formats.py
    A django/conf/locale/de/__init__.py
    A django/conf/locale/de/formats.py
    A django/conf/locale/el/__init__.py
    A django/conf/locale/el/formats.py
    M django/conf/locale/en/formats.py
    A django/conf/locale/es/__init__.py
    A django/conf/locale/es/formats.py
    A django/conf/locale/es_AR/__init__.py
    A django/conf/locale/es_AR/formats.py
    A django/conf/locale/et/__init__.py
    A django/conf/locale/et/formats.py
    A django/conf/locale/eu/__init__.py
    A django/conf/locale/eu/formats.py
    A django/conf/locale/fa/__init__.py
    A django/conf/locale/fa/formats.py
    A django/conf/locale/fi/__init__.py
    A django/conf/locale/fi/formats.py
    A django/conf/locale/fr/__init__.py
    A django/conf/locale/fr/formats.py
    A django/conf/locale/ga/__init__.py
    A django/conf/locale/ga/formats.py
    A django/conf/locale/gl/__init__.py
    A django/conf/locale/gl/formats.py
    A django/conf/locale/he/__init__.py
    A django/conf/locale/he/formats.py
    A django/conf/locale/hi/__init__.py
    A django/conf/locale/hi/formats.py
    A django/conf/locale/hr/__init__.py
    A django/conf/locale/hr/formats.py
    A django/conf/locale/hu/__init__.py
    A django/conf/locale/hu/formats.py
    A django/conf/locale/is/__init__.py
    A django/conf/locale/is/formats.py
    A django/conf/locale/it/__init__.py
    A django/conf/locale/it/formats.py
    A django/conf/locale/ja/__init__.py
    A django/conf/locale/ja/formats.py
    A django/conf/locale/ka/__init__.py
    A django/conf/locale/ka/formats.py
    A django/conf/locale/km/__init__.py
    A django/conf/locale/km/formats.py
    A django/conf/locale/kn/__init__.py
    A django/conf/locale/kn/formats.py
    A django/conf/locale/ko/__init__.py
    A django/conf/locale/ko/formats.py
    A django/conf/locale/lt/__init__.py
    A django/conf/locale/lt/formats.py
    A django/conf/locale/lv/__init__.py
    A django/conf/locale/lv/formats.py
    A django/conf/locale/mk/__init__.py
    A django/conf/locale/mk/formats.py
    A django/conf/locale/nl/__init__.py
    A django/conf/locale/nl/formats.py
    A django/conf/locale/no/__init__.py
    A django/conf/locale/no/formats.py
    A django/conf/locale/pl/__init__.py
    A django/conf/locale/pl/formats.py
    A django/conf/locale/pt/__init__.py
    A django/conf/locale/pt/formats.py
    A django/conf/locale/pt_BR/__init__.py
    A django/conf/locale/pt_BR/formats.py
    A django/conf/locale/ro/__init__.py
    A django/conf/locale/ro/formats.py
    A django/conf/locale/ru/__init__.py
    A django/conf/locale/ru/formats.py
    A django/conf/locale/sk/__init__.py
    A django/conf/locale/sk/formats.py
    A django/conf/locale/sl/__init__.py
    A django/conf/locale/sl/formats.py
    A django/conf/locale/sr/__init__.py
    A django/conf/locale/sr/formats.py
    A django/conf/locale/sv/__init__.py
    A django/conf/locale/sv/formats.py
    A django/conf/locale/ta/__init__.py
    A django/conf/locale/ta/formats.py
    A django/conf/locale/te/__init__.py
    A django/conf/locale/te/formats.py
    A django/conf/locale/th/__init__.py
    A django/conf/locale/th/formats.py
    A django/conf/locale/tr/__init__.py
    A django/conf/locale/tr/formats.py
    A django/conf/locale/uk/__init__.py
    A django/conf/locale/uk/formats.py
    A django/conf/locale/zh_CN/__init__.py
    A django/conf/locale/zh_CN/formats.py
    A django/conf/locale/zh_TW/__init__.py
    A django/conf/locale/zh_TW/formats.py
    A django/core/management/commands/importcldr.py

  Log Message:
  -----------
  [soc2009/i18n] added script to import locales from cldr, and formats for 
existing locales

git-svn-id: 
http://code.djangoproject.com/svn/django/branches/soc2009/i18n-improvements@11377
 bcc190cf-cafb-0310-a4f2-bffc1f526a37


  Commit: e8fc1398bf244656f966354c951d9fee6ebb8c19
      
https://github.com/django/django/commit/e8fc1398bf244656f966354c951d9fee6ebb8c19
  Author: Marc Garcia <garcia.m...@gmail.com>
  Date:   2009-08-04 (Tue, 04 Aug 2009)

  Changed paths:
    M tests/regressiontests/i18n/tests.py

  Log Message:
  -----------
  [soc2009/i18n] more tests added

git-svn-id: 
http://code.djangoproject.com/svn/django/branches/soc2009/i18n-improvements@11386
 bcc190cf-cafb-0310-a4f2-bffc1f526a37


  Commit: d05ad1420afb5c284c1d1e1669d40af69eeb4538
      
https://github.com/django/django/commit/d05ad1420afb5c284c1d1e1669d40af69eeb4538
  Author: Marc Garcia <garcia.m...@gmail.com>
  Date:   2009-08-04 (Tue, 04 Aug 2009)

  Changed paths:
    M django/conf/locale/ca/formats.py
    M django/conf/locale/en/formats.py
    M django/conf/locale/es/formats.py

  Log Message:
  -----------
  [soc2009/i18n] format files finished from what imported from cldr for ca, en, 
es

git-svn-id: 
http://code.djangoproject.com/svn/django/branches/soc2009/i18n-improvements@11387
 bcc190cf-cafb-0310-a4f2-bffc1f526a37


  Commit: 986bcffed2c2ab85a1cd3ebe520b7d725d921846
      
https://github.com/django/django/commit/986bcffed2c2ab85a1cd3ebe520b7d725d921846
  Author: Marc Garcia <garcia.m...@gmail.com>
  Date:   2009-08-04 (Tue, 04 Aug 2009)

  Changed paths:
    M AUTHORS
    M django/__init__.py
    M django/conf/locale/ar/LC_MESSAGES/django.mo
    M django/conf/locale/ar/LC_MESSAGES/django.po
    M django/conf/locale/bn/LC_MESSAGES/django.mo
    M django/conf/locale/bn/LC_MESSAGES/django.po
    M django/conf/locale/bn/LC_MESSAGES/djangojs.mo
    M django/conf/locale/bn/LC_MESSAGES/djangojs.po
    M django/conf/locale/ca/LC_MESSAGES/django.mo
    M django/conf/locale/ca/LC_MESSAGES/django.po
    M django/conf/locale/cs/LC_MESSAGES/django.mo
    M django/conf/locale/cs/LC_MESSAGES/django.po
    M django/conf/locale/da/LC_MESSAGES/django.mo
    M django/conf/locale/da/LC_MESSAGES/django.po
    M django/conf/locale/de/LC_MESSAGES/django.mo
    M django/conf/locale/de/LC_MESSAGES/django.po
    M django/conf/locale/es/LC_MESSAGES/django.mo
    M django/conf/locale/es/LC_MESSAGES/django.po
    M django/conf/locale/es_AR/LC_MESSAGES/django.mo
    M django/conf/locale/es_AR/LC_MESSAGES/django.po
    M django/conf/locale/et/LC_MESSAGES/django.mo
    M django/conf/locale/et/LC_MESSAGES/django.po
    M django/conf/locale/fi/LC_MESSAGES/django.mo
    M django/conf/locale/fi/LC_MESSAGES/django.po
    M django/conf/locale/he/LC_MESSAGES/django.mo
    M django/conf/locale/he/LC_MESSAGES/django.po
    M django/conf/locale/it/LC_MESSAGES/django.mo
    M django/conf/locale/it/LC_MESSAGES/django.po
    M django/conf/locale/it/LC_MESSAGES/djangojs.mo
    M django/conf/locale/it/LC_MESSAGES/djangojs.po
    M django/conf/locale/ja/LC_MESSAGES/django.mo
    M django/conf/locale/ja/LC_MESSAGES/django.po
    M django/conf/locale/ja/LC_MESSAGES/djangojs.mo
    M django/conf/locale/ja/LC_MESSAGES/djangojs.po
    M django/conf/locale/ko/LC_MESSAGES/django.mo
    M django/conf/locale/ko/LC_MESSAGES/django.po
    M django/conf/locale/ko/LC_MESSAGES/djangojs.mo
    M django/conf/locale/ko/LC_MESSAGES/djangojs.po
    M django/conf/locale/mk/LC_MESSAGES/django.mo
    M django/conf/locale/mk/LC_MESSAGES/django.po
    M django/conf/locale/nl/LC_MESSAGES/django.mo
    M django/conf/locale/nl/LC_MESSAGES/django.po
    M django/conf/locale/no/LC_MESSAGES/django.mo
    M django/conf/locale/no/LC_MESSAGES/django.po
    M django/conf/locale/pl/LC_MESSAGES/django.mo
    M django/conf/locale/pl/LC_MESSAGES/django.po
    M django/conf/locale/pt/LC_MESSAGES/django.mo
    M django/conf/locale/pt/LC_MESSAGES/django.po
    M django/conf/locale/pt_BR/LC_MESSAGES/django.mo
    M django/conf/locale/pt_BR/LC_MESSAGES/django.po
    M django/conf/locale/ru/LC_MESSAGES/django.mo
    M django/conf/locale/ru/LC_MESSAGES/django.po
    M django/conf/locale/sr/LC_MESSAGES/django.mo
    M django/conf/locale/sr/LC_MESSAGES/django.po
    M django/conf/locale/sr/LC_MESSAGES/djangojs.mo
    M django/conf/locale/sr/LC_MESSAGES/djangojs.po
    A django/conf/locale/sr_Latn/LC_MESSAGES/django.mo
    A django/conf/locale/sr_Latn/LC_MESSAGES/django.po
    A django/conf/locale/sr_Latn/LC_MESSAGES/djangojs.mo
    A django/conf/locale/sr_Latn/LC_MESSAGES/djangojs.po
    M django/conf/locale/th/LC_MESSAGES/django.mo
    M django/conf/locale/th/LC_MESSAGES/django.po
    M django/conf/locale/th/LC_MESSAGES/djangojs.mo
    M django/conf/locale/th/LC_MESSAGES/djangojs.po
    M django/conf/locale/zh_CN/LC_MESSAGES/django.mo
    M django/conf/locale/zh_CN/LC_MESSAGES/django.po
    M django/conf/locale/zh_CN/LC_MESSAGES/djangojs.mo
    M django/conf/locale/zh_CN/LC_MESSAGES/djangojs.po
    M django/conf/urls/defaults.py
    M django/contrib/admin/options.py
    M django/contrib/admin/sites.py
    M django/contrib/admin/templates/admin/base.html
    M django/contrib/admin/widgets.py
    M django/contrib/admindocs/templates/admin_doc/index.html
    M django/contrib/admindocs/views.py
    M django/contrib/gis/db/models/manager.py
    M django/contrib/gis/db/models/query.py
    M django/contrib/gis/db/models/sql/query.py
    M django/contrib/gis/gdal/prototypes/generation.py
    M django/contrib/gis/geos/prototypes/topology.py
    M django/contrib/gis/tests/geoapp/tests.py
    M django/contrib/gis/tests/relatedapp/tests.py
    M django/contrib/gis/tests/test_spatialrefsys.py
    M django/core/management/commands/dumpdata.py
    M django/core/management/commands/runserver.py
    M django/core/servers/basehttp.py
    M django/core/urlresolvers.py
    M django/db/backends/creation.py
    M django/db/backends/oracle/base.py
    M django/db/backends/postgresql/operations.py
    M django/forms/models.py
    M django/middleware/http.py
    M django/template/context.py
    M django/template/defaulttags.py
    M django/views/debug.py
    M docs/_ext/djangodocs.py
    M docs/_templates/layout.html
    M docs/faq/admin.txt
    M docs/howto/custom-model-fields.txt
    M docs/howto/deployment/modpython.txt
    M docs/howto/deployment/modwsgi.txt
    M docs/howto/error-reporting.txt
    M docs/index.txt
    M docs/internals/committers.txt
    A docs/internals/deprecation.txt
    M docs/internals/index.txt
    M docs/internals/release-process.txt
    M docs/intro/tutorial03.txt
    M docs/ref/contrib/admin/_images/article_actions.png
    M docs/ref/contrib/admin/index.txt
    M docs/ref/contrib/contenttypes.txt
    M docs/ref/databases.txt
    M docs/ref/forms/fields.txt
    M docs/ref/middleware.txt
    M docs/ref/models/instances.txt
    M docs/ref/models/querysets.txt
    M docs/ref/templates/api.txt
    M docs/ref/templates/builtins.txt
    A docs/releases/1.1-rc-1.txt
    A docs/releases/1.1.txt
    M docs/releases/index.txt
    M docs/topics/forms/formsets.txt
    M docs/topics/http/urls.txt
    M docs/topics/i18n.txt
    M docs/topics/testing.txt
    M setup.py
    M tests/modeltests/expressions/models.py
    M tests/regressiontests/admin_views/customadmin.py
    M tests/regressiontests/admin_views/models.py
    M tests/regressiontests/admin_views/tests.py
    M tests/regressiontests/admin_widgets/tests.py
    A tests/regressiontests/admin_widgets/urls2.py
    M tests/regressiontests/admin_widgets/widgetadmin.py
    M tests/regressiontests/backends/tests.py
    M tests/regressiontests/fixtures_regress/models.py
    A tests/regressiontests/m2m_through_regress/fixtures/m2m_through.json
    M tests/regressiontests/m2m_through_regress/models.py
    M tests/regressiontests/mail/tests.py
    A tests/regressiontests/servers/__init__.py
    A tests/regressiontests/servers/models.py
    A tests/regressiontests/servers/tests.py
    A tests/regressiontests/urlpatterns_reverse/included_namespace_urls.py
    A tests/regressiontests/urlpatterns_reverse/namespace_urls.py
    M tests/regressiontests/urlpatterns_reverse/tests.py

  Log Message:
  -----------
  [soc2009/i18n] merged up to trunk r11385

git-svn-id: 
http://code.djangoproject.com/svn/django/branches/soc2009/i18n-improvements@11388
 bcc190cf-cafb-0310-a4f2-bffc1f526a37


  Commit: 5816a076efb16899cdeecb13846d4f97030994ef
      
https://github.com/django/django/commit/5816a076efb16899cdeecb13846d4f97030994ef
  Author: Marc Garcia <garcia.m...@gmail.com>
  Date:   2009-08-04 (Tue, 04 Aug 2009)

  Changed paths:
    M docs/ref/settings.txt

  Log Message:
  -----------
  [soc2009/i18n] pending settings documented

git-svn-id: 
http://code.djangoproject.com/svn/django/branches/soc2009/i18n-improvements@11389
 bcc190cf-cafb-0310-a4f2-bffc1f526a37


  Commit: 819ae8a2cfdcf9ce5e33c6abb76013f3448f9df8
      
https://github.com/django/django/commit/819ae8a2cfdcf9ce5e33c6abb76013f3448f9df8
  Author: Marc Garcia <garcia.m...@gmail.com>
  Date:   2009-08-04 (Tue, 04 Aug 2009)

  Changed paths:
    M django/conf/locale/ar/formats.py
    M django/conf/locale/bg/formats.py
    M django/conf/locale/bn/formats.py
    M django/conf/locale/ca/formats.py
    M django/conf/locale/cs/formats.py
    M django/conf/locale/cy/formats.py
    M django/conf/locale/da/formats.py
    M django/conf/locale/de/formats.py
    M django/conf/locale/el/formats.py
    M django/conf/locale/en/formats.py
    M django/conf/locale/es/formats.py
    M django/conf/locale/es_AR/formats.py
    M django/conf/locale/et/formats.py
    M django/conf/locale/eu/formats.py
    M django/conf/locale/fa/formats.py
    M django/conf/locale/fi/formats.py
    M django/conf/locale/fr/formats.py
    M django/conf/locale/ga/formats.py
    M django/conf/locale/gl/formats.py
    M django/conf/locale/he/formats.py
    M django/conf/locale/hi/formats.py
    M django/conf/locale/hr/formats.py
    M django/conf/locale/hu/formats.py
    M django/conf/locale/is/formats.py
    M django/conf/locale/it/formats.py
    M django/conf/locale/ja/formats.py
    M django/conf/locale/ka/formats.py
    M django/conf/locale/km/formats.py
    M django/conf/locale/kn/formats.py
    M django/conf/locale/ko/formats.py
    M django/conf/locale/lt/formats.py
    M django/conf/locale/lv/formats.py
    M django/conf/locale/mk/formats.py
    M django/conf/locale/nl/formats.py
    M django/conf/locale/no/formats.py
    M django/conf/locale/pl/formats.py
    M django/conf/locale/pt/formats.py
    M django/conf/locale/pt_BR/formats.py
    M django/conf/locale/ro/formats.py
    M django/conf/locale/ru/formats.py
    M django/conf/locale/sk/formats.py
    M django/conf/locale/sl/formats.py
    M django/conf/locale/sr/formats.py
    A django/conf/locale/sr_Latn/__init__.py
    A django/conf/locale/sr_Latn/formats.py
    M django/conf/locale/sv/formats.py
    M django/conf/locale/ta/formats.py
    M django/conf/locale/te/formats.py
    M django/conf/locale/th/formats.py
    M django/conf/locale/tr/formats.py
    M django/conf/locale/uk/formats.py
    M django/conf/locale/zh_CN/formats.py
    M django/conf/locale/zh_TW/formats.py
    M django/core/management/commands/importcldr.py

  Log Message:
  -----------
  [soc2009/i18n] format files updated with input formats

git-svn-id: 
http://code.djangoproject.com/svn/django/branches/soc2009/i18n-improvements@11390
 bcc190cf-cafb-0310-a4f2-bffc1f526a37


  Commit: 58d05494ec4ee457837f857c8929842f33097315
      
https://github.com/django/django/commit/58d05494ec4ee457837f857c8929842f33097315
  Author: Marc Garcia <garcia.m...@gmail.com>
  Date:   2009-08-04 (Tue, 04 Aug 2009)

  Changed paths:
    M tests/regressiontests/i18n/tests.py

  Log Message:
  -----------
  [soc2009/i18n] tests added for form localization

git-svn-id: 
http://code.djangoproject.com/svn/django/branches/soc2009/i18n-improvements@11391
 bcc190cf-cafb-0310-a4f2-bffc1f526a37


  Commit: ae59f1abc9b45e2a6becabd706243efa592bc204
      
https://github.com/django/django/commit/ae59f1abc9b45e2a6becabd706243efa592bc204
  Author: Marc Garcia <garcia.m...@gmail.com>
  Date:   2009-08-05 (Wed, 05 Aug 2009)

  Changed paths:
    M docs/topics/i18n.txt

  Log Message:
  -----------
  [soc2009/i18n] added more clear documentation about l10n on forms

git-svn-id: 
http://code.djangoproject.com/svn/django/branches/soc2009/i18n-improvements@11401
 bcc190cf-cafb-0310-a4f2-bffc1f526a37


  Commit: b1a54ac423fb21b425787fc27e57d123fde2c978
      
https://github.com/django/django/commit/b1a54ac423fb21b425787fc27e57d123fde2c978
  Author: Marc Garcia <garcia.m...@gmail.com>
  Date:   2009-08-05 (Wed, 05 Aug 2009)

  Changed paths:
    A django/conf/locale/nb/LC_MESSAGES/django.mo
    A django/conf/locale/nb/LC_MESSAGES/django.po
    A django/conf/locale/nb/LC_MESSAGES/djangojs.mo
    A django/conf/locale/nb/LC_MESSAGES/djangojs.po
    A django/conf/locale/nb/__init__.py
    A django/conf/locale/nb/formats.py
    R django/conf/locale/no/LC_MESSAGES/django.mo
    R django/conf/locale/no/LC_MESSAGES/django.po
    R django/conf/locale/no/LC_MESSAGES/djangojs.mo
    R django/conf/locale/no/LC_MESSAGES/djangojs.po
    R django/conf/locale/no/__init__.py
    R django/conf/locale/no/formats.py

  Log Message:
  -----------
  [soc2009/i18n] Fixed #11068. Norwegian Bokmal code fixed

git-svn-id: 
http://code.djangoproject.com/svn/django/branches/soc2009/i18n-improvements@11402
 bcc190cf-cafb-0310-a4f2-bffc1f526a37


  Commit: b6d352c816c214daca8af801e170ba7d37aa79ea
      
https://github.com/django/django/commit/b6d352c816c214daca8af801e170ba7d37aa79ea
  Author: Marc Garcia <garcia.m...@gmail.com>
  Date:   2009-08-05 (Wed, 05 Aug 2009)

  Changed paths:
    M django/conf/locale/nb/formats.py
    M django/conf/locale/pt_BR/formats.py

  Log Message:
  -----------
  [soc2009/i18n] Norwegian bokmal and Brazilian portuguese formats added. See 
#11637.

git-svn-id: 
http://code.djangoproject.com/svn/django/branches/soc2009/i18n-improvements@11403
 bcc190cf-cafb-0310-a4f2-bffc1f526a37


  Commit: b6ceeb15958958587df8ee600c026b2251e9c4e0
      
https://github.com/django/django/commit/b6ceeb15958958587df8ee600c026b2251e9c4e0
  Author: Marc Garcia <garcia.m...@gmail.com>
  Date:   2009-08-07 (Fri, 07 Aug 2009)

  Changed paths:
    M django/forms/extras/widgets.py
    M tests/regressiontests/i18n/tests.py

  Log Message:
  -----------
  [soc2009/i18n] Fixed #6231. SelectDateWidget uses localized DATE_FORMAT 
setting.

git-svn-id: 
http://code.djangoproject.com/svn/django/branches/soc2009/i18n-improvements@11412
 bcc190cf-cafb-0310-a4f2-bffc1f526a37


  Commit: ac70e26bafb47f8a69aa805273724fba29ccc26f
      
https://github.com/django/django/commit/ac70e26bafb47f8a69aa805273724fba29ccc26f
  Author: Marc Garcia <garcia.m...@gmail.com>
  Date:   2009-08-08 (Sat, 08 Aug 2009)

  Changed paths:
    M django/conf/global_settings.py
    M django/conf/locale/ar/formats.py
    M django/conf/locale/bg/formats.py
    M django/conf/locale/bn/formats.py
    M django/conf/locale/ca/formats.py
    M django/conf/locale/cs/formats.py
    M django/conf/locale/cy/formats.py
    M django/conf/locale/da/formats.py
    M django/conf/locale/de/formats.py
    M django/conf/locale/el/formats.py
    M django/conf/locale/en/formats.py
    M django/conf/locale/es/formats.py
    M django/conf/locale/es_AR/formats.py
    M django/conf/locale/et/formats.py
    M django/conf/locale/eu/formats.py
    M django/conf/locale/fa/formats.py
    M django/conf/locale/fi/formats.py
    M django/conf/locale/fr/formats.py
    M django/conf/locale/ga/formats.py
    M django/conf/locale/gl/formats.py
    M django/conf/locale/he/formats.py
    M django/conf/locale/hi/formats.py
    M django/conf/locale/hr/formats.py
    M django/conf/locale/hu/formats.py
    M django/conf/locale/is/formats.py
    M django/conf/locale/it/formats.py
    M django/conf/locale/ja/formats.py
    M django/conf/locale/ka/formats.py
    M django/conf/locale/km/formats.py
    M django/conf/locale/kn/formats.py
    M django/conf/locale/ko/formats.py
    M django/conf/locale/lt/formats.py
    M django/conf/locale/lv/formats.py
    M django/conf/locale/mk/formats.py
    M django/conf/locale/nb/formats.py
    M django/conf/locale/nl/formats.py
    M django/conf/locale/pl/formats.py
    M django/conf/locale/pt/formats.py
    M django/conf/locale/pt_BR/formats.py
    M django/conf/locale/ro/formats.py
    M django/conf/locale/ru/formats.py
    M django/conf/locale/sk/formats.py
    M django/conf/locale/sl/formats.py
    M django/conf/locale/sr/formats.py
    M django/conf/locale/sr_Latn/formats.py
    M django/conf/locale/sv/formats.py
    M django/conf/locale/ta/formats.py
    M django/conf/locale/te/formats.py
    M django/conf/locale/th/formats.py
    M django/conf/locale/tr/formats.py
    M django/conf/locale/uk/formats.py
    M django/conf/locale/zh_CN/formats.py
    M django/conf/locale/zh_TW/formats.py
    M django/core/management/commands/importcldr.py
    M django/forms/fields.py
    M django/views/i18n.py
    M tests/regressiontests/i18n/tests.py

  Log Message:
  -----------
  [soc2009/i18n] tests improved, and bugs fixed on tests and because of tests

git-svn-id: 
http://code.djangoproject.com/svn/django/branches/soc2009/i18n-improvements@11414
 bcc190cf-cafb-0310-a4f2-bffc1f526a37


  Commit: ad9f56aad62d4f5e623fa5f553e84971832a39ee
      
https://github.com/django/django/commit/ad9f56aad62d4f5e623fa5f553e84971832a39ee
  Author: Marc Garcia <garcia.m...@gmail.com>
  Date:   2009-08-10 (Mon, 10 Aug 2009)

  Changed paths:
    M django/utils/translation/trans_real.py
    M tests/regressiontests/i18n/tests.py

  Log Message:
  -----------
  [soc2009/i18n] Refs #10891, fixed bug on blocktrans, that skipped 
translations of texts containing mac or dos end of lines.

git-svn-id: 
http://code.djangoproject.com/svn/django/branches/soc2009/i18n-improvements@11429
 bcc190cf-cafb-0310-a4f2-bffc1f526a37


  Commit: a7beb20bf02b93b3beb6d694d888c904be9bc9ea
      
https://github.com/django/django/commit/a7beb20bf02b93b3beb6d694d888c904be9bc9ea
  Author: Marc Garcia <garcia.m...@gmail.com>
  Date:   2009-08-14 (Fri, 14 Aug 2009)

  Changed paths:
    M django/conf/locale/ca/formats.py
    M django/conf/locale/fr/formats.py
    M django/forms/extras/widgets.py
    M django/forms/fields.py
    M django/utils/formats.py
    M django/views/i18n.py
    M tests/regressiontests/i18n/tests.py

  Log Message:
  -----------
  [soc2009/i18n] Tests improved, and bugs fixed on and because of tests. All 
tests now validate.

git-svn-id: 
http://code.djangoproject.com/svn/django/branches/soc2009/i18n-improvements@11451
 bcc190cf-cafb-0310-a4f2-bffc1f526a37


  Commit: 1d5aad87f4cd4ccffd24fffe25d6fa6be0bfbdf4
      
https://github.com/django/django/commit/1d5aad87f4cd4ccffd24fffe25d6fa6be0bfbdf4
  Author: Marc Garcia <garcia.m...@gmail.com>
  Date:   2009-08-16 (Sun, 16 Aug 2009)

  Changed paths:
    M django/conf/locale/da/formats.py
    M django/conf/locale/de/formats.py
    M django/conf/locale/ka/formats.py
    M django/conf/locale/ko/formats.py
    M django/conf/locale/nl/formats.py

  Log Message:
  -----------
  [soc2009/i18n] locales updated for da, de, nl, ka and ko.

git-svn-id: 
http://code.djangoproject.com/svn/django/branches/soc2009/i18n-improvements@11463
 bcc190cf-cafb-0310-a4f2-bffc1f526a37


  Commit: 18e151bc3f8a85f2766d64262902a9fcad44d937
      
https://github.com/django/django/commit/18e151bc3f8a85f2766d64262902a9fcad44d937
  Author: Marc Garcia <garcia.m...@gmail.com>
  Date:   2009-08-16 (Sun, 16 Aug 2009)

  Changed paths:
    M django/contrib/admin/options.py
    M django/contrib/admin/templates/admin/delete_selected_confirmation.html
    M docs/conf.py
    M docs/howto/deployment/modpython.txt
    M docs/howto/deployment/modwsgi.txt
    M docs/ref/contrib/formtools/form-wizard.txt
    M tests/modeltests/expressions/models.py

  Log Message:
  -----------
  [soc2009/i18n] merged up to trunk r11463

git-svn-id: 
http://code.djangoproject.com/svn/django/branches/soc2009/i18n-improvements@11464
 bcc190cf-cafb-0310-a4f2-bffc1f526a37


Compare: https://github.com/django/django/compare/3860c69^...18e151b

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to