From dd5ae4e1dec182e78fc3a66eac9264da9e50ae79 Mon Sep 17 00:00:00 2001 From: "ramki@google.com" Date: Fri, 26 Sep 2014 17:44:18 +0000 Subject: [PATCH] App Engine Python SDK version 1.9.12 git-svn-id: http://googleappengine.googlecode.com/svn/trunk@474 80f5ef21-4148-0410-bacc-cfb02402ada8 --- python/RELEASE_NOTES | 14 + python/VERSION | 4 +- python/_php_runtime.py | 0 python/_python_runtime.py | 0 python/api_server.py | 0 python/appcfg.py | 0 python/backends_conversion.py | 0 python/bulkload_client.py | 0 python/bulkloader.py | 0 .../static/appengine_button_noborder.gif} | Bin python/demos/php/minishell/static/favicon.ico | Bin 0 -> 8348 bytes python/demos/php/minishell/static/spinner.gif | Bin 0 -> 1514 bytes python/dev_appserver.py | 0 python/download_appstats.py | 0 python/endpointscfg.py | 0 python/gen_protorpc.py | 0 .../api/app_identity/app_identity_service_pb.py | 10 +- python/google/appengine/api/appinfo.py | 16 +- python/google/appengine/api/appinfo_includes.py | 8 +- .../appengine/api/conversion/static/test.pdf | Bin 20586 -> 0 bytes .../appengine/api/conversion/static/test.png | Bin 15565 -> 0 bytes python/google/appengine/api/datastore.py | 2 + python/google/appengine/api/datastore_types.py | 2 - .../appengine/api/images/images_blob_stub.py | 42 +- .../api/images/images_not_implemented_stub.py | 15 +- python/google/appengine/api/images/images_stub.py | 246 ++++---- .../google/appengine/api/logservice/logservice.py | 91 +-- python/google/appengine/api/logservice/logsutil.py | 77 ++- python/google/appengine/api/oauth/oauth_api.py | 3 +- .../api/remote_socket/remote_socket_service_pb.py | 58 +- python/google/appengine/api/search/search.py | 36 +- .../appengine/api/search/search_service_pb.py | 181 +----- .../appengine/api/search/simple_search_stub.py | 19 +- python/google/appengine/api/user_service_pb.py | 76 ++- python/google/appengine/api/user_service_stub.py | 2 + python/google/appengine/client/__init__.py | 16 + .../google/appengine/client/services/__init__.py | 16 + .../appengine/client/services/port_manager.py | 139 +++++ .../google/appengine/client/services/vme_errors.py | 223 +++++++ .../google/appengine/datastore/datastore_index.py | 124 +++- .../google/appengine/datastore/datastore_query.py | 36 +- .../appengine/datastore/datastore_stub_util.py | 100 +++- .../google/appengine/datastore/datastore_v4_pb.py | 96 +++- python/google/appengine/datastore/document_pb.py | 145 +---- python/google/appengine/datastore/entity_pb.py | 264 ++++----- .../appengine/dist27/gae_override}/__init__.py | 0 .../appengine/dist27/python_std_lib}/__init__.py | 0 .../ext/admin/templates/images/google.gif | Bin .../appengine/ext/analytics/static/analytics_js.js | 34 +- .../appengine/ext/appstats/static/appstats_js.js | 145 ++--- .../appengine/ext/cloudstorage/stub_dispatcher.py | 5 +- .../ext/datastore_admin/static/js/compiled.js | 34 +- python/google/appengine/ext/mapreduce/__init__.py | 12 + python/google/appengine/ext/ndb/key.py | 1 - python/google/appengine/ext/ndb/query.py | 4 +- python/google/appengine/ext/remote_api/handler.py | 43 +- python/google/appengine/tools/appcfg.py | 34 +- python/google/appengine/tools/appcfg_java.py | 48 +- python/google/appengine/tools/dev-channel-js.js | 640 ++++++++++++++++++++- .../devappserver2/admin/assets/check_no_box.png | Bin 0 -> 328 bytes .../devappserver2/admin/assets/google_logo_41.png | Bin 0 -> 6321 bytes .../devappserver2/application_configuration.py | 69 ++- .../application_configuration_test.py | 51 ++ .../appengine/tools/devappserver2/devappserver2.py | 16 + .../appengine/tools/devappserver2/dispatcher.py | 8 +- .../tools/devappserver2/dispatcher_test.py | 3 + .../tools/devappserver2/health_check_service.py | 169 ++++++ .../appengine/tools/devappserver2/http_proxy.py | 4 + .../tools/devappserver2/http_proxy_test.py | 3 + .../appengine/tools/devappserver2/instance.py | 11 +- .../appengine/tools/devappserver2/instance_test.py | 17 + .../appengine/tools/devappserver2/java_runtime.py | 23 +- .../google/appengine/tools/devappserver2/module.py | 98 +++- .../appengine/tools/devappserver2/module_test.py | 152 ++++- .../tools/devappserver2/runtime_config_pb2.py | 96 +++- .../tools/devappserver2/vm_runtime_proxy.py | 29 +- .../tools/devappserver2/vm_runtime_proxy_go.py | 21 +- python/google/appengine/tools/docker/containers.py | 59 +- .../google/appengine/tools/indexes_xml_parser.py | 59 +- python/google/appengine/tools/web_xml_parser.py | 9 +- python/google/appengine/tools/yaml_translator.py | 3 +- python/google/net/proto2/proto/descriptor_pb2.py | 147 ++--- .../net/proto2/python/internal/python_message.py | 21 +- .../net/proto2/python/public/descriptor_pool.py | 2 +- python/google/net/proto2/python/public/message.py | 15 +- .../google/net/proto2/python/public/text_format.py | 8 +- python/google/storage/speckle/proto/sql_pb2.py | 10 +- python/google_sql.py | 0 .../pyamf/tests/adapters/django_app}/__init__.py | 0 .../adapters/django_app/adapters}/__init__.py | 0 .../pyamf/tests/imports/spam.py | 0 python/lib/PyAMF/doc/html/static/logo.png | Bin 6060 -> 0 bytes python/lib/PyAMF/doc/html/static/pyamf.ico | Bin 3638 -> 0 bytes .../actionscript/images/addressbook_example.png | Bin 19529 -> 0 bytes .../tutorials/actionscript/images/binarysocket.jpg | Bin 49878 -> 0 bytes .../actionscript/images/bytearrayexample.jpg | Bin 52164 -> 0 bytes .../actionscript/images/geoip-example.jpg | Bin 8776 -> 0 bytes .../actionscript/images/guestbook-example.jpg | Bin 29010 -> 0 bytes .../actionscript/images/ohloh-api-example.png | Bin 31366 -> 0 bytes .../tutorials/actionscript/images/ohloh_logo.png | Bin 332 -> 0 bytes .../tutorials/actionscript/images/recordset.jpg | Bin 31367 -> 0 bytes .../tutorials/actionscript/images/shellexample.png | Bin 25498 -> 0 bytes .../tutorials/actionscript/images/udp-options.png | Bin 30277 -> 0 bytes .../tutorials/actionscript/images/udp-overview.png | Bin 41014 -> 0 bytes .../tutorials/actionscript/images/udp-resize.png | Bin 50721 -> 0 bytes .../tutorials/apache/images/mod_python-logo.gif | Bin 3474 -> 0 bytes .../python/gateway/images/django-logo.jpg | Bin 9922 -> 0 bytes .../recordset/flash/src/SoftwareInfoExample.fla | Bin 2134528 -> 0 bytes .../examples/actionscript/udp/air/deploy/udp.air | Bin 11099 -> 0 bytes .../gateways/appengine/demo/assets/logo.jpg | Bin 4799 -> 0 bytes .../appengine/demo/assets/python-powered.png | Bin 2725 -> 0 bytes .../authentication/flash/as2/authenticate.fla | Bin 42496 -> 0 bytes .../authentication/flash/as3/authentication.fla | Bin 47616 -> 0 bytes .../helloworld/flash/as1/src/helloworld.fla | Bin 39936 -> 0 bytes .../helloworld/flash/as2/src/helloworld.fla | Bin 20992 -> 0 bytes .../helloworld/flash/as3/src/helloworld.fla | Bin 43008 -> 0 bytes .../tutorials/gateways/images/appengine-logo.gif | Bin 6771 -> 0 bytes .../tutorials/gateways/images/cherrypy-logo.jpg | Bin 3437 -> 0 bytes .../doc/tutorials/gateways/images/django-logo.png | Bin 8650 -> 0 bytes .../tutorials/gateways/images/sqlalchemy-logo.gif | Bin 2868 -> 0 bytes .../tutorials/gateways/images/turbogears-logo.png | Bin 18104 -> 0 bytes .../PyAMF/doc/tutorials/jython/images/ant-logo.gif | Bin 5360 -> 0 bytes .../doc/tutorials/jython/images/jython-logo.png | Bin 3433 -> 0 bytes .../doc/tutorials/jython/images/modjy-pyamf.png | Bin 8868 -> 0 bytes .../doc/tutorials/jython/images/swing-example.png | Bin 79811 -> 0 bytes python/lib/cacerts/urlfetch_cacerts.txt | 28 - .../deprecated_enum/test}/__init__.py | 0 .../django/bin}/__init__.py | 0 .../django/bin/profiling}/__init__.py | 0 .../django/conf/app_template}/__init__.py | 0 .../django/conf/locale/ar/LC_MESSAGES/django.mo | Bin .../django/conf/locale/ar/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/bn/LC_MESSAGES/django.mo | Bin .../django/conf/locale/ca/LC_MESSAGES/django.mo | Bin .../django/conf/locale/ca/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/cs/LC_MESSAGES/django.mo | Bin .../django/conf/locale/cs/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/cy/LC_MESSAGES/django.mo | Bin .../django/conf/locale/cy/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/da/LC_MESSAGES/django.mo | Bin .../django/conf/locale/de/LC_MESSAGES/django.mo | Bin .../django/conf/locale/de/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/el/LC_MESSAGES/django.mo | Bin .../django/conf/locale/el/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/en/LC_MESSAGES/django.mo | Bin .../django/conf/locale/en/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/es/LC_MESSAGES/django.mo | Bin .../django/conf/locale/es/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/es_AR/LC_MESSAGES/django.mo | Bin .../conf/locale/es_AR/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/fi/LC_MESSAGES/django.mo | Bin .../django/conf/locale/fi/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/fr/LC_MESSAGES/django.mo | Bin .../django/conf/locale/fr/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/gl/LC_MESSAGES/django.mo | Bin .../django/conf/locale/gl/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/he/LC_MESSAGES/django.mo | Bin .../django/conf/locale/he/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/hu/LC_MESSAGES/django.mo | Bin .../django/conf/locale/hu/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/is/LC_MESSAGES/django.mo | Bin .../django/conf/locale/is/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/it/LC_MESSAGES/django.mo | Bin .../django/conf/locale/it/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/ja/LC_MESSAGES/django.mo | Bin .../django/conf/locale/ja/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/kn/LC_MESSAGES/django.mo | Bin .../django/conf/locale/kn/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/lv/LC_MESSAGES/django.mo | Bin .../django/conf/locale/lv/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/mk/LC_MESSAGES/django.mo | Bin .../django/conf/locale/mk/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/nl/LC_MESSAGES/django.mo | Bin .../django/conf/locale/nl/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/no/LC_MESSAGES/django.mo | Bin .../django/conf/locale/no/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/pl/LC_MESSAGES/django.mo | Bin .../django/conf/locale/pl/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/pt/LC_MESSAGES/django.mo | Bin .../django/conf/locale/pt/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/pt_BR/LC_MESSAGES/django.mo | Bin .../conf/locale/pt_BR/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/ro/LC_MESSAGES/django.mo | Bin .../django/conf/locale/ru/LC_MESSAGES/django.mo | Bin .../django/conf/locale/ru/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/sk/LC_MESSAGES/django.mo | Bin .../django/conf/locale/sk/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/sl/LC_MESSAGES/django.mo | Bin .../django/conf/locale/sr/LC_MESSAGES/django.mo | Bin .../django/conf/locale/sr/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/sv/LC_MESSAGES/django.mo | Bin .../django/conf/locale/sv/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/ta/LC_MESSAGES/django.mo | Bin .../django/conf/locale/ta/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/te/LC_MESSAGES/django.mo | Bin .../django/conf/locale/te/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/tr/LC_MESSAGES/django.mo | Bin .../django/conf/locale/tr/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/uk/LC_MESSAGES/django.mo | Bin .../django/conf/locale/zh_CN/LC_MESSAGES/django.mo | Bin .../conf/locale/zh_CN/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/zh_TW/LC_MESSAGES/django.mo | Bin .../django/conf/project_template}/__init__.py | 0 .../django/conf/urls}/__init__.py | 0 .../django/contrib}/__init__.py | 0 .../django/contrib/admin}/__init__.py | 0 .../contrib/admin/media/img/admin/arrow-down.gif | Bin .../contrib/admin/media/img/admin/arrow-up.gif | Bin .../admin/media/img/admin/changelist-bg.gif | Bin .../contrib/admin/media/img/admin/chooser-bg.gif | Bin .../admin/media/img/admin/chooser_stacked-bg.gif | Bin .../admin/media/img/admin/default-bg-reverse.gif | Bin .../contrib/admin/media/img/admin/default-bg.gif | Bin .../admin/media/img/admin/deleted-overlay.gif | Bin .../contrib/admin/media/img/admin/icon-no.gif | Bin .../contrib/admin/media/img/admin/icon-unknown.gif | Bin .../contrib/admin/media/img/admin/icon-yes.gif | Bin .../contrib/admin/media/img/admin/icon_addlink.gif | Bin .../contrib/admin/media/img/admin/icon_alert.gif | Bin .../admin/media/img/admin/icon_calendar.gif | Bin .../admin/media/img/admin/icon_changelink.gif | Bin .../contrib/admin/media/img/admin/icon_clock.gif | Bin .../admin/media/img/admin/icon_deletelink.gif | Bin .../contrib/admin/media/img/admin/icon_error.gif | Bin .../admin/media/img/admin/icon_searchbox.png | Bin .../contrib/admin/media/img/admin/icon_success.gif | Bin .../admin/media/img/admin/inline-delete-8bit.png | Bin .../admin/media/img/admin/inline-delete.png | Bin .../admin/media/img/admin/inline-restore-8bit.png | Bin .../admin/media/img/admin/inline-restore.png | Bin .../admin/media/img/admin/inline-splitter-bg.gif | Bin .../admin/media/img/admin/nav-bg-grabber.gif | Bin .../admin/media/img/admin/nav-bg-reverse.gif | Bin .../contrib/admin/media/img/admin/nav-bg.gif | Bin .../contrib/admin/media/img/admin/selector-add.gif | Bin .../admin/media/img/admin/selector-addall.gif | Bin .../admin/media/img/admin/selector-remove.gif | Bin .../admin/media/img/admin/selector-removeall.gif | Bin .../admin/media/img/admin/selector-search.gif | Bin .../admin/media/img/admin/selector_stacked-add.gif | Bin .../media/img/admin/selector_stacked-remove.gif | Bin .../contrib/admin/media/img/admin/tool-left.gif | Bin .../admin/media/img/admin/tool-left_over.gif | Bin .../contrib/admin/media/img/admin/tool-right.gif | Bin .../admin/media/img/admin/tool-right_over.gif | Bin .../contrib/admin/media/img/admin/tooltag-add.gif | Bin .../admin/media/img/admin/tooltag-add_over.gif | Bin .../admin/media/img/admin/tooltag-arrowright.gif | Bin .../media/img/admin/tooltag-arrowright_over.gif | Bin .../django/contrib/admin/templatetags}/__init__.py | 0 .../django/contrib/admin/views}/__init__.py | 0 .../django/contrib/auth/handlers}/__init__.py | 0 .../django/contrib/comments}/__init__.py | 0 .../contrib/comments/templatetags}/__init__.py | 0 .../django/contrib/comments/urls}/__init__.py | 0 .../django/contrib/comments/views}/__init__.py | 0 .../django/contrib/contenttypes}/__init__.py | 0 .../django/contrib/csrf}/__init__.py | 0 .../django/contrib/flatpages}/__init__.py | 0 .../django/contrib/formtools}/__init__.py | 0 .../django/contrib/humanize}/__init__.py | 0 .../contrib/humanize/templatetags}/__init__.py | 0 .../django/contrib/localflavor}/__init__.py | 0 .../django/contrib/localflavor/uk}/__init__.py | 0 .../django/contrib/localflavor/usa}/__init__.py | 0 .../django/contrib/markup}/__init__.py | 0 .../contrib/markup/templatetags}/__init__.py | 0 .../django/contrib/redirects}/__init__.py | 0 .../django/contrib/sessions}/__init__.py | 0 .../django/contrib/sites}/__init__.py | 0 .../django/contrib/syndication}/__init__.py | 0 .../django/core}/__init__.py | 0 .../django/core/cache/backends}/__init__.py | 0 .../django/core/handlers}/__init__.py | 0 .../django/core/servers}/__init__.py | 0 .../django/db/backends}/__init__.py | 0 .../django/db/backends/ado_mssql}/__init__.py | 0 .../django/db/backends/dummy}/__init__.py | 0 .../django/db/backends/mysql}/__init__.py | 0 .../django/db/backends/mysql_old}/__init__.py | 0 .../django/db/backends/oracle}/__init__.py | 0 .../django/db/backends/postgresql}/__init__.py | 0 .../db/backends/postgresql_psycopg2}/__init__.py | 0 .../django/db/backends/sqlite3}/__init__.py | 0 .../django/middleware}/__init__.py | 0 .../django/template/loaders}/__init__.py | 0 .../django/utils}/__init__.py | 0 .../django/views}/__init__.py | 0 .../django/views/decorators}/__init__.py | 0 .../django/views/generic}/__init__.py | 0 .../django/bin}/__init__.py | 0 .../django/bin/profiling}/__init__.py | 0 .../django/conf/app_template}/__init__.py | 0 .../django/conf/locale}/__init__.py | 0 .../django/conf/locale/ar/LC_MESSAGES/django.mo | Bin .../django/conf/locale/ar/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/ar}/__init__.py | 0 .../django/conf/locale/bg/LC_MESSAGES/django.mo | Bin .../django/conf/locale/bg/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/bg}/__init__.py | 0 .../django/conf/locale/bn/LC_MESSAGES/django.mo | Bin .../django/conf/locale/bn/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/bn}/__init__.py | 0 .../django/conf/locale/bs/LC_MESSAGES/django.mo | Bin .../django/conf/locale/bs}/__init__.py | 0 .../django/conf/locale/ca/LC_MESSAGES/django.mo | Bin .../django/conf/locale/ca/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/ca}/__init__.py | 0 .../django/conf/locale/cs/LC_MESSAGES/django.mo | Bin .../django/conf/locale/cs/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/cs}/__init__.py | 0 .../django/conf/locale/cy/LC_MESSAGES/django.mo | Bin .../django/conf/locale/cy/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/cy}/__init__.py | 0 .../django/conf/locale/da/LC_MESSAGES/django.mo | Bin .../django/conf/locale/da/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/da}/__init__.py | 0 .../django/conf/locale/de/LC_MESSAGES/django.mo | Bin .../django/conf/locale/de/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/de}/__init__.py | 0 .../django/conf/locale/el/LC_MESSAGES/django.mo | Bin .../django/conf/locale/el/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/el}/__init__.py | 0 .../django/conf/locale/en/LC_MESSAGES/django.mo | Bin .../django/conf/locale/en/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/en}/__init__.py | 0 .../django/conf/locale/en_GB/LC_MESSAGES/django.mo | Bin .../conf/locale/en_GB/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/en_GB}/__init__.py | 0 .../django/conf/locale/es/LC_MESSAGES/django.mo | Bin .../django/conf/locale/es/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/es}/__init__.py | 0 .../django/conf/locale/es_AR/LC_MESSAGES/django.mo | Bin .../conf/locale/es_AR/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/es_AR}/__init__.py | 0 .../django/conf/locale/et/LC_MESSAGES/django.mo | Bin .../django/conf/locale/et/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/et}/__init__.py | 0 .../django/conf/locale/eu/LC_MESSAGES/django.mo | Bin .../django/conf/locale/eu/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/eu}/__init__.py | 0 .../django/conf/locale/fa/LC_MESSAGES/django.mo | Bin .../django/conf/locale/fa/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/fa}/__init__.py | 0 .../django/conf/locale/fi/LC_MESSAGES/django.mo | Bin .../django/conf/locale/fi/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/fi}/__init__.py | 0 .../django/conf/locale/fr/LC_MESSAGES/django.mo | Bin .../django/conf/locale/fr/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/fr}/__init__.py | 0 .../django/conf/locale/fy_NL/LC_MESSAGES/django.mo | Bin .../conf/locale/fy_NL/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/fy_NL}/__init__.py | 0 .../django/conf/locale/ga/LC_MESSAGES/django.mo | Bin .../django/conf/locale/ga/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/ga}/__init__.py | 0 .../django/conf/locale/gl/LC_MESSAGES/django.mo | Bin .../django/conf/locale/gl/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/gl}/__init__.py | 0 .../django/conf/locale/he/LC_MESSAGES/django.mo | Bin .../django/conf/locale/he/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/he}/__init__.py | 0 .../django/conf/locale/hi/LC_MESSAGES/django.mo | Bin .../django/conf/locale/hi/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/hi}/__init__.py | 0 .../django/conf/locale/hr/LC_MESSAGES/django.mo | Bin .../django/conf/locale/hr/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/hr}/__init__.py | 0 .../django/conf/locale/hu/LC_MESSAGES/django.mo | Bin .../django/conf/locale/hu/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/hu}/__init__.py | 0 .../django/conf/locale/id/LC_MESSAGES/django.mo | Bin .../django/conf/locale/id/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/id}/__init__.py | 0 .../django/conf/locale/is/LC_MESSAGES/django.mo | Bin .../django/conf/locale/is/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/is}/__init__.py | 0 .../django/conf/locale/it/LC_MESSAGES/django.mo | Bin .../django/conf/locale/it/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/it}/__init__.py | 0 .../django/conf/locale/ja/LC_MESSAGES/django.mo | Bin .../django/conf/locale/ja/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/ja}/__init__.py | 0 .../django/conf/locale/ka/LC_MESSAGES/django.mo | Bin .../django/conf/locale/ka/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/ka}/__init__.py | 0 .../django/conf/locale/km/LC_MESSAGES/django.mo | Bin .../django/conf/locale/km/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/km}/__init__.py | 0 .../django/conf/locale/kn/LC_MESSAGES/django.mo | Bin .../django/conf/locale/kn/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/kn}/__init__.py | 0 .../django/conf/locale/ko/LC_MESSAGES/django.mo | Bin .../django/conf/locale/ko/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/ko}/__init__.py | 0 .../django/conf/locale/lt/LC_MESSAGES/django.mo | Bin .../django/conf/locale/lt/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/lt}/__init__.py | 0 .../django/conf/locale/lv/LC_MESSAGES/django.mo | Bin .../django/conf/locale/lv/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/lv}/__init__.py | 0 .../django/conf/locale/mk/LC_MESSAGES/django.mo | Bin .../django/conf/locale/mk/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/mk}/__init__.py | 0 .../django/conf/locale/ml/LC_MESSAGES/django.mo | Bin .../django/conf/locale/ml/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/ml}/__init__.py | 0 .../django/conf/locale/mn/LC_MESSAGES/django.mo | Bin .../django/conf/locale/mn/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/mn}/__init__.py | 0 .../django/conf/locale/nb/LC_MESSAGES/django.mo | Bin .../django/conf/locale/nb/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/nb}/__init__.py | 0 .../django/conf/locale/nl/LC_MESSAGES/django.mo | Bin .../django/conf/locale/nl/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/nl}/__init__.py | 0 .../django/conf/locale/nn/LC_MESSAGES/django.mo | Bin .../django/conf/locale/nn/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/nn}/__init__.py | 0 .../django/conf/locale/no/LC_MESSAGES/django.mo | Bin .../django/conf/locale/no/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/no}/__init__.py | 0 .../django/conf/locale/pl/LC_MESSAGES/django.mo | Bin .../django/conf/locale/pl/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/pl}/__init__.py | 0 .../django/conf/locale/pt/LC_MESSAGES/django.mo | Bin .../django/conf/locale/pt/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/pt}/__init__.py | 0 .../django/conf/locale/pt_BR/LC_MESSAGES/django.mo | Bin .../conf/locale/pt_BR/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/pt_BR}/__init__.py | 0 .../django/conf/locale/ro/LC_MESSAGES/django.mo | Bin .../django/conf/locale/ro/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/ro}/__init__.py | 0 .../django/conf/locale/ru/LC_MESSAGES/django.mo | Bin .../django/conf/locale/ru/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/ru}/__init__.py | 0 .../django/conf/locale/sk/LC_MESSAGES/django.mo | Bin .../django/conf/locale/sk/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/sk}/__init__.py | 0 .../django/conf/locale/sl/LC_MESSAGES/django.mo | Bin .../django/conf/locale/sl/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/sl}/__init__.py | 0 .../django/conf/locale/sq/LC_MESSAGES/django.mo | Bin .../django/conf/locale/sq/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/sq}/__init__.py | 0 .../django/conf/locale/sr/LC_MESSAGES/django.mo | Bin .../django/conf/locale/sr/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/sr}/__init__.py | 0 .../conf/locale/sr_Latn/LC_MESSAGES/django.mo | Bin .../conf/locale/sr_Latn/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/sr_Latn}/__init__.py | 0 .../django/conf/locale/sv/LC_MESSAGES/django.mo | Bin .../django/conf/locale/sv/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/sv}/__init__.py | 0 .../django/conf/locale/ta/LC_MESSAGES/django.mo | Bin .../django/conf/locale/ta/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/ta}/__init__.py | 0 .../django/conf/locale/te/LC_MESSAGES/django.mo | Bin .../django/conf/locale/te/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/te}/__init__.py | 0 .../django/conf/locale/th/LC_MESSAGES/django.mo | Bin .../django/conf/locale/th/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/th}/__init__.py | 0 .../django/conf/locale/tr/LC_MESSAGES/django.mo | Bin .../django/conf/locale/tr/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/tr}/__init__.py | 0 .../django/conf/locale/uk/LC_MESSAGES/django.mo | Bin .../django/conf/locale/uk/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/uk}/__init__.py | 0 .../django/conf/locale/vi/LC_MESSAGES/django.mo | Bin .../django/conf/locale/vi/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/vi}/__init__.py | 0 .../django/conf/locale/zh_CN/LC_MESSAGES/django.mo | Bin .../conf/locale/zh_CN/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/zh_CN}/__init__.py | 0 .../django/conf/locale/zh_TW/LC_MESSAGES/django.mo | Bin .../conf/locale/zh_TW/LC_MESSAGES/djangojs.mo | Bin .../django/conf/locale/zh_TW}/__init__.py | 0 .../django/conf/project_template}/__init__.py | 0 .../django/conf/urls}/__init__.py | 0 .../django/contrib}/__init__.py | 0 .../contrib/admin/media/img/admin/arrow-down.gif | Bin .../contrib/admin/media/img/admin/arrow-up.gif | Bin .../admin/media/img/admin/changelist-bg.gif | Bin .../admin/media/img/admin/changelist-bg_rtl.gif | Bin .../contrib/admin/media/img/admin/chooser-bg.gif | Bin .../admin/media/img/admin/chooser_stacked-bg.gif | Bin .../admin/media/img/admin/default-bg-reverse.gif | Bin .../contrib/admin/media/img/admin/default-bg.gif | Bin .../admin/media/img/admin/deleted-overlay.gif | Bin .../contrib/admin/media/img/admin/icon-no.gif | Bin .../contrib/admin/media/img/admin/icon-unknown.gif | Bin .../contrib/admin/media/img/admin/icon-yes.gif | Bin .../contrib/admin/media/img/admin/icon_addlink.gif | Bin .../contrib/admin/media/img/admin/icon_alert.gif | Bin .../admin/media/img/admin/icon_calendar.gif | Bin .../admin/media/img/admin/icon_changelink.gif | Bin .../contrib/admin/media/img/admin/icon_clock.gif | Bin .../admin/media/img/admin/icon_deletelink.gif | Bin .../contrib/admin/media/img/admin/icon_error.gif | Bin .../admin/media/img/admin/icon_searchbox.png | Bin .../contrib/admin/media/img/admin/icon_success.gif | Bin .../admin/media/img/admin/inline-delete-8bit.png | Bin .../admin/media/img/admin/inline-delete.png | Bin .../admin/media/img/admin/inline-restore-8bit.png | Bin .../admin/media/img/admin/inline-restore.png | Bin .../admin/media/img/admin/inline-splitter-bg.gif | Bin .../admin/media/img/admin/nav-bg-grabber.gif | Bin .../admin/media/img/admin/nav-bg-reverse.gif | Bin .../contrib/admin/media/img/admin/nav-bg.gif | Bin .../contrib/admin/media/img/admin/selector-add.gif | Bin .../admin/media/img/admin/selector-addall.gif | Bin .../admin/media/img/admin/selector-remove.gif | Bin .../admin/media/img/admin/selector-removeall.gif | Bin .../admin/media/img/admin/selector-search.gif | Bin .../admin/media/img/admin/selector_stacked-add.gif | Bin .../media/img/admin/selector_stacked-remove.gif | Bin .../contrib/admin/media/img/admin/tool-left.gif | Bin .../admin/media/img/admin/tool-left_over.gif | Bin .../contrib/admin/media/img/admin/tool-right.gif | Bin .../admin/media/img/admin/tool-right_over.gif | Bin .../contrib/admin/media/img/admin/tooltag-add.gif | Bin .../admin/media/img/admin/tooltag-add_over.gif | Bin .../admin/media/img/admin/tooltag-arrowright.gif | Bin .../media/img/admin/tooltag-arrowright_over.gif | Bin .../admin/media/img/gis/move_vertex_off.png | Bin .../contrib/admin/media/img/gis/move_vertex_on.png | Bin .../django/contrib/admin/templatetags}/__init__.py | 0 .../django/contrib/admin/views}/__init__.py | 0 .../django/contrib/admindocs}/__init__.py | 0 .../django/contrib/auth/handlers}/__init__.py | 0 .../contrib/auth/management/commands}/__init__.py | 0 .../contrib/comments/templatetags}/__init__.py | 0 .../django/contrib/comments/views}/__init__.py | 0 .../django/contrib/contenttypes}/__init__.py | 0 .../django/contrib/csrf}/__init__.py | 0 .../django/contrib/databrowse/plugins}/__init__.py | 0 .../django/contrib/flatpages}/__init__.py | 0 .../tests/templates/registration/login.html} | 0 .../django/contrib/formtools}/__init__.py | 0 .../django/contrib/gis}/__init__.py | 0 .../django/contrib/gis/db}/__init__.py | 0 .../django/contrib/gis/db/backends}/__init__.py | 0 .../contrib/gis/db/backends/mysql}/__init__.py | 0 .../contrib/gis/db/backends/oracle}/__init__.py | 0 .../contrib/gis/db/backends/postgis}/__init__.py | 0 .../gis/db/backends/spatialite}/__init__.py | 0 .../contrib/gis/gdal/prototypes}/__init__.py | 0 .../django/contrib/gis/geometry}/__init__.py | 0 .../django/contrib/gis/management}/__init__.py | 0 .../contrib/gis/management/commands}/__init__.py | 0 .../django/contrib/gis/maps}/__init__.py | 0 .../contrib/gis/maps/openlayers}/__init__.py | 0 .../contrib/gis/tests/data/cities/cities.dbf | Bin .../contrib/gis/tests/data/cities/cities.shp | Bin .../contrib/gis/tests/data/cities/cities.shx | Bin .../contrib/gis/tests/data/counties/counties.dbf | Bin .../contrib/gis/tests/data/counties/counties.shp | Bin .../contrib/gis/tests/data/counties/counties.shx | Bin .../contrib/gis/tests/data/geometries.json.gz | Bin .../gis/tests/data/interstates/interstates.dbf | Bin .../gis/tests/data/interstates/interstates.shp | Bin .../gis/tests/data/interstates/interstates.shx | Bin .../gis/tests/data/test_point/test_point.dbf | Bin .../gis/tests/data/test_point/test_point.shp | Bin .../gis/tests/data/test_point/test_point.shx | Bin .../contrib/gis/tests/data/test_poly/test_poly.dbf | Bin .../contrib/gis/tests/data/test_poly/test_poly.shp | Bin .../contrib/gis/tests/data/test_poly/test_poly.shx | Bin .../django/contrib/gis/tests/distapp}/__init__.py | 0 .../django/contrib/gis/tests/geo3d}/__init__.py | 0 .../django/contrib/gis/tests/geoapp}/__init__.py | 0 .../gis/tests/geoapp/fixtures/initial_data.json.gz | Bin .../django/contrib/gis/tests/geogapp}/__init__.py | 0 .../django/contrib/gis/tests/layermap}/__init__.py | 0 .../contrib/gis/tests/relatedapp}/__init__.py | 0 .../django/contrib/humanize}/__init__.py | 0 .../contrib/humanize/templatetags}/__init__.py | 0 .../django/contrib/localflavor}/__init__.py | 0 .../django/contrib/localflavor/ar}/__init__.py | 0 .../django/contrib/localflavor/at}/__init__.py | 0 .../django/contrib/localflavor/au}/__init__.py | 0 .../django/contrib/localflavor/br}/__init__.py | 0 .../django/contrib/localflavor/ca}/__init__.py | 0 .../django/contrib/localflavor/ch}/__init__.py | 0 .../django/contrib/localflavor/cl}/__init__.py | 0 .../django/contrib/localflavor/cz}/__init__.py | 0 .../django/contrib/localflavor/de}/__init__.py | 0 .../django/contrib/localflavor/es}/__init__.py | 0 .../django/contrib/localflavor/fi}/__init__.py | 0 .../django/contrib/localflavor/fr}/__init__.py | 0 .../contrib/localflavor/generic}/__init__.py | 0 .../django/contrib/localflavor/id}/__init__.py | 0 .../django/contrib/localflavor/ie}/__init__.py | 0 .../django/contrib/localflavor/in_}/__init__.py | 0 .../django/contrib/localflavor/is_}/__init__.py | 0 .../django/contrib/localflavor/it}/__init__.py | 0 .../django/contrib/localflavor/jp}/__init__.py | 0 .../django/contrib/localflavor/kw}/__init__.py | 0 .../django/contrib/localflavor/mx}/__init__.py | 0 .../django/contrib/localflavor/nl}/__init__.py | 0 .../django/contrib/localflavor/no}/__init__.py | 0 .../django/contrib/localflavor/pe}/__init__.py | 0 .../django/contrib/localflavor/pl}/__init__.py | 0 .../django/contrib/localflavor/pt}/__init__.py | 0 .../django/contrib/localflavor/ro}/__init__.py | 0 .../django/contrib/localflavor/se}/__init__.py | 0 .../django/contrib/localflavor/sk}/__init__.py | 0 .../django/contrib/localflavor/uk}/__init__.py | 0 .../django/contrib/localflavor/us}/__init__.py | 0 .../django/contrib/localflavor/uy}/__init__.py | 0 .../django/contrib/localflavor/za}/__init__.py | 0 .../django/contrib/markup}/__init__.py | 0 .../django/contrib/markup/models.py} | 0 .../contrib/markup/templatetags}/__init__.py | 0 .../django/contrib/redirects}/__init__.py | 0 .../django/contrib/sessions}/__init__.py | 0 .../django/contrib/sessions/backends}/__init__.py | 0 .../contrib/sitemaps/management}/__init__.py | 0 .../sitemaps/management/commands}/__init__.py | 0 .../django/contrib/sites}/__init__.py | 0 .../django/contrib/syndication}/__init__.py | 0 .../django/contrib/webdesign}/__init__.py | 0 .../django/contrib/webdesign/models.py} | 0 .../contrib/webdesign/templatetags}/__init__.py | 0 .../tests => django-1.2/django/core}/__init__.py | 0 .../django/core/cache/backends}/__init__.py | 0 .../django/core/handlers}/__init__.py | 0 .../django/core/management/commands}/__init__.py | 0 .../django/core/servers}/__init__.py | 0 .../django/db/backends/dummy}/__init__.py | 0 .../django/db/backends/mysql}/__init__.py | 0 .../django/db/backends/oracle}/__init__.py | 0 .../django/db/backends/postgresql}/__init__.py | 0 .../db/backends/postgresql_psycopg2}/__init__.py | 0 .../django/db/backends/sqlite3}/__init__.py | 0 .../django/middleware}/__init__.py | 0 .../django/template/loaders}/__init__.py | 0 .../django/templatetags}/__init__.py | 0 .../tests => django-1.2/django/utils}/__init__.py | 0 .../tests => django-1.2/django/views}/__init__.py | 0 .../django/views/decorators}/__init__.py | 0 .../djangodocs/static/docicons-behindscenes.png | Bin .../_theme/djangodocs/static/docicons-note.png | Bin .../djangodocs/static/docicons-philosophy.png | Bin .../docs/internals/_images/djangotickets.png | Bin .../docs/intro/_images/admin01.png | Bin .../docs/intro/_images/admin02.png | Bin .../docs/intro/_images/admin02t.png | Bin .../docs/intro/_images/admin03.png | Bin .../docs/intro/_images/admin03t.png | Bin .../docs/intro/_images/admin04.png | Bin .../docs/intro/_images/admin04t.png | Bin .../docs/intro/_images/admin05.png | Bin .../docs/intro/_images/admin05t.png | Bin .../docs/intro/_images/admin06.png | Bin .../docs/intro/_images/admin06t.png | Bin .../docs/intro/_images/admin07.png | Bin .../docs/intro/_images/admin08.png | Bin .../docs/intro/_images/admin08t.png | Bin .../docs/intro/_images/admin09.png | Bin .../docs/intro/_images/admin10.png | Bin .../docs/intro/_images/admin11.png | Bin .../docs/intro/_images/admin11t.png | Bin .../docs/intro/_images/admin12.png | Bin .../docs/intro/_images/admin13.png | Bin .../docs/intro/_images/admin13t.png | Bin .../docs/intro/_images/admin14.png | Bin .../docs/intro/_images/admin14t.png | Bin .../docs/obsolete/_images/formrow.png | Bin .../docs/obsolete/_images/module.png | Bin .../docs/obsolete/_images/objecttools_01.png | Bin .../docs/obsolete/_images/objecttools_02.png | Bin .../ref/contrib/admin/_images/article_actions.png | Bin .../admin/_images/article_actions_message.png | Bin .../ref/contrib/admin/_images/flatfiles_admin.png | Bin .../ref/contrib/admin/_images/user_actions.png | Bin .../ref/contrib/admin/_images/users_changelist.png | Bin .../docs/topics/http/_images/middleware.png | Bin .../tests/modeltests}/__init__.py | 0 .../tests/modeltests/aggregation}/__init__.py | 0 .../tests/modeltests/basic}/__init__.py | 0 .../tests/modeltests/choices}/__init__.py | 0 .../tests/modeltests/custom_columns}/__init__.py | 0 .../tests/modeltests/custom_managers}/__init__.py | 0 .../tests/modeltests/custom_methods}/__init__.py | 0 .../tests/modeltests/custom_pk}/__init__.py | 0 .../tests/modeltests/defer}/__init__.py | 0 .../tests/modeltests/empty}/__init__.py | 0 .../tests/modeltests/expressions}/__init__.py | 0 .../tests/modeltests/field_defaults}/__init__.py | 0 .../modeltests/field_subclassing}/__init__.py | 0 .../fixtures/fixtures/db_fixture_2.default.json.gz | Bin .../modeltests/fixtures/fixtures/fixture4.json.zip | Bin .../modeltests/fixtures/fixtures/fixture5.json.gz | Bin .../modeltests/fixtures/fixtures/fixture5.json.zip | Bin .../modeltests/force_insert_update}/__init__.py | 0 .../modeltests/generic_relations}/__init__.py | 0 .../tests/modeltests/get_latest}/__init__.py | 0 .../modeltests/get_object_or_404}/__init__.py | 0 .../tests/modeltests/get_or_create}/__init__.py | 0 .../tests/modeltests/lookup}/__init__.py | 0 .../tests/modeltests/m2m_and_m2o}/__init__.py | 0 .../tests/modeltests/m2m_intermediary}/__init__.py | 0 .../tests/modeltests/m2m_multiple}/__init__.py | 0 .../tests/modeltests/m2m_recursive}/__init__.py | 0 .../tests/modeltests/m2o_recursive}/__init__.py | 0 .../tests/modeltests/many_to_many}/__init__.py | 0 .../tests/modeltests/many_to_one}/__init__.py | 0 .../tests/modeltests/many_to_one_null}/__init__.py | 0 .../tests/modeltests/model_forms}/__init__.py | 0 .../tests/modeltests/model_forms/test.png | Bin .../tests/modeltests/model_forms/test2.png | Bin .../tests/modeltests/model_formsets}/__init__.py | 0 .../modeltests/model_inheritance}/__init__.py | 0 .../model_inheritance_same_model_name}/__init__.py | 0 .../modeltests/mutually_referential}/__init__.py | 0 .../tests/modeltests/one_to_one}/__init__.py | 0 .../tests/modeltests/or_lookups}/__init__.py | 0 .../modeltests/order_with_respect_to}/__init__.py | 0 .../tests/modeltests/ordering}/__init__.py | 0 .../tests/modeltests/pagination}/__init__.py | 0 .../tests/modeltests/properties}/__init__.py | 0 .../proxy_model_inheritance}/__init__.py | 0 .../proxy_model_inheritance/app1}/__init__.py | 0 .../proxy_model_inheritance/app2}/__init__.py | 0 .../modeltests/proxy_model_inheritance/models.py} | 0 .../tests/modeltests/proxy_models}/__init__.py | 0 .../tests/modeltests/raw_query}/__init__.py | 0 .../tests/modeltests/reserved_names}/__init__.py | 0 .../tests/modeltests/reverse_lookup}/__init__.py | 0 .../modeltests/save_delete_hooks}/__init__.py | 0 .../tests/modeltests/select_related}/__init__.py | 0 .../tests/modeltests/serializers}/__init__.py | 0 .../tests/modeltests/signals}/__init__.py | 0 .../tests/modeltests/str}/__init__.py | 0 .../tests/modeltests/test_client}/__init__.py | 0 .../tests/modeltests/transactions}/__init__.py | 0 .../tests/modeltests/update}/__init__.py | 0 .../tests/modeltests/user_commands}/__init__.py | 0 .../user_commands/management}/__init__.py | 0 .../user_commands/management/commands}/__init__.py | 0 .../tests/modeltests/validators}/__init__.py | 0 .../tests/modeltests/validators/models.py} | 0 .../tests/regressiontests}/__init__.py | 0 .../regressiontests/admin_changelist}/__init__.py | 0 .../regressiontests/admin_inlines}/__init__.py | 0 .../regressiontests/admin_ordering}/__init__.py | 0 .../admin_registration}/__init__.py | 0 .../regressiontests/admin_scripts}/__init__.py | 0 .../admin_scripts/app_with_import}/__init__.py | 0 .../admin_scripts/broken_app}/__init__.py | 0 .../admin_scripts/complex_app}/__init__.py | 0 .../admin_scripts/complex_app/admin}/__init__.py | 0 .../admin_scripts/management}/__init__.py | 0 .../admin_scripts/management/commands}/__init__.py | 0 .../admin_scripts/simple_app}/__init__.py | 0 .../tests/regressiontests/admin_util}/__init__.py | 0 .../regressiontests/admin_validation}/__init__.py | 0 .../tests/regressiontests/admin_views}/__init__.py | 0 .../regressiontests/admin_widgets}/__init__.py | 0 .../aggregation_regress}/__init__.py | 0 .../tests/regressiontests/app_loading}/__init__.py | 0 .../regressiontests/app_loading/eggs/brokenapp.egg | Bin .../regressiontests/app_loading/eggs/modelapp.egg | Bin .../app_loading/eggs/nomodelapp.egg | Bin .../regressiontests/app_loading/eggs/omelet.egg | Bin .../tests/regressiontests/app_loading/models.py} | 0 .../app_loading/parent}/__init__.py | 0 .../app_loading/parent/app}/__init__.py | 0 .../app_loading/parent/app1}/__init__.py | 0 .../app_loading/parent/app_2}/__init__.py | 0 .../tests/regressiontests/backends}/__init__.py | 0 .../tests/regressiontests/bug639}/__init__.py | 0 .../tests/regressiontests/bug639/test.jpg | Bin .../tests/regressiontests/bug8245}/__init__.py | 0 .../regressiontests/builtin_server}/__init__.py | 0 .../regressiontests/builtin_server/models.py} | 0 .../tests/regressiontests/cache}/__init__.py | 0 .../regressiontests/comment_tests}/__init__.py | 0 .../context_processors}/__init__.py | 0 .../tests/regressiontests/csrf_tests}/__init__.py | 0 .../custom_columns_regress}/__init__.py | 0 .../custom_managers_regress}/__init__.py | 0 .../tests/regressiontests/datatypes}/__init__.py | 0 .../regressiontests/db_typecasts}/__init__.py | 0 .../tests/regressiontests/db_typecasts/models.py} | 0 .../tests/regressiontests/decorators}/__init__.py | 0 .../regressiontests/defaultfilters}/__init__.py | 0 .../regressiontests/defaultfilters/models.py} | 0 .../regressiontests/defer_regress}/__init__.py | 0 .../tests/regressiontests/dispatch/models.py} | 0 .../expressions_regress}/__init__.py | 0 .../regressiontests/extra_regress}/__init__.py | 0 .../tests/regressiontests/file_storage/models.py} | 0 .../tests/regressiontests/file_storage/test.png | Bin .../tests/regressiontests/file_storage/test1.png | Bin .../regressiontests/file_uploads}/__init__.py | 0 .../regressiontests/fixtures_regress}/__init__.py | 0 .../tests/regressiontests/forms}/__init__.py | 0 .../regressiontests/forms/localflavor}/__init__.py | 0 .../tests/regressiontests/formwizard}/__init__.py | 0 .../tests/regressiontests/formwizard/models.py} | 0 .../generic_inline_admin}/__init__.py | 0 .../generic_relations_regress}/__init__.py | 0 .../get_or_create_regress}/__init__.py | 0 .../regressiontests/httpwrappers}/__init__.py | 0 .../tests/regressiontests/httpwrappers/models.py} | 0 .../tests/regressiontests/humanize}/__init__.py | 0 .../tests/regressiontests/humanize/models.py} | 0 .../tests/regressiontests/i18n}/__init__.py | 0 .../tests/regressiontests/i18n/other}/__init__.py | 0 .../regressiontests/i18n/other/locale}/__init__.py | 0 .../i18n/other/locale/de/LC_MESSAGES/django.mo | Bin .../i18n/other/locale/de}/__init__.py | 0 .../i18n/other/locale/de/formats.py} | 0 .../regressiontests/i18n/resolution}/__init__.py | 0 .../resolution/locale/de/LC_MESSAGES/django.mo | Bin .../initial_sql_regress}/__init__.py | 0 .../regressiontests/inline_formsets}/__init__.py | 0 .../regressiontests/introspection}/__init__.py | 0 .../locale/de/LC_MESSAGES/django.mo | Bin .../tests/regressiontests/localflavor}/__init__.py | 0 .../tests/regressiontests/localflavor/models.py} | 0 .../regressiontests/localflavor/us}/__init__.py | 0 .../tests/regressiontests/m2m_regress}/__init__.py | 0 .../regressiontests/makemessages}/__init__.py | 0 .../regressiontests/makemessages/locale/dummy} | 0 .../tests/regressiontests/makemessages/models.py} | 0 .../regressiontests/managers_regress}/__init__.py | 0 .../many_to_one_regress}/__init__.py | 0 .../tests/regressiontests/middleware}/__init__.py | 0 .../middleware_exceptions}/__init__.py | 0 .../tests/regressiontests/model_fields/4x8.png | Bin .../tests/regressiontests/model_fields/8x4.png | Bin .../regressiontests/model_fields}/__init__.py | 0 .../model_forms_regress}/__init__.py | 0 .../model_formsets_regress}/__init__.py | 0 .../model_inheritance_regress}/__init__.py | 0 .../model_inheritance_select_related}/__init__.py | 0 .../regressiontests/model_regress}/__init__.py | 0 .../tests/regressiontests/modeladmin}/__init__.py | 0 .../regressiontests/multiple_database}/__init__.py | 0 .../tests/regressiontests/null_fk}/__init__.py | 0 .../regressiontests/null_fk_ordering}/__init__.py | 0 .../regressiontests/null_queries}/__init__.py | 0 .../one_to_one_regress}/__init__.py | 0 .../pagination_regress}/__init__.py | 0 .../tests/regressiontests/queries}/__init__.py | 0 .../regressiontests/queryset_pickle}/__init__.py | 0 .../reverse_single_related}/__init__.py | 0 .../select_related_onetoone}/__init__.py | 0 .../select_related_regress}/__init__.py | 0 .../serializers_regress}/__init__.py | 0 .../tests/regressiontests/servers}/__init__.py | 0 .../tests/regressiontests/servers/models.py} | 0 .../regressiontests/settings_tests}/__init__.py | 0 .../regressiontests/settings_tests/models.py} | 0 .../regressiontests/signals_regress}/__init__.py | 0 .../regressiontests/sites_framework}/__init__.py | 0 .../regressiontests/special_headers}/__init__.py | 0 .../regressiontests/string_lookup}/__init__.py | 0 .../tests/regressiontests/syndication}/__init__.py | 0 .../tests/regressiontests/templates}/__init__.py | 0 .../regressiontests/templates/eggs/tagsegg.egg | Bin .../tests/regressiontests/templates/models.py} | 0 .../templates/templatetags}/__init__.py | 0 .../test_client_regress}/__init__.py | 0 .../tests/regressiontests/test_runner}/__init__.py | 0 .../tests/regressiontests/test_runner/models.py} | 0 .../tests/regressiontests/test_utils}/__init__.py | 0 .../tests/regressiontests/test_utils/models.py} | 0 .../tests/regressiontests/text}/__init__.py | 0 .../tests/regressiontests/text/models.py} | 0 .../urlpatterns_reverse}/__init__.py | 0 .../regressiontests/urlpatterns_reverse/models.py} | 0 .../tests/regressiontests/utils}/__init__.py | 0 .../tests/regressiontests/utils/eggs/test_egg.egg | Bin .../regressiontests/utils/test_module}/__init__.py | 0 .../views/app0/locale/en/LC_MESSAGES/djangojs.mo | Bin .../views/app1/locale/fr/LC_MESSAGES/djangojs.mo | Bin .../views/app2/locale/fr/LC_MESSAGES/djangojs.mo | Bin .../app3/locale/es_AR/LC_MESSAGES/djangojs.mo | Bin .../app4/locale/es_AR/LC_MESSAGES/djangojs.mo | Bin .../views/locale/es/LC_MESSAGES/djangojs.mo | Bin .../views/locale/fr/LC_MESSAGES/djangojs.mo | Bin .../views/locale/ru/LC_MESSAGES/djangojs.mo | Bin .../tests/regressiontests/views/media/file.txt.gz | Bin .../views/templatetags}/__init__.py | 0 .../views/tests/generic}/__init__.py | 0 .../tests => django-1.3/django/bin}/__init__.py | 0 .../django/bin/profiling}/__init__.py | 0 .../django/conf/app_template}/__init__.py | 0 .../django/conf/locale/ar/LC_MESSAGES/django.mo | Bin .../django/conf/locale/ar}/__init__.py | 0 .../django/conf/locale/az/LC_MESSAGES/django.mo | Bin .../django/conf/locale/bg/LC_MESSAGES/django.mo | Bin .../django/conf/locale/bg}/__init__.py | 0 .../django/conf/locale/bn/LC_MESSAGES/django.mo | Bin .../django/conf/locale/bn}/__init__.py | 0 .../django/conf/locale/bs/LC_MESSAGES/django.mo | Bin .../django/conf/locale/bs}/__init__.py | 0 .../django/conf/locale/ca/LC_MESSAGES/django.mo | Bin .../django/conf/locale/ca}/__init__.py | 0 .../django/conf/locale/cs/LC_MESSAGES/django.mo | Bin .../django/conf/locale/cs}/__init__.py | 0 .../django/conf/locale/cy/LC_MESSAGES/django.mo | Bin .../django/conf/locale/cy}/__init__.py | 0 .../django/conf/locale/da/LC_MESSAGES/django.mo | Bin .../django/conf/locale/da}/__init__.py | 0 .../django/conf/locale/de/LC_MESSAGES/django.mo | Bin .../django/conf/locale/de}/__init__.py | 0 .../django/conf/locale/el/LC_MESSAGES/django.mo | Bin .../django/conf/locale/el}/__init__.py | 0 .../django/conf/locale/en/LC_MESSAGES/django.mo | Bin .../django/conf/locale/en}/__init__.py | 0 .../django/conf/locale/en_GB/LC_MESSAGES/django.mo | Bin .../django/conf/locale/en_GB}/__init__.py | 0 .../django/conf/locale/es/LC_MESSAGES/django.mo | Bin .../django/conf/locale/es}/__init__.py | 0 .../django/conf/locale/es_AR/LC_MESSAGES/django.mo | Bin .../django/conf/locale/es_AR}/__init__.py | 0 .../django/conf/locale/es_MX/LC_MESSAGES/django.mo | Bin .../django/conf/locale/es_MX}/__init__.py | 0 .../django/conf/locale/es_NI}/__init__.py | 0 .../django/conf/locale/et/LC_MESSAGES/django.mo | Bin .../django/conf/locale/et}/__init__.py | 0 .../django/conf/locale/eu/LC_MESSAGES/django.mo | Bin .../django/conf/locale/eu}/__init__.py | 0 .../django/conf/locale/fa/LC_MESSAGES/django.mo | Bin .../django/conf/locale/fa}/__init__.py | 0 .../django/conf/locale/fi/LC_MESSAGES/django.mo | Bin .../django/conf/locale/fi}/__init__.py | 0 .../django/conf/locale/fr/LC_MESSAGES/django.mo | Bin .../django/conf/locale/fr}/__init__.py | 0 .../django/conf/locale/fy_NL/LC_MESSAGES/django.mo | Bin .../django/conf/locale/fy_NL}/__init__.py | 0 .../django/conf/locale/ga/LC_MESSAGES/django.mo | Bin .../django/conf/locale/ga}/__init__.py | 0 .../django/conf/locale/gl/LC_MESSAGES/django.mo | Bin .../django/conf/locale/gl}/__init__.py | 0 .../django/conf/locale/he/LC_MESSAGES/django.mo | Bin .../django/conf/locale/he}/__init__.py | 0 .../django/conf/locale/hi/LC_MESSAGES/django.mo | Bin .../django/conf/locale/hi}/__init__.py | 0 .../django/conf/locale/hr/LC_MESSAGES/django.mo | Bin .../django/conf/locale/hr}/__init__.py | 0 .../django/conf/locale/hu/LC_MESSAGES/django.mo | Bin .../django/conf/locale/hu}/__init__.py | 0 .../django/conf/locale/id/LC_MESSAGES/django.mo | Bin .../django/conf/locale/id}/__init__.py | 0 .../django/conf/locale/is/LC_MESSAGES/django.mo | Bin .../django/conf/locale/is}/__init__.py | 0 .../django/conf/locale/it/LC_MESSAGES/django.mo | Bin .../django/conf/locale/it}/__init__.py | 0 .../django/conf/locale/ja/LC_MESSAGES/django.mo | Bin .../django/conf/locale/ja}/__init__.py | 0 .../django/conf/locale/ka/LC_MESSAGES/django.mo | Bin .../django/conf/locale/ka}/__init__.py | 0 .../django/conf/locale/km/LC_MESSAGES/django.mo | Bin .../django/conf/locale/km}/__init__.py | 0 .../django/conf/locale/kn/LC_MESSAGES/django.mo | Bin .../django/conf/locale/kn}/__init__.py | 0 .../django/conf/locale/ko/LC_MESSAGES/django.mo | Bin .../django/conf/locale/ko}/__init__.py | 0 .../django/conf/locale/lt/LC_MESSAGES/django.mo | Bin .../django/conf/locale/lt}/__init__.py | 0 .../django/conf/locale/lv/LC_MESSAGES/django.mo | Bin .../django/conf/locale/lv}/__init__.py | 0 .../django/conf/locale/mk/LC_MESSAGES/django.mo | Bin .../django/conf/locale/mk}/__init__.py | 0 .../django/conf/locale/ml/LC_MESSAGES/django.mo | Bin .../django/conf/locale/ml}/__init__.py | 0 .../django/conf/locale/mn/LC_MESSAGES/django.mo | Bin .../django/conf/locale/mn}/__init__.py | 0 .../django/conf/locale/nb/LC_MESSAGES/django.mo | Bin .../django/conf/locale/nb}/__init__.py | 0 .../django/conf/locale/nl/LC_MESSAGES/django.mo | Bin .../django/conf/locale/nl}/__init__.py | 0 .../django/conf/locale/nn/LC_MESSAGES/django.mo | Bin .../django/conf/locale/nn}/__init__.py | 0 .../django/conf/locale/no/LC_MESSAGES/django.mo | Bin .../django/conf/locale/no}/__init__.py | 0 .../django/conf/locale/pa/LC_MESSAGES/django.mo | Bin .../django/conf/locale/pl/LC_MESSAGES/django.mo | Bin .../django/conf/locale/pl}/__init__.py | 0 .../django/conf/locale/pt/LC_MESSAGES/django.mo | Bin .../django/conf/locale/pt}/__init__.py | 0 .../django/conf/locale/pt_BR/LC_MESSAGES/django.mo | Bin .../django/conf/locale/pt_BR}/__init__.py | 0 .../django/conf/locale/ro/LC_MESSAGES/django.mo | Bin .../django/conf/locale/ro}/__init__.py | 0 .../django/conf/locale/ru/LC_MESSAGES/django.mo | Bin .../django/conf/locale/ru}/__init__.py | 0 .../django/conf/locale/sk/LC_MESSAGES/django.mo | Bin .../django/conf/locale/sk}/__init__.py | 0 .../django/conf/locale/sl/LC_MESSAGES/django.mo | Bin .../django/conf/locale/sl}/__init__.py | 0 .../django/conf/locale/sq/LC_MESSAGES/django.mo | Bin .../django/conf/locale/sq}/__init__.py | 0 .../django/conf/locale/sr/LC_MESSAGES/django.mo | Bin .../django/conf/locale/sr}/__init__.py | 0 .../conf/locale/sr_Latn/LC_MESSAGES/django.mo | Bin .../django/conf/locale/sr_Latn}/__init__.py | 0 .../django/conf/locale/sv/LC_MESSAGES/django.mo | Bin .../django/conf/locale/sv}/__init__.py | 0 .../django/conf/locale/ta/LC_MESSAGES/django.mo | Bin .../django/conf/locale/ta}/__init__.py | 0 .../django/conf/locale/te/LC_MESSAGES/django.mo | Bin .../django/conf/locale/te}/__init__.py | 0 .../django/conf/locale/th/LC_MESSAGES/django.mo | Bin .../django/conf/locale/th}/__init__.py | 0 .../django/conf/locale/tr/LC_MESSAGES/django.mo | Bin .../django/conf/locale/tr}/__init__.py | 0 .../django/conf/locale/uk/LC_MESSAGES/django.mo | Bin .../django/conf/locale/uk}/__init__.py | 0 .../django/conf/locale/ur/LC_MESSAGES/django.mo | Bin .../django/conf/locale/vi/LC_MESSAGES/django.mo | Bin .../django/conf/locale/vi}/__init__.py | 0 .../django/conf/locale/zh_CN/LC_MESSAGES/django.mo | Bin .../django/conf/locale/zh_CN}/__init__.py | 0 .../django/conf/locale/zh_TW/LC_MESSAGES/django.mo | Bin .../django/conf/locale/zh_TW}/__init__.py | 0 .../django/conf/project_template}/__init__.py | 0 .../django/conf/urls}/__init__.py | 0 .../django/contrib}/__init__.py | 0 .../contrib/admin/locale/ar/LC_MESSAGES/django.mo | Bin .../admin/locale/ar/LC_MESSAGES/djangojs.mo | Bin .../contrib/admin/locale/az/LC_MESSAGES/django.mo | Bin .../admin/locale/az/LC_MESSAGES/djangojs.mo | Bin .../contrib/admin/locale/bg/LC_MESSAGES/django.mo | Bin .../admin/locale/bg/LC_MESSAGES/djangojs.mo | Bin .../contrib/admin/locale/bn/LC_MESSAGES/django.mo | Bin .../admin/locale/bn/LC_MESSAGES/djangojs.mo | Bin .../contrib/admin/locale/bs/LC_MESSAGES/django.mo | Bin .../admin/locale/bs/LC_MESSAGES/djangojs.mo | Bin .../contrib/admin/locale/ca/LC_MESSAGES/django.mo | Bin .../admin/locale/ca/LC_MESSAGES/djangojs.mo | Bin .../contrib/admin/locale/cs/LC_MESSAGES/django.mo | Bin .../admin/locale/cs/LC_MESSAGES/djangojs.mo | Bin .../contrib/admin/locale/cy/LC_MESSAGES/django.mo | Bin .../admin/locale/cy/LC_MESSAGES/djangojs.mo | Bin .../contrib/admin/locale/da/LC_MESSAGES/django.mo | Bin .../admin/locale/da/LC_MESSAGES/djangojs.mo | Bin .../contrib/admin/locale/de/LC_MESSAGES/django.mo | Bin .../admin/locale/de/LC_MESSAGES/djangojs.mo | Bin .../contrib/admin/locale/el/LC_MESSAGES/django.mo | Bin .../admin/locale/el/LC_MESSAGES/djangojs.mo | Bin .../contrib/admin/locale/en/LC_MESSAGES/django.mo | Bin .../admin/locale/en/LC_MESSAGES/djangojs.mo | Bin .../admin/locale/en_GB/LC_MESSAGES/django.mo | Bin .../admin/locale/en_GB/LC_MESSAGES/djangojs.mo | Bin .../contrib/admin/locale/es/LC_MESSAGES/django.mo | Bin .../admin/locale/es/LC_MESSAGES/djangojs.mo | Bin .../admin/locale/es_AR/LC_MESSAGES/django.mo | Bin .../admin/locale/es_AR/LC_MESSAGES/djangojs.mo | Bin .../admin/locale/es_MX/LC_MESSAGES/django.mo | Bin .../admin/locale/es_MX/LC_MESSAGES/djangojs.mo | Bin .../contrib/admin/locale/et/LC_MESSAGES/django.mo | Bin .../admin/locale/et/LC_MESSAGES/djangojs.mo | Bin .../contrib/admin/locale/eu/LC_MESSAGES/django.mo | Bin .../admin/locale/eu/LC_MESSAGES/djangojs.mo | Bin .../contrib/admin/locale/fa/LC_MESSAGES/django.mo | Bin .../admin/locale/fa/LC_MESSAGES/djangojs.mo | Bin .../contrib/admin/locale/fi/LC_MESSAGES/django.mo | Bin .../admin/locale/fi/LC_MESSAGES/djangojs.mo | Bin .../contrib/admin/locale/fr/LC_MESSAGES/django.mo | Bin .../admin/locale/fr/LC_MESSAGES/djangojs.mo | Bin .../admin/locale/fy_NL/LC_MESSAGES/django.mo | Bin .../admin/locale/fy_NL/LC_MESSAGES/djangojs.mo | Bin .../contrib/admin/locale/ga/LC_MESSAGES/django.mo | Bin .../admin/locale/ga/LC_MESSAGES/djangojs.mo | Bin .../contrib/admin/locale/gl/LC_MESSAGES/django.mo | Bin .../admin/locale/gl/LC_MESSAGES/djangojs.mo | Bin .../contrib/admin/locale/he/LC_MESSAGES/django.mo | Bin .../admin/locale/he/LC_MESSAGES/djangojs.mo | Bin .../contrib/admin/locale/hi/LC_MESSAGES/django.mo | Bin .../admin/locale/hi/LC_MESSAGES/djangojs.mo | Bin .../contrib/admin/locale/hr/LC_MESSAGES/django.mo | Bin .../admin/locale/hr/LC_MESSAGES/djangojs.mo | Bin .../contrib/admin/locale/hu/LC_MESSAGES/django.mo | Bin .../admin/locale/hu/LC_MESSAGES/djangojs.mo | Bin .../contrib/admin/locale/id/LC_MESSAGES/django.mo | Bin .../admin/locale/id/LC_MESSAGES/djangojs.mo | Bin .../contrib/admin/locale/is/LC_MESSAGES/django.mo | Bin .../admin/locale/is/LC_MESSAGES/djangojs.mo | Bin .../contrib/admin/locale/it/LC_MESSAGES/django.mo | Bin .../admin/locale/it/LC_MESSAGES/djangojs.mo | Bin .../contrib/admin/locale/ja/LC_MESSAGES/django.mo | Bin .../admin/locale/ja/LC_MESSAGES/djangojs.mo | Bin .../contrib/admin/locale/ka/LC_MESSAGES/django.mo | Bin .../admin/locale/ka/LC_MESSAGES/djangojs.mo | Bin .../contrib/admin/locale/km/LC_MESSAGES/django.mo | Bin .../admin/locale/km/LC_MESSAGES/djangojs.mo | Bin .../contrib/admin/locale/kn/LC_MESSAGES/django.mo | Bin .../admin/locale/kn/LC_MESSAGES/djangojs.mo | Bin .../contrib/admin/locale/ko/LC_MESSAGES/django.mo | Bin .../admin/locale/ko/LC_MESSAGES/djangojs.mo | Bin .../contrib/admin/locale/lt/LC_MESSAGES/django.mo | Bin .../admin/locale/lt/LC_MESSAGES/djangojs.mo | Bin .../contrib/admin/locale/lv/LC_MESSAGES/django.mo | Bin .../admin/locale/lv/LC_MESSAGES/djangojs.mo | Bin .../contrib/admin/locale/mk/LC_MESSAGES/django.mo | Bin .../admin/locale/mk/LC_MESSAGES/djangojs.mo | Bin .../contrib/admin/locale/ml/LC_MESSAGES/django.mo | Bin .../admin/locale/ml/LC_MESSAGES/djangojs.mo | Bin .../contrib/admin/locale/mn/LC_MESSAGES/django.mo | Bin .../admin/locale/mn/LC_MESSAGES/djangojs.mo | Bin .../contrib/admin/locale/nb/LC_MESSAGES/django.mo | Bin .../admin/locale/nb/LC_MESSAGES/djangojs.mo | Bin .../contrib/admin/locale/nl/LC_MESSAGES/django.mo | Bin .../admin/locale/nl/LC_MESSAGES/djangojs.mo | Bin .../contrib/admin/locale/nn/LC_MESSAGES/django.mo | Bin .../admin/locale/nn/LC_MESSAGES/djangojs.mo | Bin .../contrib/admin/locale/no/LC_MESSAGES/django.mo | Bin .../admin/locale/no/LC_MESSAGES/djangojs.mo | Bin .../contrib/admin/locale/pa/LC_MESSAGES/django.mo | Bin .../admin/locale/pa/LC_MESSAGES/djangojs.mo | Bin .../contrib/admin/locale/pl/LC_MESSAGES/django.mo | Bin .../admin/locale/pl/LC_MESSAGES/djangojs.mo | Bin .../contrib/admin/locale/pt/LC_MESSAGES/django.mo | Bin .../admin/locale/pt/LC_MESSAGES/djangojs.mo | Bin .../admin/locale/pt_BR/LC_MESSAGES/django.mo | Bin .../admin/locale/pt_BR/LC_MESSAGES/djangojs.mo | Bin .../contrib/admin/locale/ro/LC_MESSAGES/django.mo | Bin .../admin/locale/ro/LC_MESSAGES/djangojs.mo | Bin .../contrib/admin/locale/ru/LC_MESSAGES/django.mo | Bin .../admin/locale/ru/LC_MESSAGES/djangojs.mo | Bin .../contrib/admin/locale/sk/LC_MESSAGES/django.mo | Bin .../admin/locale/sk/LC_MESSAGES/djangojs.mo | Bin .../contrib/admin/locale/sl/LC_MESSAGES/django.mo | Bin .../admin/locale/sl/LC_MESSAGES/djangojs.mo | Bin .../contrib/admin/locale/sq/LC_MESSAGES/django.mo | Bin .../admin/locale/sq/LC_MESSAGES/djangojs.mo | Bin .../contrib/admin/locale/sr/LC_MESSAGES/django.mo | Bin .../admin/locale/sr/LC_MESSAGES/djangojs.mo | Bin .../admin/locale/sr_Latn/LC_MESSAGES/django.mo | Bin .../admin/locale/sr_Latn/LC_MESSAGES/djangojs.mo | Bin .../contrib/admin/locale/sv/LC_MESSAGES/django.mo | Bin .../admin/locale/sv/LC_MESSAGES/djangojs.mo | Bin .../contrib/admin/locale/ta/LC_MESSAGES/django.mo | Bin .../admin/locale/ta/LC_MESSAGES/djangojs.mo | Bin .../contrib/admin/locale/te/LC_MESSAGES/django.mo | Bin .../admin/locale/te/LC_MESSAGES/djangojs.mo | Bin .../contrib/admin/locale/th/LC_MESSAGES/django.mo | Bin .../admin/locale/th/LC_MESSAGES/djangojs.mo | Bin .../contrib/admin/locale/tr/LC_MESSAGES/django.mo | Bin .../admin/locale/tr/LC_MESSAGES/djangojs.mo | Bin .../contrib/admin/locale/uk/LC_MESSAGES/django.mo | Bin .../admin/locale/uk/LC_MESSAGES/djangojs.mo | Bin .../contrib/admin/locale/ur/LC_MESSAGES/django.mo | Bin .../admin/locale/ur/LC_MESSAGES/djangojs.mo | Bin .../contrib/admin/locale/vi/LC_MESSAGES/django.mo | Bin .../admin/locale/vi/LC_MESSAGES/djangojs.mo | Bin .../admin/locale/zh_CN/LC_MESSAGES/django.mo | Bin .../admin/locale/zh_CN/LC_MESSAGES/djangojs.mo | Bin .../admin/locale/zh_TW/LC_MESSAGES/django.mo | Bin .../admin/locale/zh_TW/LC_MESSAGES/djangojs.mo | Bin .../contrib/admin/media/img/admin/arrow-down.gif | Bin .../contrib/admin/media/img/admin/arrow-up.gif | Bin .../admin/media/img/admin/changelist-bg.gif | Bin .../admin/media/img/admin/changelist-bg_rtl.gif | Bin .../contrib/admin/media/img/admin/chooser-bg.gif | Bin .../admin/media/img/admin/chooser_stacked-bg.gif | Bin .../admin/media/img/admin/default-bg-reverse.gif | Bin .../contrib/admin/media/img/admin/default-bg.gif | Bin .../admin/media/img/admin/deleted-overlay.gif | Bin .../contrib/admin/media/img/admin/icon-no.gif | Bin .../contrib/admin/media/img/admin/icon-unknown.gif | Bin .../contrib/admin/media/img/admin/icon-yes.gif | Bin .../contrib/admin/media/img/admin/icon_addlink.gif | Bin .../contrib/admin/media/img/admin/icon_alert.gif | Bin .../admin/media/img/admin/icon_calendar.gif | Bin .../admin/media/img/admin/icon_changelink.gif | Bin .../contrib/admin/media/img/admin/icon_clock.gif | Bin .../admin/media/img/admin/icon_deletelink.gif | Bin .../contrib/admin/media/img/admin/icon_error.gif | Bin .../admin/media/img/admin/icon_searchbox.png | Bin .../contrib/admin/media/img/admin/icon_success.gif | Bin .../admin/media/img/admin/inline-delete-8bit.png | Bin .../admin/media/img/admin/inline-delete.png | Bin .../admin/media/img/admin/inline-restore-8bit.png | Bin .../admin/media/img/admin/inline-restore.png | Bin .../admin/media/img/admin/inline-splitter-bg.gif | Bin .../admin/media/img/admin/nav-bg-grabber.gif | Bin .../admin/media/img/admin/nav-bg-reverse.gif | Bin .../contrib/admin/media/img/admin/nav-bg.gif | Bin .../contrib/admin/media/img/admin/selector-add.gif | Bin .../admin/media/img/admin/selector-addall.gif | Bin .../admin/media/img/admin/selector-remove.gif | Bin .../admin/media/img/admin/selector-removeall.gif | Bin .../admin/media/img/admin/selector-search.gif | Bin .../admin/media/img/admin/selector_stacked-add.gif | Bin .../media/img/admin/selector_stacked-remove.gif | Bin .../contrib/admin/media/img/admin/tool-left.gif | Bin .../admin/media/img/admin/tool-left_over.gif | Bin .../contrib/admin/media/img/admin/tool-right.gif | Bin .../admin/media/img/admin/tool-right_over.gif | Bin .../contrib/admin/media/img/admin/tooltag-add.gif | Bin .../admin/media/img/admin/tooltag-add_over.gif | Bin .../admin/media/img/admin/tooltag-arrowright.gif | Bin .../media/img/admin/tooltag-arrowright_over.gif | Bin .../admin/media/img/gis/move_vertex_off.png | Bin .../contrib/admin/media/img/gis/move_vertex_on.png | Bin .../django/contrib/admin/templatetags}/__init__.py | 0 .../django/contrib/admin/views}/__init__.py | 0 .../django/contrib/admindocs}/__init__.py | 0 .../admindocs/locale/ar/LC_MESSAGES/django.mo | Bin .../admindocs/locale/az/LC_MESSAGES/django.mo | Bin .../admindocs/locale/bg/LC_MESSAGES/django.mo | Bin .../admindocs/locale/bn/LC_MESSAGES/django.mo | Bin .../admindocs/locale/bs/LC_MESSAGES/django.mo | Bin .../admindocs/locale/ca/LC_MESSAGES/django.mo | Bin .../admindocs/locale/cs/LC_MESSAGES/django.mo | Bin .../admindocs/locale/cy/LC_MESSAGES/django.mo | Bin .../admindocs/locale/da/LC_MESSAGES/django.mo | Bin .../admindocs/locale/de/LC_MESSAGES/django.mo | Bin .../admindocs/locale/el/LC_MESSAGES/django.mo | Bin .../admindocs/locale/en/LC_MESSAGES/django.mo | Bin .../admindocs/locale/en_GB/LC_MESSAGES/django.mo | Bin .../admindocs/locale/es/LC_MESSAGES/django.mo | Bin .../admindocs/locale/es_AR/LC_MESSAGES/django.mo | Bin .../admindocs/locale/es_MX/LC_MESSAGES/django.mo | Bin .../admindocs/locale/et/LC_MESSAGES/django.mo | Bin .../admindocs/locale/eu/LC_MESSAGES/django.mo | Bin .../admindocs/locale/fa/LC_MESSAGES/django.mo | Bin .../admindocs/locale/fi/LC_MESSAGES/django.mo | Bin .../admindocs/locale/fr/LC_MESSAGES/django.mo | Bin .../admindocs/locale/fy_NL/LC_MESSAGES/django.mo | Bin .../admindocs/locale/ga/LC_MESSAGES/django.mo | Bin .../admindocs/locale/gl/LC_MESSAGES/django.mo | Bin .../admindocs/locale/he/LC_MESSAGES/django.mo | Bin .../admindocs/locale/hi/LC_MESSAGES/django.mo | Bin .../admindocs/locale/hr/LC_MESSAGES/django.mo | Bin .../admindocs/locale/hu/LC_MESSAGES/django.mo | Bin .../admindocs/locale/id/LC_MESSAGES/django.mo | Bin .../admindocs/locale/is/LC_MESSAGES/django.mo | Bin .../admindocs/locale/it/LC_MESSAGES/django.mo | Bin .../admindocs/locale/ja/LC_MESSAGES/django.mo | Bin .../admindocs/locale/ka/LC_MESSAGES/django.mo | Bin .../admindocs/locale/km/LC_MESSAGES/django.mo | Bin .../admindocs/locale/kn/LC_MESSAGES/django.mo | Bin .../admindocs/locale/ko/LC_MESSAGES/django.mo | Bin .../admindocs/locale/lt/LC_MESSAGES/django.mo | Bin .../admindocs/locale/lv/LC_MESSAGES/django.mo | Bin .../admindocs/locale/mk/LC_MESSAGES/django.mo | Bin .../admindocs/locale/ml/LC_MESSAGES/django.mo | Bin .../admindocs/locale/mn/LC_MESSAGES/django.mo | Bin .../admindocs/locale/nb/LC_MESSAGES/django.mo | Bin .../admindocs/locale/nl/LC_MESSAGES/django.mo | Bin .../admindocs/locale/nn/LC_MESSAGES/django.mo | Bin .../admindocs/locale/no/LC_MESSAGES/django.mo | Bin .../admindocs/locale/pa/LC_MESSAGES/django.mo | Bin .../admindocs/locale/pl/LC_MESSAGES/django.mo | Bin .../admindocs/locale/pt/LC_MESSAGES/django.mo | Bin .../admindocs/locale/pt_BR/LC_MESSAGES/django.mo | Bin .../admindocs/locale/ro/LC_MESSAGES/django.mo | Bin .../admindocs/locale/ru/LC_MESSAGES/django.mo | Bin .../admindocs/locale/sk/LC_MESSAGES/django.mo | Bin .../admindocs/locale/sl/LC_MESSAGES/django.mo | Bin .../admindocs/locale/sq/LC_MESSAGES/django.mo | Bin .../admindocs/locale/sr/LC_MESSAGES/django.mo | Bin .../admindocs/locale/sr_Latn/LC_MESSAGES/django.mo | Bin .../admindocs/locale/sv/LC_MESSAGES/django.mo | Bin .../admindocs/locale/ta/LC_MESSAGES/django.mo | Bin .../admindocs/locale/te/LC_MESSAGES/django.mo | Bin .../admindocs/locale/th/LC_MESSAGES/django.mo | Bin .../admindocs/locale/tr/LC_MESSAGES/django.mo | Bin .../admindocs/locale/uk/LC_MESSAGES/django.mo | Bin .../admindocs/locale/ur/LC_MESSAGES/django.mo | Bin .../admindocs/locale/vi/LC_MESSAGES/django.mo | Bin .../admindocs/locale/zh_CN/LC_MESSAGES/django.mo | Bin .../admindocs/locale/zh_TW/LC_MESSAGES/django.mo | Bin .../django/contrib/auth/handlers}/__init__.py | 0 .../contrib/auth/locale/ar/LC_MESSAGES/django.mo | Bin .../contrib/auth/locale/az/LC_MESSAGES/django.mo | Bin .../contrib/auth/locale/bg/LC_MESSAGES/django.mo | Bin .../contrib/auth/locale/bn/LC_MESSAGES/django.mo | Bin .../contrib/auth/locale/bs/LC_MESSAGES/django.mo | Bin .../contrib/auth/locale/ca/LC_MESSAGES/django.mo | Bin .../contrib/auth/locale/cs/LC_MESSAGES/django.mo | Bin .../contrib/auth/locale/cy/LC_MESSAGES/django.mo | Bin .../contrib/auth/locale/da/LC_MESSAGES/django.mo | Bin .../contrib/auth/locale/de/LC_MESSAGES/django.mo | Bin .../contrib/auth/locale/el/LC_MESSAGES/django.mo | Bin .../contrib/auth/locale/en/LC_MESSAGES/django.mo | Bin .../auth/locale/en_GB/LC_MESSAGES/django.mo | Bin .../contrib/auth/locale/es/LC_MESSAGES/django.mo | Bin .../auth/locale/es_AR/LC_MESSAGES/django.mo | Bin .../auth/locale/es_MX/LC_MESSAGES/django.mo | Bin .../contrib/auth/locale/et/LC_MESSAGES/django.mo | Bin .../contrib/auth/locale/eu/LC_MESSAGES/django.mo | Bin .../contrib/auth/locale/fa/LC_MESSAGES/django.mo | Bin .../contrib/auth/locale/fi/LC_MESSAGES/django.mo | Bin .../contrib/auth/locale/fr/LC_MESSAGES/django.mo | Bin .../auth/locale/fy_NL/LC_MESSAGES/django.mo | Bin .../contrib/auth/locale/ga/LC_MESSAGES/django.mo | Bin .../contrib/auth/locale/gl/LC_MESSAGES/django.mo | Bin .../contrib/auth/locale/he/LC_MESSAGES/django.mo | Bin .../contrib/auth/locale/hi/LC_MESSAGES/django.mo | Bin .../contrib/auth/locale/hr/LC_MESSAGES/django.mo | Bin .../contrib/auth/locale/hu/LC_MESSAGES/django.mo | Bin .../contrib/auth/locale/id/LC_MESSAGES/django.mo | Bin .../contrib/auth/locale/is/LC_MESSAGES/django.mo | Bin .../contrib/auth/locale/it/LC_MESSAGES/django.mo | Bin .../contrib/auth/locale/ja/LC_MESSAGES/django.mo | Bin .../contrib/auth/locale/ka/LC_MESSAGES/django.mo | Bin .../contrib/auth/locale/km/LC_MESSAGES/django.mo | Bin .../contrib/auth/locale/kn/LC_MESSAGES/django.mo | Bin .../contrib/auth/locale/ko/LC_MESSAGES/django.mo | Bin .../contrib/auth/locale/lt/LC_MESSAGES/django.mo | Bin .../contrib/auth/locale/lv/LC_MESSAGES/django.mo | Bin .../contrib/auth/locale/mk/LC_MESSAGES/django.mo | Bin .../contrib/auth/locale/ml/LC_MESSAGES/django.mo | Bin .../contrib/auth/locale/mn/LC_MESSAGES/django.mo | Bin .../contrib/auth/locale/nb/LC_MESSAGES/django.mo | Bin .../contrib/auth/locale/nl/LC_MESSAGES/django.mo | Bin .../contrib/auth/locale/nn/LC_MESSAGES/django.mo | Bin .../contrib/auth/locale/no/LC_MESSAGES/django.mo | Bin .../contrib/auth/locale/pa/LC_MESSAGES/django.mo | Bin .../contrib/auth/locale/pl/LC_MESSAGES/django.mo | Bin .../contrib/auth/locale/pt/LC_MESSAGES/django.mo | Bin .../auth/locale/pt_BR/LC_MESSAGES/django.mo | Bin .../contrib/auth/locale/ro/LC_MESSAGES/django.mo | Bin .../contrib/auth/locale/ru/LC_MESSAGES/django.mo | Bin .../contrib/auth/locale/sk/LC_MESSAGES/django.mo | Bin .../contrib/auth/locale/sl/LC_MESSAGES/django.mo | Bin .../contrib/auth/locale/sq/LC_MESSAGES/django.mo | Bin .../contrib/auth/locale/sr/LC_MESSAGES/django.mo | Bin .../auth/locale/sr_Latn/LC_MESSAGES/django.mo | Bin .../contrib/auth/locale/sv/LC_MESSAGES/django.mo | Bin .../contrib/auth/locale/ta/LC_MESSAGES/django.mo | Bin .../contrib/auth/locale/te/LC_MESSAGES/django.mo | Bin .../contrib/auth/locale/th/LC_MESSAGES/django.mo | Bin .../contrib/auth/locale/tr/LC_MESSAGES/django.mo | Bin .../contrib/auth/locale/uk/LC_MESSAGES/django.mo | Bin .../contrib/auth/locale/ur/LC_MESSAGES/django.mo | Bin .../contrib/auth/locale/vi/LC_MESSAGES/django.mo | Bin .../auth/locale/zh_CN/LC_MESSAGES/django.mo | Bin .../auth/locale/zh_TW/LC_MESSAGES/django.mo | Bin .../contrib/auth/management/commands}/__init__.py | 0 .../comments/locale/ar/LC_MESSAGES/django.mo | Bin .../comments/locale/az/LC_MESSAGES/django.mo | Bin .../comments/locale/bg/LC_MESSAGES/django.mo | Bin .../comments/locale/bn/LC_MESSAGES/django.mo | Bin .../comments/locale/bs/LC_MESSAGES/django.mo | Bin .../comments/locale/ca/LC_MESSAGES/django.mo | Bin .../comments/locale/cs/LC_MESSAGES/django.mo | Bin .../comments/locale/cy/LC_MESSAGES/django.mo | Bin .../comments/locale/da/LC_MESSAGES/django.mo | Bin .../comments/locale/de/LC_MESSAGES/django.mo | Bin .../comments/locale/el/LC_MESSAGES/django.mo | Bin .../comments/locale/en/LC_MESSAGES/django.mo | Bin .../comments/locale/en_GB/LC_MESSAGES/django.mo | Bin .../comments/locale/es/LC_MESSAGES/django.mo | Bin .../comments/locale/es_AR/LC_MESSAGES/django.mo | Bin .../comments/locale/es_MX/LC_MESSAGES/django.mo | Bin .../comments/locale/et/LC_MESSAGES/django.mo | Bin .../comments/locale/eu/LC_MESSAGES/django.mo | Bin .../comments/locale/fa/LC_MESSAGES/django.mo | Bin .../comments/locale/fi/LC_MESSAGES/django.mo | Bin .../comments/locale/fr/LC_MESSAGES/django.mo | Bin .../comments/locale/fy_NL/LC_MESSAGES/django.mo | Bin .../comments/locale/ga/LC_MESSAGES/django.mo | Bin .../comments/locale/gl/LC_MESSAGES/django.mo | Bin .../comments/locale/he/LC_MESSAGES/django.mo | Bin .../comments/locale/hi/LC_MESSAGES/django.mo | Bin .../comments/locale/hr/LC_MESSAGES/django.mo | Bin .../comments/locale/hu/LC_MESSAGES/django.mo | Bin .../comments/locale/id/LC_MESSAGES/django.mo | Bin .../comments/locale/is/LC_MESSAGES/django.mo | Bin .../comments/locale/it/LC_MESSAGES/django.mo | Bin .../comments/locale/ja/LC_MESSAGES/django.mo | Bin .../comments/locale/ka/LC_MESSAGES/django.mo | Bin .../comments/locale/km/LC_MESSAGES/django.mo | Bin .../comments/locale/kn/LC_MESSAGES/django.mo | Bin .../comments/locale/ko/LC_MESSAGES/django.mo | Bin .../comments/locale/lt/LC_MESSAGES/django.mo | Bin .../comments/locale/lv/LC_MESSAGES/django.mo | Bin .../comments/locale/mk/LC_MESSAGES/django.mo | Bin .../comments/locale/ml/LC_MESSAGES/django.mo | Bin .../comments/locale/mn/LC_MESSAGES/django.mo | Bin .../comments/locale/nb/LC_MESSAGES/django.mo | Bin .../comments/locale/nl/LC_MESSAGES/django.mo | Bin .../comments/locale/nn/LC_MESSAGES/django.mo | Bin .../comments/locale/no/LC_MESSAGES/django.mo | Bin .../comments/locale/pa/LC_MESSAGES/django.mo | Bin .../comments/locale/pl/LC_MESSAGES/django.mo | Bin .../comments/locale/pt/LC_MESSAGES/django.mo | Bin .../comments/locale/pt_BR/LC_MESSAGES/django.mo | Bin .../comments/locale/ro/LC_MESSAGES/django.mo | Bin .../comments/locale/ru/LC_MESSAGES/django.mo | Bin .../comments/locale/sk/LC_MESSAGES/django.mo | Bin .../comments/locale/sl/LC_MESSAGES/django.mo | Bin .../comments/locale/sq/LC_MESSAGES/django.mo | Bin .../comments/locale/sr/LC_MESSAGES/django.mo | Bin .../comments/locale/sr_Latn/LC_MESSAGES/django.mo | Bin .../comments/locale/sv/LC_MESSAGES/django.mo | Bin .../comments/locale/ta/LC_MESSAGES/django.mo | Bin .../comments/locale/te/LC_MESSAGES/django.mo | Bin .../comments/locale/th/LC_MESSAGES/django.mo | Bin .../comments/locale/tr/LC_MESSAGES/django.mo | Bin .../comments/locale/uk/LC_MESSAGES/django.mo | Bin .../comments/locale/ur/LC_MESSAGES/django.mo | Bin .../comments/locale/vi/LC_MESSAGES/django.mo | Bin .../comments/locale/zh_CN/LC_MESSAGES/django.mo | Bin .../comments/locale/zh_TW/LC_MESSAGES/django.mo | Bin .../contrib/comments/templatetags}/__init__.py | 0 .../django/contrib/comments/views}/__init__.py | 0 .../django/contrib/contenttypes}/__init__.py | 0 .../contenttypes/locale/ar/LC_MESSAGES/django.mo | Bin .../contenttypes/locale/az/LC_MESSAGES/django.mo | Bin .../contenttypes/locale/bg/LC_MESSAGES/django.mo | Bin .../contenttypes/locale/bn/LC_MESSAGES/django.mo | Bin .../contenttypes/locale/bs/LC_MESSAGES/django.mo | Bin .../contenttypes/locale/ca/LC_MESSAGES/django.mo | Bin .../contenttypes/locale/cs/LC_MESSAGES/django.mo | Bin .../contenttypes/locale/cy/LC_MESSAGES/django.mo | Bin .../contenttypes/locale/da/LC_MESSAGES/django.mo | Bin .../contenttypes/locale/de/LC_MESSAGES/django.mo | Bin .../contenttypes/locale/el/LC_MESSAGES/django.mo | Bin .../contenttypes/locale/en/LC_MESSAGES/django.mo | Bin .../locale/en_GB/LC_MESSAGES/django.mo | Bin .../contenttypes/locale/es/LC_MESSAGES/django.mo | Bin .../locale/es_AR/LC_MESSAGES/django.mo | Bin .../locale/es_MX/LC_MESSAGES/django.mo | Bin .../contenttypes/locale/et/LC_MESSAGES/django.mo | Bin .../contenttypes/locale/eu/LC_MESSAGES/django.mo | Bin .../contenttypes/locale/fa/LC_MESSAGES/django.mo | Bin .../contenttypes/locale/fi/LC_MESSAGES/django.mo | Bin .../contenttypes/locale/fr/LC_MESSAGES/django.mo | Bin .../locale/fy_NL/LC_MESSAGES/django.mo | Bin .../contenttypes/locale/ga/LC_MESSAGES/django.mo | Bin .../contenttypes/locale/gl/LC_MESSAGES/django.mo | Bin .../contenttypes/locale/he/LC_MESSAGES/django.mo | Bin .../contenttypes/locale/hi/LC_MESSAGES/django.mo | Bin .../contenttypes/locale/hr/LC_MESSAGES/django.mo | Bin .../contenttypes/locale/hu/LC_MESSAGES/django.mo | Bin .../contenttypes/locale/id/LC_MESSAGES/django.mo | Bin .../contenttypes/locale/is/LC_MESSAGES/django.mo | Bin .../contenttypes/locale/it/LC_MESSAGES/django.mo | Bin .../contenttypes/locale/ja/LC_MESSAGES/django.mo | Bin .../contenttypes/locale/ka/LC_MESSAGES/django.mo | Bin .../contenttypes/locale/km/LC_MESSAGES/django.mo | Bin .../contenttypes/locale/kn/LC_MESSAGES/django.mo | Bin .../contenttypes/locale/ko/LC_MESSAGES/django.mo | Bin .../contenttypes/locale/lt/LC_MESSAGES/django.mo | Bin .../contenttypes/locale/lv/LC_MESSAGES/django.mo | Bin .../contenttypes/locale/mk/LC_MESSAGES/django.mo | Bin .../contenttypes/locale/ml/LC_MESSAGES/django.mo | Bin .../contenttypes/locale/mn/LC_MESSAGES/django.mo | Bin .../contenttypes/locale/nb/LC_MESSAGES/django.mo | Bin .../contenttypes/locale/nl/LC_MESSAGES/django.mo | Bin .../contenttypes/locale/nn/LC_MESSAGES/django.mo | Bin .../contenttypes/locale/no/LC_MESSAGES/django.mo | Bin .../contenttypes/locale/pa/LC_MESSAGES/django.mo | Bin .../contenttypes/locale/pl/LC_MESSAGES/django.mo | Bin .../contenttypes/locale/pt/LC_MESSAGES/django.mo | Bin .../locale/pt_BR/LC_MESSAGES/django.mo | Bin .../contenttypes/locale/ro/LC_MESSAGES/django.mo | Bin .../contenttypes/locale/ru/LC_MESSAGES/django.mo | Bin .../contenttypes/locale/sk/LC_MESSAGES/django.mo | Bin .../contenttypes/locale/sl/LC_MESSAGES/django.mo | Bin .../contenttypes/locale/sq/LC_MESSAGES/django.mo | Bin .../contenttypes/locale/sr/LC_MESSAGES/django.mo | Bin .../locale/sr_Latn/LC_MESSAGES/django.mo | Bin .../contenttypes/locale/sv/LC_MESSAGES/django.mo | Bin .../contenttypes/locale/ta/LC_MESSAGES/django.mo | Bin .../contenttypes/locale/te/LC_MESSAGES/django.mo | Bin .../contenttypes/locale/th/LC_MESSAGES/django.mo | Bin .../contenttypes/locale/tr/LC_MESSAGES/django.mo | Bin .../contenttypes/locale/uk/LC_MESSAGES/django.mo | Bin .../contenttypes/locale/ur/LC_MESSAGES/django.mo | Bin .../contenttypes/locale/vi/LC_MESSAGES/django.mo | Bin .../locale/zh_CN/LC_MESSAGES/django.mo | Bin .../locale/zh_TW/LC_MESSAGES/django.mo | Bin .../django/contrib/csrf}/__init__.py | 0 .../django/contrib/databrowse/plugins}/__init__.py | 0 .../django/contrib/flatpages}/__init__.py | 0 .../flatpages/locale/ar/LC_MESSAGES/django.mo | Bin .../flatpages/locale/az/LC_MESSAGES/django.mo | Bin .../flatpages/locale/bg/LC_MESSAGES/django.mo | Bin .../flatpages/locale/bn/LC_MESSAGES/django.mo | Bin .../flatpages/locale/bs/LC_MESSAGES/django.mo | Bin .../flatpages/locale/ca/LC_MESSAGES/django.mo | Bin .../flatpages/locale/cs/LC_MESSAGES/django.mo | Bin .../flatpages/locale/cy/LC_MESSAGES/django.mo | Bin .../flatpages/locale/da/LC_MESSAGES/django.mo | Bin .../flatpages/locale/de/LC_MESSAGES/django.mo | Bin .../flatpages/locale/el/LC_MESSAGES/django.mo | Bin .../flatpages/locale/en/LC_MESSAGES/django.mo | Bin .../flatpages/locale/en_GB/LC_MESSAGES/django.mo | Bin .../flatpages/locale/es/LC_MESSAGES/django.mo | Bin .../flatpages/locale/es_AR/LC_MESSAGES/django.mo | Bin .../flatpages/locale/es_MX/LC_MESSAGES/django.mo | Bin .../flatpages/locale/et/LC_MESSAGES/django.mo | Bin .../flatpages/locale/eu/LC_MESSAGES/django.mo | Bin .../flatpages/locale/fa/LC_MESSAGES/django.mo | Bin .../flatpages/locale/fi/LC_MESSAGES/django.mo | Bin .../flatpages/locale/fr/LC_MESSAGES/django.mo | Bin .../flatpages/locale/fy_NL/LC_MESSAGES/django.mo | Bin .../flatpages/locale/ga/LC_MESSAGES/django.mo | Bin .../flatpages/locale/gl/LC_MESSAGES/django.mo | Bin .../flatpages/locale/he/LC_MESSAGES/django.mo | Bin .../flatpages/locale/hi/LC_MESSAGES/django.mo | Bin .../flatpages/locale/hr/LC_MESSAGES/django.mo | Bin .../flatpages/locale/hu/LC_MESSAGES/django.mo | Bin .../flatpages/locale/id/LC_MESSAGES/django.mo | Bin .../flatpages/locale/is/LC_MESSAGES/django.mo | Bin .../flatpages/locale/it/LC_MESSAGES/django.mo | Bin .../flatpages/locale/ja/LC_MESSAGES/django.mo | Bin .../flatpages/locale/ka/LC_MESSAGES/django.mo | Bin .../flatpages/locale/km/LC_MESSAGES/django.mo | Bin .../flatpages/locale/kn/LC_MESSAGES/django.mo | Bin .../flatpages/locale/ko/LC_MESSAGES/django.mo | Bin .../flatpages/locale/lt/LC_MESSAGES/django.mo | Bin .../flatpages/locale/lv/LC_MESSAGES/django.mo | Bin .../flatpages/locale/mk/LC_MESSAGES/django.mo | Bin .../flatpages/locale/ml/LC_MESSAGES/django.mo | Bin .../flatpages/locale/mn/LC_MESSAGES/django.mo | Bin .../flatpages/locale/nb/LC_MESSAGES/django.mo | Bin .../flatpages/locale/nl/LC_MESSAGES/django.mo | Bin .../flatpages/locale/nn/LC_MESSAGES/django.mo | Bin .../flatpages/locale/no/LC_MESSAGES/django.mo | Bin .../flatpages/locale/pa/LC_MESSAGES/django.mo | Bin .../flatpages/locale/pl/LC_MESSAGES/django.mo | Bin .../flatpages/locale/pt/LC_MESSAGES/django.mo | Bin .../flatpages/locale/pt_BR/LC_MESSAGES/django.mo | Bin .../flatpages/locale/ro/LC_MESSAGES/django.mo | Bin .../flatpages/locale/ru/LC_MESSAGES/django.mo | Bin .../flatpages/locale/sk/LC_MESSAGES/django.mo | Bin .../flatpages/locale/sl/LC_MESSAGES/django.mo | Bin .../flatpages/locale/sq/LC_MESSAGES/django.mo | Bin .../flatpages/locale/sr/LC_MESSAGES/django.mo | Bin .../flatpages/locale/sr_Latn/LC_MESSAGES/django.mo | Bin .../flatpages/locale/sv/LC_MESSAGES/django.mo | Bin .../flatpages/locale/ta/LC_MESSAGES/django.mo | Bin .../flatpages/locale/te/LC_MESSAGES/django.mo | Bin .../flatpages/locale/th/LC_MESSAGES/django.mo | Bin .../flatpages/locale/tr/LC_MESSAGES/django.mo | Bin .../flatpages/locale/uk/LC_MESSAGES/django.mo | Bin .../flatpages/locale/ur/LC_MESSAGES/django.mo | Bin .../flatpages/locale/vi/LC_MESSAGES/django.mo | Bin .../flatpages/locale/zh_CN/LC_MESSAGES/django.mo | Bin .../flatpages/locale/zh_TW/LC_MESSAGES/django.mo | Bin .../contrib/flatpages/templatetags}/__init__.py | 0 .../tests/templates/registration/login.html} | 0 .../django/contrib/formtools}/__init__.py | 0 .../formtools/locale/ar/LC_MESSAGES/django.mo | Bin .../formtools/locale/az/LC_MESSAGES/django.mo | Bin .../formtools/locale/bg/LC_MESSAGES/django.mo | Bin .../formtools/locale/bn/LC_MESSAGES/django.mo | Bin .../formtools/locale/bs/LC_MESSAGES/django.mo | Bin .../formtools/locale/ca/LC_MESSAGES/django.mo | Bin .../formtools/locale/cs/LC_MESSAGES/django.mo | Bin .../formtools/locale/cy/LC_MESSAGES/django.mo | Bin .../formtools/locale/da/LC_MESSAGES/django.mo | Bin .../formtools/locale/de/LC_MESSAGES/django.mo | Bin .../formtools/locale/el/LC_MESSAGES/django.mo | Bin .../formtools/locale/en/LC_MESSAGES/django.mo | Bin .../formtools/locale/en_GB/LC_MESSAGES/django.mo | Bin .../formtools/locale/es/LC_MESSAGES/django.mo | Bin .../formtools/locale/es_AR/LC_MESSAGES/django.mo | Bin .../formtools/locale/es_MX/LC_MESSAGES/django.mo | Bin .../formtools/locale/et/LC_MESSAGES/django.mo | Bin .../formtools/locale/eu/LC_MESSAGES/django.mo | Bin .../formtools/locale/fa/LC_MESSAGES/django.mo | Bin .../formtools/locale/fi/LC_MESSAGES/django.mo | Bin .../formtools/locale/fr/LC_MESSAGES/django.mo | Bin .../formtools/locale/fy_NL/LC_MESSAGES/django.mo | Bin .../formtools/locale/ga/LC_MESSAGES/django.mo | Bin .../formtools/locale/gl/LC_MESSAGES/django.mo | Bin .../formtools/locale/he/LC_MESSAGES/django.mo | Bin .../formtools/locale/hi/LC_MESSAGES/django.mo | Bin .../formtools/locale/hr/LC_MESSAGES/django.mo | Bin .../formtools/locale/hu/LC_MESSAGES/django.mo | Bin .../formtools/locale/id/LC_MESSAGES/django.mo | Bin .../formtools/locale/is/LC_MESSAGES/django.mo | Bin .../formtools/locale/it/LC_MESSAGES/django.mo | Bin .../formtools/locale/ja/LC_MESSAGES/django.mo | Bin .../formtools/locale/ka/LC_MESSAGES/django.mo | Bin .../formtools/locale/km/LC_MESSAGES/django.mo | Bin .../formtools/locale/kn/LC_MESSAGES/django.mo | Bin .../formtools/locale/ko/LC_MESSAGES/django.mo | Bin .../formtools/locale/lt/LC_MESSAGES/django.mo | Bin .../formtools/locale/lv/LC_MESSAGES/django.mo | Bin .../formtools/locale/mk/LC_MESSAGES/django.mo | Bin .../formtools/locale/ml/LC_MESSAGES/django.mo | Bin .../formtools/locale/mn/LC_MESSAGES/django.mo | Bin .../formtools/locale/nb/LC_MESSAGES/django.mo | Bin .../formtools/locale/nl/LC_MESSAGES/django.mo | Bin .../formtools/locale/nn/LC_MESSAGES/django.mo | Bin .../formtools/locale/no/LC_MESSAGES/django.mo | Bin .../formtools/locale/pa/LC_MESSAGES/django.mo | Bin .../formtools/locale/pl/LC_MESSAGES/django.mo | Bin .../formtools/locale/pt/LC_MESSAGES/django.mo | Bin .../formtools/locale/pt_BR/LC_MESSAGES/django.mo | Bin .../formtools/locale/ro/LC_MESSAGES/django.mo | Bin .../formtools/locale/ru/LC_MESSAGES/django.mo | Bin .../formtools/locale/sk/LC_MESSAGES/django.mo | Bin .../formtools/locale/sl/LC_MESSAGES/django.mo | Bin .../formtools/locale/sq/LC_MESSAGES/django.mo | Bin .../formtools/locale/sr/LC_MESSAGES/django.mo | Bin .../formtools/locale/sr_Latn/LC_MESSAGES/django.mo | Bin .../formtools/locale/sv/LC_MESSAGES/django.mo | Bin .../formtools/locale/ta/LC_MESSAGES/django.mo | Bin .../formtools/locale/te/LC_MESSAGES/django.mo | Bin .../formtools/locale/th/LC_MESSAGES/django.mo | Bin .../formtools/locale/tr/LC_MESSAGES/django.mo | Bin .../formtools/locale/uk/LC_MESSAGES/django.mo | Bin .../formtools/locale/ur/LC_MESSAGES/django.mo | Bin .../formtools/locale/vi/LC_MESSAGES/django.mo | Bin .../formtools/locale/zh_CN/LC_MESSAGES/django.mo | Bin .../formtools/locale/zh_TW/LC_MESSAGES/django.mo | Bin .../django/contrib/gis}/__init__.py | 0 .../django/contrib/gis/db}/__init__.py | 0 .../django/contrib/gis/db/backends}/__init__.py | 0 .../contrib/gis/db/backends/mysql}/__init__.py | 0 .../contrib/gis/db/backends/oracle}/__init__.py | 0 .../contrib/gis/db/backends/postgis}/__init__.py | 0 .../gis/db/backends/spatialite}/__init__.py | 0 .../contrib/gis/gdal/prototypes}/__init__.py | 0 .../django/contrib/gis/geometry}/__init__.py | 0 .../contrib/gis/locale/ar/LC_MESSAGES/django.mo | Bin .../contrib/gis/locale/az/LC_MESSAGES/django.mo | Bin .../contrib/gis/locale/bg/LC_MESSAGES/django.mo | Bin .../contrib/gis/locale/bn/LC_MESSAGES/django.mo | Bin .../contrib/gis/locale/bs/LC_MESSAGES/django.mo | Bin .../contrib/gis/locale/ca/LC_MESSAGES/django.mo | Bin .../contrib/gis/locale/cs/LC_MESSAGES/django.mo | Bin .../contrib/gis/locale/cy/LC_MESSAGES/django.mo | Bin .../contrib/gis/locale/da/LC_MESSAGES/django.mo | Bin .../contrib/gis/locale/de/LC_MESSAGES/django.mo | Bin .../contrib/gis/locale/el/LC_MESSAGES/django.mo | Bin .../contrib/gis/locale/en/LC_MESSAGES/django.mo | Bin .../contrib/gis/locale/en_GB/LC_MESSAGES/django.mo | Bin .../contrib/gis/locale/es/LC_MESSAGES/django.mo | Bin .../contrib/gis/locale/es_AR/LC_MESSAGES/django.mo | Bin .../contrib/gis/locale/es_MX/LC_MESSAGES/django.mo | Bin .../contrib/gis/locale/et/LC_MESSAGES/django.mo | Bin .../contrib/gis/locale/eu/LC_MESSAGES/django.mo | Bin .../contrib/gis/locale/fa/LC_MESSAGES/django.mo | Bin .../contrib/gis/locale/fi/LC_MESSAGES/django.mo | Bin .../contrib/gis/locale/fr/LC_MESSAGES/django.mo | Bin .../contrib/gis/locale/fy_NL/LC_MESSAGES/django.mo | Bin .../contrib/gis/locale/ga/LC_MESSAGES/django.mo | Bin .../contrib/gis/locale/gl/LC_MESSAGES/django.mo | Bin .../contrib/gis/locale/he/LC_MESSAGES/django.mo | Bin .../contrib/gis/locale/hi/LC_MESSAGES/django.mo | Bin .../contrib/gis/locale/hr/LC_MESSAGES/django.mo | Bin .../contrib/gis/locale/hu/LC_MESSAGES/django.mo | Bin .../contrib/gis/locale/id/LC_MESSAGES/django.mo | Bin .../contrib/gis/locale/is/LC_MESSAGES/django.mo | Bin .../contrib/gis/locale/it/LC_MESSAGES/django.mo | Bin .../contrib/gis/locale/ja/LC_MESSAGES/django.mo | Bin .../contrib/gis/locale/ka/LC_MESSAGES/django.mo | Bin .../contrib/gis/locale/km/LC_MESSAGES/django.mo | Bin .../contrib/gis/locale/kn/LC_MESSAGES/django.mo | Bin .../contrib/gis/locale/ko/LC_MESSAGES/django.mo | Bin .../contrib/gis/locale/lt/LC_MESSAGES/django.mo | Bin .../contrib/gis/locale/lv/LC_MESSAGES/django.mo | Bin .../contrib/gis/locale/mk/LC_MESSAGES/django.mo | Bin .../contrib/gis/locale/ml/LC_MESSAGES/django.mo | Bin .../contrib/gis/locale/mn/LC_MESSAGES/django.mo | Bin .../contrib/gis/locale/nb/LC_MESSAGES/django.mo | Bin .../contrib/gis/locale/nl/LC_MESSAGES/django.mo | Bin .../contrib/gis/locale/nn/LC_MESSAGES/django.mo | Bin .../contrib/gis/locale/no/LC_MESSAGES/django.mo | Bin .../contrib/gis/locale/pa/LC_MESSAGES/django.mo | Bin .../contrib/gis/locale/pl/LC_MESSAGES/django.mo | Bin .../contrib/gis/locale/pt/LC_MESSAGES/django.mo | Bin .../contrib/gis/locale/pt_BR/LC_MESSAGES/django.mo | Bin .../contrib/gis/locale/ro/LC_MESSAGES/django.mo | Bin .../contrib/gis/locale/ru/LC_MESSAGES/django.mo | Bin .../contrib/gis/locale/sk/LC_MESSAGES/django.mo | Bin .../contrib/gis/locale/sl/LC_MESSAGES/django.mo | Bin .../contrib/gis/locale/sq/LC_MESSAGES/django.mo | Bin .../contrib/gis/locale/sr/LC_MESSAGES/django.mo | Bin .../gis/locale/sr_Latn/LC_MESSAGES/django.mo | Bin .../contrib/gis/locale/sv/LC_MESSAGES/django.mo | Bin .../contrib/gis/locale/ta/LC_MESSAGES/django.mo | Bin .../contrib/gis/locale/te/LC_MESSAGES/django.mo | Bin .../contrib/gis/locale/th/LC_MESSAGES/django.mo | Bin .../contrib/gis/locale/tr/LC_MESSAGES/django.mo | Bin .../contrib/gis/locale/uk/LC_MESSAGES/django.mo | Bin .../contrib/gis/locale/ur/LC_MESSAGES/django.mo | Bin .../contrib/gis/locale/vi/LC_MESSAGES/django.mo | Bin .../contrib/gis/locale/zh_CN/LC_MESSAGES/django.mo | Bin .../contrib/gis/locale/zh_TW/LC_MESSAGES/django.mo | Bin .../django/contrib/gis/management}/__init__.py | 0 .../contrib/gis/management/commands}/__init__.py | 0 .../django/contrib/gis/maps}/__init__.py | 0 .../contrib/gis/maps/openlayers}/__init__.py | 0 .../contrib/gis/tests/data/cities/cities.dbf | Bin .../contrib/gis/tests/data/cities/cities.shp | Bin .../contrib/gis/tests/data/cities/cities.shx | Bin .../contrib/gis/tests/data/counties/counties.dbf | Bin .../contrib/gis/tests/data/counties/counties.shp | Bin .../contrib/gis/tests/data/counties/counties.shx | Bin .../contrib/gis/tests/data/geometries.json.gz | Bin .../gis/tests/data/interstates/interstates.dbf | Bin .../gis/tests/data/interstates/interstates.shp | Bin .../gis/tests/data/interstates/interstates.shx | Bin .../contrib/gis/tests/data/invalid/emptypoints.dbf | Bin .../contrib/gis/tests/data/invalid/emptypoints.shp | Bin .../contrib/gis/tests/data/invalid/emptypoints.shx | Bin .../gis/tests/data/test_point/test_point.dbf | Bin .../gis/tests/data/test_point/test_point.shp | Bin .../gis/tests/data/test_point/test_point.shx | Bin .../contrib/gis/tests/data/test_poly/test_poly.dbf | Bin .../contrib/gis/tests/data/test_poly/test_poly.shp | Bin .../contrib/gis/tests/data/test_poly/test_poly.shx | Bin .../django/contrib/gis/tests/data/texas.dbf | Bin .../django/contrib/gis/tests/distapp}/__init__.py | 0 .../tests/distapp/fixtures/initial_data.json.gz | Bin .../django/contrib/gis/tests/geo3d}/__init__.py | 0 .../django/contrib/gis/tests/geoapp}/__init__.py | 0 .../gis/tests/geoapp/fixtures/initial_data.json.gz | Bin .../django/contrib/gis/tests/geogapp}/__init__.py | 0 .../django/contrib/gis/tests/layermap}/__init__.py | 0 .../contrib/gis/tests/relatedapp}/__init__.py | 0 .../tests/relatedapp/fixtures/initial_data.json.gz | Bin .../django/contrib/humanize}/__init__.py | 0 .../humanize/locale/ar/LC_MESSAGES/django.mo | Bin .../humanize/locale/az/LC_MESSAGES/django.mo | Bin .../humanize/locale/bg/LC_MESSAGES/django.mo | Bin .../humanize/locale/bn/LC_MESSAGES/django.mo | Bin .../humanize/locale/bs/LC_MESSAGES/django.mo | Bin .../humanize/locale/ca/LC_MESSAGES/django.mo | Bin .../humanize/locale/cs/LC_MESSAGES/django.mo | Bin .../humanize/locale/cy/LC_MESSAGES/django.mo | Bin .../humanize/locale/da/LC_MESSAGES/django.mo | Bin .../humanize/locale/de/LC_MESSAGES/django.mo | Bin .../humanize/locale/el/LC_MESSAGES/django.mo | Bin .../humanize/locale/en/LC_MESSAGES/django.mo | Bin .../humanize/locale/en_GB/LC_MESSAGES/django.mo | Bin .../humanize/locale/es/LC_MESSAGES/django.mo | Bin .../humanize/locale/es_AR/LC_MESSAGES/django.mo | Bin .../humanize/locale/es_MX/LC_MESSAGES/django.mo | Bin .../humanize/locale/et/LC_MESSAGES/django.mo | Bin .../humanize/locale/eu/LC_MESSAGES/django.mo | Bin .../humanize/locale/fa/LC_MESSAGES/django.mo | Bin .../humanize/locale/fi/LC_MESSAGES/django.mo | Bin .../humanize/locale/fr/LC_MESSAGES/django.mo | Bin .../humanize/locale/fy_NL/LC_MESSAGES/django.mo | Bin .../humanize/locale/ga/LC_MESSAGES/django.mo | Bin .../humanize/locale/gl/LC_MESSAGES/django.mo | Bin .../humanize/locale/he/LC_MESSAGES/django.mo | Bin .../humanize/locale/hi/LC_MESSAGES/django.mo | Bin .../humanize/locale/hr/LC_MESSAGES/django.mo | Bin .../humanize/locale/hu/LC_MESSAGES/django.mo | Bin .../humanize/locale/id/LC_MESSAGES/django.mo | Bin .../humanize/locale/is/LC_MESSAGES/django.mo | Bin .../humanize/locale/it/LC_MESSAGES/django.mo | Bin .../humanize/locale/ja/LC_MESSAGES/django.mo | Bin .../humanize/locale/ka/LC_MESSAGES/django.mo | Bin .../humanize/locale/km/LC_MESSAGES/django.mo | Bin .../humanize/locale/kn/LC_MESSAGES/django.mo | Bin .../humanize/locale/ko/LC_MESSAGES/django.mo | Bin .../humanize/locale/lt/LC_MESSAGES/django.mo | Bin .../humanize/locale/lv/LC_MESSAGES/django.mo | Bin .../humanize/locale/mk/LC_MESSAGES/django.mo | Bin .../humanize/locale/ml/LC_MESSAGES/django.mo | Bin .../humanize/locale/mn/LC_MESSAGES/django.mo | Bin .../humanize/locale/nb/LC_MESSAGES/django.mo | Bin .../humanize/locale/nl/LC_MESSAGES/django.mo | Bin .../humanize/locale/nn/LC_MESSAGES/django.mo | Bin .../humanize/locale/no/LC_MESSAGES/django.mo | Bin .../humanize/locale/pa/LC_MESSAGES/django.mo | Bin .../humanize/locale/pl/LC_MESSAGES/django.mo | Bin .../humanize/locale/pt/LC_MESSAGES/django.mo | Bin .../humanize/locale/pt_BR/LC_MESSAGES/django.mo | Bin .../humanize/locale/ro/LC_MESSAGES/django.mo | Bin .../humanize/locale/ru/LC_MESSAGES/django.mo | Bin .../humanize/locale/sk/LC_MESSAGES/django.mo | Bin .../humanize/locale/sl/LC_MESSAGES/django.mo | Bin .../humanize/locale/sq/LC_MESSAGES/django.mo | Bin .../humanize/locale/sr/LC_MESSAGES/django.mo | Bin .../humanize/locale/sr_Latn/LC_MESSAGES/django.mo | Bin .../humanize/locale/sv/LC_MESSAGES/django.mo | Bin .../humanize/locale/ta/LC_MESSAGES/django.mo | Bin .../humanize/locale/te/LC_MESSAGES/django.mo | Bin .../humanize/locale/th/LC_MESSAGES/django.mo | Bin .../humanize/locale/tr/LC_MESSAGES/django.mo | Bin .../humanize/locale/uk/LC_MESSAGES/django.mo | Bin .../humanize/locale/ur/LC_MESSAGES/django.mo | Bin .../humanize/locale/vi/LC_MESSAGES/django.mo | Bin .../humanize/locale/zh_CN/LC_MESSAGES/django.mo | Bin .../humanize/locale/zh_TW/LC_MESSAGES/django.mo | Bin .../contrib/humanize/templatetags}/__init__.py | 0 .../django/contrib/localflavor}/__init__.py | 0 .../django/contrib/localflavor/ar}/__init__.py | 0 .../django/contrib/localflavor/at}/__init__.py | 0 .../django/contrib/localflavor/au}/__init__.py | 0 .../django/contrib/localflavor/be}/__init__.py | 0 .../django/contrib/localflavor/br}/__init__.py | 0 .../django/contrib/localflavor/ca}/__init__.py | 0 .../django/contrib/localflavor/ch}/__init__.py | 0 .../django/contrib/localflavor/cl}/__init__.py | 0 .../django/contrib/localflavor/cz}/__init__.py | 0 .../django/contrib/localflavor/de}/__init__.py | 0 .../django/contrib/localflavor/es}/__init__.py | 0 .../django/contrib/localflavor/fi}/__init__.py | 0 .../django/contrib/localflavor/fr}/__init__.py | 0 .../contrib/localflavor/generic}/__init__.py | 0 .../django/contrib/localflavor/id}/__init__.py | 0 .../django/contrib/localflavor/ie}/__init__.py | 0 .../django/contrib/localflavor/il}/__init__.py | 0 .../django/contrib/localflavor/in_}/__init__.py | 0 .../django/contrib/localflavor/is_}/__init__.py | 0 .../django/contrib/localflavor/it}/__init__.py | 0 .../django/contrib/localflavor/jp}/__init__.py | 0 .../django/contrib/localflavor/kw}/__init__.py | 0 .../localflavor/locale/ar/LC_MESSAGES/django.mo | Bin .../localflavor/locale/az/LC_MESSAGES/django.mo | Bin .../localflavor/locale/bg/LC_MESSAGES/django.mo | Bin .../localflavor/locale/bn/LC_MESSAGES/django.mo | Bin .../localflavor/locale/bs/LC_MESSAGES/django.mo | Bin .../localflavor/locale/ca/LC_MESSAGES/django.mo | Bin .../localflavor/locale/cs/LC_MESSAGES/django.mo | Bin .../localflavor/locale/cy/LC_MESSAGES/django.mo | Bin .../localflavor/locale/da/LC_MESSAGES/django.mo | Bin .../localflavor/locale/de/LC_MESSAGES/django.mo | Bin .../localflavor/locale/el/LC_MESSAGES/django.mo | Bin .../localflavor/locale/en/LC_MESSAGES/django.mo | Bin .../localflavor/locale/en_GB/LC_MESSAGES/django.mo | Bin .../localflavor/locale/es/LC_MESSAGES/django.mo | Bin .../localflavor/locale/es_AR/LC_MESSAGES/django.mo | Bin .../localflavor/locale/es_MX/LC_MESSAGES/django.mo | Bin .../localflavor/locale/et/LC_MESSAGES/django.mo | Bin .../localflavor/locale/eu/LC_MESSAGES/django.mo | Bin .../localflavor/locale/fa/LC_MESSAGES/django.mo | Bin .../localflavor/locale/fi/LC_MESSAGES/django.mo | Bin .../localflavor/locale/fr/LC_MESSAGES/django.mo | Bin .../localflavor/locale/fy_NL/LC_MESSAGES/django.mo | Bin .../localflavor/locale/ga/LC_MESSAGES/django.mo | Bin .../localflavor/locale/gl/LC_MESSAGES/django.mo | Bin .../localflavor/locale/he/LC_MESSAGES/django.mo | Bin .../localflavor/locale/hi/LC_MESSAGES/django.mo | Bin .../localflavor/locale/hr/LC_MESSAGES/django.mo | Bin .../localflavor/locale/hu/LC_MESSAGES/django.mo | Bin .../localflavor/locale/id/LC_MESSAGES/django.mo | Bin .../localflavor/locale/is/LC_MESSAGES/django.mo | Bin .../localflavor/locale/it/LC_MESSAGES/django.mo | Bin .../localflavor/locale/ja/LC_MESSAGES/django.mo | Bin .../localflavor/locale/ka/LC_MESSAGES/django.mo | Bin .../localflavor/locale/km/LC_MESSAGES/django.mo | Bin .../localflavor/locale/kn/LC_MESSAGES/django.mo | Bin .../localflavor/locale/ko/LC_MESSAGES/django.mo | Bin .../localflavor/locale/lt/LC_MESSAGES/django.mo | Bin .../localflavor/locale/lv/LC_MESSAGES/django.mo | Bin .../localflavor/locale/mk/LC_MESSAGES/django.mo | Bin .../localflavor/locale/ml/LC_MESSAGES/django.mo | Bin .../localflavor/locale/mn/LC_MESSAGES/django.mo | Bin .../localflavor/locale/nb/LC_MESSAGES/django.mo | Bin .../localflavor/locale/nl/LC_MESSAGES/django.mo | Bin .../localflavor/locale/nn/LC_MESSAGES/django.mo | Bin .../localflavor/locale/no/LC_MESSAGES/django.mo | Bin .../localflavor/locale/pa/LC_MESSAGES/django.mo | Bin .../localflavor/locale/pl/LC_MESSAGES/django.mo | Bin .../localflavor/locale/pt/LC_MESSAGES/django.mo | Bin .../localflavor/locale/pt_BR/LC_MESSAGES/django.mo | Bin .../localflavor/locale/ro/LC_MESSAGES/django.mo | Bin .../localflavor/locale/ru/LC_MESSAGES/django.mo | Bin .../localflavor/locale/sk/LC_MESSAGES/django.mo | Bin .../localflavor/locale/sl/LC_MESSAGES/django.mo | Bin .../localflavor/locale/sq/LC_MESSAGES/django.mo | Bin .../localflavor/locale/sr/LC_MESSAGES/django.mo | Bin .../locale/sr_Latn/LC_MESSAGES/django.mo | Bin .../localflavor/locale/sv/LC_MESSAGES/django.mo | Bin .../localflavor/locale/ta/LC_MESSAGES/django.mo | Bin .../localflavor/locale/te/LC_MESSAGES/django.mo | Bin .../localflavor/locale/th/LC_MESSAGES/django.mo | Bin .../localflavor/locale/tr/LC_MESSAGES/django.mo | Bin .../localflavor/locale/uk/LC_MESSAGES/django.mo | Bin .../localflavor/locale/ur/LC_MESSAGES/django.mo | Bin .../localflavor/locale/vi/LC_MESSAGES/django.mo | Bin .../localflavor/locale/zh_CN/LC_MESSAGES/django.mo | Bin .../localflavor/locale/zh_TW/LC_MESSAGES/django.mo | Bin .../django/contrib/localflavor/mx}/__init__.py | 0 .../django/contrib/localflavor/nl}/__init__.py | 0 .../django/contrib/localflavor/no}/__init__.py | 0 .../django/contrib/localflavor/pe}/__init__.py | 0 .../django/contrib/localflavor/pl}/__init__.py | 0 .../django/contrib/localflavor/pt}/__init__.py | 0 .../django/contrib/localflavor/ro}/__init__.py | 0 .../django/contrib/localflavor/se}/__init__.py | 0 .../django/contrib/localflavor/sk}/__init__.py | 0 .../django/contrib/localflavor/tr}/__init__.py | 0 .../django/contrib/localflavor/uk}/__init__.py | 0 .../django/contrib/localflavor/us}/__init__.py | 0 .../django/contrib/localflavor/uy}/__init__.py | 0 .../django/contrib/localflavor/za}/__init__.py | 0 .../django/contrib/markup}/__init__.py | 0 .../django/contrib/markup/models.py} | 0 .../contrib/markup/templatetags}/__init__.py | 0 .../messages/locale/ar/LC_MESSAGES/django.mo | Bin .../messages/locale/az/LC_MESSAGES/django.mo | Bin .../messages/locale/bg/LC_MESSAGES/django.mo | Bin .../messages/locale/bn/LC_MESSAGES/django.mo | Bin .../messages/locale/bs/LC_MESSAGES/django.mo | Bin .../messages/locale/ca/LC_MESSAGES/django.mo | Bin .../messages/locale/cs/LC_MESSAGES/django.mo | Bin .../messages/locale/cy/LC_MESSAGES/django.mo | Bin .../messages/locale/da/LC_MESSAGES/django.mo | Bin .../messages/locale/de/LC_MESSAGES/django.mo | Bin .../messages/locale/el/LC_MESSAGES/django.mo | Bin .../messages/locale/en/LC_MESSAGES/django.mo | Bin .../messages/locale/en_GB/LC_MESSAGES/django.mo | Bin .../messages/locale/es/LC_MESSAGES/django.mo | Bin .../messages/locale/es_AR/LC_MESSAGES/django.mo | Bin .../messages/locale/es_MX/LC_MESSAGES/django.mo | Bin .../messages/locale/et/LC_MESSAGES/django.mo | Bin .../messages/locale/eu/LC_MESSAGES/django.mo | Bin .../messages/locale/fa/LC_MESSAGES/django.mo | Bin .../messages/locale/fi/LC_MESSAGES/django.mo | Bin .../messages/locale/fr/LC_MESSAGES/django.mo | Bin .../messages/locale/fy_NL/LC_MESSAGES/django.mo | Bin .../messages/locale/ga/LC_MESSAGES/django.mo | Bin .../messages/locale/gl/LC_MESSAGES/django.mo | Bin .../messages/locale/he/LC_MESSAGES/django.mo | Bin .../messages/locale/hi/LC_MESSAGES/django.mo | Bin .../messages/locale/hr/LC_MESSAGES/django.mo | Bin .../messages/locale/hu/LC_MESSAGES/django.mo | Bin .../messages/locale/id/LC_MESSAGES/django.mo | Bin .../messages/locale/is/LC_MESSAGES/django.mo | Bin .../messages/locale/it/LC_MESSAGES/django.mo | Bin .../messages/locale/ja/LC_MESSAGES/django.mo | Bin .../messages/locale/ka/LC_MESSAGES/django.mo | Bin .../messages/locale/km/LC_MESSAGES/django.mo | Bin .../messages/locale/kn/LC_MESSAGES/django.mo | Bin .../messages/locale/ko/LC_MESSAGES/django.mo | Bin .../messages/locale/lt/LC_MESSAGES/django.mo | Bin .../messages/locale/lv/LC_MESSAGES/django.mo | Bin .../messages/locale/mk/LC_MESSAGES/django.mo | Bin .../messages/locale/ml/LC_MESSAGES/django.mo | Bin .../messages/locale/mn/LC_MESSAGES/django.mo | Bin .../messages/locale/nb/LC_MESSAGES/django.mo | Bin .../messages/locale/nl/LC_MESSAGES/django.mo | Bin .../messages/locale/nn/LC_MESSAGES/django.mo | Bin .../messages/locale/no/LC_MESSAGES/django.mo | Bin .../messages/locale/pa/LC_MESSAGES/django.mo | Bin .../messages/locale/pl/LC_MESSAGES/django.mo | Bin .../messages/locale/pt/LC_MESSAGES/django.mo | Bin .../messages/locale/pt_BR/LC_MESSAGES/django.mo | Bin .../messages/locale/ro/LC_MESSAGES/django.mo | Bin .../messages/locale/ru/LC_MESSAGES/django.mo | Bin .../messages/locale/sk/LC_MESSAGES/django.mo | Bin .../messages/locale/sl/LC_MESSAGES/django.mo | Bin .../messages/locale/sq/LC_MESSAGES/django.mo | Bin .../messages/locale/sr/LC_MESSAGES/django.mo | Bin .../messages/locale/sr_Latn/LC_MESSAGES/django.mo | Bin .../messages/locale/sv/LC_MESSAGES/django.mo | Bin .../messages/locale/ta/LC_MESSAGES/django.mo | Bin .../messages/locale/te/LC_MESSAGES/django.mo | Bin .../messages/locale/th/LC_MESSAGES/django.mo | Bin .../messages/locale/tr/LC_MESSAGES/django.mo | Bin .../messages/locale/uk/LC_MESSAGES/django.mo | Bin .../messages/locale/ur/LC_MESSAGES/django.mo | Bin .../messages/locale/vi/LC_MESSAGES/django.mo | Bin .../messages/locale/zh_CN/LC_MESSAGES/django.mo | Bin .../messages/locale/zh_TW/LC_MESSAGES/django.mo | Bin .../django/contrib/redirects}/__init__.py | 0 .../redirects/locale/ar/LC_MESSAGES/django.mo | Bin .../redirects/locale/az/LC_MESSAGES/django.mo | Bin .../redirects/locale/bg/LC_MESSAGES/django.mo | Bin .../redirects/locale/bn/LC_MESSAGES/django.mo | Bin .../redirects/locale/bs/LC_MESSAGES/django.mo | Bin .../redirects/locale/ca/LC_MESSAGES/django.mo | Bin .../redirects/locale/cs/LC_MESSAGES/django.mo | Bin .../redirects/locale/cy/LC_MESSAGES/django.mo | Bin .../redirects/locale/da/LC_MESSAGES/django.mo | Bin .../redirects/locale/de/LC_MESSAGES/django.mo | Bin .../redirects/locale/el/LC_MESSAGES/django.mo | Bin .../redirects/locale/en/LC_MESSAGES/django.mo | Bin .../redirects/locale/en_GB/LC_MESSAGES/django.mo | Bin .../redirects/locale/es/LC_MESSAGES/django.mo | Bin .../redirects/locale/es_AR/LC_MESSAGES/django.mo | Bin .../redirects/locale/es_MX/LC_MESSAGES/django.mo | Bin .../redirects/locale/et/LC_MESSAGES/django.mo | Bin .../redirects/locale/eu/LC_MESSAGES/django.mo | Bin .../redirects/locale/fa/LC_MESSAGES/django.mo | Bin .../redirects/locale/fi/LC_MESSAGES/django.mo | Bin .../redirects/locale/fr/LC_MESSAGES/django.mo | Bin .../redirects/locale/fy_NL/LC_MESSAGES/django.mo | Bin .../redirects/locale/ga/LC_MESSAGES/django.mo | Bin .../redirects/locale/gl/LC_MESSAGES/django.mo | Bin .../redirects/locale/he/LC_MESSAGES/django.mo | Bin .../redirects/locale/hi/LC_MESSAGES/django.mo | Bin .../redirects/locale/hr/LC_MESSAGES/django.mo | Bin .../redirects/locale/hu/LC_MESSAGES/django.mo | Bin .../redirects/locale/id/LC_MESSAGES/django.mo | Bin .../redirects/locale/is/LC_MESSAGES/django.mo | Bin .../redirects/locale/it/LC_MESSAGES/django.mo | Bin .../redirects/locale/ja/LC_MESSAGES/django.mo | Bin .../redirects/locale/ka/LC_MESSAGES/django.mo | Bin .../redirects/locale/km/LC_MESSAGES/django.mo | Bin .../redirects/locale/kn/LC_MESSAGES/django.mo | Bin .../redirects/locale/ko/LC_MESSAGES/django.mo | Bin .../redirects/locale/lt/LC_MESSAGES/django.mo | Bin .../redirects/locale/lv/LC_MESSAGES/django.mo | Bin .../redirects/locale/mk/LC_MESSAGES/django.mo | Bin .../redirects/locale/ml/LC_MESSAGES/django.mo | Bin .../redirects/locale/mn/LC_MESSAGES/django.mo | Bin .../redirects/locale/nb/LC_MESSAGES/django.mo | Bin .../redirects/locale/nl/LC_MESSAGES/django.mo | Bin .../redirects/locale/nn/LC_MESSAGES/django.mo | Bin .../redirects/locale/no/LC_MESSAGES/django.mo | Bin .../redirects/locale/pa/LC_MESSAGES/django.mo | Bin .../redirects/locale/pl/LC_MESSAGES/django.mo | Bin .../redirects/locale/pt/LC_MESSAGES/django.mo | Bin .../redirects/locale/pt_BR/LC_MESSAGES/django.mo | Bin .../redirects/locale/ro/LC_MESSAGES/django.mo | Bin .../redirects/locale/ru/LC_MESSAGES/django.mo | Bin .../redirects/locale/sk/LC_MESSAGES/django.mo | Bin .../redirects/locale/sl/LC_MESSAGES/django.mo | Bin .../redirects/locale/sq/LC_MESSAGES/django.mo | Bin .../redirects/locale/sr/LC_MESSAGES/django.mo | Bin .../redirects/locale/sr_Latn/LC_MESSAGES/django.mo | Bin .../redirects/locale/sv/LC_MESSAGES/django.mo | Bin .../redirects/locale/ta/LC_MESSAGES/django.mo | Bin .../redirects/locale/te/LC_MESSAGES/django.mo | Bin .../redirects/locale/th/LC_MESSAGES/django.mo | Bin .../redirects/locale/tr/LC_MESSAGES/django.mo | Bin .../redirects/locale/uk/LC_MESSAGES/django.mo | Bin .../redirects/locale/ur/LC_MESSAGES/django.mo | Bin .../redirects/locale/vi/LC_MESSAGES/django.mo | Bin .../redirects/locale/zh_CN/LC_MESSAGES/django.mo | Bin .../redirects/locale/zh_TW/LC_MESSAGES/django.mo | Bin .../django/contrib/sessions}/__init__.py | 0 .../django/contrib/sessions/backends}/__init__.py | 0 .../sessions/locale/ar/LC_MESSAGES/django.mo | Bin .../sessions/locale/az/LC_MESSAGES/django.mo | Bin .../sessions/locale/bg/LC_MESSAGES/django.mo | Bin .../sessions/locale/bn/LC_MESSAGES/django.mo | Bin .../sessions/locale/bs/LC_MESSAGES/django.mo | Bin .../sessions/locale/ca/LC_MESSAGES/django.mo | Bin .../sessions/locale/cs/LC_MESSAGES/django.mo | Bin .../sessions/locale/cy/LC_MESSAGES/django.mo | Bin .../sessions/locale/da/LC_MESSAGES/django.mo | Bin .../sessions/locale/de/LC_MESSAGES/django.mo | Bin .../sessions/locale/el/LC_MESSAGES/django.mo | Bin .../sessions/locale/en/LC_MESSAGES/django.mo | Bin .../sessions/locale/en_GB/LC_MESSAGES/django.mo | Bin .../sessions/locale/es/LC_MESSAGES/django.mo | Bin .../sessions/locale/es_AR/LC_MESSAGES/django.mo | Bin .../sessions/locale/es_MX/LC_MESSAGES/django.mo | Bin .../sessions/locale/et/LC_MESSAGES/django.mo | Bin .../sessions/locale/eu/LC_MESSAGES/django.mo | Bin .../sessions/locale/fa/LC_MESSAGES/django.mo | Bin .../sessions/locale/fi/LC_MESSAGES/django.mo | Bin .../sessions/locale/fr/LC_MESSAGES/django.mo | Bin .../sessions/locale/fy_NL/LC_MESSAGES/django.mo | Bin .../sessions/locale/ga/LC_MESSAGES/django.mo | Bin .../sessions/locale/gl/LC_MESSAGES/django.mo | Bin .../sessions/locale/he/LC_MESSAGES/django.mo | Bin .../sessions/locale/hi/LC_MESSAGES/django.mo | Bin .../sessions/locale/hr/LC_MESSAGES/django.mo | Bin .../sessions/locale/hu/LC_MESSAGES/django.mo | Bin .../sessions/locale/id/LC_MESSAGES/django.mo | Bin .../sessions/locale/is/LC_MESSAGES/django.mo | Bin .../sessions/locale/it/LC_MESSAGES/django.mo | Bin .../sessions/locale/ja/LC_MESSAGES/django.mo | Bin .../sessions/locale/ka/LC_MESSAGES/django.mo | Bin .../sessions/locale/km/LC_MESSAGES/django.mo | Bin .../sessions/locale/kn/LC_MESSAGES/django.mo | Bin .../sessions/locale/ko/LC_MESSAGES/django.mo | Bin .../sessions/locale/lt/LC_MESSAGES/django.mo | Bin .../sessions/locale/lv/LC_MESSAGES/django.mo | Bin .../sessions/locale/mk/LC_MESSAGES/django.mo | Bin .../sessions/locale/ml/LC_MESSAGES/django.mo | Bin .../sessions/locale/mn/LC_MESSAGES/django.mo | Bin .../sessions/locale/nb/LC_MESSAGES/django.mo | Bin .../sessions/locale/nl/LC_MESSAGES/django.mo | Bin .../sessions/locale/nn/LC_MESSAGES/django.mo | Bin .../sessions/locale/no/LC_MESSAGES/django.mo | Bin .../sessions/locale/pa/LC_MESSAGES/django.mo | Bin .../sessions/locale/pl/LC_MESSAGES/django.mo | Bin .../sessions/locale/pt/LC_MESSAGES/django.mo | Bin .../sessions/locale/pt_BR/LC_MESSAGES/django.mo | Bin .../sessions/locale/ro/LC_MESSAGES/django.mo | Bin .../sessions/locale/ru/LC_MESSAGES/django.mo | Bin .../sessions/locale/sk/LC_MESSAGES/django.mo | Bin .../sessions/locale/sl/LC_MESSAGES/django.mo | Bin .../sessions/locale/sq/LC_MESSAGES/django.mo | Bin .../sessions/locale/sr/LC_MESSAGES/django.mo | Bin .../sessions/locale/sr_Latn/LC_MESSAGES/django.mo | Bin .../sessions/locale/sv/LC_MESSAGES/django.mo | Bin .../sessions/locale/ta/LC_MESSAGES/django.mo | Bin .../sessions/locale/te/LC_MESSAGES/django.mo | Bin .../sessions/locale/th/LC_MESSAGES/django.mo | Bin .../sessions/locale/tr/LC_MESSAGES/django.mo | Bin .../sessions/locale/uk/LC_MESSAGES/django.mo | Bin .../sessions/locale/ur/LC_MESSAGES/django.mo | Bin .../sessions/locale/vi/LC_MESSAGES/django.mo | Bin .../sessions/locale/zh_CN/LC_MESSAGES/django.mo | Bin .../sessions/locale/zh_TW/LC_MESSAGES/django.mo | Bin .../contrib/sitemaps/management}/__init__.py | 0 .../sitemaps/management/commands}/__init__.py | 0 .../django/contrib/sites}/__init__.py | 0 .../contrib/sites/locale/ar/LC_MESSAGES/django.mo | Bin .../contrib/sites/locale/az/LC_MESSAGES/django.mo | Bin .../contrib/sites/locale/bg/LC_MESSAGES/django.mo | Bin .../contrib/sites/locale/bn/LC_MESSAGES/django.mo | Bin .../contrib/sites/locale/bs/LC_MESSAGES/django.mo | Bin .../contrib/sites/locale/ca/LC_MESSAGES/django.mo | Bin .../contrib/sites/locale/cs/LC_MESSAGES/django.mo | Bin .../contrib/sites/locale/cy/LC_MESSAGES/django.mo | Bin .../contrib/sites/locale/da/LC_MESSAGES/django.mo | Bin .../contrib/sites/locale/de/LC_MESSAGES/django.mo | Bin .../contrib/sites/locale/el/LC_MESSAGES/django.mo | Bin .../contrib/sites/locale/en/LC_MESSAGES/django.mo | Bin .../sites/locale/en_GB/LC_MESSAGES/django.mo | Bin .../contrib/sites/locale/es/LC_MESSAGES/django.mo | Bin .../sites/locale/es_AR/LC_MESSAGES/django.mo | Bin .../sites/locale/es_MX/LC_MESSAGES/django.mo | Bin .../contrib/sites/locale/et/LC_MESSAGES/django.mo | Bin .../contrib/sites/locale/eu/LC_MESSAGES/django.mo | Bin .../contrib/sites/locale/fa/LC_MESSAGES/django.mo | Bin .../contrib/sites/locale/fi/LC_MESSAGES/django.mo | Bin .../contrib/sites/locale/fr/LC_MESSAGES/django.mo | Bin .../sites/locale/fy_NL/LC_MESSAGES/django.mo | Bin .../contrib/sites/locale/ga/LC_MESSAGES/django.mo | Bin .../contrib/sites/locale/gl/LC_MESSAGES/django.mo | Bin .../contrib/sites/locale/he/LC_MESSAGES/django.mo | Bin .../contrib/sites/locale/hi/LC_MESSAGES/django.mo | Bin .../contrib/sites/locale/hr/LC_MESSAGES/django.mo | Bin .../contrib/sites/locale/hu/LC_MESSAGES/django.mo | Bin .../contrib/sites/locale/id/LC_MESSAGES/django.mo | Bin .../contrib/sites/locale/is/LC_MESSAGES/django.mo | Bin .../contrib/sites/locale/it/LC_MESSAGES/django.mo | Bin .../contrib/sites/locale/ja/LC_MESSAGES/django.mo | Bin .../contrib/sites/locale/ka/LC_MESSAGES/django.mo | Bin .../contrib/sites/locale/km/LC_MESSAGES/django.mo | Bin .../contrib/sites/locale/kn/LC_MESSAGES/django.mo | Bin .../contrib/sites/locale/ko/LC_MESSAGES/django.mo | Bin .../contrib/sites/locale/lt/LC_MESSAGES/django.mo | Bin .../contrib/sites/locale/lv/LC_MESSAGES/django.mo | Bin .../contrib/sites/locale/mk/LC_MESSAGES/django.mo | Bin .../contrib/sites/locale/ml/LC_MESSAGES/django.mo | Bin .../contrib/sites/locale/mn/LC_MESSAGES/django.mo | Bin .../contrib/sites/locale/nb/LC_MESSAGES/django.mo | Bin .../contrib/sites/locale/nl/LC_MESSAGES/django.mo | Bin .../contrib/sites/locale/nn/LC_MESSAGES/django.mo | Bin .../contrib/sites/locale/no/LC_MESSAGES/django.mo | Bin .../contrib/sites/locale/pa/LC_MESSAGES/django.mo | Bin .../contrib/sites/locale/pl/LC_MESSAGES/django.mo | Bin .../contrib/sites/locale/pt/LC_MESSAGES/django.mo | Bin .../sites/locale/pt_BR/LC_MESSAGES/django.mo | Bin .../contrib/sites/locale/ro/LC_MESSAGES/django.mo | Bin .../contrib/sites/locale/ru/LC_MESSAGES/django.mo | Bin .../contrib/sites/locale/sk/LC_MESSAGES/django.mo | Bin .../contrib/sites/locale/sl/LC_MESSAGES/django.mo | Bin .../contrib/sites/locale/sq/LC_MESSAGES/django.mo | Bin .../contrib/sites/locale/sr/LC_MESSAGES/django.mo | Bin .../sites/locale/sr_Latn/LC_MESSAGES/django.mo | Bin .../contrib/sites/locale/sv/LC_MESSAGES/django.mo | Bin .../contrib/sites/locale/ta/LC_MESSAGES/django.mo | Bin .../contrib/sites/locale/te/LC_MESSAGES/django.mo | Bin .../contrib/sites/locale/th/LC_MESSAGES/django.mo | Bin .../contrib/sites/locale/tr/LC_MESSAGES/django.mo | Bin .../contrib/sites/locale/uk/LC_MESSAGES/django.mo | Bin .../contrib/sites/locale/ur/LC_MESSAGES/django.mo | Bin .../contrib/sites/locale/vi/LC_MESSAGES/django.mo | Bin .../sites/locale/zh_CN/LC_MESSAGES/django.mo | Bin .../sites/locale/zh_TW/LC_MESSAGES/django.mo | Bin .../django/contrib/staticfiles}/__init__.py | 0 .../contrib/staticfiles/management}/__init__.py | 0 .../staticfiles/management/commands}/__init__.py | 0 .../django/contrib/staticfiles/models.py} | 0 .../django/contrib/syndication}/__init__.py | 0 .../django/contrib/webdesign}/__init__.py | 0 .../django/contrib/webdesign/models.py} | 0 .../contrib/webdesign/templatetags}/__init__.py | 0 .../tests => django-1.3/django/core}/__init__.py | 0 .../django/core/cache/backends}/__init__.py | 0 .../django/core/handlers}/__init__.py | 0 .../django/core/management/commands}/__init__.py | 0 .../django/core/servers}/__init__.py | 0 .../django/db/backends/dummy}/__init__.py | 0 .../django/db/backends/mysql}/__init__.py | 0 .../django/db/backends/oracle}/__init__.py | 0 .../django/db/backends/postgresql}/__init__.py | 0 .../db/backends/postgresql_psycopg2}/__init__.py | 0 .../django/db/backends/sqlite3}/__init__.py | 0 .../django/middleware}/__init__.py | 0 .../django/template/loaders}/__init__.py | 0 .../django/templatetags}/__init__.py | 0 .../tests => django-1.3/django/utils}/__init__.py | 0 .../tests => django-1.3/django/views}/__init__.py | 0 .../django/views/decorators}/__init__.py | 0 .../djangodocs/static/docicons-behindscenes.png | Bin .../_theme/djangodocs/static/docicons-note.png | Bin .../djangodocs/static/docicons-philosophy.png | Bin .../docs/internals/_images/djangotickets.png | Bin .../docs/intro/_images/admin01.png | Bin .../docs/intro/_images/admin02.png | Bin .../docs/intro/_images/admin02t.png | Bin .../docs/intro/_images/admin03.png | Bin .../docs/intro/_images/admin03t.png | Bin .../docs/intro/_images/admin04.png | Bin .../docs/intro/_images/admin04t.png | Bin .../docs/intro/_images/admin05.png | Bin .../docs/intro/_images/admin05t.png | Bin .../docs/intro/_images/admin06.png | Bin .../docs/intro/_images/admin06t.png | Bin .../docs/intro/_images/admin07.png | Bin .../docs/intro/_images/admin08.png | Bin .../docs/intro/_images/admin08t.png | Bin .../docs/intro/_images/admin09.png | Bin .../docs/intro/_images/admin10.png | Bin .../docs/intro/_images/admin11.png | Bin .../docs/intro/_images/admin11t.png | Bin .../docs/intro/_images/admin12.png | Bin .../docs/intro/_images/admin13.png | Bin .../docs/intro/_images/admin13t.png | Bin .../docs/intro/_images/admin14.png | Bin .../docs/intro/_images/admin14t.png | Bin .../docs/obsolete/_images/formrow.png | Bin .../docs/obsolete/_images/module.png | Bin .../docs/obsolete/_images/objecttools_01.png | Bin .../docs/obsolete/_images/objecttools_02.png | Bin .../ref/contrib/admin/_images/article_actions.png | Bin .../admin/_images/article_actions_message.png | Bin .../ref/contrib/admin/_images/flatfiles_admin.png | Bin .../ref/contrib/admin/_images/user_actions.png | Bin .../ref/contrib/admin/_images/users_changelist.png | Bin .../docs/topics/http/_images/middleware.png | Bin .../tests/modeltests}/__init__.py | 0 .../tests/modeltests/aggregation}/__init__.py | 0 .../tests/modeltests/basic}/__init__.py | 0 .../tests/modeltests/choices}/__init__.py | 0 .../tests/modeltests/custom_columns}/__init__.py | 0 .../tests/modeltests/custom_managers}/__init__.py | 0 .../tests/modeltests/custom_methods}/__init__.py | 0 .../tests/modeltests/custom_pk}/__init__.py | 0 .../tests/modeltests/defer}/__init__.py | 0 .../tests/modeltests/delete}/__init__.py | 0 .../tests/modeltests/empty}/__init__.py | 0 .../tests/modeltests/expressions}/__init__.py | 0 .../tests/modeltests/field_defaults}/__init__.py | 0 .../modeltests/field_subclassing}/__init__.py | 0 .../fixtures/fixtures/db_fixture_2.default.json.gz | Bin .../modeltests/fixtures/fixtures/fixture4.json.zip | Bin .../modeltests/fixtures/fixtures/fixture5.json.gz | Bin .../modeltests/fixtures/fixtures/fixture5.json.zip | Bin .../modeltests/force_insert_update}/__init__.py | 0 .../modeltests/generic_relations}/__init__.py | 0 .../tests/modeltests/get_latest}/__init__.py | 0 .../modeltests/get_object_or_404}/__init__.py | 0 .../tests/modeltests/get_or_create}/__init__.py | 0 .../invalid_models/invalid_models}/__init__.py | 0 .../tests/modeltests/invalid_models/models.py} | 0 .../tests/modeltests/lookup}/__init__.py | 0 .../tests/modeltests/m2m_and_m2o}/__init__.py | 0 .../tests/modeltests/m2m_intermediary}/__init__.py | 0 .../tests/modeltests/m2m_multiple}/__init__.py | 0 .../tests/modeltests/m2m_recursive}/__init__.py | 0 .../tests/modeltests/m2o_recursive}/__init__.py | 0 .../tests/modeltests/many_to_many}/__init__.py | 0 .../tests/modeltests/many_to_one}/__init__.py | 0 .../tests/modeltests/many_to_one_null}/__init__.py | 0 .../tests/modeltests/model_forms}/__init__.py | 0 .../tests/modeltests/model_forms/test.png | Bin .../tests/modeltests/model_forms/test2.png | Bin .../tests/modeltests/model_formsets}/__init__.py | 0 .../modeltests/model_inheritance}/__init__.py | 0 .../model_inheritance_same_model_name}/__init__.py | 0 .../modeltests/mutually_referential}/__init__.py | 0 .../tests/modeltests/one_to_one}/__init__.py | 0 .../tests/modeltests/or_lookups}/__init__.py | 0 .../modeltests/order_with_respect_to}/__init__.py | 0 .../tests/modeltests/ordering}/__init__.py | 0 .../tests/modeltests/pagination}/__init__.py | 0 .../tests/modeltests/properties}/__init__.py | 0 .../proxy_model_inheritance}/__init__.py | 0 .../proxy_model_inheritance/app1}/__init__.py | 0 .../proxy_model_inheritance/app2}/__init__.py | 0 .../modeltests/proxy_model_inheritance/models.py} | 0 .../tests/modeltests/proxy_models}/__init__.py | 0 .../tests/modeltests/raw_query}/__init__.py | 0 .../tests/modeltests/reserved_names}/__init__.py | 0 .../tests/modeltests/reverse_lookup}/__init__.py | 0 .../modeltests/save_delete_hooks}/__init__.py | 0 .../tests/modeltests/select_related}/__init__.py | 0 .../tests/modeltests/serializers}/__init__.py | 0 .../tests/modeltests/signals}/__init__.py | 0 .../tests/modeltests/str}/__init__.py | 0 .../tests/modeltests/test_client}/__init__.py | 0 .../tests/modeltests/transactions}/__init__.py | 0 .../tests/modeltests/update}/__init__.py | 0 .../tests/modeltests/user_commands}/__init__.py | 0 .../user_commands/management}/__init__.py | 0 .../user_commands/management/commands}/__init__.py | 0 .../tests/modeltests/validators}/__init__.py | 0 .../tests/modeltests/validators/models.py} | 0 .../tests/regressiontests}/__init__.py | 0 .../regressiontests/admin_changelist}/__init__.py | 0 .../regressiontests/admin_filterspecs}/__init__.py | 0 .../regressiontests/admin_inlines}/__init__.py | 0 .../regressiontests/admin_ordering}/__init__.py | 0 .../admin_registration}/__init__.py | 0 .../regressiontests/admin_scripts}/__init__.py | 0 .../admin_scripts/app_with_import}/__init__.py | 0 .../admin_scripts/broken_app}/__init__.py | 0 .../admin_scripts/complex_app}/__init__.py | 0 .../admin_scripts/complex_app/admin}/__init__.py | 0 .../admin_scripts/management}/__init__.py | 0 .../admin_scripts/management/commands}/__init__.py | 0 .../admin_scripts/simple_app}/__init__.py | 0 .../tests/regressiontests/admin_util}/__init__.py | 0 .../regressiontests/admin_validation}/__init__.py | 0 .../tests/regressiontests/admin_views}/__init__.py | 0 .../regressiontests/admin_widgets}/__init__.py | 0 .../aggregation_regress}/__init__.py | 0 .../tests/regressiontests/app_loading}/__init__.py | 0 .../regressiontests/app_loading/eggs/brokenapp.egg | Bin .../regressiontests/app_loading/eggs/modelapp.egg | Bin .../app_loading/eggs/nomodelapp.egg | Bin .../regressiontests/app_loading/eggs/omelet.egg | Bin .../tests/regressiontests/app_loading/models.py} | 0 .../app_loading/parent}/__init__.py | 0 .../app_loading/parent/app}/__init__.py | 0 .../app_loading/parent/app1}/__init__.py | 0 .../app_loading/parent/app_2}/__init__.py | 0 .../tests/regressiontests/backends}/__init__.py | 0 .../tests/regressiontests/bug639}/__init__.py | 0 .../tests/regressiontests/bug639/test.jpg | Bin .../tests/regressiontests/bug8245}/__init__.py | 0 .../regressiontests/builtin_server}/__init__.py | 0 .../regressiontests/builtin_server/models.py} | 0 .../tests/regressiontests/cache}/__init__.py | 0 .../regressiontests/comment_tests}/__init__.py | 0 .../context_processors}/__init__.py | 0 .../tests/regressiontests/csrf_tests}/__init__.py | 0 .../custom_columns_regress}/__init__.py | 0 .../custom_managers_regress}/__init__.py | 0 .../tests/regressiontests/datatypes}/__init__.py | 0 .../tests/regressiontests/dates}/__init__.py | 0 .../regressiontests/db_typecasts}/__init__.py | 0 .../tests/regressiontests/db_typecasts/models.py} | 0 .../tests/regressiontests/decorators}/__init__.py | 0 .../regressiontests/defaultfilters}/__init__.py | 0 .../regressiontests/defaultfilters/models.py} | 0 .../regressiontests/defer_regress}/__init__.py | 0 .../tests/regressiontests/dispatch/models.py} | 0 .../expressions_regress}/__init__.py | 0 .../regressiontests/extra_regress}/__init__.py | 0 .../tests/regressiontests/file_storage/models.py} | 0 .../tests/regressiontests/file_storage/test.png | Bin .../tests/regressiontests/file_storage/test1.png | Bin .../regressiontests/file_uploads}/__init__.py | 0 .../regressiontests/fixtures_regress}/__init__.py | 0 .../tests/regressiontests/forms}/__init__.py | 0 .../regressiontests/forms/localflavor}/__init__.py | 0 .../tests/regressiontests/formwizard}/__init__.py | 0 .../tests/regressiontests/formwizard/models.py} | 0 .../generic_inline_admin}/__init__.py | 0 .../generic_relations_regress}/__init__.py | 0 .../regressiontests/generic_views}/__init__.py | 0 .../get_or_create_regress}/__init__.py | 0 .../tests/regressiontests/handlers}/__init__.py | 0 .../tests/regressiontests/handlers/models.py} | 0 .../regressiontests/httpwrappers}/__init__.py | 0 .../tests/regressiontests/httpwrappers/models.py} | 0 .../tests/regressiontests/humanize}/__init__.py | 0 .../tests/regressiontests/humanize/models.py} | 0 .../tests/regressiontests/i18n}/__init__.py | 0 .../tests/regressiontests/i18n/other}/__init__.py | 0 .../regressiontests/i18n/other/locale}/__init__.py | 0 .../i18n/other/locale/de/LC_MESSAGES/django.mo | Bin .../i18n/other/locale/de}/__init__.py | 0 .../i18n/other/locale/de/formats.py} | 0 .../regressiontests/i18n/resolution}/__init__.py | 0 .../resolution/locale/de/LC_MESSAGES/django.mo | Bin .../initial_sql_regress}/__init__.py | 0 .../regressiontests/inline_formsets}/__init__.py | 0 .../regressiontests/introspection}/__init__.py | 0 .../locale/de/LC_MESSAGES/django.mo | Bin .../tests/regressiontests/localflavor}/__init__.py | 0 .../tests/regressiontests/localflavor/models.py} | 0 .../regressiontests/localflavor/us}/__init__.py | 0 .../tests/regressiontests/m2m_regress}/__init__.py | 0 .../regressiontests/managers_regress}/__init__.py | 0 .../many_to_one_regress}/__init__.py | 0 .../tests/regressiontests/middleware}/__init__.py | 0 .../middleware_exceptions}/__init__.py | 0 .../tests/regressiontests/model_fields/4x8.png | Bin .../tests/regressiontests/model_fields/8x4.png | Bin .../regressiontests/model_fields}/__init__.py | 0 .../model_forms_regress}/__init__.py | 0 .../model_formsets_regress}/__init__.py | 0 .../model_inheritance_regress}/__init__.py | 0 .../model_inheritance_select_related}/__init__.py | 0 .../regressiontests/model_permalink}/__init__.py | 0 .../regressiontests/model_regress}/__init__.py | 0 .../tests/regressiontests/modeladmin}/__init__.py | 0 .../regressiontests/multiple_database}/__init__.py | 0 .../tests/regressiontests/null_fk}/__init__.py | 0 .../regressiontests/null_fk_ordering}/__init__.py | 0 .../regressiontests/null_queries}/__init__.py | 0 .../one_to_one_regress}/__init__.py | 0 .../pagination_regress}/__init__.py | 0 .../tests/regressiontests/queries}/__init__.py | 0 .../regressiontests/queryset_pickle}/__init__.py | 0 .../reverse_single_related}/__init__.py | 0 .../select_related_onetoone}/__init__.py | 0 .../select_related_regress}/__init__.py | 0 .../serializers_regress}/__init__.py | 0 .../tests/regressiontests/servers}/__init__.py | 0 .../tests/regressiontests/servers/models.py} | 0 .../regressiontests/settings_tests}/__init__.py | 0 .../regressiontests/settings_tests/models.py} | 0 .../regressiontests/signals_regress}/__init__.py | 0 .../regressiontests/sites_framework}/__init__.py | 0 .../regressiontests/special_headers}/__init__.py | 0 .../regressiontests/staticfiles_tests}/__init__.py | 0 .../staticfiles_tests/apps}/__init__.py | 0 .../staticfiles_tests/apps/no_label}/__init__.py | 0 .../staticfiles_tests/apps/no_label/models.py} | 0 .../staticfiles_tests/apps/test}/__init__.py | 0 .../staticfiles_tests/apps/test/models.py} | 0 .../regressiontests/staticfiles_tests/models.py} | 0 .../staticfiles_tests/urls}/__init__.py | 0 .../regressiontests/string_lookup}/__init__.py | 0 .../tests/regressiontests/syndication}/__init__.py | 0 .../tests/regressiontests/templates}/__init__.py | 0 .../regressiontests/templates/eggs/tagsegg.egg | Bin .../tests/regressiontests/templates/models.py} | 0 .../templates/templatetags}/__init__.py | 0 .../test_client_regress}/__init__.py | 0 .../tests/regressiontests/test_runner}/__init__.py | 0 .../tests/regressiontests/test_runner/models.py} | 0 .../tests/regressiontests/test_utils}/__init__.py | 0 .../tests/regressiontests/text}/__init__.py | 0 .../tests/regressiontests/text/models.py} | 0 .../transactions_regress}/__init__.py | 0 .../urlpatterns_reverse}/__init__.py | 0 .../regressiontests/urlpatterns_reverse/models.py} | 0 .../tests/regressiontests/utils}/__init__.py | 0 .../tests/regressiontests/utils/eggs/test_egg.egg | Bin .../regressiontests/utils/test_module}/__init__.py | 0 .../views/app0/locale/en/LC_MESSAGES/djangojs.mo | Bin .../views/app1/locale/fr/LC_MESSAGES/djangojs.mo | Bin .../views/app2/locale/fr/LC_MESSAGES/djangojs.mo | Bin .../app3/locale/es_AR/LC_MESSAGES/djangojs.mo | Bin .../app4/locale/es_AR/LC_MESSAGES/djangojs.mo | Bin .../views/locale/es/LC_MESSAGES/djangojs.mo | Bin .../views/locale/fr/LC_MESSAGES/djangojs.mo | Bin .../views/locale/ru/LC_MESSAGES/djangojs.mo | Bin .../tests/regressiontests/views/media/file.txt.gz | Bin .../views/templatetags}/__init__.py | 0 .../views/tests/generic}/__init__.py | 0 .../tests => django-1.4/django/bin}/__init__.py | 0 .../django/bin/profiling}/__init__.py | 0 .../django/conf/app_template}/__init__.py | 0 .../django/conf/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 18044 bytes .../django/conf/locale/ar}/__init__.py | 0 .../django/conf/locale/az/LC_MESSAGES/django.mo | Bin 0 -> 15624 bytes .../django/conf/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 21765 bytes .../django/conf/locale/bg}/__init__.py | 0 .../django/conf/locale/bn/LC_MESSAGES/django.mo | Bin 0 -> 12628 bytes .../django/conf/locale/bn}/__init__.py | 0 .../django/conf/locale/bs/LC_MESSAGES/django.mo | Bin 0 -> 13783 bytes .../django/conf/locale/bs}/__init__.py | 0 .../django/conf/locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 18033 bytes .../django/conf/locale/ca}/__init__.py | 0 .../django/conf/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 18255 bytes .../django/conf/locale/cs}/__init__.py | 0 .../django/conf/locale/cy/LC_MESSAGES/django.mo | Bin 0 -> 3936 bytes .../django/conf/locale/cy}/__init__.py | 0 .../django/conf/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 17782 bytes .../django/conf/locale/da}/__init__.py | 0 .../django/conf/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 18459 bytes .../django/conf/locale/de}/__init__.py | 0 .../django/conf/locale/el/LC_MESSAGES/django.mo | Bin 0 -> 22035 bytes .../django/conf/locale/el}/__init__.py | 0 .../django/conf/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 356 bytes .../django/conf/locale/en}/__init__.py | 0 .../django/conf/locale/en_GB/LC_MESSAGES/django.mo | Bin 0 -> 17505 bytes .../django/conf/locale/en_GB}/__init__.py | 0 .../django/conf/locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 17230 bytes .../django/conf/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 18157 bytes .../django/conf/locale/es}/__init__.py | 0 .../django/conf/locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 18455 bytes .../django/conf/locale/es_AR}/__init__.py | 0 .../django/conf/locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 18286 bytes .../django/conf/locale/es_MX}/__init__.py | 0 .../django/conf/locale/es_NI}/__init__.py | 0 .../django/conf/locale/et/LC_MESSAGES/django.mo | Bin 0 -> 14945 bytes .../django/conf/locale/et}/__init__.py | 0 .../django/conf/locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 17803 bytes .../django/conf/locale/eu}/__init__.py | 0 .../django/conf/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 17786 bytes .../django/conf/locale/fa}/__init__.py | 0 .../django/conf/locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 15207 bytes .../django/conf/locale/fi}/__init__.py | 0 .../django/conf/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 18651 bytes .../django/conf/locale/fr}/__init__.py | 0 .../django/conf/locale/fy_NL/LC_MESSAGES/django.mo | Bin 0 -> 3627 bytes .../django/conf/locale/fy_NL}/__init__.py | 0 .../django/conf/locale/ga/LC_MESSAGES/django.mo | Bin 0 -> 18821 bytes .../django/conf/locale/ga}/__init__.py | 0 .../django/conf/locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 16451 bytes .../django/conf/locale/gl}/__init__.py | 0 .../django/conf/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 19007 bytes .../django/conf/locale/he}/__init__.py | 0 .../django/conf/locale/hi/LC_MESSAGES/django.mo | Bin 0 -> 25000 bytes .../django/conf/locale/hi}/__init__.py | 0 .../django/conf/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 18143 bytes .../django/conf/locale/hr}/__init__.py | 0 .../django/conf/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 18484 bytes .../django/conf/locale/hu}/__init__.py | 0 .../django/conf/locale/id/LC_MESSAGES/django.mo | Bin 0 -> 17899 bytes .../django/conf/locale/id}/__init__.py | 0 .../django/conf/locale/is/LC_MESSAGES/django.mo | Bin 0 -> 18330 bytes .../django/conf/locale/is}/__init__.py | 0 .../django/conf/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 17937 bytes .../django/conf/locale/it}/__init__.py | 0 .../django/conf/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 17173 bytes .../django/conf/locale/ja}/__init__.py | 0 .../django/conf/locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 19788 bytes .../django/conf/locale/ka}/__init__.py | 0 .../django/conf/locale/kk/LC_MESSAGES/django.mo | Bin 0 -> 17427 bytes .../django/conf/locale/km/LC_MESSAGES/django.mo | Bin 0 -> 8285 bytes .../django/conf/locale/km}/__init__.py | 0 .../django/conf/locale/kn/LC_MESSAGES/django.mo | Bin 0 -> 24531 bytes .../django/conf/locale/kn}/__init__.py | 0 .../django/conf/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 15938 bytes .../django/conf/locale/ko}/__init__.py | 0 .../django/conf/locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 18412 bytes .../django/conf/locale/lt}/__init__.py | 0 .../django/conf/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 12951 bytes .../django/conf/locale/lv}/__init__.py | 0 .../django/conf/locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 22042 bytes .../django/conf/locale/mk}/__init__.py | 0 .../django/conf/locale/ml/LC_MESSAGES/django.mo | Bin 0 -> 22103 bytes .../django/conf/locale/ml}/__init__.py | 0 .../django/conf/locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 21632 bytes .../django/conf/locale/mn}/__init__.py | 0 .../django/conf/locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 17560 bytes .../django/conf/locale/nb}/__init__.py | 0 .../django/conf/locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 21380 bytes .../django/conf/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 17892 bytes .../django/conf/locale/nl}/__init__.py | 0 .../django/conf/locale/nn/LC_MESSAGES/django.mo | Bin 0 -> 17472 bytes .../django/conf/locale/nn}/__init__.py | 0 .../django/conf/locale/pa/LC_MESSAGES/django.mo | Bin 0 -> 10108 bytes .../django/conf/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 18676 bytes .../django/conf/locale/pl}/__init__.py | 0 .../django/conf/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 15249 bytes .../django/conf/locale/pt}/__init__.py | 0 .../django/conf/locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 18071 bytes .../django/conf/locale/pt_BR}/__init__.py | 0 .../django/conf/locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 18325 bytes .../django/conf/locale/ro}/__init__.py | 0 .../django/conf/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 22787 bytes .../django/conf/locale/ru}/__init__.py | 0 .../django/conf/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 17860 bytes .../django/conf/locale/sk}/__init__.py | 0 .../django/conf/locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 18318 bytes .../django/conf/locale/sl}/__init__.py | 0 .../django/conf/locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 13765 bytes .../django/conf/locale/sq}/__init__.py | 0 .../django/conf/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 21736 bytes .../django/conf/locale/sr}/__init__.py | 0 .../conf/locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 18004 bytes .../django/conf/locale/sr_Latn}/__init__.py | 0 .../django/conf/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 17934 bytes .../django/conf/locale/sv}/__init__.py | 0 .../django/conf/locale/sw/LC_MESSAGES/django.mo | Bin 0 -> 14448 bytes .../django/conf/locale/ta/LC_MESSAGES/django.mo | Bin 0 -> 8638 bytes .../django/conf/locale/ta}/__init__.py | 0 .../django/conf/locale/te/LC_MESSAGES/django.mo | Bin 0 -> 14674 bytes .../django/conf/locale/te}/__init__.py | 0 .../django/conf/locale/th/LC_MESSAGES/django.mo | Bin 0 -> 23985 bytes .../django/conf/locale/th}/__init__.py | 0 .../django/conf/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 18199 bytes .../django/conf/locale/tr}/__init__.py | 0 .../django/conf/locale/tt/LC_MESSAGES/django.mo | Bin 0 -> 18899 bytes .../django/conf/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 22501 bytes .../django/conf/locale/uk}/__init__.py | 0 .../django/conf/locale/ur/LC_MESSAGES/django.mo | Bin 0 -> 16400 bytes .../django/conf/locale/vi/LC_MESSAGES/django.mo | Bin 0 -> 16720 bytes .../django/conf/locale/vi}/__init__.py | 0 .../django/conf/locale/zh_CN/LC_MESSAGES/django.mo | Bin 0 -> 15109 bytes .../django/conf/locale/zh_CN}/__init__.py | 0 .../django/conf/locale/zh_TW/LC_MESSAGES/django.mo | Bin 0 -> 13694 bytes .../django/conf/locale/zh_TW}/__init__.py | 0 .../project_template/project_name}/__init__.py | 0 .../django/contrib}/__init__.py | 0 .../contrib/admin/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 16980 bytes .../admin/locale/ar/LC_MESSAGES/djangojs.mo | Bin 0 -> 2855 bytes .../contrib/admin/locale/az/LC_MESSAGES/django.mo | Bin 0 -> 14481 bytes .../admin/locale/az/LC_MESSAGES/djangojs.mo | Bin 0 -> 2512 bytes .../contrib/admin/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 18367 bytes .../admin/locale/bg/LC_MESSAGES/djangojs.mo | Bin 0 -> 2975 bytes .../contrib/admin/locale/bn/LC_MESSAGES/django.mo | Bin 0 -> 16346 bytes .../admin/locale/bn/LC_MESSAGES/djangojs.mo | Bin 0 -> 1834 bytes .../contrib/admin/locale/bs/LC_MESSAGES/django.mo | Bin 0 -> 12209 bytes .../admin/locale/bs/LC_MESSAGES/djangojs.mo | Bin 0 -> 1196 bytes .../contrib/admin/locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 15663 bytes .../admin/locale/ca/LC_MESSAGES/djangojs.mo | Bin 0 -> 3550 bytes .../contrib/admin/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 15477 bytes .../admin/locale/cs/LC_MESSAGES/djangojs.mo | Bin 0 -> 3641 bytes .../contrib/admin/locale/cy/LC_MESSAGES/django.mo | Bin 0 -> 5238 bytes .../admin/locale/cy/LC_MESSAGES/djangojs.mo | Bin 0 -> 1107 bytes .../contrib/admin/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 14963 bytes .../admin/locale/da/LC_MESSAGES/djangojs.mo | Bin 0 -> 3515 bytes .../contrib/admin/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 15684 bytes .../admin/locale/de/LC_MESSAGES/djangojs.mo | Bin 0 -> 3691 bytes .../contrib/admin/locale/el/LC_MESSAGES/django.mo | Bin 0 -> 21623 bytes .../admin/locale/el/LC_MESSAGES/djangojs.mo | Bin 0 -> 3120 bytes .../contrib/admin/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 356 bytes .../admin/locale/en/LC_MESSAGES/djangojs.mo | Bin 0 -> 356 bytes .../admin/locale/en_GB/LC_MESSAGES/django.mo | Bin 0 -> 14613 bytes .../admin/locale/en_GB/LC_MESSAGES/djangojs.mo | Bin 0 -> 3463 bytes .../contrib/admin/locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 14737 bytes .../admin/locale/eo/LC_MESSAGES/djangojs.mo | Bin 0 -> 2391 bytes .../contrib/admin/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 15700 bytes .../admin/locale/es/LC_MESSAGES/djangojs.mo | Bin 0 -> 3614 bytes .../admin/locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 15963 bytes .../admin/locale/es_AR/LC_MESSAGES/djangojs.mo | Bin 0 -> 3704 bytes .../admin/locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 15886 bytes .../admin/locale/es_MX/LC_MESSAGES/djangojs.mo | Bin 0 -> 3714 bytes .../contrib/admin/locale/et/LC_MESSAGES/django.mo | Bin 0 -> 14044 bytes .../admin/locale/et/LC_MESSAGES/djangojs.mo | Bin 0 -> 2370 bytes .../contrib/admin/locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 14778 bytes .../admin/locale/eu/LC_MESSAGES/djangojs.mo | Bin 0 -> 3497 bytes .../contrib/admin/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 12972 bytes .../admin/locale/fa/LC_MESSAGES/djangojs.mo | Bin 0 -> 2841 bytes .../contrib/admin/locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 14010 bytes .../admin/locale/fi/LC_MESSAGES/djangojs.mo | Bin 0 -> 2522 bytes .../contrib/admin/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 16171 bytes .../admin/locale/fr/LC_MESSAGES/djangojs.mo | Bin 0 -> 3701 bytes .../admin/locale/fy_NL/LC_MESSAGES/django.mo | Bin 0 -> 401 bytes .../admin/locale/fy_NL/LC_MESSAGES/djangojs.mo | Bin 0 -> 401 bytes .../contrib/admin/locale/ga/LC_MESSAGES/django.mo | Bin 0 -> 15924 bytes .../admin/locale/ga/LC_MESSAGES/djangojs.mo | Bin 0 -> 3760 bytes .../contrib/admin/locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 14849 bytes .../admin/locale/gl/LC_MESSAGES/djangojs.mo | Bin 0 -> 2453 bytes .../contrib/admin/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 15262 bytes .../admin/locale/he/LC_MESSAGES/djangojs.mo | Bin 0 -> 2653 bytes .../contrib/admin/locale/hi/LC_MESSAGES/django.mo | Bin 0 -> 22182 bytes .../admin/locale/hi/LC_MESSAGES/djangojs.mo | Bin 0 -> 5400 bytes .../contrib/admin/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 15059 bytes .../admin/locale/hr/LC_MESSAGES/djangojs.mo | Bin 0 -> 3551 bytes .../contrib/admin/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 15088 bytes .../admin/locale/hu/LC_MESSAGES/djangojs.mo | Bin 0 -> 2555 bytes .../contrib/admin/locale/id/LC_MESSAGES/django.mo | Bin 0 -> 14583 bytes .../admin/locale/id/LC_MESSAGES/djangojs.mo | Bin 0 -> 3498 bytes .../contrib/admin/locale/is/LC_MESSAGES/django.mo | Bin 0 -> 15117 bytes .../admin/locale/is/LC_MESSAGES/djangojs.mo | Bin 0 -> 3519 bytes .../contrib/admin/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 15313 bytes .../admin/locale/it/LC_MESSAGES/djangojs.mo | Bin 0 -> 3539 bytes .../contrib/admin/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 16460 bytes .../admin/locale/ja/LC_MESSAGES/djangojs.mo | Bin 0 -> 3728 bytes .../contrib/admin/locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 21544 bytes .../admin/locale/ka/LC_MESSAGES/djangojs.mo | Bin 0 -> 3413 bytes .../contrib/admin/locale/kk/LC_MESSAGES/django.mo | Bin 0 -> 17439 bytes .../admin/locale/kk/LC_MESSAGES/djangojs.mo | Bin 0 -> 2790 bytes .../contrib/admin/locale/km/LC_MESSAGES/django.mo | Bin 0 -> 13457 bytes .../admin/locale/km/LC_MESSAGES/djangojs.mo | Bin 0 -> 1652 bytes .../contrib/admin/locale/kn/LC_MESSAGES/django.mo | Bin 0 -> 12107 bytes .../admin/locale/kn/LC_MESSAGES/djangojs.mo | Bin 0 -> 2354 bytes .../contrib/admin/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 14892 bytes .../admin/locale/ko/LC_MESSAGES/djangojs.mo | Bin 0 -> 2444 bytes .../contrib/admin/locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 15319 bytes .../admin/locale/lt/LC_MESSAGES/djangojs.mo | Bin 0 -> 3709 bytes .../contrib/admin/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 12601 bytes .../admin/locale/lv/LC_MESSAGES/djangojs.mo | Bin 0 -> 2569 bytes .../contrib/admin/locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 19375 bytes .../admin/locale/mk/LC_MESSAGES/djangojs.mo | Bin 0 -> 4412 bytes .../contrib/admin/locale/ml/LC_MESSAGES/django.mo | Bin 0 -> 23252 bytes .../admin/locale/ml/LC_MESSAGES/djangojs.mo | Bin 0 -> 6122 bytes .../contrib/admin/locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 18825 bytes .../admin/locale/mn/LC_MESSAGES/djangojs.mo | Bin 0 -> 4095 bytes .../contrib/admin/locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 14634 bytes .../admin/locale/nb/LC_MESSAGES/djangojs.mo | Bin 0 -> 3448 bytes .../contrib/admin/locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 17788 bytes .../admin/locale/ne/LC_MESSAGES/djangojs.mo | Bin 0 -> 3156 bytes .../contrib/admin/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 15098 bytes .../admin/locale/nl/LC_MESSAGES/djangojs.mo | Bin 0 -> 3664 bytes .../contrib/admin/locale/nn/LC_MESSAGES/django.mo | Bin 0 -> 14224 bytes .../admin/locale/nn/LC_MESSAGES/djangojs.mo | Bin 0 -> 2408 bytes .../contrib/admin/locale/pa/LC_MESSAGES/django.mo | Bin 0 -> 14063 bytes .../admin/locale/pa/LC_MESSAGES/djangojs.mo | Bin 0 -> 1630 bytes .../contrib/admin/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 14980 bytes .../admin/locale/pl/LC_MESSAGES/djangojs.mo | Bin 0 -> 3472 bytes .../contrib/admin/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 14702 bytes .../admin/locale/pt/LC_MESSAGES/djangojs.mo | Bin 0 -> 2453 bytes .../admin/locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 15226 bytes .../admin/locale/pt_BR/LC_MESSAGES/djangojs.mo | Bin 0 -> 3589 bytes .../contrib/admin/locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 15534 bytes .../admin/locale/ro/LC_MESSAGES/djangojs.mo | Bin 0 -> 3614 bytes .../contrib/admin/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 19477 bytes .../admin/locale/ru/LC_MESSAGES/djangojs.mo | Bin 0 -> 4697 bytes .../contrib/admin/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 15235 bytes .../admin/locale/sk/LC_MESSAGES/djangojs.mo | Bin 0 -> 2528 bytes .../contrib/admin/locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 15138 bytes .../admin/locale/sl/LC_MESSAGES/djangojs.mo | Bin 0 -> 3507 bytes .../contrib/admin/locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 14365 bytes .../admin/locale/sq/LC_MESSAGES/djangojs.mo | Bin 0 -> 2653 bytes .../contrib/admin/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 19254 bytes .../admin/locale/sr/LC_MESSAGES/djangojs.mo | Bin 0 -> 3892 bytes .../admin/locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 15360 bytes .../admin/locale/sr_Latn/LC_MESSAGES/djangojs.mo | Bin 0 -> 3289 bytes .../contrib/admin/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 14937 bytes .../admin/locale/sv/LC_MESSAGES/djangojs.mo | Bin 0 -> 3567 bytes .../contrib/admin/locale/sw/LC_MESSAGES/django.mo | Bin 0 -> 9945 bytes .../admin/locale/sw/LC_MESSAGES/djangojs.mo | Bin 0 -> 1413 bytes .../contrib/admin/locale/ta/LC_MESSAGES/django.mo | Bin 0 -> 13396 bytes .../admin/locale/ta/LC_MESSAGES/djangojs.mo | Bin 0 -> 1924 bytes .../contrib/admin/locale/te/LC_MESSAGES/django.mo | Bin 0 -> 14033 bytes .../admin/locale/te/LC_MESSAGES/djangojs.mo | Bin 0 -> 1908 bytes .../contrib/admin/locale/th/LC_MESSAGES/django.mo | Bin 0 -> 21527 bytes .../admin/locale/th/LC_MESSAGES/djangojs.mo | Bin 0 -> 5128 bytes .../contrib/admin/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 15042 bytes .../admin/locale/tr/LC_MESSAGES/djangojs.mo | Bin 0 -> 3495 bytes .../contrib/admin/locale/tt/LC_MESSAGES/django.mo | Bin 0 -> 17505 bytes .../admin/locale/tt/LC_MESSAGES/djangojs.mo | Bin 0 -> 3036 bytes .../contrib/admin/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 19005 bytes .../admin/locale/uk/LC_MESSAGES/djangojs.mo | Bin 0 -> 4281 bytes .../contrib/admin/locale/ur/LC_MESSAGES/django.mo | Bin 0 -> 17916 bytes .../admin/locale/ur/LC_MESSAGES/djangojs.mo | Bin 0 -> 3078 bytes .../contrib/admin/locale/vi/LC_MESSAGES/django.mo | Bin 0 -> 15461 bytes .../admin/locale/vi/LC_MESSAGES/djangojs.mo | Bin 0 -> 2710 bytes .../admin/locale/zh_CN/LC_MESSAGES/django.mo | Bin 0 -> 14141 bytes .../admin/locale/zh_CN/LC_MESSAGES/djangojs.mo | Bin 0 -> 2828 bytes .../admin/locale/zh_TW/LC_MESSAGES/django.mo | Bin 0 -> 13069 bytes .../admin/locale/zh_TW/LC_MESSAGES/djangojs.mo | Bin 0 -> 2361 bytes .../admin/static/admin/img}/changelist-bg.gif | Bin .../admin/static/admin/img}/changelist-bg_rtl.gif | Bin .../contrib/admin/static/admin/img}/chooser-bg.gif | Bin .../admin/static/admin/img}/chooser_stacked-bg.gif | Bin .../admin/static/admin/img}/default-bg-reverse.gif | Bin .../contrib/admin/static/admin/img}/default-bg.gif | Bin .../admin/static/admin/img}/deleted-overlay.gif | Bin .../static/admin}/img/gis/move_vertex_off.png | Bin .../admin/static/admin}/img/gis/move_vertex_on.png | Bin .../contrib/admin/static/admin/img}/icon-no.gif | Bin .../admin/static/admin/img}/icon-unknown.gif | Bin .../contrib/admin/static/admin/img}/icon-yes.gif | Bin .../admin/static/admin/img}/icon_addlink.gif | Bin .../contrib/admin/static/admin/img}/icon_alert.gif | Bin .../admin/static/admin/img}/icon_calendar.gif | Bin .../admin/static/admin/img}/icon_changelink.gif | Bin .../contrib/admin/static/admin/img}/icon_clock.gif | Bin .../admin/static/admin/img}/icon_deletelink.gif | Bin .../contrib/admin/static/admin/img}/icon_error.gif | Bin .../admin/static/admin/img}/icon_searchbox.png | Bin .../admin/static/admin/img}/icon_success.gif | Bin .../admin/static/admin/img}/inline-delete-8bit.png | Bin .../admin/static/admin/img}/inline-delete.png | Bin .../static/admin/img}/inline-restore-8bit.png | Bin .../admin/static/admin/img}/inline-restore.png | Bin .../admin/static/admin/img}/inline-splitter-bg.gif | Bin .../admin/static/admin/img}/nav-bg-grabber.gif | Bin .../admin/static/admin/img}/nav-bg-reverse.gif | Bin .../admin/static/admin/img/nav-bg-selected.gif | Bin 0 -> 265 bytes .../contrib/admin/static/admin/img}/nav-bg.gif | Bin .../admin/static/admin/img/selector-icons.gif | Bin 0 -> 2771 bytes .../admin/static/admin/img}/selector-search.gif | Bin .../admin/static/admin/img/sorting-icons.gif | Bin 0 -> 369 bytes .../contrib/admin/static/admin/img}/tool-left.gif | Bin .../admin/static/admin/img}/tool-left_over.gif | Bin .../contrib/admin/static/admin/img}/tool-right.gif | Bin .../admin/static/admin/img}/tool-right_over.gif | Bin .../admin/static/admin/img}/tooltag-add.gif | Bin .../admin/static/admin/img}/tooltag-add_over.gif | Bin .../admin/static/admin/img}/tooltag-arrowright.gif | Bin .../static/admin/img}/tooltag-arrowright_over.gif | Bin .../django/contrib/admin/templatetags}/__init__.py | 0 .../django/contrib/admin/views}/__init__.py | 0 .../django/contrib/admindocs}/__init__.py | 0 .../admindocs/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 3905 bytes .../admindocs/locale/az/LC_MESSAGES/django.mo | Bin 0 -> 3532 bytes .../admindocs/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 4373 bytes .../admindocs/locale/bn/LC_MESSAGES/django.mo | Bin 0 -> 4586 bytes .../admindocs/locale/bs/LC_MESSAGES/django.mo | Bin 0 -> 3475 bytes .../admindocs/locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 3673 bytes .../admindocs/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 3629 bytes .../admindocs/locale/cy/LC_MESSAGES/django.mo | Bin 0 -> 1507 bytes .../admindocs/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 3586 bytes .../admindocs/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 3599 bytes .../admindocs/locale/el/LC_MESSAGES/django.mo | Bin 0 -> 4823 bytes .../admindocs/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 356 bytes .../admindocs/locale/en_GB/LC_MESSAGES/django.mo | Bin 0 -> 3456 bytes .../admindocs/locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 3521 bytes .../admindocs/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 3603 bytes .../admindocs/locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 3607 bytes .../admindocs/locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 3622 bytes .../admindocs/locale/et/LC_MESSAGES/django.mo | Bin 0 -> 3278 bytes .../admindocs/locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 3493 bytes .../admindocs/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 2804 bytes .../admindocs/locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 3395 bytes .../admindocs/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 3660 bytes .../admindocs/locale/fy_NL/LC_MESSAGES/django.mo | Bin 0 -> 401 bytes .../admindocs/locale/ga/LC_MESSAGES/django.mo | Bin 0 -> 3725 bytes .../admindocs/locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 3419 bytes .../admindocs/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 3584 bytes .../admindocs/locale/hi/LC_MESSAGES/django.mo | Bin 0 -> 5285 bytes .../admindocs/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 3435 bytes .../admindocs/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 3564 bytes .../admindocs/locale/id/LC_MESSAGES/django.mo | Bin 0 -> 3502 bytes .../admindocs/locale/is/LC_MESSAGES/django.mo | Bin 0 -> 3588 bytes .../admindocs/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 3581 bytes .../admindocs/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 4077 bytes .../admindocs/locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 5226 bytes .../admindocs/locale/kk/LC_MESSAGES/django.mo | Bin 0 -> 2252 bytes .../admindocs/locale/km/LC_MESSAGES/django.mo | Bin 0 -> 3488 bytes .../admindocs/locale/kn/LC_MESSAGES/django.mo | Bin 0 -> 4686 bytes .../admindocs/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 3465 bytes .../admindocs/locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 3634 bytes .../admindocs/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 3411 bytes .../admindocs/locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 4613 bytes .../admindocs/locale/ml/LC_MESSAGES/django.mo | Bin 0 -> 5562 bytes .../admindocs/locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 4492 bytes .../admindocs/locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 3490 bytes .../admindocs/locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 551 bytes .../admindocs/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 3521 bytes .../admindocs/locale/nn/LC_MESSAGES/django.mo | Bin 0 -> 3331 bytes .../admindocs/locale/pa/LC_MESSAGES/django.mo | Bin 0 -> 1809 bytes .../admindocs/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 3558 bytes .../admindocs/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 3414 bytes .../admindocs/locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 3607 bytes .../admindocs/locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 3544 bytes .../admindocs/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 4613 bytes .../admindocs/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 3611 bytes .../admindocs/locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 3555 bytes .../admindocs/locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 3442 bytes .../admindocs/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 4557 bytes .../admindocs/locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 3657 bytes .../admindocs/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 3584 bytes .../admindocs/locale/sw/LC_MESSAGES/django.mo | Bin 0 -> 444 bytes .../admindocs/locale/ta/LC_MESSAGES/django.mo | Bin 0 -> 4569 bytes .../admindocs/locale/te/LC_MESSAGES/django.mo | Bin 0 -> 2256 bytes .../admindocs/locale/th/LC_MESSAGES/django.mo | Bin 0 -> 4519 bytes .../admindocs/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 3410 bytes .../admindocs/locale/tt/LC_MESSAGES/django.mo | Bin 0 -> 3686 bytes .../admindocs/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 4745 bytes .../admindocs/locale/ur/LC_MESSAGES/django.mo | Bin 0 -> 4212 bytes .../admindocs/locale/vi/LC_MESSAGES/django.mo | Bin 0 -> 1457 bytes .../admindocs/locale/zh_CN/LC_MESSAGES/django.mo | Bin 0 -> 3205 bytes .../admindocs/locale/zh_TW/LC_MESSAGES/django.mo | Bin 0 -> 3198 bytes .../django/contrib/auth/handlers}/__init__.py | 0 .../contrib/auth/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 5410 bytes .../contrib/auth/locale/az/LC_MESSAGES/django.mo | Bin 0 -> 4778 bytes .../contrib/auth/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 5882 bytes .../contrib/auth/locale/bn/LC_MESSAGES/django.mo | Bin 0 -> 5351 bytes .../contrib/auth/locale/bs/LC_MESSAGES/django.mo | Bin 0 -> 4482 bytes .../contrib/auth/locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 5676 bytes .../contrib/auth/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 5535 bytes .../contrib/auth/locale/cy/LC_MESSAGES/django.mo | Bin 0 -> 1400 bytes .../contrib/auth/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 5450 bytes .../contrib/auth/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 5705 bytes .../contrib/auth/locale/el/LC_MESSAGES/django.mo | Bin 0 -> 6390 bytes .../contrib/auth/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 356 bytes .../auth/locale/en_GB/LC_MESSAGES/django.mo | Bin 0 -> 5343 bytes .../contrib/auth/locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 4621 bytes .../contrib/auth/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 5755 bytes .../auth/locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 5852 bytes .../auth/locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 5869 bytes .../contrib/auth/locale/et/LC_MESSAGES/django.mo | Bin 0 -> 4401 bytes .../contrib/auth/locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 5388 bytes .../contrib/auth/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 5354 bytes .../contrib/auth/locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 4761 bytes .../contrib/auth/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 5958 bytes .../auth/locale/fy_NL/LC_MESSAGES/django.mo | Bin 0 -> 401 bytes .../contrib/auth/locale/ga/LC_MESSAGES/django.mo | Bin 0 -> 5740 bytes .../contrib/auth/locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 4628 bytes .../contrib/auth/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 5478 bytes .../contrib/auth/locale/hi/LC_MESSAGES/django.mo | Bin 0 -> 8267 bytes .../contrib/auth/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 5548 bytes .../contrib/auth/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 5577 bytes .../contrib/auth/locale/id/LC_MESSAGES/django.mo | Bin 0 -> 5373 bytes .../contrib/auth/locale/is/LC_MESSAGES/django.mo | Bin 0 -> 5692 bytes .../contrib/auth/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 5515 bytes .../contrib/auth/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 6085 bytes .../contrib/auth/locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 6854 bytes .../contrib/auth/locale/kk/LC_MESSAGES/django.mo | Bin 0 -> 5702 bytes .../contrib/auth/locale/km/LC_MESSAGES/django.mo | Bin 0 -> 4030 bytes .../contrib/auth/locale/kn/LC_MESSAGES/django.mo | Bin 0 -> 5290 bytes .../contrib/auth/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 4522 bytes .../contrib/auth/locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 5605 bytes .../contrib/auth/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 4426 bytes .../contrib/auth/locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 7170 bytes .../contrib/auth/locale/ml/LC_MESSAGES/django.mo | Bin 0 -> 7528 bytes .../contrib/auth/locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 7001 bytes .../contrib/auth/locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 5368 bytes .../contrib/auth/locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 2178 bytes .../contrib/auth/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 5512 bytes .../contrib/auth/locale/nn/LC_MESSAGES/django.mo | Bin 0 -> 4269 bytes .../contrib/auth/locale/pa/LC_MESSAGES/django.mo | Bin 0 -> 4609 bytes .../contrib/auth/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 5483 bytes .../contrib/auth/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 4550 bytes .../auth/locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 5578 bytes .../contrib/auth/locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 4512 bytes .../contrib/auth/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 7226 bytes .../contrib/auth/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 4753 bytes .../contrib/auth/locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 5520 bytes .../contrib/auth/locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 4581 bytes .../contrib/auth/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 6869 bytes .../auth/locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 5489 bytes .../contrib/auth/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 5482 bytes .../contrib/auth/locale/sw/LC_MESSAGES/django.mo | Bin 0 -> 2905 bytes .../contrib/auth/locale/ta/LC_MESSAGES/django.mo | Bin 0 -> 3952 bytes .../contrib/auth/locale/te/LC_MESSAGES/django.mo | Bin 0 -> 3688 bytes .../contrib/auth/locale/th/LC_MESSAGES/django.mo | Bin 0 -> 7883 bytes .../contrib/auth/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 5494 bytes .../contrib/auth/locale/tt/LC_MESSAGES/django.mo | Bin 0 -> 1103 bytes .../contrib/auth/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 7006 bytes .../contrib/auth/locale/ur/LC_MESSAGES/django.mo | Bin 0 -> 1254 bytes .../contrib/auth/locale/vi/LC_MESSAGES/django.mo | Bin 0 -> 4100 bytes .../auth/locale/zh_CN/LC_MESSAGES/django.mo | Bin 0 -> 4357 bytes .../auth/locale/zh_TW/LC_MESSAGES/django.mo | Bin 0 -> 4149 bytes .../contrib/auth/management/commands}/__init__.py | 0 .../comments/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 6428 bytes .../comments/locale/az/LC_MESSAGES/django.mo | Bin 0 -> 5339 bytes .../comments/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 6611 bytes .../comments/locale/bn/LC_MESSAGES/django.mo | Bin 0 -> 3654 bytes .../comments/locale/bs/LC_MESSAGES/django.mo | Bin 0 -> 5315 bytes .../comments/locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 5326 bytes .../comments/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 5331 bytes .../comments/locale/cy/LC_MESSAGES/django.mo | Bin 0 -> 1050 bytes .../comments/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 4987 bytes .../comments/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 5430 bytes .../comments/locale/el/LC_MESSAGES/django.mo | Bin 0 -> 6826 bytes .../comments/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 356 bytes .../comments/locale/en_GB/LC_MESSAGES/django.mo | Bin 0 -> 4725 bytes .../comments/locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 5065 bytes .../comments/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 5321 bytes .../comments/locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 5378 bytes .../comments/locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 5022 bytes .../comments/locale/et/LC_MESSAGES/django.mo | Bin 0 -> 5173 bytes .../comments/locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 4886 bytes .../comments/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 2717 bytes .../comments/locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 5123 bytes .../comments/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 5423 bytes .../comments/locale/fy_NL/LC_MESSAGES/django.mo | Bin 0 -> 401 bytes .../comments/locale/ga/LC_MESSAGES/django.mo | Bin 0 -> 6039 bytes .../comments/locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 5104 bytes .../comments/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 5413 bytes .../comments/locale/hi/LC_MESSAGES/django.mo | Bin 0 -> 7813 bytes .../comments/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 5167 bytes .../comments/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 5419 bytes .../comments/locale/id/LC_MESSAGES/django.mo | Bin 0 -> 4905 bytes .../comments/locale/is/LC_MESSAGES/django.mo | Bin 0 -> 4935 bytes .../comments/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 5203 bytes .../comments/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 5496 bytes .../comments/locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 7580 bytes .../comments/locale/kk/LC_MESSAGES/django.mo | Bin 0 -> 6222 bytes .../comments/locale/km/LC_MESSAGES/django.mo | Bin 0 -> 2128 bytes .../comments/locale/kn/LC_MESSAGES/django.mo | Bin 0 -> 2250 bytes .../comments/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 5210 bytes .../comments/locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 5380 bytes .../comments/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 5400 bytes .../comments/locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 6636 bytes .../comments/locale/ml/LC_MESSAGES/django.mo | Bin 0 -> 8427 bytes .../comments/locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 6675 bytes .../comments/locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 5005 bytes .../comments/locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 3035 bytes .../comments/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 5198 bytes .../comments/locale/nn/LC_MESSAGES/django.mo | Bin 0 -> 4989 bytes .../comments/locale/pa/LC_MESSAGES/django.mo | Bin 0 -> 4732 bytes .../comments/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 5361 bytes .../comments/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 5300 bytes .../comments/locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 5204 bytes .../comments/locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 5544 bytes .../comments/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 7012 bytes .../comments/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 5460 bytes .../comments/locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 5437 bytes .../comments/locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 5220 bytes .../comments/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 6609 bytes .../comments/locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 5314 bytes .../comments/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 4933 bytes .../comments/locale/sw/LC_MESSAGES/django.mo | Bin 0 -> 2285 bytes .../comments/locale/ta/LC_MESSAGES/django.mo | Bin 0 -> 2303 bytes .../comments/locale/te/LC_MESSAGES/django.mo | Bin 0 -> 5612 bytes .../comments/locale/th/LC_MESSAGES/django.mo | Bin 0 -> 7280 bytes .../comments/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 4969 bytes .../comments/locale/tt/LC_MESSAGES/django.mo | Bin 0 -> 435 bytes .../comments/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 6872 bytes .../comments/locale/ur/LC_MESSAGES/django.mo | Bin 0 -> 441 bytes .../comments/locale/vi/LC_MESSAGES/django.mo | Bin 0 -> 4684 bytes .../comments/locale/zh_CN/LC_MESSAGES/django.mo | Bin 0 -> 4639 bytes .../comments/locale/zh_TW/LC_MESSAGES/django.mo | Bin 0 -> 4641 bytes .../contrib/comments/templatetags}/__init__.py | 0 .../django/contrib/comments/views}/__init__.py | 0 .../django/contrib/contenttypes}/__init__.py | 0 .../contenttypes/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 749 bytes .../contenttypes/locale/az/LC_MESSAGES/django.mo | Bin 0 -> 636 bytes .../contenttypes/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 700 bytes .../contenttypes/locale/bn/LC_MESSAGES/django.mo | Bin 0 -> 718 bytes .../contenttypes/locale/bs/LC_MESSAGES/django.mo | Bin 0 -> 703 bytes .../contenttypes/locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 1092 bytes .../contenttypes/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 1046 bytes .../contenttypes/locale/cy/LC_MESSAGES/django.mo | Bin 0 -> 561 bytes .../contenttypes/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 1051 bytes .../contenttypes/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 1065 bytes .../contenttypes/locale/el/LC_MESSAGES/django.mo | Bin 0 -> 674 bytes .../contenttypes/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 356 bytes .../locale/en_GB/LC_MESSAGES/django.mo | Bin 0 -> 1051 bytes .../contenttypes/locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 624 bytes .../contenttypes/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 1112 bytes .../locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 1093 bytes .../locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 1121 bytes .../contenttypes/locale/et/LC_MESSAGES/django.mo | Bin 0 -> 625 bytes .../contenttypes/locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 1040 bytes .../contenttypes/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 650 bytes .../contenttypes/locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 632 bytes .../contenttypes/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 1061 bytes .../locale/fy_NL/LC_MESSAGES/django.mo | Bin 0 -> 401 bytes .../contenttypes/locale/ga/LC_MESSAGES/django.mo | Bin 0 -> 1090 bytes .../contenttypes/locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 631 bytes .../contenttypes/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 649 bytes .../contenttypes/locale/hi/LC_MESSAGES/django.mo | Bin 0 -> 1335 bytes .../contenttypes/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 1114 bytes .../contenttypes/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 1055 bytes .../contenttypes/locale/id/LC_MESSAGES/django.mo | Bin 0 -> 1026 bytes .../contenttypes/locale/is/LC_MESSAGES/django.mo | Bin 0 -> 1032 bytes .../contenttypes/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 1070 bytes .../contenttypes/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 647 bytes .../contenttypes/locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 730 bytes .../contenttypes/locale/kk/LC_MESSAGES/django.mo | Bin 0 -> 683 bytes .../contenttypes/locale/km/LC_MESSAGES/django.mo | Bin 0 -> 637 bytes .../contenttypes/locale/kn/LC_MESSAGES/django.mo | Bin 0 -> 717 bytes .../contenttypes/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 633 bytes .../contenttypes/locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 1110 bytes .../contenttypes/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 665 bytes .../contenttypes/locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 1210 bytes .../contenttypes/locale/ml/LC_MESSAGES/django.mo | Bin 0 -> 782 bytes .../contenttypes/locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 1204 bytes .../contenttypes/locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 1047 bytes .../contenttypes/locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 719 bytes .../contenttypes/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 1046 bytes .../contenttypes/locale/nn/LC_MESSAGES/django.mo | Bin 0 -> 636 bytes .../contenttypes/locale/pa/LC_MESSAGES/django.mo | Bin 0 -> 700 bytes .../contenttypes/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 1133 bytes .../contenttypes/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 645 bytes .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 1085 bytes .../contenttypes/locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 682 bytes .../contenttypes/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 1316 bytes .../contenttypes/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 655 bytes .../contenttypes/locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 1060 bytes .../contenttypes/locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 626 bytes .../contenttypes/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 1201 bytes .../locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 1112 bytes .../contenttypes/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 1040 bytes .../contenttypes/locale/sw/LC_MESSAGES/django.mo | Bin 0 -> 560 bytes .../contenttypes/locale/ta/LC_MESSAGES/django.mo | Bin 0 -> 681 bytes .../contenttypes/locale/te/LC_MESSAGES/django.mo | Bin 0 -> 693 bytes .../contenttypes/locale/th/LC_MESSAGES/django.mo | Bin 0 -> 1199 bytes .../contenttypes/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 1062 bytes .../contenttypes/locale/tt/LC_MESSAGES/django.mo | Bin 0 -> 668 bytes .../contenttypes/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 1237 bytes .../contenttypes/locale/ur/LC_MESSAGES/django.mo | Bin 0 -> 689 bytes .../contenttypes/locale/vi/LC_MESSAGES/django.mo | Bin 0 -> 629 bytes .../locale/zh_CN/LC_MESSAGES/django.mo | Bin 0 -> 617 bytes .../locale/zh_TW/LC_MESSAGES/django.mo | Bin 0 -> 628 bytes .../django/contrib/databrowse/plugins}/__init__.py | 0 .../django/contrib/flatpages}/__init__.py | 0 .../flatpages/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 1992 bytes .../flatpages/locale/az/LC_MESSAGES/django.mo | Bin 0 -> 1794 bytes .../flatpages/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 2088 bytes .../flatpages/locale/bn/LC_MESSAGES/django.mo | Bin 0 -> 1923 bytes .../flatpages/locale/bs/LC_MESSAGES/django.mo | Bin 0 -> 1795 bytes .../flatpages/locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 2018 bytes .../flatpages/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 2069 bytes .../flatpages/locale/cy/LC_MESSAGES/django.mo | Bin 0 -> 1189 bytes .../flatpages/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 2031 bytes .../flatpages/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 2083 bytes .../flatpages/locale/el/LC_MESSAGES/django.mo | Bin 0 -> 2078 bytes .../flatpages/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 356 bytes .../flatpages/locale/en_GB/LC_MESSAGES/django.mo | Bin 0 -> 1987 bytes .../flatpages/locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 1838 bytes .../flatpages/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 2038 bytes .../flatpages/locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 2048 bytes .../flatpages/locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 2074 bytes .../flatpages/locale/et/LC_MESSAGES/django.mo | Bin 0 -> 1668 bytes .../flatpages/locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 2007 bytes .../flatpages/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 1942 bytes .../flatpages/locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 1747 bytes .../flatpages/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 2172 bytes .../flatpages/locale/fy_NL/LC_MESSAGES/django.mo | Bin 0 -> 401 bytes .../flatpages/locale/ga/LC_MESSAGES/django.mo | Bin 0 -> 2130 bytes .../flatpages/locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 1688 bytes .../flatpages/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 1839 bytes .../flatpages/locale/hi/LC_MESSAGES/django.mo | Bin 0 -> 2784 bytes .../flatpages/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 1779 bytes .../flatpages/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 2066 bytes .../flatpages/locale/id/LC_MESSAGES/django.mo | Bin 0 -> 1995 bytes .../flatpages/locale/is/LC_MESSAGES/django.mo | Bin 0 -> 2009 bytes .../flatpages/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 2024 bytes .../flatpages/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 2198 bytes .../flatpages/locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 2532 bytes .../flatpages/locale/kk/LC_MESSAGES/django.mo | Bin 0 -> 1997 bytes .../flatpages/locale/km/LC_MESSAGES/django.mo | Bin 0 -> 1901 bytes .../flatpages/locale/kn/LC_MESSAGES/django.mo | Bin 0 -> 1905 bytes .../flatpages/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 1699 bytes .../flatpages/locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 2174 bytes .../flatpages/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 1549 bytes .../flatpages/locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 2504 bytes .../flatpages/locale/ml/LC_MESSAGES/django.mo | Bin 0 -> 2564 bytes .../flatpages/locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 2517 bytes .../flatpages/locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 2021 bytes .../flatpages/locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 1289 bytes .../flatpages/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 2026 bytes .../flatpages/locale/nn/LC_MESSAGES/django.mo | Bin 0 -> 1693 bytes .../flatpages/locale/pa/LC_MESSAGES/django.mo | Bin 0 -> 906 bytes .../flatpages/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 2132 bytes .../flatpages/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 2023 bytes .../flatpages/locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 2030 bytes .../flatpages/locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 1781 bytes .../flatpages/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 2577 bytes .../flatpages/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 1903 bytes .../flatpages/locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 2103 bytes .../flatpages/locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 1760 bytes .../flatpages/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 2514 bytes .../flatpages/locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 2124 bytes .../flatpages/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 2027 bytes .../flatpages/locale/sw/LC_MESSAGES/django.mo | Bin 0 -> 737 bytes .../flatpages/locale/ta/LC_MESSAGES/django.mo | Bin 0 -> 1948 bytes .../flatpages/locale/te/LC_MESSAGES/django.mo | Bin 0 -> 1241 bytes .../flatpages/locale/th/LC_MESSAGES/django.mo | Bin 0 -> 2698 bytes .../flatpages/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 2014 bytes .../flatpages/locale/tt/LC_MESSAGES/django.mo | Bin 0 -> 2016 bytes .../flatpages/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 2521 bytes .../flatpages/locale/ur/LC_MESSAGES/django.mo | Bin 0 -> 1994 bytes .../flatpages/locale/vi/LC_MESSAGES/django.mo | Bin 0 -> 1027 bytes .../flatpages/locale/zh_CN/LC_MESSAGES/django.mo | Bin 0 -> 1599 bytes .../flatpages/locale/zh_TW/LC_MESSAGES/django.mo | Bin 0 -> 1647 bytes .../contrib/flatpages/templatetags}/__init__.py | 0 .../tests/templates/registration/login.html} | 0 .../django/contrib/formtools}/__init__.py | 0 .../formtools/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 809 bytes .../formtools/locale/az/LC_MESSAGES/django.mo | Bin 0 -> 706 bytes .../formtools/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 759 bytes .../formtools/locale/bn/LC_MESSAGES/django.mo | Bin 0 -> 813 bytes .../formtools/locale/bs/LC_MESSAGES/django.mo | Bin 0 -> 752 bytes .../formtools/locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 815 bytes .../formtools/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 822 bytes .../formtools/locale/cy/LC_MESSAGES/django.mo | Bin 0 -> 443 bytes .../formtools/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 812 bytes .../formtools/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 825 bytes .../formtools/locale/el/LC_MESSAGES/django.mo | Bin 0 -> 959 bytes .../formtools/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 356 bytes .../formtools/locale/en_GB/LC_MESSAGES/django.mo | Bin 0 -> 816 bytes .../formtools/locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 800 bytes .../formtools/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 825 bytes .../formtools/locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 822 bytes .../formtools/locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 829 bytes .../formtools/locale/et/LC_MESSAGES/django.mo | Bin 0 -> 671 bytes .../formtools/locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 815 bytes .../formtools/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 728 bytes .../formtools/locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 692 bytes .../formtools/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 814 bytes .../formtools/locale/fy_NL/LC_MESSAGES/django.mo | Bin 0 -> 401 bytes .../formtools/locale/ga/LC_MESSAGES/django.mo | Bin 0 -> 881 bytes .../formtools/locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 683 bytes .../formtools/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 803 bytes .../formtools/locale/hi/LC_MESSAGES/django.mo | Bin 0 -> 970 bytes .../formtools/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 758 bytes .../formtools/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 787 bytes .../formtools/locale/id/LC_MESSAGES/django.mo | Bin 0 -> 804 bytes .../formtools/locale/is/LC_MESSAGES/django.mo | Bin 0 -> 812 bytes .../formtools/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 799 bytes .../formtools/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 864 bytes .../formtools/locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 833 bytes .../formtools/locale/kk/LC_MESSAGES/django.mo | Bin 0 -> 806 bytes .../formtools/locale/km/LC_MESSAGES/django.mo | Bin 0 -> 391 bytes .../formtools/locale/kn/LC_MESSAGES/django.mo | Bin 0 -> 437 bytes .../formtools/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 709 bytes .../formtools/locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 881 bytes .../formtools/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 721 bytes .../formtools/locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 949 bytes .../formtools/locale/ml/LC_MESSAGES/django.mo | Bin 0 -> 1048 bytes .../formtools/locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 936 bytes .../formtools/locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 795 bytes .../formtools/locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 799 bytes .../formtools/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 823 bytes .../formtools/locale/nn/LC_MESSAGES/django.mo | Bin 0 -> 681 bytes .../formtools/locale/pa/LC_MESSAGES/django.mo | Bin 0 -> 477 bytes .../formtools/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 872 bytes .../formtools/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 824 bytes .../formtools/locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 819 bytes .../formtools/locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 752 bytes .../formtools/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 988 bytes .../formtools/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 844 bytes .../formtools/locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 862 bytes .../formtools/locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 695 bytes .../formtools/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 967 bytes .../formtools/locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 889 bytes .../formtools/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 799 bytes .../formtools/locale/sw/LC_MESSAGES/django.mo | Bin 0 -> 795 bytes .../formtools/locale/ta/LC_MESSAGES/django.mo | Bin 0 -> 442 bytes .../formtools/locale/te/LC_MESSAGES/django.mo | Bin 0 -> 868 bytes .../formtools/locale/th/LC_MESSAGES/django.mo | Bin 0 -> 969 bytes .../formtools/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 806 bytes .../formtools/locale/tt/LC_MESSAGES/django.mo | Bin 0 -> 726 bytes .../formtools/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 1015 bytes .../formtools/locale/ur/LC_MESSAGES/django.mo | Bin 0 -> 758 bytes .../formtools/locale/vi/LC_MESSAGES/django.mo | Bin 0 -> 686 bytes .../formtools/locale/zh_CN/LC_MESSAGES/django.mo | Bin 0 -> 792 bytes .../formtools/locale/zh_TW/LC_MESSAGES/django.mo | Bin 0 -> 666 bytes .../tests/wizard/namedwizardtests}/__init__.py | 0 .../tests/wizard/wizardtests}/__init__.py | 0 .../django/contrib/gis}/__init__.py | 0 .../django/contrib/gis/db}/__init__.py | 0 .../django/contrib/gis/db/backends}/__init__.py | 0 .../contrib/gis/db/backends/mysql}/__init__.py | 0 .../contrib/gis/db/backends/oracle}/__init__.py | 0 .../contrib/gis/db/backends/postgis}/__init__.py | 0 .../gis/db/backends/spatialite}/__init__.py | 0 .../contrib/gis/gdal/prototypes}/__init__.py | 0 .../django/contrib/gis/geometry}/__init__.py | 0 .../contrib/gis/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 1619 bytes .../contrib/gis/locale/az/LC_MESSAGES/django.mo | Bin 0 -> 1384 bytes .../contrib/gis/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 1699 bytes .../contrib/gis/locale/bn/LC_MESSAGES/django.mo | Bin 0 -> 812 bytes .../contrib/gis/locale/bs/LC_MESSAGES/django.mo | Bin 0 -> 1476 bytes .../contrib/gis/locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 1835 bytes .../contrib/gis/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 1843 bytes .../contrib/gis/locale/cy/LC_MESSAGES/django.mo | Bin 0 -> 443 bytes .../contrib/gis/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 1751 bytes .../contrib/gis/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 1800 bytes .../contrib/gis/locale/el/LC_MESSAGES/django.mo | Bin 0 -> 1791 bytes .../contrib/gis/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 356 bytes .../contrib/gis/locale/en_GB/LC_MESSAGES/django.mo | Bin 0 -> 1741 bytes .../contrib/gis/locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 1370 bytes .../contrib/gis/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 1866 bytes .../contrib/gis/locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 1869 bytes .../contrib/gis/locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 1867 bytes .../contrib/gis/locale/et/LC_MESSAGES/django.mo | Bin 0 -> 1325 bytes .../contrib/gis/locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 1744 bytes .../contrib/gis/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 774 bytes .../contrib/gis/locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 1332 bytes .../contrib/gis/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 1832 bytes .../contrib/gis/locale/fy_NL/LC_MESSAGES/django.mo | Bin 0 -> 401 bytes .../contrib/gis/locale/ga/LC_MESSAGES/django.mo | Bin 0 -> 1855 bytes .../contrib/gis/locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 1433 bytes .../contrib/gis/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 1470 bytes .../contrib/gis/locale/hi/LC_MESSAGES/django.mo | Bin 0 -> 2396 bytes .../contrib/gis/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 1484 bytes .../contrib/gis/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 1734 bytes .../contrib/gis/locale/id/LC_MESSAGES/django.mo | Bin 0 -> 1730 bytes .../contrib/gis/locale/is/LC_MESSAGES/django.mo | Bin 0 -> 1657 bytes .../contrib/gis/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 1799 bytes .../contrib/gis/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 1416 bytes .../contrib/gis/locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 1959 bytes .../contrib/gis/locale/kk/LC_MESSAGES/django.mo | Bin 0 -> 1579 bytes .../contrib/gis/locale/km/LC_MESSAGES/django.mo | Bin 0 -> 391 bytes .../contrib/gis/locale/kn/LC_MESSAGES/django.mo | Bin 0 -> 437 bytes .../contrib/gis/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 1412 bytes .../contrib/gis/locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 1560 bytes .../contrib/gis/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 1443 bytes .../contrib/gis/locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 2269 bytes .../contrib/gis/locale/ml/LC_MESSAGES/django.mo | Bin 0 -> 2043 bytes .../contrib/gis/locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 2132 bytes .../contrib/gis/locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 1716 bytes .../contrib/gis/locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 988 bytes .../contrib/gis/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 1784 bytes .../contrib/gis/locale/nn/LC_MESSAGES/django.mo | Bin 0 -> 1205 bytes .../contrib/gis/locale/pa/LC_MESSAGES/django.mo | Bin 0 -> 1149 bytes .../contrib/gis/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 1866 bytes .../contrib/gis/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 1395 bytes .../contrib/gis/locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 1796 bytes .../contrib/gis/locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 1445 bytes .../contrib/gis/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 2225 bytes .../contrib/gis/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 1393 bytes .../contrib/gis/locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 1794 bytes .../contrib/gis/locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 1207 bytes .../contrib/gis/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 2206 bytes .../gis/locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 1872 bytes .../contrib/gis/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 1726 bytes .../contrib/gis/locale/sw/LC_MESSAGES/django.mo | Bin 0 -> 1413 bytes .../contrib/gis/locale/ta/LC_MESSAGES/django.mo | Bin 0 -> 442 bytes .../contrib/gis/locale/te/LC_MESSAGES/django.mo | Bin 0 -> 827 bytes .../contrib/gis/locale/th/LC_MESSAGES/django.mo | Bin 0 -> 2419 bytes .../contrib/gis/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 1800 bytes .../contrib/gis/locale/tt/LC_MESSAGES/django.mo | Bin 0 -> 1685 bytes .../contrib/gis/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 1192 bytes .../contrib/gis/locale/ur/LC_MESSAGES/django.mo | Bin 0 -> 1615 bytes .../contrib/gis/locale/vi/LC_MESSAGES/django.mo | Bin 0 -> 803 bytes .../contrib/gis/locale/zh_CN/LC_MESSAGES/django.mo | Bin 0 -> 1323 bytes .../contrib/gis/locale/zh_TW/LC_MESSAGES/django.mo | Bin 0 -> 1438 bytes .../django/contrib/gis/management}/__init__.py | 0 .../contrib/gis/management/commands}/__init__.py | 0 .../django/contrib/gis/maps}/__init__.py | 0 .../contrib/gis/maps/openlayers}/__init__.py | 0 .../contrib/gis/tests/data/cities/cities.dbf | Bin .../contrib/gis/tests/data/cities/cities.shp | Bin .../contrib/gis/tests/data/cities/cities.shx | Bin .../contrib/gis/tests/data/counties/counties.dbf | Bin .../contrib/gis/tests/data/counties/counties.shp | Bin .../contrib/gis/tests/data/counties/counties.shx | Bin .../contrib/gis/tests/data/geometries.json.gz | Bin .../gis/tests/data/interstates/interstates.dbf | Bin .../gis/tests/data/interstates/interstates.shp | Bin .../gis/tests/data/interstates/interstates.shx | Bin .../contrib/gis/tests/data/invalid/emptypoints.dbf | Bin .../contrib/gis/tests/data/invalid/emptypoints.shp | Bin .../contrib/gis/tests/data/invalid/emptypoints.shx | Bin .../gis/tests/data/test_point/test_point.dbf | Bin .../gis/tests/data/test_point/test_point.shp | Bin .../gis/tests/data/test_point/test_point.shx | Bin .../contrib/gis/tests/data/test_poly/test_poly.dbf | Bin .../contrib/gis/tests/data/test_poly/test_poly.shp | Bin .../contrib/gis/tests/data/test_poly/test_poly.shx | Bin .../django/contrib/gis/tests/data/texas.dbf | Bin .../django/contrib/gis/tests/distapp}/__init__.py | 0 .../tests/distapp/fixtures/initial_data.json.gz | Bin .../django/contrib/gis/tests/geo3d}/__init__.py | 0 .../django/contrib/gis/tests/geoadmin}/__init__.py | 0 .../django/contrib/gis/tests/geoapp}/__init__.py | 0 .../gis/tests/geoapp/fixtures/initial_data.json.gz | Bin .../django/contrib/gis/tests/geogapp}/__init__.py | 0 .../contrib/gis/tests/inspectapp}/__init__.py | 0 .../django/contrib/gis/tests/layermap}/__init__.py | 0 .../contrib/gis/tests/relatedapp}/__init__.py | 0 .../tests/relatedapp/fixtures/initial_data.json.gz | Bin 0 -> 526 bytes .../django/contrib/humanize}/__init__.py | 0 .../humanize/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 1728 bytes .../humanize/locale/az/LC_MESSAGES/django.mo | Bin 0 -> 2312 bytes .../humanize/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 1375 bytes .../humanize/locale/bn/LC_MESSAGES/django.mo | Bin 0 -> 1425 bytes .../humanize/locale/bs/LC_MESSAGES/django.mo | Bin 0 -> 1429 bytes .../humanize/locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 4005 bytes .../humanize/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 4648 bytes .../humanize/locale/cy/LC_MESSAGES/django.mo | Bin 0 -> 443 bytes .../humanize/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 4102 bytes .../humanize/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 4125 bytes .../humanize/locale/el/LC_MESSAGES/django.mo | Bin 0 -> 5281 bytes .../humanize/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 356 bytes .../humanize/locale/en_GB/LC_MESSAGES/django.mo | Bin 0 -> 4062 bytes .../humanize/locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 4088 bytes .../humanize/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 4162 bytes .../humanize/locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 4211 bytes .../humanize/locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 4168 bytes .../humanize/locale/et/LC_MESSAGES/django.mo | Bin 0 -> 1283 bytes .../humanize/locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 4006 bytes .../humanize/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 1263 bytes .../humanize/locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 2394 bytes .../humanize/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 4120 bytes .../humanize/locale/fy_NL/LC_MESSAGES/django.mo | Bin 0 -> 401 bytes .../humanize/locale/ga/LC_MESSAGES/django.mo | Bin 0 -> 6173 bytes .../humanize/locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 1737 bytes .../humanize/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 2529 bytes .../humanize/locale/hi/LC_MESSAGES/django.mo | Bin 0 -> 4952 bytes .../humanize/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 1418 bytes .../humanize/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 4146 bytes .../humanize/locale/id/LC_MESSAGES/django.mo | Bin 0 -> 3503 bytes .../humanize/locale/is/LC_MESSAGES/django.mo | Bin 0 -> 4217 bytes .../humanize/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 4696 bytes .../humanize/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 1964 bytes .../humanize/locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 1363 bytes .../humanize/locale/kk/LC_MESSAGES/django.mo | Bin 0 -> 2546 bytes .../humanize/locale/km/LC_MESSAGES/django.mo | Bin 0 -> 391 bytes .../humanize/locale/kn/LC_MESSAGES/django.mo | Bin 0 -> 437 bytes .../humanize/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 1189 bytes .../humanize/locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 4941 bytes .../humanize/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 1392 bytes .../humanize/locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 4603 bytes .../humanize/locale/ml/LC_MESSAGES/django.mo | Bin 0 -> 6348 bytes .../humanize/locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 4692 bytes .../humanize/locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 4091 bytes .../humanize/locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 443 bytes .../humanize/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 4045 bytes .../humanize/locale/nn/LC_MESSAGES/django.mo | Bin 0 -> 1286 bytes .../humanize/locale/pa/LC_MESSAGES/django.mo | Bin 0 -> 1432 bytes .../humanize/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 4709 bytes .../humanize/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 1285 bytes .../humanize/locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 3726 bytes .../humanize/locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 2623 bytes .../humanize/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 5757 bytes .../humanize/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 4727 bytes .../humanize/locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 5054 bytes .../humanize/locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 1175 bytes .../humanize/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 5467 bytes .../humanize/locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 4675 bytes .../humanize/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 4071 bytes .../humanize/locale/sw/LC_MESSAGES/django.mo | Bin 0 -> 2472 bytes .../humanize/locale/ta/LC_MESSAGES/django.mo | Bin 0 -> 442 bytes .../humanize/locale/te/LC_MESSAGES/django.mo | Bin 0 -> 2218 bytes .../humanize/locale/th/LC_MESSAGES/django.mo | Bin 0 -> 3907 bytes .../humanize/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 3475 bytes .../humanize/locale/tt/LC_MESSAGES/django.mo | Bin 0 -> 3785 bytes .../humanize/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 5682 bytes .../humanize/locale/ur/LC_MESSAGES/django.mo | Bin 0 -> 1365 bytes .../humanize/locale/vi/LC_MESSAGES/django.mo | Bin 0 -> 967 bytes .../humanize/locale/zh_CN/LC_MESSAGES/django.mo | Bin 0 -> 2093 bytes .../humanize/locale/zh_TW/LC_MESSAGES/django.mo | Bin 0 -> 1199 bytes .../django/contrib/humanize/models.py} | 0 .../contrib/humanize/templatetags}/__init__.py | 0 .../django/contrib/localflavor}/__init__.py | 0 .../django/contrib/localflavor/ar}/__init__.py | 0 .../django/contrib/localflavor/at}/__init__.py | 0 .../django/contrib/localflavor/au}/__init__.py | 0 .../django/contrib/localflavor/be}/__init__.py | 0 .../django/contrib/localflavor/br}/__init__.py | 0 .../django/contrib/localflavor/ca}/__init__.py | 0 .../django/contrib/localflavor/ch}/__init__.py | 0 .../django/contrib/localflavor/cl}/__init__.py | 0 .../django/contrib/localflavor/cn}/__init__.py | 0 .../django/contrib/localflavor/co}/__init__.py | 0 .../django/contrib/localflavor/cz}/__init__.py | 0 .../django/contrib/localflavor/de}/__init__.py | 0 .../django/contrib/localflavor/ec}/__init__.py | 0 .../django/contrib/localflavor/es}/__init__.py | 0 .../django/contrib/localflavor/fi}/__init__.py | 0 .../django/contrib/localflavor/fr}/__init__.py | 0 .../django/contrib/localflavor/gb}/__init__.py | 0 .../contrib/localflavor/generic}/__init__.py | 0 .../django/contrib/localflavor/hr}/__init__.py | 0 .../django/contrib/localflavor/id}/__init__.py | 0 .../django/contrib/localflavor/ie}/__init__.py | 0 .../django/contrib/localflavor/il}/__init__.py | 0 .../django/contrib/localflavor/in_}/__init__.py | 0 .../django/contrib/localflavor/is_}/__init__.py | 0 .../django/contrib/localflavor/it}/__init__.py | 0 .../django/contrib/localflavor/jp}/__init__.py | 0 .../django/contrib/localflavor/kw}/__init__.py | 0 .../localflavor/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 19952 bytes .../localflavor/locale/az/LC_MESSAGES/django.mo | Bin 0 -> 35296 bytes .../localflavor/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 35221 bytes .../localflavor/locale/bn/LC_MESSAGES/django.mo | Bin 0 -> 678 bytes .../localflavor/locale/bs/LC_MESSAGES/django.mo | Bin 0 -> 14355 bytes .../localflavor/locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 50784 bytes .../localflavor/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 50638 bytes .../localflavor/locale/cy/LC_MESSAGES/django.mo | Bin 0 -> 597 bytes .../localflavor/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 49738 bytes .../localflavor/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 50949 bytes .../localflavor/locale/el/LC_MESSAGES/django.mo | Bin 0 -> 40893 bytes .../localflavor/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 356 bytes .../localflavor/locale/en_GB/LC_MESSAGES/django.mo | Bin 0 -> 49531 bytes .../localflavor/locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 50004 bytes .../localflavor/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 51382 bytes .../localflavor/locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 51444 bytes .../localflavor/locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 51562 bytes .../localflavor/locale/et/LC_MESSAGES/django.mo | Bin 0 -> 27120 bytes .../localflavor/locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 49757 bytes .../localflavor/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 3964 bytes .../localflavor/locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 36364 bytes .../localflavor/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 51185 bytes .../localflavor/locale/fy_NL/LC_MESSAGES/django.mo | Bin 0 -> 401 bytes .../localflavor/locale/ga/LC_MESSAGES/django.mo | Bin 0 -> 50974 bytes .../localflavor/locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 18821 bytes .../localflavor/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 37994 bytes .../localflavor/locale/hi/LC_MESSAGES/django.mo | Bin 0 -> 74255 bytes .../localflavor/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 34114 bytes .../localflavor/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 50489 bytes .../localflavor/locale/id/LC_MESSAGES/django.mo | Bin 0 -> 49879 bytes .../localflavor/locale/is/LC_MESSAGES/django.mo | Bin 0 -> 5344 bytes .../localflavor/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 50948 bytes .../localflavor/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 37185 bytes .../localflavor/locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 38062 bytes .../localflavor/locale/kk/LC_MESSAGES/django.mo | Bin 0 -> 436 bytes .../localflavor/locale/km/LC_MESSAGES/django.mo | Bin 0 -> 639 bytes .../localflavor/locale/kn/LC_MESSAGES/django.mo | Bin 0 -> 752 bytes .../localflavor/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 37261 bytes .../localflavor/locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 42754 bytes .../localflavor/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 15298 bytes .../localflavor/locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 59023 bytes .../localflavor/locale/ml/LC_MESSAGES/django.mo | Bin 0 -> 469 bytes .../localflavor/locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 60408 bytes .../localflavor/locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 49246 bytes .../localflavor/locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 443 bytes .../localflavor/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 50155 bytes .../localflavor/locale/nn/LC_MESSAGES/django.mo | Bin 0 -> 31968 bytes .../localflavor/locale/pa/LC_MESSAGES/django.mo | Bin 0 -> 1859 bytes .../localflavor/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 50088 bytes .../localflavor/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 34573 bytes .../localflavor/locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 50190 bytes .../localflavor/locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 26080 bytes .../localflavor/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 63266 bytes .../localflavor/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 50716 bytes .../localflavor/locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 45481 bytes .../localflavor/locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 468 bytes .../localflavor/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 2708 bytes .../locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 2304 bytes .../localflavor/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 49051 bytes .../localflavor/locale/sw/LC_MESSAGES/django.mo | Bin 0 -> 444 bytes .../localflavor/locale/ta/LC_MESSAGES/django.mo | Bin 0 -> 701 bytes .../localflavor/locale/te/LC_MESSAGES/django.mo | Bin 0 -> 36354 bytes .../localflavor/locale/th/LC_MESSAGES/django.mo | Bin 0 -> 41824 bytes .../localflavor/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 50307 bytes .../localflavor/locale/tt/LC_MESSAGES/django.mo | Bin 0 -> 435 bytes .../localflavor/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 30233 bytes .../localflavor/locale/ur/LC_MESSAGES/django.mo | Bin 0 -> 441 bytes .../localflavor/locale/vi/LC_MESSAGES/django.mo | Bin 0 -> 5109 bytes .../localflavor/locale/zh_CN/LC_MESSAGES/django.mo | Bin 0 -> 31215 bytes .../localflavor/locale/zh_TW/LC_MESSAGES/django.mo | Bin 0 -> 35161 bytes .../django/contrib/localflavor/mk}/__init__.py | 0 .../django/contrib/localflavor/mx}/__init__.py | 0 .../django/contrib/localflavor/nl}/__init__.py | 0 .../django/contrib/localflavor/no}/__init__.py | 0 .../django/contrib/localflavor/pe}/__init__.py | 0 .../django/contrib/localflavor/pl}/__init__.py | 0 .../django/contrib/localflavor/pt}/__init__.py | 0 .../django/contrib/localflavor/py}/__init__.py | 0 .../django/contrib/localflavor/ro}/__init__.py | 0 .../django/contrib/localflavor/ru}/__init__.py | 0 .../django/contrib/localflavor/se}/__init__.py | 0 .../django/contrib/localflavor/si}/__init__.py | 0 .../django/contrib/localflavor/sk}/__init__.py | 0 .../django/contrib/localflavor/tr}/__init__.py | 0 .../django/contrib/localflavor/uk}/__init__.py | 0 .../django/contrib/localflavor/us}/__init__.py | 0 .../django/contrib/localflavor/uy}/__init__.py | 0 .../django/contrib/localflavor/za}/__init__.py | 0 .../django/contrib/markup}/__init__.py | 0 .../django/contrib/markup/models.py} | 0 .../contrib/markup/templatetags}/__init__.py | 0 .../messages/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 607 bytes .../messages/locale/az/LC_MESSAGES/django.mo | Bin 0 -> 515 bytes .../messages/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 548 bytes .../messages/locale/bn/LC_MESSAGES/django.mo | Bin 0 -> 467 bytes .../messages/locale/bs/LC_MESSAGES/django.mo | Bin 0 -> 592 bytes .../messages/locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 520 bytes .../messages/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 562 bytes .../messages/locale/cy/LC_MESSAGES/django.mo | Bin 0 -> 443 bytes .../messages/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 520 bytes .../messages/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 518 bytes .../messages/locale/el/LC_MESSAGES/django.mo | Bin 0 -> 522 bytes .../messages/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 356 bytes .../messages/locale/en_GB/LC_MESSAGES/django.mo | Bin 0 -> 542 bytes .../messages/locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 514 bytes .../messages/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 529 bytes .../messages/locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 535 bytes .../messages/locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 542 bytes .../messages/locale/et/LC_MESSAGES/django.mo | Bin 0 -> 515 bytes .../messages/locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 520 bytes .../messages/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 523 bytes .../messages/locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 518 bytes .../messages/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 523 bytes .../messages/locale/fy_NL/LC_MESSAGES/django.mo | Bin 0 -> 401 bytes .../messages/locale/ga/LC_MESSAGES/django.mo | Bin 0 -> 566 bytes .../messages/locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 515 bytes .../messages/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 525 bytes .../messages/locale/hi/LC_MESSAGES/django.mo | Bin 0 -> 536 bytes .../messages/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 608 bytes .../messages/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 535 bytes .../messages/locale/id/LC_MESSAGES/django.mo | Bin 0 -> 517 bytes .../messages/locale/is/LC_MESSAGES/django.mo | Bin 0 -> 520 bytes .../messages/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 519 bytes .../messages/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 520 bytes .../messages/locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 556 bytes .../messages/locale/kk/LC_MESSAGES/django.mo | Bin 0 -> 523 bytes .../messages/locale/km/LC_MESSAGES/django.mo | Bin 0 -> 391 bytes .../messages/locale/kn/LC_MESSAGES/django.mo | Bin 0 -> 437 bytes .../messages/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 532 bytes .../messages/locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 581 bytes .../messages/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 560 bytes .../messages/locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 565 bytes .../messages/locale/ml/LC_MESSAGES/django.mo | Bin 0 -> 538 bytes .../messages/locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 545 bytes .../messages/locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 538 bytes .../messages/locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 532 bytes .../messages/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 525 bytes .../messages/locale/nn/LC_MESSAGES/django.mo | Bin 0 -> 526 bytes .../messages/locale/pa/LC_MESSAGES/django.mo | Bin 0 -> 477 bytes .../messages/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 607 bytes .../messages/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 521 bytes .../messages/locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 516 bytes .../messages/locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 574 bytes .../messages/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 640 bytes .../messages/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 546 bytes .../messages/locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 574 bytes .../messages/locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 522 bytes .../messages/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 591 bytes .../messages/locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 605 bytes .../messages/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 520 bytes .../messages/locale/sw/LC_MESSAGES/django.mo | Bin 0 -> 444 bytes .../messages/locale/ta/LC_MESSAGES/django.mo | Bin 0 -> 442 bytes .../messages/locale/te/LC_MESSAGES/django.mo | Bin 0 -> 548 bytes .../messages/locale/th/LC_MESSAGES/django.mo | Bin 0 -> 544 bytes .../messages/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 510 bytes .../messages/locale/tt/LC_MESSAGES/django.mo | Bin 0 -> 523 bytes .../messages/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 655 bytes .../messages/locale/ur/LC_MESSAGES/django.mo | Bin 0 -> 534 bytes .../messages/locale/vi/LC_MESSAGES/django.mo | Bin 0 -> 526 bytes .../messages/locale/zh_CN/LC_MESSAGES/django.mo | Bin 0 -> 529 bytes .../messages/locale/zh_TW/LC_MESSAGES/django.mo | Bin 0 -> 527 bytes .../django/contrib/redirects}/__init__.py | 0 .../redirects/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 1268 bytes .../redirects/locale/az/LC_MESSAGES/django.mo | Bin 0 -> 1076 bytes .../redirects/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 1185 bytes .../redirects/locale/bn/LC_MESSAGES/django.mo | Bin 0 -> 1322 bytes .../redirects/locale/bs/LC_MESSAGES/django.mo | Bin 0 -> 1118 bytes .../redirects/locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 1069 bytes .../redirects/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 1085 bytes .../redirects/locale/cy/LC_MESSAGES/django.mo | Bin 0 -> 1045 bytes .../redirects/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 1046 bytes .../redirects/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 1046 bytes .../redirects/locale/el/LC_MESSAGES/django.mo | Bin 0 -> 1280 bytes .../redirects/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 356 bytes .../redirects/locale/en_GB/LC_MESSAGES/django.mo | Bin 0 -> 1051 bytes .../redirects/locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 1043 bytes .../redirects/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 1072 bytes .../redirects/locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 1075 bytes .../redirects/locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 1069 bytes .../redirects/locale/et/LC_MESSAGES/django.mo | Bin 0 -> 1049 bytes .../redirects/locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 1047 bytes .../redirects/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 1156 bytes .../redirects/locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 1101 bytes .../redirects/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 1072 bytes .../redirects/locale/fy_NL/LC_MESSAGES/django.mo | Bin 0 -> 401 bytes .../redirects/locale/ga/LC_MESSAGES/django.mo | Bin 0 -> 1037 bytes .../redirects/locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 1058 bytes .../redirects/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 1057 bytes .../redirects/locale/hi/LC_MESSAGES/django.mo | Bin 0 -> 1417 bytes .../redirects/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 1118 bytes .../redirects/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 1092 bytes .../redirects/locale/id/LC_MESSAGES/django.mo | Bin 0 -> 1029 bytes .../redirects/locale/is/LC_MESSAGES/django.mo | Bin 0 -> 1019 bytes .../redirects/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 1047 bytes .../redirects/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 1068 bytes .../redirects/locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 1436 bytes .../redirects/locale/kk/LC_MESSAGES/django.mo | Bin 0 -> 1167 bytes .../redirects/locale/km/LC_MESSAGES/django.mo | Bin 0 -> 1207 bytes .../redirects/locale/kn/LC_MESSAGES/django.mo | Bin 0 -> 1399 bytes .../redirects/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 1006 bytes .../redirects/locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 1116 bytes .../redirects/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 1114 bytes .../redirects/locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 1254 bytes .../redirects/locale/ml/LC_MESSAGES/django.mo | Bin 0 -> 1334 bytes .../redirects/locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 1186 bytes .../redirects/locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 1090 bytes .../redirects/locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 754 bytes .../redirects/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 1042 bytes .../redirects/locale/nn/LC_MESSAGES/django.mo | Bin 0 -> 1075 bytes .../redirects/locale/pa/LC_MESSAGES/django.mo | Bin 0 -> 539 bytes .../redirects/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 1047 bytes .../redirects/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 1053 bytes .../redirects/locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 1059 bytes .../redirects/locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 1142 bytes .../redirects/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 1295 bytes .../redirects/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 1090 bytes .../redirects/locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 1086 bytes .../redirects/locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 1058 bytes .../redirects/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 1257 bytes .../redirects/locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 1133 bytes .../redirects/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 1064 bytes .../redirects/locale/sw/LC_MESSAGES/django.mo | Bin 0 -> 1037 bytes .../redirects/locale/ta/LC_MESSAGES/django.mo | Bin 0 -> 1505 bytes .../redirects/locale/te/LC_MESSAGES/django.mo | Bin 0 -> 466 bytes .../redirects/locale/th/LC_MESSAGES/django.mo | Bin 0 -> 1213 bytes .../redirects/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 1041 bytes .../redirects/locale/tt/LC_MESSAGES/django.mo | Bin 0 -> 1187 bytes .../redirects/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 1308 bytes .../redirects/locale/ur/LC_MESSAGES/django.mo | Bin 0 -> 1156 bytes .../redirects/locale/vi/LC_MESSAGES/django.mo | Bin 0 -> 1114 bytes .../redirects/locale/zh_CN/LC_MESSAGES/django.mo | Bin 0 -> 1012 bytes .../redirects/locale/zh_TW/LC_MESSAGES/django.mo | Bin 0 -> 1026 bytes .../django/contrib/sessions}/__init__.py | 0 .../django/contrib/sessions/backends}/__init__.py | 0 .../sessions/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 813 bytes .../sessions/locale/az/LC_MESSAGES/django.mo | Bin 0 -> 695 bytes .../sessions/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 750 bytes .../sessions/locale/bn/LC_MESSAGES/django.mo | Bin 0 -> 765 bytes .../sessions/locale/bs/LC_MESSAGES/django.mo | Bin 0 -> 762 bytes .../sessions/locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 707 bytes .../sessions/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 717 bytes .../sessions/locale/cy/LC_MESSAGES/django.mo | Bin 0 -> 689 bytes .../sessions/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 690 bytes .../sessions/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 690 bytes .../sessions/locale/el/LC_MESSAGES/django.mo | Bin 0 -> 767 bytes .../sessions/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 356 bytes .../sessions/locale/en_GB/LC_MESSAGES/django.mo | Bin 0 -> 705 bytes .../sessions/locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 705 bytes .../sessions/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 715 bytes .../sessions/locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 724 bytes .../sessions/locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 734 bytes .../sessions/locale/et/LC_MESSAGES/django.mo | Bin 0 -> 704 bytes .../sessions/locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 692 bytes .../sessions/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 717 bytes .../sessions/locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 690 bytes .../sessions/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 702 bytes .../sessions/locale/fy_NL/LC_MESSAGES/django.mo | Bin 0 -> 401 bytes .../sessions/locale/ga/LC_MESSAGES/django.mo | Bin 0 -> 750 bytes .../sessions/locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 704 bytes .../sessions/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 768 bytes .../sessions/locale/hi/LC_MESSAGES/django.mo | Bin 0 -> 767 bytes .../sessions/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 776 bytes .../sessions/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 709 bytes .../sessions/locale/id/LC_MESSAGES/django.mo | Bin 0 -> 678 bytes .../sessions/locale/is/LC_MESSAGES/django.mo | Bin 0 -> 687 bytes .../sessions/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 704 bytes .../sessions/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 719 bytes .../sessions/locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 806 bytes .../sessions/locale/kk/LC_MESSAGES/django.mo | Bin 0 -> 742 bytes .../sessions/locale/km/LC_MESSAGES/django.mo | Bin 0 -> 888 bytes .../sessions/locale/kn/LC_MESSAGES/django.mo | Bin 0 -> 817 bytes .../sessions/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 677 bytes .../sessions/locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 757 bytes .../sessions/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 734 bytes .../sessions/locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 797 bytes .../sessions/locale/ml/LC_MESSAGES/django.mo | Bin 0 -> 783 bytes .../sessions/locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 747 bytes .../sessions/locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 679 bytes .../sessions/locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 754 bytes .../sessions/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 688 bytes .../sessions/locale/nn/LC_MESSAGES/django.mo | Bin 0 -> 698 bytes .../sessions/locale/pa/LC_MESSAGES/django.mo | Bin 0 -> 774 bytes .../sessions/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 750 bytes .../sessions/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 707 bytes .../sessions/locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 702 bytes .../sessions/locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 743 bytes .../sessions/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 809 bytes .../sessions/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 738 bytes .../sessions/locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 734 bytes .../sessions/locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 695 bytes .../sessions/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 815 bytes .../sessions/locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 788 bytes .../sessions/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 693 bytes .../sessions/locale/sw/LC_MESSAGES/django.mo | Bin 0 -> 707 bytes .../sessions/locale/ta/LC_MESSAGES/django.mo | Bin 0 -> 804 bytes .../sessions/locale/te/LC_MESSAGES/django.mo | Bin 0 -> 796 bytes .../sessions/locale/th/LC_MESSAGES/django.mo | Bin 0 -> 760 bytes .../sessions/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 689 bytes .../sessions/locale/tt/LC_MESSAGES/django.mo | Bin 0 -> 766 bytes .../sessions/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 807 bytes .../sessions/locale/ur/LC_MESSAGES/django.mo | Bin 0 -> 747 bytes .../sessions/locale/vi/LC_MESSAGES/django.mo | Bin 0 -> 686 bytes .../sessions/locale/zh_CN/LC_MESSAGES/django.mo | Bin 0 -> 693 bytes .../sessions/locale/zh_TW/LC_MESSAGES/django.mo | Bin 0 -> 701 bytes .../contrib/sitemaps/management}/__init__.py | 0 .../sitemaps/management/commands}/__init__.py | 0 .../contrib/sitemaps/tests/urls}/__init__.py | 0 .../django/contrib/sites}/__init__.py | 0 .../contrib/sites/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 727 bytes .../contrib/sites/locale/az/LC_MESSAGES/django.mo | Bin 0 -> 603 bytes .../contrib/sites/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 661 bytes .../contrib/sites/locale/bn/LC_MESSAGES/django.mo | Bin 0 -> 685 bytes .../contrib/sites/locale/bs/LC_MESSAGES/django.mo | Bin 0 -> 695 bytes .../contrib/sites/locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 625 bytes .../contrib/sites/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 650 bytes .../contrib/sites/locale/cy/LC_MESSAGES/django.mo | Bin 0 -> 622 bytes .../contrib/sites/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 621 bytes .../contrib/sites/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 616 bytes .../contrib/sites/locale/el/LC_MESSAGES/django.mo | Bin 0 -> 677 bytes .../contrib/sites/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 356 bytes .../sites/locale/en_GB/LC_MESSAGES/django.mo | Bin 0 -> 637 bytes .../contrib/sites/locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 633 bytes .../contrib/sites/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 646 bytes .../sites/locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 655 bytes .../sites/locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 645 bytes .../contrib/sites/locale/et/LC_MESSAGES/django.mo | Bin 0 -> 619 bytes .../contrib/sites/locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 634 bytes .../contrib/sites/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 657 bytes .../contrib/sites/locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 626 bytes .../contrib/sites/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 623 bytes .../sites/locale/fy_NL/LC_MESSAGES/django.mo | Bin 0 -> 401 bytes .../contrib/sites/locale/ga/LC_MESSAGES/django.mo | Bin 0 -> 671 bytes .../contrib/sites/locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 610 bytes .../contrib/sites/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 632 bytes .../contrib/sites/locale/hi/LC_MESSAGES/django.mo | Bin 0 -> 668 bytes .../contrib/sites/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 699 bytes .../contrib/sites/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 638 bytes .../contrib/sites/locale/id/LC_MESSAGES/django.mo | Bin 0 -> 625 bytes .../contrib/sites/locale/is/LC_MESSAGES/django.mo | Bin 0 -> 616 bytes .../contrib/sites/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 627 bytes .../contrib/sites/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 623 bytes .../contrib/sites/locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 709 bytes .../contrib/sites/locale/kk/LC_MESSAGES/django.mo | Bin 0 -> 656 bytes .../contrib/sites/locale/km/LC_MESSAGES/django.mo | Bin 0 -> 660 bytes .../contrib/sites/locale/kn/LC_MESSAGES/django.mo | Bin 0 -> 679 bytes .../contrib/sites/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 624 bytes .../contrib/sites/locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 679 bytes .../contrib/sites/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 669 bytes .../contrib/sites/locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 691 bytes .../contrib/sites/locale/ml/LC_MESSAGES/django.mo | Bin 0 -> 711 bytes .../contrib/sites/locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 669 bytes .../contrib/sites/locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 637 bytes .../contrib/sites/locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 681 bytes .../contrib/sites/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 616 bytes .../contrib/sites/locale/nn/LC_MESSAGES/django.mo | Bin 0 -> 636 bytes .../contrib/sites/locale/pa/LC_MESSAGES/django.mo | Bin 0 -> 687 bytes .../contrib/sites/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 686 bytes .../contrib/sites/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 627 bytes .../sites/locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 630 bytes .../contrib/sites/locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 672 bytes .../contrib/sites/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 727 bytes .../contrib/sites/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 654 bytes .../contrib/sites/locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 670 bytes .../contrib/sites/locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 631 bytes .../contrib/sites/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 727 bytes .../sites/locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 715 bytes .../contrib/sites/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 629 bytes .../contrib/sites/locale/sw/LC_MESSAGES/django.mo | Bin 0 -> 626 bytes .../contrib/sites/locale/ta/LC_MESSAGES/django.mo | Bin 0 -> 717 bytes .../contrib/sites/locale/te/LC_MESSAGES/django.mo | Bin 0 -> 690 bytes .../contrib/sites/locale/th/LC_MESSAGES/django.mo | Bin 0 -> 661 bytes .../contrib/sites/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 614 bytes .../contrib/sites/locale/tt/LC_MESSAGES/django.mo | Bin 0 -> 662 bytes .../contrib/sites/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 737 bytes .../contrib/sites/locale/ur/LC_MESSAGES/django.mo | Bin 0 -> 672 bytes .../contrib/sites/locale/vi/LC_MESSAGES/django.mo | Bin 0 -> 629 bytes .../sites/locale/zh_CN/LC_MESSAGES/django.mo | Bin 0 -> 624 bytes .../sites/locale/zh_TW/LC_MESSAGES/django.mo | Bin 0 -> 631 bytes .../django/contrib/staticfiles}/__init__.py | 0 .../contrib/staticfiles/management}/__init__.py | 0 .../staticfiles/management/commands}/__init__.py | 0 .../django/contrib/staticfiles/models.py} | 0 .../contrib/staticfiles/templatetags}/__init__.py | 0 .../django/contrib/syndication}/__init__.py | 0 .../django/contrib/webdesign}/__init__.py | 0 .../django/contrib/webdesign/models.py} | 0 .../contrib/webdesign/templatetags}/__init__.py | 0 .../tests => django-1.4/django/core}/__init__.py | 0 .../django/core/cache/backends}/__init__.py | 0 .../django/core/handlers}/__init__.py | 0 .../django/core/management/commands}/__init__.py | 0 .../django/core/servers}/__init__.py | 0 .../django/db/backends/dummy}/__init__.py | 0 .../django/db/backends/mysql}/__init__.py | 0 .../django/db/backends/oracle}/__init__.py | 0 .../db/backends/postgresql_psycopg2}/__init__.py | 0 .../django/db/backends/sqlite3}/__init__.py | 0 .../django/middleware}/__init__.py | 0 .../django/template/loaders}/__init__.py | 0 .../django/templatetags}/__init__.py | 0 .../tests => django-1.4/django/utils}/__init__.py | 0 .../tests => django-1.4/django/views}/__init__.py | 0 .../django/views/decorators}/__init__.py | 0 .../djangodocs/static/docicons-behindscenes.png | Bin .../_theme/djangodocs/static/docicons-note.png | Bin .../djangodocs/static/docicons-philosophy.png | Bin .../_theme/djangodocs/static/docicons-warning.png | Bin 0 -> 782 bytes .../docs/internals/_images/djangotickets.png | Bin .../docs/intro/_images/admin01.png | Bin .../docs/intro/_images/admin02.png | Bin .../docs/intro/_images/admin02t.png | Bin .../docs/intro/_images/admin03.png | Bin .../docs/intro/_images/admin03t.png | Bin .../lib/django-1.4/docs/intro/_images/admin04.png | Bin 0 -> 16006 bytes .../lib/django-1.4/docs/intro/_images/admin04t.png | Bin 0 -> 19496 bytes .../lib/django-1.4/docs/intro/_images/admin05.png | Bin 0 -> 23663 bytes .../lib/django-1.4/docs/intro/_images/admin05t.png | Bin 0 -> 19062 bytes .../lib/django-1.4/docs/intro/_images/admin06.png | Bin 0 -> 17441 bytes .../lib/django-1.4/docs/intro/_images/admin06t.png | Bin 0 -> 13305 bytes .../lib/django-1.4/docs/intro/_images/admin07.png | Bin 0 -> 15209 bytes .../lib/django-1.4/docs/intro/_images/admin08.png | Bin 0 -> 25871 bytes .../lib/django-1.4/docs/intro/_images/admin08t.png | Bin 0 -> 20224 bytes .../lib/django-1.4/docs/intro/_images/admin09.png | Bin 0 -> 11956 bytes .../lib/django-1.4/docs/intro/_images/admin10.png | Bin 0 -> 10537 bytes .../lib/django-1.4/docs/intro/_images/admin11.png | Bin 0 -> 30244 bytes .../lib/django-1.4/docs/intro/_images/admin11t.png | Bin 0 -> 24830 bytes .../lib/django-1.4/docs/intro/_images/admin12.png | Bin 0 -> 10278 bytes .../lib/django-1.4/docs/intro/_images/admin12t.png | Bin 0 -> 17414 bytes .../lib/django-1.4/docs/intro/_images/admin13.png | Bin 0 -> 18327 bytes .../lib/django-1.4/docs/intro/_images/admin13t.png | Bin 0 -> 14289 bytes .../lib/django-1.4/docs/intro/_images/admin14.png | Bin 0 -> 22543 bytes .../lib/django-1.4/docs/intro/_images/admin14t.png | Bin 0 -> 17256 bytes .../lib/django-1.4/docs/intro/_images/admin15t.png | Bin 0 -> 22805 bytes .../docs/obsolete/_images/formrow.png | Bin .../docs/obsolete/_images/module.png | Bin .../docs/obsolete/_images/objecttools_01.png | Bin .../docs/obsolete/_images/objecttools_02.png | Bin .../ref/contrib/admin/_images/article_actions.png | Bin 0 -> 52563 bytes .../admin/_images/article_actions_message.png | Bin 0 -> 31936 bytes .../ref/contrib/admin/_images/flatfiles_admin.png | Bin .../ref/contrib/admin/_images/raw_id_fields.png | Bin 0 -> 1871 bytes .../ref/contrib/admin/_images/user_actions.png | Bin 0 -> 35765 bytes .../ref/contrib/admin/_images/users_changelist.png | Bin .../_images/django_unittest_classes_hierarchy.png | Bin 0 -> 11757 bytes .../docs/topics/http/_images/middleware.png | Bin .../tests/modeltests}/__init__.py | 0 .../tests/modeltests/aggregation}/__init__.py | 0 .../tests/modeltests/basic}/__init__.py | 0 .../tests/modeltests/choices}/__init__.py | 0 .../tests/modeltests/custom_columns}/__init__.py | 0 .../tests/modeltests/custom_managers}/__init__.py | 0 .../tests/modeltests/custom_methods}/__init__.py | 0 .../tests/modeltests/custom_pk}/__init__.py | 0 .../tests/modeltests/defer}/__init__.py | 0 .../tests/modeltests/delete}/__init__.py | 0 .../tests/modeltests/empty}/__init__.py | 0 .../tests/modeltests/empty/no_models}/__init__.py | 0 .../tests/modeltests/expressions}/__init__.py | 0 .../tests/modeltests/field_defaults}/__init__.py | 0 .../modeltests/field_subclassing}/__init__.py | 0 .../fixtures/fixtures/db_fixture_2.default.json.gz | Bin .../modeltests/fixtures/fixtures/fixture4.json.zip | Bin .../modeltests/fixtures/fixtures/fixture5.json.gz | Bin .../modeltests/fixtures/fixtures/fixture5.json.zip | Bin .../modeltests/force_insert_update}/__init__.py | 0 .../modeltests/generic_relations}/__init__.py | 0 .../tests/modeltests/get_latest}/__init__.py | 0 .../modeltests/get_object_or_404}/__init__.py | 0 .../tests/modeltests/get_or_create}/__init__.py | 0 .../invalid_models/invalid_models}/__init__.py | 0 .../tests/modeltests/invalid_models/models.py} | 0 .../tests/modeltests/lookup}/__init__.py | 0 .../tests/modeltests/m2m_and_m2o}/__init__.py | 0 .../tests/modeltests/m2m_intermediary}/__init__.py | 0 .../tests/modeltests/m2m_multiple}/__init__.py | 0 .../tests/modeltests/m2m_recursive}/__init__.py | 0 .../tests/modeltests/m2o_recursive}/__init__.py | 0 .../tests/modeltests/many_to_many}/__init__.py | 0 .../tests/modeltests/many_to_one}/__init__.py | 0 .../tests/modeltests/many_to_one_null}/__init__.py | 0 .../tests/modeltests/model_forms}/__init__.py | 0 .../tests/modeltests/model_forms/test.png | Bin .../tests/modeltests/model_forms/test2.png | Bin .../tests/modeltests/model_formsets}/__init__.py | 0 .../modeltests/model_inheritance}/__init__.py | 0 .../model_inheritance_same_model_name}/__init__.py | 0 .../modeltests/mutually_referential}/__init__.py | 0 .../tests/modeltests/one_to_one}/__init__.py | 0 .../tests/modeltests/or_lookups}/__init__.py | 0 .../modeltests/order_with_respect_to}/__init__.py | 0 .../tests/modeltests/ordering}/__init__.py | 0 .../tests/modeltests/pagination}/__init__.py | 0 .../tests/modeltests/prefetch_related}/__init__.py | 0 .../tests/modeltests/properties}/__init__.py | 0 .../proxy_model_inheritance}/__init__.py | 0 .../proxy_model_inheritance/app1}/__init__.py | 0 .../proxy_model_inheritance/app2}/__init__.py | 0 .../modeltests/proxy_model_inheritance/models.py} | 0 .../tests/modeltests/proxy_models}/__init__.py | 0 .../tests/modeltests/raw_query}/__init__.py | 0 .../tests/modeltests/reserved_names}/__init__.py | 0 .../tests/modeltests/reverse_lookup}/__init__.py | 0 .../modeltests/save_delete_hooks}/__init__.py | 0 .../tests/modeltests/select_related}/__init__.py | 0 .../tests/modeltests/serializers}/__init__.py | 0 .../tests/modeltests/signals}/__init__.py | 0 .../tests/modeltests/str}/__init__.py | 0 .../tests/modeltests/tablespaces}/__init__.py | 0 .../tests/modeltests/test_client}/__init__.py | 0 .../tests/modeltests/timezones}/__init__.py | 0 .../tests/modeltests/transactions}/__init__.py | 0 .../tests/modeltests/update}/__init__.py | 0 .../tests/modeltests/user_commands}/__init__.py | 0 .../user_commands/management}/__init__.py | 0 .../user_commands/management/commands}/__init__.py | 0 .../tests/modeltests/validators}/__init__.py | 0 .../tests/modeltests/validators/models.py} | 0 .../tests/regressiontests}/__init__.py | 0 .../regressiontests/admin_changelist}/__init__.py | 0 .../regressiontests/admin_filters}/__init__.py | 0 .../regressiontests/admin_inlines}/__init__.py | 0 .../regressiontests/admin_ordering}/__init__.py | 0 .../admin_registration}/__init__.py | 0 .../regressiontests/admin_scripts}/__init__.py | 0 .../admin_scripts/app_with_import}/__init__.py | 0 .../admin_scripts/broken_app}/__init__.py | 0 .../admin_scripts/complex_app}/__init__.py | 0 .../admin_scripts/complex_app/admin}/__init__.py | 0 .../custom_templates/app_template}/__init__.py | 0 .../custom_templates/project_template.tgz | Bin 0 -> 164 bytes .../project_template/project_name}/__init__.py | 0 .../admin_scripts/management}/__init__.py | 0 .../admin_scripts/management/commands}/__init__.py | 0 .../admin_scripts/simple_app}/__init__.py | 0 .../tests/regressiontests/admin_util}/__init__.py | 0 .../regressiontests/admin_validation}/__init__.py | 0 .../tests/regressiontests/admin_views}/__init__.py | 0 .../regressiontests/admin_widgets}/__init__.py | 0 .../aggregation_regress}/__init__.py | 0 .../tests/regressiontests/app_loading}/__init__.py | 0 .../regressiontests/app_loading/eggs/brokenapp.egg | Bin .../regressiontests/app_loading/eggs/modelapp.egg | Bin .../app_loading/eggs/nomodelapp.egg | Bin .../regressiontests/app_loading/eggs/omelet.egg | Bin .../tests/regressiontests/app_loading/models.py} | 0 .../app_loading/not_installed}/__init__.py | 0 .../tests/regressiontests/backends}/__init__.py | 0 .../tests/regressiontests/bug639}/__init__.py | 0 .../tests/regressiontests/bug639/test.jpg | Bin .../tests/regressiontests/bug8245}/__init__.py | 0 .../regressiontests/builtin_server}/__init__.py | 0 .../regressiontests/builtin_server/models.py} | 0 .../tests/regressiontests/bulk_create}/__init__.py | 0 .../tests/regressiontests/cache}/__init__.py | 0 .../regressiontests/comment_tests}/__init__.py | 0 .../context_processors}/__init__.py | 0 .../regressiontests/createsuperuser}/__init__.py | 0 .../regressiontests/createsuperuser/models.py} | 0 .../tests/regressiontests/csrf_tests}/__init__.py | 0 .../custom_columns_regress}/__init__.py | 0 .../custom_managers_regress}/__init__.py | 0 .../tests/regressiontests/datatypes}/__init__.py | 0 .../tests/regressiontests/dates}/__init__.py | 0 .../regressiontests/db_typecasts}/__init__.py | 0 .../tests/regressiontests/db_typecasts/models.py} | 0 .../tests/regressiontests/decorators}/__init__.py | 0 .../regressiontests/defaultfilters}/__init__.py | 0 .../regressiontests/defaultfilters/models.py} | 0 .../regressiontests/defer_regress}/__init__.py | 0 .../tests/regressiontests/dispatch/models.py} | 0 .../expressions_regress}/__init__.py | 0 .../regressiontests/extra_regress}/__init__.py | 0 .../tests/regressiontests/file_storage/models.py} | 0 .../tests/regressiontests/file_storage}/test.png | Bin .../tests/regressiontests/file_storage/test1.png | Bin .../regressiontests/file_uploads}/__init__.py | 0 .../regressiontests/fixtures_regress}/__init__.py | 0 .../tests/regressiontests/forms}/__init__.py | 0 .../generic_inline_admin}/__init__.py | 0 .../generic_relations_regress}/__init__.py | 0 .../regressiontests/generic_views}/__init__.py | 0 .../get_or_create_regress}/__init__.py | 0 .../tests/regressiontests/handlers}/__init__.py | 0 .../tests/regressiontests/handlers/models.py} | 0 .../regressiontests/httpwrappers}/__init__.py | 0 .../tests/regressiontests/httpwrappers/models.py} | 0 .../tests/regressiontests/i18n}/__init__.py | 0 .../i18n/commands/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 775 bytes .../regressiontests/i18n/contenttypes}/__init__.py | 0 .../contenttypes/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 418 bytes .../contenttypes/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 461 bytes .../tests/regressiontests/i18n/other}/__init__.py | 0 .../regressiontests/i18n/other/locale}/__init__.py | 0 .../i18n/other/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 1449 bytes .../i18n/other/locale/de}/__init__.py | 0 .../i18n/other/locale/de/formats.py} | 0 .../i18n/other/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 454 bytes .../regressiontests/i18n/patterns}/__init__.py | 0 .../i18n/patterns/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 651 bytes .../i18n/patterns/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 696 bytes .../patterns/locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 696 bytes .../i18n/patterns/templates/404.html} | 0 .../i18n/patterns/templates/dummy.html} | 0 .../i18n/patterns/urls}/__init__.py | 0 .../regressiontests/i18n/resolution}/__init__.py | 0 .../resolution/locale/de/LC_MESSAGES/django.mo | Bin .../initial_sql_regress}/__init__.py | 0 .../regressiontests/inline_formsets}/__init__.py | 0 .../regressiontests/introspection}/__init__.py | 0 .../locale/de/LC_MESSAGES/django.mo | Bin .../tests/regressiontests/localflavor}/__init__.py | 0 .../regressiontests/localflavor/ar}/__init__.py | 0 .../regressiontests/localflavor/at}/__init__.py | 0 .../regressiontests/localflavor/au}/__init__.py | 0 .../regressiontests/localflavor/be}/__init__.py | 0 .../regressiontests/localflavor/br}/__init__.py | 0 .../regressiontests/localflavor/ca}/__init__.py | 0 .../regressiontests/localflavor/ch}/__init__.py | 0 .../regressiontests/localflavor/cl}/__init__.py | 0 .../regressiontests/localflavor/cn}/__init__.py | 0 .../regressiontests/localflavor/co}/__init__.py | 0 .../regressiontests/localflavor/cz}/__init__.py | 0 .../regressiontests/localflavor/de}/__init__.py | 0 .../regressiontests/localflavor/ec}/__init__.py | 0 .../regressiontests/localflavor/es}/__init__.py | 0 .../regressiontests/localflavor/fi}/__init__.py | 0 .../regressiontests/localflavor/fr}/__init__.py | 0 .../regressiontests/localflavor/gb}/__init__.py | 0 .../localflavor/generic}/__init__.py | 0 .../regressiontests/localflavor/hr}/__init__.py | 0 .../regressiontests/localflavor/id}/__init__.py | 0 .../regressiontests/localflavor/ie}/__init__.py | 0 .../regressiontests/localflavor/il}/__init__.py | 0 .../regressiontests/localflavor/in_}/__init__.py | 0 .../regressiontests/localflavor/is_}/__init__.py | 0 .../regressiontests/localflavor/it}/__init__.py | 0 .../regressiontests/localflavor/jp}/__init__.py | 0 .../regressiontests/localflavor/kw}/__init__.py | 0 .../regressiontests/localflavor/mk}/__init__.py | 0 .../tests/regressiontests/localflavor/models.py} | 0 .../regressiontests/localflavor/mx}/__init__.py | 0 .../tests/regressiontests/localflavor/mx/mx.py} | 0 .../regressiontests/localflavor/nl}/__init__.py | 0 .../regressiontests/localflavor/pl}/__init__.py | 0 .../regressiontests/localflavor/pt}/__init__.py | 0 .../regressiontests/localflavor/py}/__init__.py | 0 .../regressiontests/localflavor/ro}/__init__.py | 0 .../regressiontests/localflavor/ru}/__init__.py | 0 .../regressiontests/localflavor/se}/__init__.py | 0 .../regressiontests/localflavor/si}/__init__.py | 0 .../regressiontests/localflavor/sk}/__init__.py | 0 .../regressiontests/localflavor/tr}/__init__.py | 0 .../regressiontests/localflavor/us}/__init__.py | 0 .../regressiontests/localflavor/uy}/__init__.py | 0 .../regressiontests/localflavor/za}/__init__.py | 0 .../regressiontests/logging_tests}/__init__.py | 0 .../tests/regressiontests/logging_tests/models.py} | 0 .../tests/regressiontests/m2m_regress}/__init__.py | 0 .../regressiontests/managers_regress}/__init__.py | 0 .../many_to_one_regress}/__init__.py | 0 .../tests/regressiontests/middleware}/__init__.py | 0 .../middleware_exceptions}/__init__.py | 0 .../middleware_exceptions/models.py} | 0 .../tests/regressiontests/model_fields/4x8.png | Bin .../tests/regressiontests/model_fields/8x4.png | Bin .../regressiontests/model_fields}/__init__.py | 0 .../model_forms_regress}/__init__.py | 0 .../model_formsets_regress}/__init__.py | 0 .../model_inheritance_regress}/__init__.py | 0 .../model_inheritance_select_related}/__init__.py | 0 .../regressiontests/model_permalink}/__init__.py | 0 .../regressiontests/model_regress}/__init__.py | 0 .../tests/regressiontests/modeladmin}/__init__.py | 0 .../regressiontests/multiple_database}/__init__.py | 0 .../tests/regressiontests/null_fk}/__init__.py | 0 .../regressiontests/null_fk_ordering}/__init__.py | 0 .../regressiontests/null_queries}/__init__.py | 0 .../one_to_one_regress}/__init__.py | 0 .../pagination_regress}/__init__.py | 0 .../tests/regressiontests/queries}/__init__.py | 0 .../regressiontests/queryset_pickle}/__init__.py | 0 .../reverse_single_related}/__init__.py | 0 .../select_related_onetoone}/__init__.py | 0 .../select_related_regress}/__init__.py | 0 .../serializers_regress}/__init__.py | 0 .../tests/regressiontests/servers}/__init__.py | 0 .../regressiontests/settings_tests}/__init__.py | 0 .../regressiontests/settings_tests/models.py} | 0 .../regressiontests/signals_regress}/__init__.py | 0 .../signed_cookies_tests}/__init__.py | 0 .../tests/regressiontests/signing}/__init__.py | 0 .../regressiontests/sites_framework}/__init__.py | 0 .../regressiontests/special_headers}/__init__.py | 0 .../regressiontests/staticfiles_tests}/__init__.py | 0 .../staticfiles_tests/apps}/__init__.py | 0 .../staticfiles_tests/apps/no_label}/__init__.py | 0 .../staticfiles_tests/apps/no_label/models.py} | 0 .../staticfiles_tests/apps/test}/__init__.py | 0 .../staticfiles_tests/apps/test/models.py} | 0 .../regressiontests/staticfiles_tests/models.py} | 0 .../project/documents/cached/css/img/window.png | Bin 0 -> 207 bytes .../project/documents/cached/img/relative.png | Bin 0 -> 207 bytes .../project/documents/cached/other.css} | 0 .../staticfiles_tests/urls}/__init__.py | 0 .../regressiontests/string_lookup}/__init__.py | 0 .../tests/regressiontests/syndication}/__init__.py | 0 .../tests/regressiontests/templates}/__init__.py | 0 .../regressiontests/templates/eggs/tagsegg.egg | Bin .../tests/regressiontests/templates/models.py} | 0 .../templates/templatetags}/__init__.py | 0 .../templates/templatetags/subpackage}/__init__.py | 0 .../test_client_regress}/__init__.py | 0 .../tests/regressiontests/test_runner}/__init__.py | 0 .../test_runner/invalid_app/models}/__init__.py | 0 .../tests/regressiontests/test_runner/models.py} | 0 .../test_runner/valid_app/models}/__init__.py | 0 .../test_runner/valid_app}/tests/__init__.py | 0 .../tests/regressiontests/test_utils}/__init__.py | 0 .../templates/template_used/alternative.html} | 0 .../test_utils/templates/template_used/base.html} | 0 .../tests/regressiontests/text}/__init__.py | 0 .../tests/regressiontests/text/models.py} | 0 .../transactions_regress}/__init__.py | 0 .../urlpatterns_reverse}/__init__.py | 0 .../regressiontests/urlpatterns_reverse/models.py} | 0 .../tests/regressiontests/utils}/__init__.py | 0 .../regressiontests/utils/archives/foobar.tar | Bin 0 -> 10240 bytes .../regressiontests/utils/archives/foobar.tar.bz2 | Bin 0 -> 238 bytes .../regressiontests/utils/archives/foobar.tar.gz | Bin 0 -> 249 bytes .../regressiontests/utils/archives/foobar.zip | Bin 0 -> 1130 bytes .../tests/regressiontests/utils/eggs/test_egg.egg | Bin .../regressiontests/utils/test_module}/__init__.py | 0 .../tests/regressiontests/version}/__init__.py | 0 .../tests/regressiontests/version/models.py} | 0 .../views/app0/locale/en/LC_MESSAGES/djangojs.mo | Bin .../views/app1/locale/fr/LC_MESSAGES/djangojs.mo | Bin .../views/app2/locale/fr/LC_MESSAGES/djangojs.mo | Bin .../app3/locale/es_AR/LC_MESSAGES/djangojs.mo | Bin .../app4/locale/es_AR/LC_MESSAGES/djangojs.mo | Bin .../views/locale/es/LC_MESSAGES/djangojs.mo | Bin .../views/locale/fr/LC_MESSAGES/djangojs.mo | Bin .../views/locale/ru/LC_MESSAGES/djangojs.mo | Bin .../tests/regressiontests/views/media/file.txt.gz | Bin .../views/templatetags}/__init__.py | 0 .../views/tests/generic}/__init__.py | 0 .../tests/regressiontests/wsgi}/__init__.py | 0 .../tests/regressiontests/wsgi/models.py} | 0 .../django/bin/profiling}/__init__.py | 0 .../django/conf/app_template}/__init__.py | 0 .../django/conf/locale/af/LC_MESSAGES/django.mo | Bin 0 -> 18088 bytes .../django/conf/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 17361 bytes .../django/conf/locale/ar}/__init__.py | 0 .../django/conf/locale/az/LC_MESSAGES/django.mo | Bin 0 -> 18536 bytes .../django/conf/locale/be/LC_MESSAGES/django.mo | Bin 0 -> 22008 bytes .../django/conf/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 22052 bytes .../django/conf/locale/bg}/__init__.py | 0 .../django/conf/locale/bn/LC_MESSAGES/django.mo | Bin 0 -> 17526 bytes .../django/conf/locale/bn}/__init__.py | 0 .../django/conf/locale/br/LC_MESSAGES/django.mo | Bin 0 -> 17745 bytes .../django/conf/locale/bs/LC_MESSAGES/django.mo | Bin 0 -> 13278 bytes .../django/conf/locale/bs}/__init__.py | 0 .../django/conf/locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 18139 bytes .../django/conf/locale/ca}/__init__.py | 0 .../django/conf/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 18349 bytes .../django/conf/locale/cs}/__init__.py | 0 .../django/conf/locale/cy/LC_MESSAGES/django.mo | Bin 0 -> 5977 bytes .../django/conf/locale/cy}/__init__.py | 0 .../django/conf/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 17930 bytes .../django/conf/locale/da}/__init__.py | 0 .../django/conf/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 18585 bytes .../django/conf/locale/de}/__init__.py | 0 .../django/conf/locale/de_CH}/__init__.py | 0 .../django/conf/locale/el/LC_MESSAGES/django.mo | Bin 0 -> 22123 bytes .../django/conf/locale/el}/__init__.py | 0 .../django/conf/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 356 bytes .../django/conf/locale/en}/__init__.py | 0 .../django/conf/locale/en_GB/LC_MESSAGES/django.mo | Bin 0 -> 17110 bytes .../django/conf/locale/en_GB}/__init__.py | 0 .../django/conf/locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 17367 bytes .../django/conf/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 18268 bytes .../django/conf/locale/es}/__init__.py | 0 .../django/conf/locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 18587 bytes .../django/conf/locale/es_AR}/__init__.py | 0 .../django/conf/locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 17866 bytes .../django/conf/locale/es_MX}/__init__.py | 0 .../django/conf/locale/es_NI}/__init__.py | 0 .../django/conf/locale/es_VE/LC_MESSAGES/django.mo | Bin 0 -> 6484 bytes .../django/conf/locale/et/LC_MESSAGES/django.mo | Bin 0 -> 14343 bytes .../django/conf/locale/et}/__init__.py | 0 .../django/conf/locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 17924 bytes .../django/conf/locale/eu}/__init__.py | 0 .../django/conf/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 20832 bytes .../django/conf/locale/fa}/__init__.py | 0 .../django/conf/locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 14577 bytes .../django/conf/locale/fi}/__init__.py | 0 .../django/conf/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 18765 bytes .../django/conf/locale/fr}/__init__.py | 0 .../django/conf/locale/fy_NL/LC_MESSAGES/django.mo | Bin 0 -> 3220 bytes .../django/conf/locale/fy_NL}/__init__.py | 0 .../django/conf/locale/ga/LC_MESSAGES/django.mo | Bin 0 -> 18224 bytes .../django/conf/locale/ga}/__init__.py | 0 .../django/conf/locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 18285 bytes .../django/conf/locale/gl}/__init__.py | 0 .../django/conf/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 19462 bytes .../django/conf/locale/he}/__init__.py | 0 .../django/conf/locale/hi/LC_MESSAGES/django.mo | Bin 0 -> 25068 bytes .../django/conf/locale/hi}/__init__.py | 0 .../django/conf/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 18300 bytes .../django/conf/locale/hr}/__init__.py | 0 .../django/conf/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 18076 bytes .../django/conf/locale/hu}/__init__.py | 0 .../django/conf/locale/ia/LC_MESSAGES/django.mo | Bin 0 -> 17785 bytes .../django/conf/locale/id/LC_MESSAGES/django.mo | Bin 0 -> 17597 bytes .../django/conf/locale/id}/__init__.py | 0 .../django/conf/locale/is/LC_MESSAGES/django.mo | Bin 0 -> 17758 bytes .../django/conf/locale/is}/__init__.py | 0 .../django/conf/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 18067 bytes .../django/conf/locale/it}/__init__.py | 0 .../django/conf/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 19353 bytes .../django/conf/locale/ja}/__init__.py | 0 .../django/conf/locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 23521 bytes .../django/conf/locale/ka}/__init__.py | 0 .../django/conf/locale/kk/LC_MESSAGES/django.mo | Bin 0 -> 16756 bytes .../django/conf/locale/km/LC_MESSAGES/django.mo | Bin 0 -> 7856 bytes .../django/conf/locale/km}/__init__.py | 0 .../django/conf/locale/kn/LC_MESSAGES/django.mo | Bin 0 -> 23625 bytes .../django/conf/locale/kn}/__init__.py | 0 .../django/conf/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 15254 bytes .../django/conf/locale/ko}/__init__.py | 0 .../django/conf/locale/lb/LC_MESSAGES/django.mo | Bin 0 -> 4994 bytes .../django/conf/locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 18567 bytes .../django/conf/locale/lt}/__init__.py | 0 .../django/conf/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 12468 bytes .../django/conf/locale/lv}/__init__.py | 0 .../django/conf/locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 21508 bytes .../django/conf/locale/mk}/__init__.py | 0 .../django/conf/locale/ml/LC_MESSAGES/django.mo | Bin 0 -> 27040 bytes .../django/conf/locale/ml}/__init__.py | 0 .../django/conf/locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 21758 bytes .../django/conf/locale/mn}/__init__.py | 0 .../django/conf/locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 17689 bytes .../django/conf/locale/nb}/__init__.py | 0 .../django/conf/locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 21629 bytes .../django/conf/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 18013 bytes .../django/conf/locale/nl}/__init__.py | 0 .../django/conf/locale/nn/LC_MESSAGES/django.mo | Bin 0 -> 17089 bytes .../django/conf/locale/nn}/__init__.py | 0 .../django/conf/locale/pa/LC_MESSAGES/django.mo | Bin 0 -> 9564 bytes .../django/conf/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 18806 bytes .../django/conf/locale/pl}/__init__.py | 0 .../django/conf/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 18217 bytes .../django/conf/locale/pt}/__init__.py | 0 .../django/conf/locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 18227 bytes .../django/conf/locale/pt_BR}/__init__.py | 0 .../django/conf/locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 17765 bytes .../django/conf/locale/ro}/__init__.py | 0 .../django/conf/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 23014 bytes .../django/conf/locale/ru}/__init__.py | 0 .../django/conf/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 18580 bytes .../django/conf/locale/sk}/__init__.py | 0 .../django/conf/locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 18481 bytes .../django/conf/locale/sl}/__init__.py | 0 .../django/conf/locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 18164 bytes .../django/conf/locale/sq}/__init__.py | 0 .../django/conf/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 21076 bytes .../django/conf/locale/sr}/__init__.py | 0 .../conf/locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 17447 bytes .../django/conf/locale/sr_Latn}/__init__.py | 0 .../django/conf/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 18101 bytes .../django/conf/locale/sv}/__init__.py | 0 .../django/conf/locale/sw/LC_MESSAGES/django.mo | Bin 0 -> 17510 bytes .../django/conf/locale/ta/LC_MESSAGES/django.mo | Bin 0 -> 7934 bytes .../django/conf/locale/ta}/__init__.py | 0 .../django/conf/locale/te/LC_MESSAGES/django.mo | Bin 0 -> 14194 bytes .../django/conf/locale/te}/__init__.py | 0 .../django/conf/locale/th/LC_MESSAGES/django.mo | Bin 0 -> 24104 bytes .../django/conf/locale/th}/__init__.py | 0 .../django/conf/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 18374 bytes .../django/conf/locale/tr}/__init__.py | 0 .../django/conf/locale/tt/LC_MESSAGES/django.mo | Bin 0 -> 18069 bytes .../django/conf/locale/udm/LC_MESSAGES/django.mo | Bin 0 -> 17809 bytes .../django/conf/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 22659 bytes .../django/conf/locale/uk}/__init__.py | 0 .../django/conf/locale/ur/LC_MESSAGES/django.mo | Bin 0 -> 15686 bytes .../django/conf/locale/vi/LC_MESSAGES/django.mo | Bin 0 -> 16045 bytes .../django/conf/locale/vi}/__init__.py | 0 .../django/conf/locale/zh_CN/LC_MESSAGES/django.mo | Bin 0 -> 17113 bytes .../django/conf/locale/zh_CN}/__init__.py | 0 .../django/conf/locale/zh_TW/LC_MESSAGES/django.mo | Bin 0 -> 17767 bytes .../django/conf/locale/zh_TW}/__init__.py | 0 .../project_template/project_name}/__init__.py | 0 .../django/contrib}/__init__.py | 0 .../contrib/admin/locale/af/LC_MESSAGES/django.mo | Bin 0 -> 11472 bytes .../admin/locale/af/LC_MESSAGES/djangojs.mo | Bin 0 -> 1155 bytes .../contrib/admin/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 15890 bytes .../admin/locale/ar/LC_MESSAGES/djangojs.mo | Bin 0 -> 4073 bytes .../contrib/admin/locale/az/LC_MESSAGES/django.mo | Bin 0 -> 14595 bytes .../admin/locale/az/LC_MESSAGES/djangojs.mo | Bin 0 -> 3616 bytes .../contrib/admin/locale/be/LC_MESSAGES/django.mo | Bin 0 -> 16066 bytes .../admin/locale/be/LC_MESSAGES/djangojs.mo | Bin 0 -> 4329 bytes .../contrib/admin/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 17709 bytes .../admin/locale/bg/LC_MESSAGES/djangojs.mo | Bin 0 -> 4387 bytes .../contrib/admin/locale/bn/LC_MESSAGES/django.mo | Bin 0 -> 16900 bytes .../admin/locale/bn/LC_MESSAGES/djangojs.mo | Bin 0 -> 1835 bytes .../contrib/admin/locale/br/LC_MESSAGES/django.mo | Bin 0 -> 5198 bytes .../admin/locale/br/LC_MESSAGES/djangojs.mo | Bin 0 -> 1686 bytes .../contrib/admin/locale/bs/LC_MESSAGES/django.mo | Bin 0 -> 10886 bytes .../admin/locale/bs/LC_MESSAGES/djangojs.mo | Bin 0 -> 1197 bytes .../contrib/admin/locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 15904 bytes .../admin/locale/ca/LC_MESSAGES/djangojs.mo | Bin 0 -> 3551 bytes .../contrib/admin/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 15685 bytes .../admin/locale/cs/LC_MESSAGES/djangojs.mo | Bin 0 -> 3642 bytes .../contrib/admin/locale/cy/LC_MESSAGES/django.mo | Bin 0 -> 4911 bytes .../admin/locale/cy/LC_MESSAGES/djangojs.mo | Bin 0 -> 1152 bytes .../contrib/admin/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 15209 bytes .../admin/locale/da/LC_MESSAGES/djangojs.mo | Bin 0 -> 3516 bytes .../contrib/admin/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 15848 bytes .../admin/locale/de/LC_MESSAGES/djangojs.mo | Bin 0 -> 3692 bytes .../contrib/admin/locale/el/LC_MESSAGES/django.mo | Bin 0 -> 18706 bytes .../admin/locale/el/LC_MESSAGES/djangojs.mo | Bin 0 -> 3123 bytes .../contrib/admin/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 14815 bytes .../admin/locale/en/LC_MESSAGES/djangojs.mo | Bin 0 -> 3400 bytes .../admin/locale/en_GB/LC_MESSAGES/django.mo | Bin 0 -> 12822 bytes .../admin/locale/en_GB/LC_MESSAGES/djangojs.mo | Bin 0 -> 3464 bytes .../contrib/admin/locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 12987 bytes .../admin/locale/eo/LC_MESSAGES/djangojs.mo | Bin 0 -> 3479 bytes .../contrib/admin/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 16016 bytes .../admin/locale/es/LC_MESSAGES/djangojs.mo | Bin 0 -> 3593 bytes .../admin/locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 16161 bytes .../admin/locale/es_AR/LC_MESSAGES/djangojs.mo | Bin 0 -> 3730 bytes .../admin/locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 13870 bytes .../admin/locale/es_MX/LC_MESSAGES/djangojs.mo | Bin 0 -> 3715 bytes .../contrib/admin/locale/et/LC_MESSAGES/django.mo | Bin 0 -> 12441 bytes .../admin/locale/et/LC_MESSAGES/djangojs.mo | Bin 0 -> 2371 bytes .../contrib/admin/locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 15033 bytes .../admin/locale/eu/LC_MESSAGES/djangojs.mo | Bin 0 -> 3480 bytes .../contrib/admin/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 17917 bytes .../admin/locale/fa/LC_MESSAGES/djangojs.mo | Bin 0 -> 4166 bytes .../contrib/admin/locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 12582 bytes .../admin/locale/fi/LC_MESSAGES/djangojs.mo | Bin 0 -> 2523 bytes .../contrib/admin/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 16513 bytes .../admin/locale/fr/LC_MESSAGES/djangojs.mo | Bin 0 -> 3702 bytes .../admin/locale/fy_NL/LC_MESSAGES/django.mo | Bin 0 -> 401 bytes .../admin/locale/fy_NL/LC_MESSAGES/djangojs.mo | Bin 0 -> 401 bytes .../contrib/admin/locale/ga/LC_MESSAGES/django.mo | Bin 0 -> 14065 bytes .../admin/locale/ga/LC_MESSAGES/djangojs.mo | Bin 0 -> 3761 bytes .../contrib/admin/locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 15671 bytes .../admin/locale/gl/LC_MESSAGES/djangojs.mo | Bin 0 -> 3600 bytes .../contrib/admin/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 15522 bytes .../admin/locale/he/LC_MESSAGES/djangojs.mo | Bin 0 -> 3741 bytes .../contrib/admin/locale/hi/LC_MESSAGES/django.mo | Bin 0 -> 22292 bytes .../admin/locale/hi/LC_MESSAGES/djangojs.mo | Bin 0 -> 5401 bytes .../contrib/admin/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 15332 bytes .../admin/locale/hr/LC_MESSAGES/djangojs.mo | Bin 0 -> 3552 bytes .../contrib/admin/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 13470 bytes .../admin/locale/hu/LC_MESSAGES/djangojs.mo | Bin 0 -> 3526 bytes .../contrib/admin/locale/ia/LC_MESSAGES/django.mo | Bin 0 -> 13500 bytes .../admin/locale/ia/LC_MESSAGES/djangojs.mo | Bin 0 -> 3516 bytes .../contrib/admin/locale/id/LC_MESSAGES/django.mo | Bin 0 -> 13893 bytes .../admin/locale/id/LC_MESSAGES/djangojs.mo | Bin 0 -> 3499 bytes .../contrib/admin/locale/is/LC_MESSAGES/django.mo | Bin 0 -> 13147 bytes .../admin/locale/is/LC_MESSAGES/djangojs.mo | Bin 0 -> 3520 bytes .../contrib/admin/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 15583 bytes .../admin/locale/it/LC_MESSAGES/djangojs.mo | Bin 0 -> 3540 bytes .../contrib/admin/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 14364 bytes .../admin/locale/ja/LC_MESSAGES/djangojs.mo | Bin 0 -> 3733 bytes .../contrib/admin/locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 23806 bytes .../admin/locale/ka/LC_MESSAGES/djangojs.mo | Bin 0 -> 5266 bytes .../contrib/admin/locale/kk/LC_MESSAGES/django.mo | Bin 0 -> 15305 bytes .../admin/locale/kk/LC_MESSAGES/djangojs.mo | Bin 0 -> 2791 bytes .../contrib/admin/locale/km/LC_MESSAGES/django.mo | Bin 0 -> 12165 bytes .../admin/locale/km/LC_MESSAGES/djangojs.mo | Bin 0 -> 1653 bytes .../contrib/admin/locale/kn/LC_MESSAGES/django.mo | Bin 0 -> 10914 bytes .../admin/locale/kn/LC_MESSAGES/djangojs.mo | Bin 0 -> 2355 bytes .../contrib/admin/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 13234 bytes .../admin/locale/ko/LC_MESSAGES/djangojs.mo | Bin 0 -> 2445 bytes .../contrib/admin/locale/lb/LC_MESSAGES/django.mo | Bin 0 -> 608 bytes .../admin/locale/lb/LC_MESSAGES/djangojs.mo | Bin 0 -> 451 bytes .../contrib/admin/locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 15599 bytes .../admin/locale/lt/LC_MESSAGES/djangojs.mo | Bin 0 -> 3715 bytes .../contrib/admin/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 11253 bytes .../admin/locale/lv/LC_MESSAGES/djangojs.mo | Bin 0 -> 2570 bytes .../contrib/admin/locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 16952 bytes .../admin/locale/mk/LC_MESSAGES/djangojs.mo | Bin 0 -> 4413 bytes .../contrib/admin/locale/ml/LC_MESSAGES/django.mo | Bin 0 -> 19973 bytes .../admin/locale/ml/LC_MESSAGES/djangojs.mo | Bin 0 -> 6123 bytes .../contrib/admin/locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 19131 bytes .../admin/locale/mn/LC_MESSAGES/djangojs.mo | Bin 0 -> 4096 bytes .../contrib/admin/locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 14820 bytes .../admin/locale/nb/LC_MESSAGES/djangojs.mo | Bin 0 -> 3449 bytes .../contrib/admin/locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 15669 bytes .../admin/locale/ne/LC_MESSAGES/djangojs.mo | Bin 0 -> 4888 bytes .../contrib/admin/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 15334 bytes .../admin/locale/nl/LC_MESSAGES/djangojs.mo | Bin 0 -> 3665 bytes .../contrib/admin/locale/nn/LC_MESSAGES/django.mo | Bin 0 -> 12675 bytes .../admin/locale/nn/LC_MESSAGES/djangojs.mo | Bin 0 -> 3436 bytes .../contrib/admin/locale/pa/LC_MESSAGES/django.mo | Bin 0 -> 12850 bytes .../admin/locale/pa/LC_MESSAGES/djangojs.mo | Bin 0 -> 1631 bytes .../contrib/admin/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 13176 bytes .../admin/locale/pl/LC_MESSAGES/djangojs.mo | Bin 0 -> 3473 bytes .../contrib/admin/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 15608 bytes .../admin/locale/pt/LC_MESSAGES/djangojs.mo | Bin 0 -> 3503 bytes .../admin/locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 15483 bytes .../admin/locale/pt_BR/LC_MESSAGES/djangojs.mo | Bin 0 -> 3580 bytes .../contrib/admin/locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 13571 bytes .../admin/locale/ro/LC_MESSAGES/djangojs.mo | Bin 0 -> 3615 bytes .../contrib/admin/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 19586 bytes .../admin/locale/ru/LC_MESSAGES/djangojs.mo | Bin 0 -> 4698 bytes .../contrib/admin/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 15620 bytes .../admin/locale/sk/LC_MESSAGES/djangojs.mo | Bin 0 -> 3514 bytes .../contrib/admin/locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 15357 bytes .../admin/locale/sl/LC_MESSAGES/djangojs.mo | Bin 0 -> 3477 bytes .../contrib/admin/locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 15402 bytes .../admin/locale/sq/LC_MESSAGES/djangojs.mo | Bin 0 -> 3593 bytes .../contrib/admin/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 16932 bytes .../admin/locale/sr/LC_MESSAGES/djangojs.mo | Bin 0 -> 3893 bytes .../admin/locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 13590 bytes .../admin/locale/sr_Latn/LC_MESSAGES/djangojs.mo | Bin 0 -> 3290 bytes .../contrib/admin/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 15141 bytes .../admin/locale/sv/LC_MESSAGES/djangojs.mo | Bin 0 -> 3568 bytes .../contrib/admin/locale/sw/LC_MESSAGES/django.mo | Bin 0 -> 13181 bytes .../admin/locale/sw/LC_MESSAGES/djangojs.mo | Bin 0 -> 3179 bytes .../contrib/admin/locale/ta/LC_MESSAGES/django.mo | Bin 0 -> 11940 bytes .../admin/locale/ta/LC_MESSAGES/djangojs.mo | Bin 0 -> 1925 bytes .../contrib/admin/locale/te/LC_MESSAGES/django.mo | Bin 0 -> 13290 bytes .../admin/locale/te/LC_MESSAGES/djangojs.mo | Bin 0 -> 1909 bytes .../contrib/admin/locale/th/LC_MESSAGES/django.mo | Bin 0 -> 21779 bytes .../admin/locale/th/LC_MESSAGES/djangojs.mo | Bin 0 -> 5132 bytes .../contrib/admin/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 15045 bytes .../admin/locale/tr/LC_MESSAGES/djangojs.mo | Bin 0 -> 3496 bytes .../contrib/admin/locale/tt/LC_MESSAGES/django.mo | Bin 0 -> 15406 bytes .../admin/locale/tt/LC_MESSAGES/djangojs.mo | Bin 0 -> 3037 bytes .../contrib/admin/locale/udm/LC_MESSAGES/django.mo | Bin 0 -> 621 bytes .../admin/locale/udm/LC_MESSAGES/djangojs.mo | Bin 0 -> 439 bytes .../contrib/admin/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 19232 bytes .../admin/locale/uk/LC_MESSAGES/djangojs.mo | Bin 0 -> 4282 bytes .../contrib/admin/locale/ur/LC_MESSAGES/django.mo | Bin 0 -> 15813 bytes .../admin/locale/ur/LC_MESSAGES/djangojs.mo | Bin 0 -> 3079 bytes .../contrib/admin/locale/vi/LC_MESSAGES/django.mo | Bin 0 -> 13920 bytes .../admin/locale/vi/LC_MESSAGES/djangojs.mo | Bin 0 -> 2711 bytes .../admin/locale/zh_CN/LC_MESSAGES/django.mo | Bin 0 -> 14164 bytes .../admin/locale/zh_CN/LC_MESSAGES/djangojs.mo | Bin 0 -> 3238 bytes .../admin/locale/zh_TW/LC_MESSAGES/django.mo | Bin 0 -> 14089 bytes .../admin/locale/zh_TW/LC_MESSAGES/djangojs.mo | Bin 0 -> 3323 bytes .../admin/static/admin/img}/changelist-bg.gif | Bin .../admin/static/admin/img}/changelist-bg_rtl.gif | Bin .../contrib/admin/static/admin/img}/chooser-bg.gif | Bin .../admin/static/admin/img}/chooser_stacked-bg.gif | Bin .../admin/static/admin/img}/default-bg-reverse.gif | Bin .../contrib/admin/static/admin/img}/default-bg.gif | Bin .../admin/static/admin/img}/deleted-overlay.gif | Bin .../static/admin}/img/gis/move_vertex_off.png | Bin .../admin/static/admin}/img/gis/move_vertex_on.png | Bin .../contrib/admin/static/admin/img}/icon-no.gif | Bin .../admin/static/admin/img}/icon-unknown.gif | Bin .../contrib/admin/static/admin/img}/icon-yes.gif | Bin .../admin/static/admin/img}/icon_addlink.gif | Bin .../contrib/admin/static/admin/img}/icon_alert.gif | Bin .../admin/static/admin/img}/icon_calendar.gif | Bin .../admin/static/admin/img}/icon_changelink.gif | Bin .../contrib/admin/static/admin/img}/icon_clock.gif | Bin .../admin/static/admin/img}/icon_deletelink.gif | Bin .../contrib/admin/static/admin/img}/icon_error.gif | Bin .../admin/static/admin/img}/icon_searchbox.png | Bin .../admin/static/admin/img}/icon_success.gif | Bin .../admin/static/admin/img}/inline-delete-8bit.png | Bin .../admin/static/admin/img}/inline-delete.png | Bin .../static/admin/img}/inline-restore-8bit.png | Bin .../admin/static/admin/img}/inline-restore.png | Bin .../admin/static/admin/img}/inline-splitter-bg.gif | Bin .../admin/static/admin/img}/nav-bg-grabber.gif | Bin .../admin/static/admin/img}/nav-bg-reverse.gif | Bin .../admin/static/admin/img/nav-bg-selected.gif | Bin 0 -> 265 bytes .../contrib/admin/static/admin/img}/nav-bg.gif | Bin .../admin/static/admin/img/selector-icons.gif | Bin 0 -> 2771 bytes .../admin/static/admin/img}/selector-search.gif | Bin .../admin/static/admin/img/sorting-icons.gif | Bin 0 -> 369 bytes .../contrib/admin/static/admin/img}/tool-left.gif | Bin .../admin/static/admin/img}/tool-left_over.gif | Bin .../contrib/admin/static/admin/img}/tool-right.gif | Bin .../admin/static/admin/img}/tool-right_over.gif | Bin .../admin/static/admin/img}/tooltag-add.gif | Bin .../admin/static/admin/img}/tooltag-add_over.gif | Bin .../admin/static/admin/img}/tooltag-arrowright.gif | Bin .../static/admin/img}/tooltag-arrowright_over.gif | Bin .../django/contrib/admin/templatetags}/__init__.py | 0 .../django/contrib/admin/views}/__init__.py | 0 .../django/contrib/admindocs}/__init__.py | 0 .../admindocs/locale/af/LC_MESSAGES/django.mo | Bin 0 -> 686 bytes .../admindocs/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 4240 bytes .../admindocs/locale/az/LC_MESSAGES/django.mo | Bin 0 -> 3682 bytes .../admindocs/locale/be/LC_MESSAGES/django.mo | Bin 0 -> 4611 bytes .../admindocs/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 4556 bytes .../admindocs/locale/bn/LC_MESSAGES/django.mo | Bin 0 -> 5082 bytes .../admindocs/locale/br/LC_MESSAGES/django.mo | Bin 0 -> 861 bytes .../admindocs/locale/bs/LC_MESSAGES/django.mo | Bin 0 -> 3631 bytes .../admindocs/locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 3844 bytes .../admindocs/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 3819 bytes .../admindocs/locale/cy/LC_MESSAGES/django.mo | Bin 0 -> 1552 bytes .../admindocs/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 3765 bytes .../admindocs/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 3775 bytes .../admindocs/locale/el/LC_MESSAGES/django.mo | Bin 0 -> 5005 bytes .../admindocs/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 3564 bytes .../admindocs/locale/en_GB/LC_MESSAGES/django.mo | Bin 0 -> 3635 bytes .../admindocs/locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 3708 bytes .../admindocs/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 3768 bytes .../admindocs/locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 3781 bytes .../admindocs/locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 3795 bytes .../admindocs/locale/et/LC_MESSAGES/django.mo | Bin 0 -> 3442 bytes .../admindocs/locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 3671 bytes .../admindocs/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 4234 bytes .../admindocs/locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 3572 bytes .../admindocs/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 3835 bytes .../admindocs/locale/fy_NL/LC_MESSAGES/django.mo | Bin 0 -> 401 bytes .../admindocs/locale/ga/LC_MESSAGES/django.mo | Bin 0 -> 3884 bytes .../admindocs/locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 3778 bytes .../admindocs/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 3950 bytes .../admindocs/locale/hi/LC_MESSAGES/django.mo | Bin 0 -> 5518 bytes .../admindocs/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 3777 bytes .../admindocs/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 3736 bytes .../admindocs/locale/ia/LC_MESSAGES/django.mo | Bin 0 -> 3785 bytes .../admindocs/locale/id/LC_MESSAGES/django.mo | Bin 0 -> 3681 bytes .../admindocs/locale/is/LC_MESSAGES/django.mo | Bin 0 -> 3768 bytes .../admindocs/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 3753 bytes .../admindocs/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 4294 bytes .../admindocs/locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 5698 bytes .../admindocs/locale/kk/LC_MESSAGES/django.mo | Bin 0 -> 2454 bytes .../admindocs/locale/km/LC_MESSAGES/django.mo | Bin 0 -> 3607 bytes .../admindocs/locale/kn/LC_MESSAGES/django.mo | Bin 0 -> 4915 bytes .../admindocs/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 3615 bytes .../admindocs/locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 3822 bytes .../admindocs/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 3560 bytes .../admindocs/locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 4825 bytes .../admindocs/locale/ml/LC_MESSAGES/django.mo | Bin 0 -> 6145 bytes .../admindocs/locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 4713 bytes .../admindocs/locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 3664 bytes .../admindocs/locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 1902 bytes .../admindocs/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 3697 bytes .../admindocs/locale/nn/LC_MESSAGES/django.mo | Bin 0 -> 3481 bytes .../admindocs/locale/pa/LC_MESSAGES/django.mo | Bin 0 -> 1905 bytes .../admindocs/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 3755 bytes .../admindocs/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 3783 bytes .../admindocs/locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 3776 bytes .../admindocs/locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 3696 bytes .../admindocs/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 4805 bytes .../admindocs/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 3802 bytes .../admindocs/locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 3639 bytes .../admindocs/locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 3788 bytes .../admindocs/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 4759 bytes .../admindocs/locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 3835 bytes .../admindocs/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 3767 bytes .../admindocs/locale/sw/LC_MESSAGES/django.mo | Bin 0 -> 3681 bytes .../admindocs/locale/ta/LC_MESSAGES/django.mo | Bin 0 -> 4707 bytes .../admindocs/locale/te/LC_MESSAGES/django.mo | Bin 0 -> 2367 bytes .../admindocs/locale/th/LC_MESSAGES/django.mo | Bin 0 -> 4819 bytes .../admindocs/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 3586 bytes .../admindocs/locale/tt/LC_MESSAGES/django.mo | Bin 0 -> 3850 bytes .../admindocs/locale/udm/LC_MESSAGES/django.mo | Bin 0 -> 595 bytes .../admindocs/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 4945 bytes .../admindocs/locale/ur/LC_MESSAGES/django.mo | Bin 0 -> 4371 bytes .../admindocs/locale/vi/LC_MESSAGES/django.mo | Bin 0 -> 1751 bytes .../admindocs/locale/zh_CN/LC_MESSAGES/django.mo | Bin 0 -> 3541 bytes .../admindocs/locale/zh_TW/LC_MESSAGES/django.mo | Bin 0 -> 3536 bytes .../django/contrib/auth/handlers}/__init__.py | 0 .../contrib/auth/locale/af/LC_MESSAGES/django.mo | Bin 0 -> 768 bytes .../contrib/auth/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 4619 bytes .../contrib/auth/locale/az/LC_MESSAGES/django.mo | Bin 0 -> 3959 bytes .../contrib/auth/locale/be/LC_MESSAGES/django.mo | Bin 0 -> 6055 bytes .../contrib/auth/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 5920 bytes .../contrib/auth/locale/bn/LC_MESSAGES/django.mo | Bin 0 -> 4565 bytes .../contrib/auth/locale/br/LC_MESSAGES/django.mo | Bin 0 -> 1143 bytes .../contrib/auth/locale/bs/LC_MESSAGES/django.mo | Bin 0 -> 3881 bytes .../contrib/auth/locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 5821 bytes .../contrib/auth/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 5850 bytes .../contrib/auth/locale/cy/LC_MESSAGES/django.mo | Bin 0 -> 1295 bytes .../contrib/auth/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 5673 bytes .../contrib/auth/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 5859 bytes .../contrib/auth/locale/el/LC_MESSAGES/django.mo | Bin 0 -> 5585 bytes .../contrib/auth/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 5464 bytes .../auth/locale/en_GB/LC_MESSAGES/django.mo | Bin 0 -> 4590 bytes .../contrib/auth/locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 4643 bytes .../contrib/auth/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 5867 bytes .../auth/locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 6028 bytes .../auth/locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 4934 bytes .../contrib/auth/locale/et/LC_MESSAGES/django.mo | Bin 0 -> 3798 bytes .../contrib/auth/locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 5592 bytes .../contrib/auth/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 6858 bytes .../contrib/auth/locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 5582 bytes .../contrib/auth/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 6169 bytes .../auth/locale/fy_NL/LC_MESSAGES/django.mo | Bin 0 -> 401 bytes .../contrib/auth/locale/ga/LC_MESSAGES/django.mo | Bin 0 -> 4922 bytes .../contrib/auth/locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 5881 bytes .../contrib/auth/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 5984 bytes .../contrib/auth/locale/hi/LC_MESSAGES/django.mo | Bin 0 -> 8339 bytes .../contrib/auth/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 5820 bytes .../contrib/auth/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 4875 bytes .../contrib/auth/locale/ia/LC_MESSAGES/django.mo | Bin 0 -> 4826 bytes .../contrib/auth/locale/id/LC_MESSAGES/django.mo | Bin 0 -> 5384 bytes .../contrib/auth/locale/is/LC_MESSAGES/django.mo | Bin 0 -> 4896 bytes .../contrib/auth/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 5718 bytes .../contrib/auth/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 5215 bytes .../contrib/auth/locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 9109 bytes .../contrib/auth/locale/kk/LC_MESSAGES/django.mo | Bin 0 -> 4683 bytes .../contrib/auth/locale/km/LC_MESSAGES/django.mo | Bin 0 -> 3384 bytes .../contrib/auth/locale/kn/LC_MESSAGES/django.mo | Bin 0 -> 4620 bytes .../contrib/auth/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 3922 bytes .../contrib/auth/locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 5897 bytes .../contrib/auth/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 3848 bytes .../contrib/auth/locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 6106 bytes .../contrib/auth/locale/ml/LC_MESSAGES/django.mo | Bin 0 -> 8481 bytes .../contrib/auth/locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 7243 bytes .../contrib/auth/locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 5550 bytes .../contrib/auth/locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 2451 bytes .../contrib/auth/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 5733 bytes .../contrib/auth/locale/nn/LC_MESSAGES/django.mo | Bin 0 -> 3689 bytes .../contrib/auth/locale/pa/LC_MESSAGES/django.mo | Bin 0 -> 4045 bytes .../contrib/auth/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 4713 bytes .../contrib/auth/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 5710 bytes .../auth/locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 5742 bytes .../contrib/auth/locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 3919 bytes .../contrib/auth/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 7508 bytes .../contrib/auth/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 5783 bytes .../contrib/auth/locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 5632 bytes .../contrib/auth/locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 5596 bytes .../contrib/auth/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 5850 bytes .../auth/locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 4721 bytes .../contrib/auth/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 5675 bytes .../contrib/auth/locale/sw/LC_MESSAGES/django.mo | Bin 0 -> 5346 bytes .../contrib/auth/locale/ta/LC_MESSAGES/django.mo | Bin 0 -> 3324 bytes .../contrib/auth/locale/te/LC_MESSAGES/django.mo | Bin 0 -> 3232 bytes .../contrib/auth/locale/th/LC_MESSAGES/django.mo | Bin 0 -> 8250 bytes .../contrib/auth/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 5757 bytes .../contrib/auth/locale/tt/LC_MESSAGES/django.mo | Bin 0 -> 837 bytes .../contrib/auth/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 7294 bytes .../contrib/auth/locale/ur/LC_MESSAGES/django.mo | Bin 0 -> 861 bytes .../contrib/auth/locale/vi/LC_MESSAGES/django.mo | Bin 0 -> 3910 bytes .../auth/locale/zh_CN/LC_MESSAGES/django.mo | Bin 0 -> 5127 bytes .../auth/locale/zh_TW/LC_MESSAGES/django.mo | Bin 0 -> 5131 bytes .../contrib/auth/management/commands}/__init__.py | 0 .../comments/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 6429 bytes .../comments/locale/az/LC_MESSAGES/django.mo | Bin 0 -> 5340 bytes .../comments/locale/be/LC_MESSAGES/django.mo | Bin 0 -> 6901 bytes .../comments/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 6612 bytes .../comments/locale/bn/LC_MESSAGES/django.mo | Bin 0 -> 6695 bytes .../comments/locale/br/LC_MESSAGES/django.mo | Bin 0 -> 2122 bytes .../comments/locale/bs/LC_MESSAGES/django.mo | Bin 0 -> 5316 bytes .../comments/locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 5327 bytes .../comments/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 5332 bytes .../comments/locale/cy/LC_MESSAGES/django.mo | Bin 0 -> 1095 bytes .../comments/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 4988 bytes .../comments/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 5431 bytes .../comments/locale/el/LC_MESSAGES/django.mo | Bin 0 -> 6827 bytes .../comments/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 4854 bytes .../comments/locale/en_GB/LC_MESSAGES/django.mo | Bin 0 -> 4726 bytes .../comments/locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 5080 bytes .../comments/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 5310 bytes .../comments/locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 5379 bytes .../comments/locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 5023 bytes .../comments/locale/et/LC_MESSAGES/django.mo | Bin 0 -> 5174 bytes .../comments/locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 4887 bytes .../comments/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 5697 bytes .../comments/locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 5124 bytes .../comments/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 5424 bytes .../comments/locale/fy_NL/LC_MESSAGES/django.mo | Bin 0 -> 401 bytes .../comments/locale/ga/LC_MESSAGES/django.mo | Bin 0 -> 6040 bytes .../comments/locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 5105 bytes .../comments/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 5414 bytes .../comments/locale/hi/LC_MESSAGES/django.mo | Bin 0 -> 7814 bytes .../comments/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 5168 bytes .../comments/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 5420 bytes .../comments/locale/ia/LC_MESSAGES/django.mo | Bin 0 -> 5153 bytes .../comments/locale/id/LC_MESSAGES/django.mo | Bin 0 -> 4906 bytes .../comments/locale/is/LC_MESSAGES/django.mo | Bin 0 -> 4936 bytes .../comments/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 5204 bytes .../comments/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 5500 bytes .../comments/locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 7581 bytes .../comments/locale/kk/LC_MESSAGES/django.mo | Bin 0 -> 6223 bytes .../comments/locale/km/LC_MESSAGES/django.mo | Bin 0 -> 2129 bytes .../comments/locale/kn/LC_MESSAGES/django.mo | Bin 0 -> 2251 bytes .../comments/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 5211 bytes .../comments/locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 5386 bytes .../comments/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 5401 bytes .../comments/locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 6637 bytes .../comments/locale/ml/LC_MESSAGES/django.mo | Bin 0 -> 8428 bytes .../comments/locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 6676 bytes .../comments/locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 5013 bytes .../comments/locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 3628 bytes .../comments/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 5199 bytes .../comments/locale/nn/LC_MESSAGES/django.mo | Bin 0 -> 4990 bytes .../comments/locale/pa/LC_MESSAGES/django.mo | Bin 0 -> 4733 bytes .../comments/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 5362 bytes .../comments/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 5301 bytes .../comments/locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 5205 bytes .../comments/locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 5545 bytes .../comments/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 7078 bytes .../comments/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 5461 bytes .../comments/locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 5417 bytes .../comments/locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 5221 bytes .../comments/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 6610 bytes .../comments/locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 5315 bytes .../comments/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 4934 bytes .../comments/locale/sw/LC_MESSAGES/django.mo | Bin 0 -> 4178 bytes .../comments/locale/ta/LC_MESSAGES/django.mo | Bin 0 -> 2304 bytes .../comments/locale/te/LC_MESSAGES/django.mo | Bin 0 -> 5613 bytes .../comments/locale/th/LC_MESSAGES/django.mo | Bin 0 -> 7281 bytes .../comments/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 4970 bytes .../comments/locale/tt/LC_MESSAGES/django.mo | Bin 0 -> 436 bytes .../comments/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 6873 bytes .../comments/locale/ur/LC_MESSAGES/django.mo | Bin 0 -> 442 bytes .../comments/locale/vi/LC_MESSAGES/django.mo | Bin 0 -> 4685 bytes .../comments/locale/zh_CN/LC_MESSAGES/django.mo | Bin 0 -> 4640 bytes .../comments/locale/zh_TW/LC_MESSAGES/django.mo | Bin 0 -> 4642 bytes .../contrib/comments/templatetags}/__init__.py | 0 .../django/contrib/comments/views}/__init__.py | 0 .../django/contrib/contenttypes}/__init__.py | 0 .../contenttypes/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 750 bytes .../contenttypes/locale/az/LC_MESSAGES/django.mo | Bin 0 -> 637 bytes .../contenttypes/locale/be/LC_MESSAGES/django.mo | Bin 0 -> 1282 bytes .../contenttypes/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 1216 bytes .../contenttypes/locale/bn/LC_MESSAGES/django.mo | Bin 0 -> 719 bytes .../contenttypes/locale/br/LC_MESSAGES/django.mo | Bin 0 -> 443 bytes .../contenttypes/locale/bs/LC_MESSAGES/django.mo | Bin 0 -> 704 bytes .../contenttypes/locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 1093 bytes .../contenttypes/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 1047 bytes .../contenttypes/locale/cy/LC_MESSAGES/django.mo | Bin 0 -> 606 bytes .../contenttypes/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 1052 bytes .../contenttypes/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 1066 bytes .../contenttypes/locale/el/LC_MESSAGES/django.mo | Bin 0 -> 675 bytes .../contenttypes/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 988 bytes .../locale/en_GB/LC_MESSAGES/django.mo | Bin 0 -> 1052 bytes .../contenttypes/locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 1055 bytes .../contenttypes/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 1091 bytes .../locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 1094 bytes .../locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 1122 bytes .../contenttypes/locale/et/LC_MESSAGES/django.mo | Bin 0 -> 626 bytes .../contenttypes/locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 1041 bytes .../contenttypes/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 1110 bytes .../contenttypes/locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 1049 bytes .../contenttypes/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 1062 bytes .../locale/fy_NL/LC_MESSAGES/django.mo | Bin 0 -> 401 bytes .../contenttypes/locale/ga/LC_MESSAGES/django.mo | Bin 0 -> 1091 bytes .../contenttypes/locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 1055 bytes .../contenttypes/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 1117 bytes .../contenttypes/locale/hi/LC_MESSAGES/django.mo | Bin 0 -> 1336 bytes .../contenttypes/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 1115 bytes .../contenttypes/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 1056 bytes .../contenttypes/locale/ia/LC_MESSAGES/django.mo | Bin 0 -> 1087 bytes .../contenttypes/locale/id/LC_MESSAGES/django.mo | Bin 0 -> 1027 bytes .../contenttypes/locale/is/LC_MESSAGES/django.mo | Bin 0 -> 1033 bytes .../contenttypes/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 1071 bytes .../contenttypes/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 1187 bytes .../contenttypes/locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 1356 bytes .../contenttypes/locale/kk/LC_MESSAGES/django.mo | Bin 0 -> 684 bytes .../contenttypes/locale/km/LC_MESSAGES/django.mo | Bin 0 -> 638 bytes .../contenttypes/locale/kn/LC_MESSAGES/django.mo | Bin 0 -> 718 bytes .../contenttypes/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 634 bytes .../contenttypes/locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 1116 bytes .../contenttypes/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 666 bytes .../contenttypes/locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 1211 bytes .../contenttypes/locale/ml/LC_MESSAGES/django.mo | Bin 0 -> 1385 bytes .../contenttypes/locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 1205 bytes .../contenttypes/locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 1055 bytes .../contenttypes/locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 721 bytes .../contenttypes/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 1047 bytes .../contenttypes/locale/nn/LC_MESSAGES/django.mo | Bin 0 -> 637 bytes .../contenttypes/locale/pa/LC_MESSAGES/django.mo | Bin 0 -> 701 bytes .../contenttypes/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 1134 bytes .../contenttypes/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 1075 bytes .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 1076 bytes .../contenttypes/locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 683 bytes .../contenttypes/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 1317 bytes .../contenttypes/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 1058 bytes .../contenttypes/locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 1074 bytes .../contenttypes/locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 1083 bytes .../contenttypes/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 1202 bytes .../locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 1113 bytes .../contenttypes/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 1041 bytes .../contenttypes/locale/sw/LC_MESSAGES/django.mo | Bin 0 -> 561 bytes .../contenttypes/locale/ta/LC_MESSAGES/django.mo | Bin 0 -> 682 bytes .../contenttypes/locale/te/LC_MESSAGES/django.mo | Bin 0 -> 694 bytes .../contenttypes/locale/th/LC_MESSAGES/django.mo | Bin 0 -> 1203 bytes .../contenttypes/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 1063 bytes .../contenttypes/locale/tt/LC_MESSAGES/django.mo | Bin 0 -> 669 bytes .../contenttypes/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 1238 bytes .../contenttypes/locale/ur/LC_MESSAGES/django.mo | Bin 0 -> 690 bytes .../contenttypes/locale/vi/LC_MESSAGES/django.mo | Bin 0 -> 630 bytes .../locale/zh_CN/LC_MESSAGES/django.mo | Bin 0 -> 1016 bytes .../locale/zh_TW/LC_MESSAGES/django.mo | Bin 0 -> 1022 bytes .../django/contrib/databrowse/plugins}/__init__.py | 0 .../django/contrib/flatpages}/__init__.py | 0 .../flatpages/locale/af/LC_MESSAGES/django.mo | Bin 0 -> 544 bytes .../flatpages/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 2079 bytes .../flatpages/locale/az/LC_MESSAGES/django.mo | Bin 0 -> 1872 bytes .../flatpages/locale/be/LC_MESSAGES/django.mo | Bin 0 -> 2737 bytes .../flatpages/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 2551 bytes .../flatpages/locale/bn/LC_MESSAGES/django.mo | Bin 0 -> 2004 bytes .../flatpages/locale/br/LC_MESSAGES/django.mo | Bin 0 -> 630 bytes .../flatpages/locale/bs/LC_MESSAGES/django.mo | Bin 0 -> 1880 bytes .../flatpages/locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 2111 bytes .../flatpages/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 2152 bytes .../flatpages/locale/cy/LC_MESSAGES/django.mo | Bin 0 -> 1296 bytes .../flatpages/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 2122 bytes .../flatpages/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 2187 bytes .../flatpages/locale/el/LC_MESSAGES/django.mo | Bin 0 -> 2193 bytes .../flatpages/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 2012 bytes .../flatpages/locale/en_GB/LC_MESSAGES/django.mo | Bin 0 -> 2076 bytes .../flatpages/locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 2152 bytes .../flatpages/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 2108 bytes .../flatpages/locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 2140 bytes .../flatpages/locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 2166 bytes .../flatpages/locale/es_VE/LC_MESSAGES/django.mo | Bin 0 -> 562 bytes .../flatpages/locale/et/LC_MESSAGES/django.mo | Bin 0 -> 1748 bytes .../flatpages/locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 2098 bytes .../flatpages/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 2435 bytes .../flatpages/locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 2145 bytes .../flatpages/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 2259 bytes .../flatpages/locale/fy_NL/LC_MESSAGES/django.mo | Bin 0 -> 401 bytes .../flatpages/locale/ga/LC_MESSAGES/django.mo | Bin 0 -> 2227 bytes .../flatpages/locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 2120 bytes .../flatpages/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 2277 bytes .../flatpages/locale/hi/LC_MESSAGES/django.mo | Bin 0 -> 2913 bytes .../flatpages/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 2175 bytes .../flatpages/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 2172 bytes .../flatpages/locale/ia/LC_MESSAGES/django.mo | Bin 0 -> 547 bytes .../flatpages/locale/id/LC_MESSAGES/django.mo | Bin 0 -> 2084 bytes .../flatpages/locale/is/LC_MESSAGES/django.mo | Bin 0 -> 2108 bytes .../flatpages/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 2119 bytes .../flatpages/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 2307 bytes .../flatpages/locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 3143 bytes .../flatpages/locale/kk/LC_MESSAGES/django.mo | Bin 0 -> 2107 bytes .../flatpages/locale/km/LC_MESSAGES/django.mo | Bin 0 -> 2033 bytes .../flatpages/locale/kn/LC_MESSAGES/django.mo | Bin 0 -> 2013 bytes .../flatpages/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 1780 bytes .../flatpages/locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 2272 bytes .../flatpages/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 1623 bytes .../flatpages/locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 2614 bytes .../flatpages/locale/ml/LC_MESSAGES/django.mo | Bin 0 -> 3297 bytes .../flatpages/locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 2645 bytes .../flatpages/locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 2114 bytes .../flatpages/locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 1384 bytes .../flatpages/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 2114 bytes .../flatpages/locale/nn/LC_MESSAGES/django.mo | Bin 0 -> 1770 bytes .../flatpages/locale/pa/LC_MESSAGES/django.mo | Bin 0 -> 1004 bytes .../flatpages/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 2220 bytes .../flatpages/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 2116 bytes .../flatpages/locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 2113 bytes .../flatpages/locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 1868 bytes .../flatpages/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 2677 bytes .../flatpages/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 2146 bytes .../flatpages/locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 2142 bytes .../flatpages/locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 2190 bytes .../flatpages/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 2627 bytes .../flatpages/locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 2217 bytes .../flatpages/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 2121 bytes .../flatpages/locale/sw/LC_MESSAGES/django.mo | Bin 0 -> 801 bytes .../flatpages/locale/ta/LC_MESSAGES/django.mo | Bin 0 -> 2066 bytes .../flatpages/locale/te/LC_MESSAGES/django.mo | Bin 0 -> 1324 bytes .../flatpages/locale/th/LC_MESSAGES/django.mo | Bin 0 -> 2809 bytes .../flatpages/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 2099 bytes .../flatpages/locale/tt/LC_MESSAGES/django.mo | Bin 0 -> 2096 bytes .../flatpages/locale/udm/LC_MESSAGES/django.mo | Bin 0 -> 526 bytes .../flatpages/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 2623 bytes .../flatpages/locale/ur/LC_MESSAGES/django.mo | Bin 0 -> 2083 bytes .../flatpages/locale/vi/LC_MESSAGES/django.mo | Bin 0 -> 1101 bytes .../flatpages/locale/zh_CN/LC_MESSAGES/django.mo | Bin 0 -> 1982 bytes .../flatpages/locale/zh_TW/LC_MESSAGES/django.mo | Bin 0 -> 2040 bytes .../contrib/flatpages/templatetags}/__init__.py | 0 .../tests/templates/registration/login.html} | 0 .../django/contrib/formtools}/__init__.py | 0 .../formtools/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 810 bytes .../formtools/locale/az/LC_MESSAGES/django.mo | Bin 0 -> 707 bytes .../formtools/locale/be/LC_MESSAGES/django.mo | Bin 0 -> 973 bytes .../formtools/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 920 bytes .../formtools/locale/bn/LC_MESSAGES/django.mo | Bin 0 -> 814 bytes .../formtools/locale/br/LC_MESSAGES/django.mo | Bin 0 -> 786 bytes .../formtools/locale/bs/LC_MESSAGES/django.mo | Bin 0 -> 753 bytes .../formtools/locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 816 bytes .../formtools/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 823 bytes .../formtools/locale/cy/LC_MESSAGES/django.mo | Bin 0 -> 488 bytes .../formtools/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 813 bytes .../formtools/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 826 bytes .../formtools/locale/el/LC_MESSAGES/django.mo | Bin 0 -> 960 bytes .../formtools/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 746 bytes .../formtools/locale/en_GB/LC_MESSAGES/django.mo | Bin 0 -> 817 bytes .../formtools/locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 808 bytes .../formtools/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 804 bytes .../formtools/locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 823 bytes .../formtools/locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 830 bytes .../formtools/locale/et/LC_MESSAGES/django.mo | Bin 0 -> 672 bytes .../formtools/locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 816 bytes .../formtools/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 851 bytes .../formtools/locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 819 bytes .../formtools/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 815 bytes .../formtools/locale/fy_NL/LC_MESSAGES/django.mo | Bin 0 -> 401 bytes .../formtools/locale/ga/LC_MESSAGES/django.mo | Bin 0 -> 882 bytes .../formtools/locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 796 bytes .../formtools/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 840 bytes .../formtools/locale/hi/LC_MESSAGES/django.mo | Bin 0 -> 971 bytes .../formtools/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 885 bytes .../formtools/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 788 bytes .../formtools/locale/ia/LC_MESSAGES/django.mo | Bin 0 -> 814 bytes .../formtools/locale/id/LC_MESSAGES/django.mo | Bin 0 -> 805 bytes .../formtools/locale/is/LC_MESSAGES/django.mo | Bin 0 -> 813 bytes .../formtools/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 800 bytes .../formtools/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 865 bytes .../formtools/locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 1008 bytes .../formtools/locale/kk/LC_MESSAGES/django.mo | Bin 0 -> 807 bytes .../formtools/locale/km/LC_MESSAGES/django.mo | Bin 0 -> 391 bytes .../formtools/locale/kn/LC_MESSAGES/django.mo | Bin 0 -> 438 bytes .../formtools/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 710 bytes .../formtools/locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 887 bytes .../formtools/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 722 bytes .../formtools/locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 950 bytes .../formtools/locale/ml/LC_MESSAGES/django.mo | Bin 0 -> 1049 bytes .../formtools/locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 937 bytes .../formtools/locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 796 bytes .../formtools/locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 986 bytes .../formtools/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 824 bytes .../formtools/locale/nn/LC_MESSAGES/django.mo | Bin 0 -> 792 bytes .../formtools/locale/pa/LC_MESSAGES/django.mo | Bin 0 -> 478 bytes .../formtools/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 873 bytes .../formtools/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 825 bytes .../formtools/locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 810 bytes .../formtools/locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 753 bytes .../formtools/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 989 bytes .../formtools/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 845 bytes .../formtools/locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 826 bytes .../formtools/locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 823 bytes .../formtools/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 968 bytes .../formtools/locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 890 bytes .../formtools/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 800 bytes .../formtools/locale/sw/LC_MESSAGES/django.mo | Bin 0 -> 796 bytes .../formtools/locale/ta/LC_MESSAGES/django.mo | Bin 0 -> 443 bytes .../formtools/locale/te/LC_MESSAGES/django.mo | Bin 0 -> 869 bytes .../formtools/locale/th/LC_MESSAGES/django.mo | Bin 0 -> 970 bytes .../formtools/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 807 bytes .../formtools/locale/tt/LC_MESSAGES/django.mo | Bin 0 -> 727 bytes .../formtools/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 1016 bytes .../formtools/locale/ur/LC_MESSAGES/django.mo | Bin 0 -> 759 bytes .../formtools/locale/vi/LC_MESSAGES/django.mo | Bin 0 -> 687 bytes .../formtools/locale/zh_CN/LC_MESSAGES/django.mo | Bin 0 -> 793 bytes .../formtools/locale/zh_TW/LC_MESSAGES/django.mo | Bin 0 -> 763 bytes .../tests/wizard/namedwizardtests}/__init__.py | 0 .../tests/wizard/wizardtests}/__init__.py | 0 .../django/contrib/gis/db}/__init__.py | 0 .../django/contrib/gis/db/backends}/__init__.py | 0 .../contrib/gis/db/backends/mysql}/__init__.py | 0 .../contrib/gis/db/backends/oracle}/__init__.py | 0 .../contrib/gis/db/backends/postgis}/__init__.py | 0 .../gis/db/backends/spatialite}/__init__.py | 0 .../contrib/gis/gdal/prototypes}/__init__.py | 0 .../django/contrib/gis/geometry}/__init__.py | 0 .../contrib/gis/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 1620 bytes .../contrib/gis/locale/az/LC_MESSAGES/django.mo | Bin 0 -> 1385 bytes .../contrib/gis/locale/be/LC_MESSAGES/django.mo | Bin 0 -> 2156 bytes .../contrib/gis/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 2180 bytes .../contrib/gis/locale/bn/LC_MESSAGES/django.mo | Bin 0 -> 813 bytes .../contrib/gis/locale/br/LC_MESSAGES/django.mo | Bin 0 -> 562 bytes .../contrib/gis/locale/bs/LC_MESSAGES/django.mo | Bin 0 -> 1477 bytes .../contrib/gis/locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 1826 bytes .../contrib/gis/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 1844 bytes .../contrib/gis/locale/cy/LC_MESSAGES/django.mo | Bin 0 -> 488 bytes .../contrib/gis/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 1752 bytes .../contrib/gis/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 1801 bytes .../contrib/gis/locale/el/LC_MESSAGES/django.mo | Bin 0 -> 1792 bytes .../contrib/gis/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 1678 bytes .../contrib/gis/locale/en_GB/LC_MESSAGES/django.mo | Bin 0 -> 1742 bytes .../contrib/gis/locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 1769 bytes .../contrib/gis/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 1845 bytes .../contrib/gis/locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 1870 bytes .../contrib/gis/locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 1868 bytes .../contrib/gis/locale/et/LC_MESSAGES/django.mo | Bin 0 -> 1326 bytes .../contrib/gis/locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 1745 bytes .../contrib/gis/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 1962 bytes .../contrib/gis/locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 1333 bytes .../contrib/gis/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 1833 bytes .../contrib/gis/locale/fy_NL/LC_MESSAGES/django.mo | Bin 0 -> 401 bytes .../contrib/gis/locale/ga/LC_MESSAGES/django.mo | Bin 0 -> 1856 bytes .../contrib/gis/locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 1839 bytes .../contrib/gis/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 1865 bytes .../contrib/gis/locale/hi/LC_MESSAGES/django.mo | Bin 0 -> 2397 bytes .../contrib/gis/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 1860 bytes .../contrib/gis/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 1735 bytes .../contrib/gis/locale/ia/LC_MESSAGES/django.mo | Bin 0 -> 1831 bytes .../contrib/gis/locale/id/LC_MESSAGES/django.mo | Bin 0 -> 1731 bytes .../contrib/gis/locale/is/LC_MESSAGES/django.mo | Bin 0 -> 1658 bytes .../contrib/gis/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 1800 bytes .../contrib/gis/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 1895 bytes .../contrib/gis/locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 2588 bytes .../contrib/gis/locale/kk/LC_MESSAGES/django.mo | Bin 0 -> 1580 bytes .../contrib/gis/locale/km/LC_MESSAGES/django.mo | Bin 0 -> 391 bytes .../contrib/gis/locale/kn/LC_MESSAGES/django.mo | Bin 0 -> 438 bytes .../contrib/gis/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 1413 bytes .../contrib/gis/locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 1821 bytes .../contrib/gis/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 1444 bytes .../contrib/gis/locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 2270 bytes .../contrib/gis/locale/ml/LC_MESSAGES/django.mo | Bin 0 -> 2718 bytes .../contrib/gis/locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 2133 bytes .../contrib/gis/locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 1717 bytes .../contrib/gis/locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 990 bytes .../contrib/gis/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 1785 bytes .../contrib/gis/locale/nn/LC_MESSAGES/django.mo | Bin 0 -> 1206 bytes .../contrib/gis/locale/pa/LC_MESSAGES/django.mo | Bin 0 -> 1150 bytes .../contrib/gis/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 1867 bytes .../contrib/gis/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 1783 bytes .../contrib/gis/locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 1787 bytes .../contrib/gis/locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 1446 bytes .../contrib/gis/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 2226 bytes .../contrib/gis/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 1818 bytes .../contrib/gis/locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 1793 bytes .../contrib/gis/locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 1811 bytes .../contrib/gis/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 2207 bytes .../gis/locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 1873 bytes .../contrib/gis/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 1727 bytes .../contrib/gis/locale/sw/LC_MESSAGES/django.mo | Bin 0 -> 1414 bytes .../contrib/gis/locale/ta/LC_MESSAGES/django.mo | Bin 0 -> 443 bytes .../contrib/gis/locale/te/LC_MESSAGES/django.mo | Bin 0 -> 828 bytes .../contrib/gis/locale/th/LC_MESSAGES/django.mo | Bin 0 -> 2423 bytes .../contrib/gis/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 1801 bytes .../contrib/gis/locale/tt/LC_MESSAGES/django.mo | Bin 0 -> 1686 bytes .../contrib/gis/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 1425 bytes .../contrib/gis/locale/ur/LC_MESSAGES/django.mo | Bin 0 -> 1616 bytes .../contrib/gis/locale/vi/LC_MESSAGES/django.mo | Bin 0 -> 804 bytes .../contrib/gis/locale/zh_CN/LC_MESSAGES/django.mo | Bin 0 -> 1678 bytes .../contrib/gis/locale/zh_TW/LC_MESSAGES/django.mo | Bin 0 -> 1798 bytes .../django/contrib/gis/management}/__init__.py | 0 .../contrib/gis/management/commands}/__init__.py | 0 .../django/contrib/gis/maps}/__init__.py | 0 .../contrib/gis/maps/openlayers}/__init__.py | 0 .../contrib/gis/tests/data/ch-city/ch-city.dbf | Bin 0 -> 285 bytes .../contrib/gis/tests/data/ch-city/ch-city.shp | Bin 0 -> 128 bytes .../contrib/gis/tests/data/ch-city/ch-city.shx | Bin 0 -> 108 bytes .../contrib/gis/tests/data/cities/cities.dbf | Bin .../contrib/gis/tests/data/cities/cities.shp | Bin .../contrib/gis/tests/data/cities/cities.shx | Bin .../contrib/gis/tests/data/counties/counties.dbf | Bin .../contrib/gis/tests/data/counties/counties.shp | Bin .../contrib/gis/tests/data/counties/counties.shx | Bin .../gis/tests/data/interstates/interstates.dbf | Bin .../gis/tests/data/interstates/interstates.shp | Bin .../gis/tests/data/interstates/interstates.shx | Bin .../contrib/gis/tests/data/invalid/emptypoints.dbf | Bin .../contrib/gis/tests/data/invalid/emptypoints.shp | Bin .../contrib/gis/tests/data/invalid/emptypoints.shx | Bin .../gis/tests/data/test_point/test_point.dbf | Bin .../gis/tests/data/test_point/test_point.shp | Bin .../gis/tests/data/test_point/test_point.shx | Bin .../contrib/gis/tests/data/test_poly/test_poly.dbf | Bin .../contrib/gis/tests/data/test_poly/test_poly.shp | Bin .../contrib/gis/tests/data/test_poly/test_poly.shx | Bin .../django/contrib/gis/tests/data/texas.dbf | Bin .../django/contrib/gis/tests/distapp}/__init__.py | 0 .../tests/distapp/fixtures/initial_data.json.gz | Bin .../django/contrib/gis/tests/geo3d}/__init__.py | 0 .../django/contrib/gis/tests/geoadmin}/__init__.py | 0 .../django/contrib/gis/tests/geoapp}/__init__.py | 0 .../gis/tests/geoapp/fixtures/initial_data.json.gz | Bin .../django/contrib/gis/tests/geogapp}/__init__.py | 0 .../contrib/gis/tests/inspectapp}/__init__.py | 0 .../django/contrib/gis/tests/layermap}/__init__.py | 0 .../contrib/gis/tests/relatedapp}/__init__.py | 0 .../tests/relatedapp/fixtures/initial_data.json.gz | Bin 0 -> 526 bytes .../django/contrib/humanize}/__init__.py | 0 .../humanize/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 1729 bytes .../humanize/locale/az/LC_MESSAGES/django.mo | Bin 0 -> 2313 bytes .../humanize/locale/be/LC_MESSAGES/django.mo | Bin 0 -> 6555 bytes .../humanize/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 4594 bytes .../humanize/locale/bn/LC_MESSAGES/django.mo | Bin 0 -> 1426 bytes .../humanize/locale/br/LC_MESSAGES/django.mo | Bin 0 -> 4033 bytes .../humanize/locale/bs/LC_MESSAGES/django.mo | Bin 0 -> 1430 bytes .../humanize/locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 3996 bytes .../humanize/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 4649 bytes .../humanize/locale/cy/LC_MESSAGES/django.mo | Bin 0 -> 488 bytes .../humanize/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 4103 bytes .../humanize/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 4126 bytes .../humanize/locale/el/LC_MESSAGES/django.mo | Bin 0 -> 5282 bytes .../humanize/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 3992 bytes .../humanize/locale/en_GB/LC_MESSAGES/django.mo | Bin 0 -> 4063 bytes .../humanize/locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 4103 bytes .../humanize/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 4141 bytes .../humanize/locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 4212 bytes .../humanize/locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 4169 bytes .../humanize/locale/et/LC_MESSAGES/django.mo | Bin 0 -> 1284 bytes .../humanize/locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 4007 bytes .../humanize/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 3672 bytes .../humanize/locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 2395 bytes .../humanize/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 4121 bytes .../humanize/locale/fy_NL/LC_MESSAGES/django.mo | Bin 0 -> 401 bytes .../humanize/locale/ga/LC_MESSAGES/django.mo | Bin 0 -> 6174 bytes .../humanize/locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 4081 bytes .../humanize/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 4484 bytes .../humanize/locale/hi/LC_MESSAGES/django.mo | Bin 0 -> 4953 bytes .../humanize/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 4727 bytes .../humanize/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 4147 bytes .../humanize/locale/ia/LC_MESSAGES/django.mo | Bin 0 -> 4083 bytes .../humanize/locale/id/LC_MESSAGES/django.mo | Bin 0 -> 3504 bytes .../humanize/locale/is/LC_MESSAGES/django.mo | Bin 0 -> 4218 bytes .../humanize/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 4697 bytes .../humanize/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 2048 bytes .../humanize/locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 4126 bytes .../humanize/locale/kk/LC_MESSAGES/django.mo | Bin 0 -> 2547 bytes .../humanize/locale/km/LC_MESSAGES/django.mo | Bin 0 -> 391 bytes .../humanize/locale/kn/LC_MESSAGES/django.mo | Bin 0 -> 438 bytes .../humanize/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 1190 bytes .../humanize/locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 4947 bytes .../humanize/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 1393 bytes .../humanize/locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 4604 bytes .../humanize/locale/ml/LC_MESSAGES/django.mo | Bin 0 -> 6349 bytes .../humanize/locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 4693 bytes .../humanize/locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 4092 bytes .../humanize/locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 1909 bytes .../humanize/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 4046 bytes .../humanize/locale/nn/LC_MESSAGES/django.mo | Bin 0 -> 4096 bytes .../humanize/locale/pa/LC_MESSAGES/django.mo | Bin 0 -> 1433 bytes .../humanize/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 4710 bytes .../humanize/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 4122 bytes .../humanize/locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 4130 bytes .../humanize/locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 2649 bytes .../humanize/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 5758 bytes .../humanize/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 4728 bytes .../humanize/locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 5352 bytes .../humanize/locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 4085 bytes .../humanize/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 5468 bytes .../humanize/locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 4676 bytes .../humanize/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 4072 bytes .../humanize/locale/sw/LC_MESSAGES/django.mo | Bin 0 -> 4089 bytes .../humanize/locale/ta/LC_MESSAGES/django.mo | Bin 0 -> 443 bytes .../humanize/locale/te/LC_MESSAGES/django.mo | Bin 0 -> 2219 bytes .../humanize/locale/th/LC_MESSAGES/django.mo | Bin 0 -> 3908 bytes .../humanize/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 3476 bytes .../humanize/locale/tt/LC_MESSAGES/django.mo | Bin 0 -> 3786 bytes .../humanize/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 5683 bytes .../humanize/locale/ur/LC_MESSAGES/django.mo | Bin 0 -> 1366 bytes .../humanize/locale/vi/LC_MESSAGES/django.mo | Bin 0 -> 968 bytes .../humanize/locale/zh_CN/LC_MESSAGES/django.mo | Bin 0 -> 3545 bytes .../humanize/locale/zh_TW/LC_MESSAGES/django.mo | Bin 0 -> 3381 bytes .../django/contrib/humanize/models.py} | 0 .../contrib/humanize/templatetags}/__init__.py | 0 .../django/contrib/localflavor/ar}/__init__.py | 0 .../django/contrib/localflavor/at}/__init__.py | 0 .../django/contrib/localflavor/au}/__init__.py | 0 .../django/contrib/localflavor/be}/__init__.py | 0 .../django/contrib/localflavor/br}/__init__.py | 0 .../django/contrib/localflavor/ca}/__init__.py | 0 .../django/contrib/localflavor/ch}/__init__.py | 0 .../django/contrib/localflavor/cl}/__init__.py | 0 .../django/contrib/localflavor/cn}/__init__.py | 0 .../django/contrib/localflavor/co}/__init__.py | 0 .../django/contrib/localflavor/cz}/__init__.py | 0 .../django/contrib/localflavor/de}/__init__.py | 0 .../django/contrib/localflavor/ec}/__init__.py | 0 .../django/contrib/localflavor/es}/__init__.py | 0 .../django/contrib/localflavor/fi}/__init__.py | 0 .../django/contrib/localflavor/fr}/__init__.py | 0 .../django/contrib/localflavor/gb}/__init__.py | 0 .../contrib/localflavor/generic}/__init__.py | 0 .../django/contrib/localflavor/hk}/__init__.py | 0 .../django/contrib/localflavor/hr}/__init__.py | 0 .../django/contrib/localflavor/id}/__init__.py | 0 .../django/contrib/localflavor/ie}/__init__.py | 0 .../django/contrib/localflavor/il}/__init__.py | 0 .../django/contrib/localflavor/in_}/__init__.py | 0 .../django/contrib/localflavor/is_}/__init__.py | 0 .../django/contrib/localflavor/it}/__init__.py | 0 .../django/contrib/localflavor/jp}/__init__.py | 0 .../django/contrib/localflavor/kw}/__init__.py | 0 .../localflavor/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 19750 bytes .../localflavor/locale/az/LC_MESSAGES/django.mo | Bin 0 -> 35136 bytes .../localflavor/locale/be/LC_MESSAGES/django.mo | Bin 0 -> 62074 bytes .../localflavor/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 44416 bytes .../localflavor/locale/bn/LC_MESSAGES/django.mo | Bin 0 -> 4633 bytes .../localflavor/locale/br/LC_MESSAGES/django.mo | Bin 0 -> 2926 bytes .../localflavor/locale/bs/LC_MESSAGES/django.mo | Bin 0 -> 14188 bytes .../localflavor/locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 51394 bytes .../localflavor/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 51302 bytes .../localflavor/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 50381 bytes .../localflavor/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 51615 bytes .../localflavor/locale/el/LC_MESSAGES/django.mo | Bin 0 -> 40695 bytes .../localflavor/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 50092 bytes .../localflavor/locale/en_GB/LC_MESSAGES/django.mo | Bin 0 -> 49328 bytes .../localflavor/locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 50002 bytes .../localflavor/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 52031 bytes .../localflavor/locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 52146 bytes .../localflavor/locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 51346 bytes .../localflavor/locale/et/LC_MESSAGES/django.mo | Bin 0 -> 26926 bytes .../localflavor/locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 50223 bytes .../localflavor/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 9178 bytes .../localflavor/locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 36184 bytes .../localflavor/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 51879 bytes .../localflavor/locale/fy_NL/LC_MESSAGES/django.mo | Bin 0 -> 401 bytes .../localflavor/locale/ga/LC_MESSAGES/django.mo | Bin 0 -> 50752 bytes .../localflavor/locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 51636 bytes .../localflavor/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 57631 bytes .../localflavor/locale/hi/LC_MESSAGES/django.mo | Bin 0 -> 75215 bytes .../localflavor/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 40206 bytes .../localflavor/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 51184 bytes .../localflavor/locale/ia/LC_MESSAGES/django.mo | Bin 0 -> 984 bytes .../localflavor/locale/id/LC_MESSAGES/django.mo | Bin 0 -> 50481 bytes .../localflavor/locale/is/LC_MESSAGES/django.mo | Bin 0 -> 5345 bytes .../localflavor/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 51610 bytes .../localflavor/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 36965 bytes .../localflavor/locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 38017 bytes .../localflavor/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 37091 bytes .../localflavor/locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 51093 bytes .../localflavor/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 15073 bytes .../localflavor/locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 58745 bytes .../localflavor/locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 61259 bytes .../localflavor/locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 49858 bytes .../localflavor/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 50800 bytes .../localflavor/locale/nn/LC_MESSAGES/django.mo | Bin 0 -> 31940 bytes .../localflavor/locale/pa/LC_MESSAGES/django.mo | Bin 0 -> 1860 bytes .../localflavor/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 49879 bytes .../localflavor/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 35443 bytes .../localflavor/locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 51629 bytes .../localflavor/locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 26053 bytes .../localflavor/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 64238 bytes .../localflavor/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 51588 bytes .../localflavor/locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 51365 bytes .../localflavor/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 2709 bytes .../locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 2305 bytes .../localflavor/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 49692 bytes .../localflavor/locale/sw/LC_MESSAGES/django.mo | Bin 0 -> 21161 bytes .../localflavor/locale/te/LC_MESSAGES/django.mo | Bin 0 -> 36323 bytes .../localflavor/locale/th/LC_MESSAGES/django.mo | Bin 0 -> 52472 bytes .../localflavor/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 50937 bytes .../localflavor/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 30201 bytes .../localflavor/locale/vi/LC_MESSAGES/django.mo | Bin 0 -> 5110 bytes .../localflavor/locale/zh_CN/LC_MESSAGES/django.mo | Bin 0 -> 31701 bytes .../localflavor/locale/zh_TW/LC_MESSAGES/django.mo | Bin 0 -> 50191 bytes .../django/contrib/localflavor/mk}/__init__.py | 0 .../django/contrib/localflavor/mx}/__init__.py | 0 .../django/contrib/localflavor/nl}/__init__.py | 0 .../django/contrib/localflavor/no}/__init__.py | 0 .../django/contrib/localflavor/pe}/__init__.py | 0 .../django/contrib/localflavor/pl}/__init__.py | 0 .../django/contrib/localflavor/pt}/__init__.py | 0 .../django/contrib/localflavor/py}/__init__.py | 0 .../django/contrib/localflavor/ro}/__init__.py | 0 .../django/contrib/localflavor/ru}/__init__.py | 0 .../django/contrib/localflavor/se}/__init__.py | 0 .../django/contrib/localflavor/si}/__init__.py | 0 .../django/contrib/localflavor/sk}/__init__.py | 0 .../django/contrib/localflavor/tr}/__init__.py | 0 .../django/contrib/localflavor/uk}/__init__.py | 0 .../django/contrib/localflavor/us}/__init__.py | 0 .../django/contrib/localflavor/uy}/__init__.py | 0 .../django/contrib/localflavor/za}/__init__.py | 0 .../django/contrib/markup}/__init__.py | 0 .../django/contrib/markup/models.py} | 0 .../contrib/markup/templatetags}/__init__.py | 0 .../messages/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 608 bytes .../messages/locale/az/LC_MESSAGES/django.mo | Bin 0 -> 516 bytes .../messages/locale/be/LC_MESSAGES/django.mo | Bin 0 -> 661 bytes .../messages/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 549 bytes .../messages/locale/bn/LC_MESSAGES/django.mo | Bin 0 -> 534 bytes .../messages/locale/br/LC_MESSAGES/django.mo | Bin 0 -> 517 bytes .../messages/locale/bs/LC_MESSAGES/django.mo | Bin 0 -> 593 bytes .../messages/locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 521 bytes .../messages/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 563 bytes .../messages/locale/cy/LC_MESSAGES/django.mo | Bin 0 -> 488 bytes .../messages/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 521 bytes .../messages/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 519 bytes .../messages/locale/el/LC_MESSAGES/django.mo | Bin 0 -> 525 bytes .../messages/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 472 bytes .../messages/locale/en_GB/LC_MESSAGES/django.mo | Bin 0 -> 543 bytes .../messages/locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 529 bytes .../messages/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 518 bytes .../messages/locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 536 bytes .../messages/locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 543 bytes .../messages/locale/et/LC_MESSAGES/django.mo | Bin 0 -> 516 bytes .../messages/locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 521 bytes .../messages/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 524 bytes .../messages/locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 519 bytes .../messages/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 524 bytes .../messages/locale/fy_NL/LC_MESSAGES/django.mo | Bin 0 -> 401 bytes .../messages/locale/ga/LC_MESSAGES/django.mo | Bin 0 -> 567 bytes .../messages/locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 516 bytes .../messages/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 526 bytes .../messages/locale/hi/LC_MESSAGES/django.mo | Bin 0 -> 537 bytes .../messages/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 609 bytes .../messages/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 536 bytes .../messages/locale/ia/LC_MESSAGES/django.mo | Bin 0 -> 527 bytes .../messages/locale/id/LC_MESSAGES/django.mo | Bin 0 -> 518 bytes .../messages/locale/is/LC_MESSAGES/django.mo | Bin 0 -> 521 bytes .../messages/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 520 bytes .../messages/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 521 bytes .../messages/locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 557 bytes .../messages/locale/kk/LC_MESSAGES/django.mo | Bin 0 -> 524 bytes .../messages/locale/km/LC_MESSAGES/django.mo | Bin 0 -> 391 bytes .../messages/locale/kn/LC_MESSAGES/django.mo | Bin 0 -> 438 bytes .../messages/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 533 bytes .../messages/locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 582 bytes .../messages/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 561 bytes .../messages/locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 566 bytes .../messages/locale/ml/LC_MESSAGES/django.mo | Bin 0 -> 539 bytes .../messages/locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 546 bytes .../messages/locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 546 bytes .../messages/locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 534 bytes .../messages/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 526 bytes .../messages/locale/nn/LC_MESSAGES/django.mo | Bin 0 -> 527 bytes .../messages/locale/pa/LC_MESSAGES/django.mo | Bin 0 -> 478 bytes .../messages/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 608 bytes .../messages/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 522 bytes .../messages/locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 517 bytes .../messages/locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 575 bytes .../messages/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 641 bytes .../messages/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 547 bytes .../messages/locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 550 bytes .../messages/locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 523 bytes .../messages/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 592 bytes .../messages/locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 606 bytes .../messages/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 521 bytes .../messages/locale/sw/LC_MESSAGES/django.mo | Bin 0 -> 516 bytes .../messages/locale/ta/LC_MESSAGES/django.mo | Bin 0 -> 443 bytes .../messages/locale/te/LC_MESSAGES/django.mo | Bin 0 -> 549 bytes .../messages/locale/th/LC_MESSAGES/django.mo | Bin 0 -> 548 bytes .../messages/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 511 bytes .../messages/locale/tt/LC_MESSAGES/django.mo | Bin 0 -> 524 bytes .../messages/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 656 bytes .../messages/locale/ur/LC_MESSAGES/django.mo | Bin 0 -> 535 bytes .../messages/locale/vi/LC_MESSAGES/django.mo | Bin 0 -> 527 bytes .../messages/locale/zh_CN/LC_MESSAGES/django.mo | Bin 0 -> 530 bytes .../messages/locale/zh_TW/LC_MESSAGES/django.mo | Bin 0 -> 528 bytes .../django/contrib/redirects}/__init__.py | 0 .../redirects/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 1269 bytes .../redirects/locale/az/LC_MESSAGES/django.mo | Bin 0 -> 1077 bytes .../redirects/locale/be/LC_MESSAGES/django.mo | Bin 0 -> 1290 bytes .../redirects/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 1186 bytes .../redirects/locale/bn/LC_MESSAGES/django.mo | Bin 0 -> 1323 bytes .../redirects/locale/br/LC_MESSAGES/django.mo | Bin 0 -> 622 bytes .../redirects/locale/bs/LC_MESSAGES/django.mo | Bin 0 -> 1119 bytes .../redirects/locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 1070 bytes .../redirects/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 1086 bytes .../redirects/locale/cy/LC_MESSAGES/django.mo | Bin 0 -> 1104 bytes .../redirects/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 1047 bytes .../redirects/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 1047 bytes .../redirects/locale/el/LC_MESSAGES/django.mo | Bin 0 -> 1281 bytes .../redirects/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 988 bytes .../redirects/locale/en_GB/LC_MESSAGES/django.mo | Bin 0 -> 1052 bytes .../redirects/locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 1058 bytes .../redirects/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 1061 bytes .../redirects/locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 1076 bytes .../redirects/locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 1070 bytes .../redirects/locale/et/LC_MESSAGES/django.mo | Bin 0 -> 1050 bytes .../redirects/locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 1048 bytes .../redirects/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 1157 bytes .../redirects/locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 1102 bytes .../redirects/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 1073 bytes .../redirects/locale/fy_NL/LC_MESSAGES/django.mo | Bin 0 -> 401 bytes .../redirects/locale/ga/LC_MESSAGES/django.mo | Bin 0 -> 1038 bytes .../redirects/locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 1059 bytes .../redirects/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 1058 bytes .../redirects/locale/hi/LC_MESSAGES/django.mo | Bin 0 -> 1418 bytes .../redirects/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 1119 bytes .../redirects/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 1093 bytes .../redirects/locale/id/LC_MESSAGES/django.mo | Bin 0 -> 1030 bytes .../redirects/locale/is/LC_MESSAGES/django.mo | Bin 0 -> 1020 bytes .../redirects/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 1048 bytes .../redirects/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 1069 bytes .../redirects/locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 1437 bytes .../redirects/locale/kk/LC_MESSAGES/django.mo | Bin 0 -> 1168 bytes .../redirects/locale/km/LC_MESSAGES/django.mo | Bin 0 -> 1208 bytes .../redirects/locale/kn/LC_MESSAGES/django.mo | Bin 0 -> 1400 bytes .../redirects/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 1007 bytes .../redirects/locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 1117 bytes .../redirects/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 1115 bytes .../redirects/locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 1255 bytes .../redirects/locale/ml/LC_MESSAGES/django.mo | Bin 0 -> 1335 bytes .../redirects/locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 1187 bytes .../redirects/locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 1098 bytes .../redirects/locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 1331 bytes .../redirects/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 1043 bytes .../redirects/locale/nn/LC_MESSAGES/django.mo | Bin 0 -> 1076 bytes .../redirects/locale/pa/LC_MESSAGES/django.mo | Bin 0 -> 540 bytes .../redirects/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 1048 bytes .../redirects/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 1054 bytes .../redirects/locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 1060 bytes .../redirects/locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 1143 bytes .../redirects/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 1296 bytes .../redirects/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 1091 bytes .../redirects/locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 1070 bytes .../redirects/locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 1059 bytes .../redirects/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 1258 bytes .../redirects/locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 1134 bytes .../redirects/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 1065 bytes .../redirects/locale/sw/LC_MESSAGES/django.mo | Bin 0 -> 1038 bytes .../redirects/locale/ta/LC_MESSAGES/django.mo | Bin 0 -> 1506 bytes .../redirects/locale/te/LC_MESSAGES/django.mo | Bin 0 -> 467 bytes .../redirects/locale/th/LC_MESSAGES/django.mo | Bin 0 -> 1214 bytes .../redirects/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 1042 bytes .../redirects/locale/tt/LC_MESSAGES/django.mo | Bin 0 -> 1188 bytes .../redirects/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 1309 bytes .../redirects/locale/ur/LC_MESSAGES/django.mo | Bin 0 -> 1157 bytes .../redirects/locale/vi/LC_MESSAGES/django.mo | Bin 0 -> 1115 bytes .../redirects/locale/zh_CN/LC_MESSAGES/django.mo | Bin 0 -> 1013 bytes .../redirects/locale/zh_TW/LC_MESSAGES/django.mo | Bin 0 -> 1027 bytes .../django/contrib/sessions}/__init__.py | 0 .../django/contrib/sessions/backends}/__init__.py | 0 .../sessions/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 814 bytes .../sessions/locale/az/LC_MESSAGES/django.mo | Bin 0 -> 696 bytes .../sessions/locale/be/LC_MESSAGES/django.mo | Bin 0 -> 803 bytes .../sessions/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 751 bytes .../sessions/locale/bn/LC_MESSAGES/django.mo | Bin 0 -> 766 bytes .../sessions/locale/br/LC_MESSAGES/django.mo | Bin 0 -> 535 bytes .../sessions/locale/bs/LC_MESSAGES/django.mo | Bin 0 -> 763 bytes .../sessions/locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 708 bytes .../sessions/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 718 bytes .../sessions/locale/cy/LC_MESSAGES/django.mo | Bin 0 -> 734 bytes .../sessions/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 691 bytes .../sessions/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 691 bytes .../sessions/locale/el/LC_MESSAGES/django.mo | Bin 0 -> 768 bytes .../sessions/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 642 bytes .../sessions/locale/en_GB/LC_MESSAGES/django.mo | Bin 0 -> 706 bytes .../sessions/locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 706 bytes .../sessions/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 704 bytes .../sessions/locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 725 bytes .../sessions/locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 735 bytes .../sessions/locale/et/LC_MESSAGES/django.mo | Bin 0 -> 705 bytes .../sessions/locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 693 bytes .../sessions/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 718 bytes .../sessions/locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 691 bytes .../sessions/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 703 bytes .../sessions/locale/fy_NL/LC_MESSAGES/django.mo | Bin 0 -> 401 bytes .../sessions/locale/ga/LC_MESSAGES/django.mo | Bin 0 -> 751 bytes .../sessions/locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 705 bytes .../sessions/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 769 bytes .../sessions/locale/hi/LC_MESSAGES/django.mo | Bin 0 -> 768 bytes .../sessions/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 777 bytes .../sessions/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 710 bytes .../sessions/locale/id/LC_MESSAGES/django.mo | Bin 0 -> 679 bytes .../sessions/locale/is/LC_MESSAGES/django.mo | Bin 0 -> 688 bytes .../sessions/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 705 bytes .../sessions/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 720 bytes .../sessions/locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 807 bytes .../sessions/locale/kk/LC_MESSAGES/django.mo | Bin 0 -> 743 bytes .../sessions/locale/km/LC_MESSAGES/django.mo | Bin 0 -> 889 bytes .../sessions/locale/kn/LC_MESSAGES/django.mo | Bin 0 -> 818 bytes .../sessions/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 678 bytes .../sessions/locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 758 bytes .../sessions/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 735 bytes .../sessions/locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 798 bytes .../sessions/locale/ml/LC_MESSAGES/django.mo | Bin 0 -> 784 bytes .../sessions/locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 748 bytes .../sessions/locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 680 bytes .../sessions/locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 766 bytes .../sessions/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 689 bytes .../sessions/locale/nn/LC_MESSAGES/django.mo | Bin 0 -> 699 bytes .../sessions/locale/pa/LC_MESSAGES/django.mo | Bin 0 -> 775 bytes .../sessions/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 751 bytes .../sessions/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 708 bytes .../sessions/locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 703 bytes .../sessions/locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 744 bytes .../sessions/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 810 bytes .../sessions/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 739 bytes .../sessions/locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 711 bytes .../sessions/locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 696 bytes .../sessions/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 816 bytes .../sessions/locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 789 bytes .../sessions/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 694 bytes .../sessions/locale/sw/LC_MESSAGES/django.mo | Bin 0 -> 708 bytes .../sessions/locale/ta/LC_MESSAGES/django.mo | Bin 0 -> 805 bytes .../sessions/locale/te/LC_MESSAGES/django.mo | Bin 0 -> 797 bytes .../sessions/locale/th/LC_MESSAGES/django.mo | Bin 0 -> 761 bytes .../sessions/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 690 bytes .../sessions/locale/tt/LC_MESSAGES/django.mo | Bin 0 -> 767 bytes .../sessions/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 808 bytes .../sessions/locale/ur/LC_MESSAGES/django.mo | Bin 0 -> 748 bytes .../sessions/locale/vi/LC_MESSAGES/django.mo | Bin 0 -> 687 bytes .../sessions/locale/zh_CN/LC_MESSAGES/django.mo | Bin 0 -> 694 bytes .../sessions/locale/zh_TW/LC_MESSAGES/django.mo | Bin 0 -> 702 bytes .../contrib/sessions/management}/__init__.py | 0 .../sessions/management/commands}/__init__.py | 0 .../contrib/sitemaps/management}/__init__.py | 0 .../sitemaps/management/commands}/__init__.py | 0 .../contrib/sitemaps/tests/urls}/__init__.py | 0 .../django/contrib/sites}/__init__.py | 0 .../contrib/sites/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 728 bytes .../contrib/sites/locale/az/LC_MESSAGES/django.mo | Bin 0 -> 604 bytes .../contrib/sites/locale/be/LC_MESSAGES/django.mo | Bin 0 -> 734 bytes .../contrib/sites/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 662 bytes .../contrib/sites/locale/bn/LC_MESSAGES/django.mo | Bin 0 -> 686 bytes .../contrib/sites/locale/br/LC_MESSAGES/django.mo | Bin 0 -> 627 bytes .../contrib/sites/locale/bs/LC_MESSAGES/django.mo | Bin 0 -> 696 bytes .../contrib/sites/locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 626 bytes .../contrib/sites/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 651 bytes .../contrib/sites/locale/cy/LC_MESSAGES/django.mo | Bin 0 -> 667 bytes .../contrib/sites/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 622 bytes .../contrib/sites/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 617 bytes .../contrib/sites/locale/el/LC_MESSAGES/django.mo | Bin 0 -> 678 bytes .../contrib/sites/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 574 bytes .../sites/locale/en_GB/LC_MESSAGES/django.mo | Bin 0 -> 638 bytes .../contrib/sites/locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 634 bytes .../contrib/sites/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 635 bytes .../sites/locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 656 bytes .../sites/locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 646 bytes .../contrib/sites/locale/et/LC_MESSAGES/django.mo | Bin 0 -> 620 bytes .../contrib/sites/locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 635 bytes .../contrib/sites/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 658 bytes .../contrib/sites/locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 627 bytes .../contrib/sites/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 624 bytes .../sites/locale/fy_NL/LC_MESSAGES/django.mo | Bin 0 -> 401 bytes .../contrib/sites/locale/ga/LC_MESSAGES/django.mo | Bin 0 -> 672 bytes .../contrib/sites/locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 611 bytes .../contrib/sites/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 633 bytes .../contrib/sites/locale/hi/LC_MESSAGES/django.mo | Bin 0 -> 669 bytes .../contrib/sites/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 700 bytes .../contrib/sites/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 639 bytes .../contrib/sites/locale/id/LC_MESSAGES/django.mo | Bin 0 -> 626 bytes .../contrib/sites/locale/is/LC_MESSAGES/django.mo | Bin 0 -> 617 bytes .../contrib/sites/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 628 bytes .../contrib/sites/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 624 bytes .../contrib/sites/locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 710 bytes .../contrib/sites/locale/kk/LC_MESSAGES/django.mo | Bin 0 -> 657 bytes .../contrib/sites/locale/km/LC_MESSAGES/django.mo | Bin 0 -> 661 bytes .../contrib/sites/locale/kn/LC_MESSAGES/django.mo | Bin 0 -> 680 bytes .../contrib/sites/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 625 bytes .../contrib/sites/locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 680 bytes .../contrib/sites/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 670 bytes .../contrib/sites/locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 692 bytes .../contrib/sites/locale/ml/LC_MESSAGES/django.mo | Bin 0 -> 712 bytes .../contrib/sites/locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 670 bytes .../contrib/sites/locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 638 bytes .../contrib/sites/locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 683 bytes .../contrib/sites/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 617 bytes .../contrib/sites/locale/nn/LC_MESSAGES/django.mo | Bin 0 -> 637 bytes .../contrib/sites/locale/pa/LC_MESSAGES/django.mo | Bin 0 -> 688 bytes .../contrib/sites/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 687 bytes .../contrib/sites/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 628 bytes .../sites/locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 631 bytes .../contrib/sites/locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 673 bytes .../contrib/sites/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 728 bytes .../contrib/sites/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 655 bytes .../contrib/sites/locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 651 bytes .../contrib/sites/locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 632 bytes .../contrib/sites/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 728 bytes .../sites/locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 716 bytes .../contrib/sites/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 630 bytes .../contrib/sites/locale/sw/LC_MESSAGES/django.mo | Bin 0 -> 627 bytes .../contrib/sites/locale/ta/LC_MESSAGES/django.mo | Bin 0 -> 718 bytes .../contrib/sites/locale/te/LC_MESSAGES/django.mo | Bin 0 -> 691 bytes .../contrib/sites/locale/th/LC_MESSAGES/django.mo | Bin 0 -> 662 bytes .../contrib/sites/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 615 bytes .../contrib/sites/locale/tt/LC_MESSAGES/django.mo | Bin 0 -> 663 bytes .../contrib/sites/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 738 bytes .../contrib/sites/locale/ur/LC_MESSAGES/django.mo | Bin 0 -> 673 bytes .../contrib/sites/locale/vi/LC_MESSAGES/django.mo | Bin 0 -> 630 bytes .../sites/locale/zh_CN/LC_MESSAGES/django.mo | Bin 0 -> 625 bytes .../sites/locale/zh_TW/LC_MESSAGES/django.mo | Bin 0 -> 632 bytes .../django/contrib/staticfiles}/__init__.py | 0 .../contrib/staticfiles/management}/__init__.py | 0 .../staticfiles/management/commands}/__init__.py | 0 .../django/contrib/staticfiles/models.py} | 0 .../contrib/staticfiles/templatetags}/__init__.py | 0 .../django/contrib/syndication}/__init__.py | 0 .../django/contrib/webdesign}/__init__.py | 0 .../django/contrib/webdesign/models.py} | 0 .../contrib/webdesign/templatetags}/__init__.py | 0 .../tests => django-1.5/django/core}/__init__.py | 0 .../django/core/cache/backends}/__init__.py | 0 .../django/core/handlers}/__init__.py | 0 .../django/core/management/commands}/__init__.py | 0 .../django/core/servers}/__init__.py | 0 .../django/db/backends/dummy}/__init__.py | 0 .../django/db/backends/mysql}/__init__.py | 0 .../django/db/backends/oracle}/__init__.py | 0 .../db/backends/postgresql_psycopg2}/__init__.py | 0 .../django/db/backends/sqlite3}/__init__.py | 0 .../django/middleware}/__init__.py | 0 .../django/template/loaders}/__init__.py | 0 .../django/templatetags}/__init__.py | 0 .../django/utils/2to3_fixes}/__init__.py | 0 .../tests => django-1.5/django/utils}/__init__.py | 0 .../tests => django-1.5/django/views}/__init__.py | 0 .../django/views/decorators}/__init__.py | 0 .../djangodocs/static/docicons-behindscenes.png | Bin .../_theme/djangodocs/static/docicons-note.png | Bin .../djangodocs/static/docicons-philosophy.png | Bin .../_theme/djangodocs/static/docicons-warning.png | Bin 0 -> 782 bytes .../docs/internals/_images/djangotickets.png | Bin .../docs/intro/_images/admin01.png | Bin .../docs/intro/_images/admin02.png | Bin .../docs/intro/_images/admin02t.png | Bin .../docs/intro/_images/admin03.png | Bin .../docs/intro/_images/admin03t.png | Bin .../lib/django-1.5/docs/intro/_images/admin04.png | Bin 0 -> 16006 bytes .../lib/django-1.5/docs/intro/_images/admin04t.png | Bin 0 -> 19496 bytes .../lib/django-1.5/docs/intro/_images/admin05.png | Bin 0 -> 23663 bytes .../lib/django-1.5/docs/intro/_images/admin05t.png | Bin 0 -> 19062 bytes .../lib/django-1.5/docs/intro/_images/admin06.png | Bin 0 -> 17441 bytes .../lib/django-1.5/docs/intro/_images/admin06t.png | Bin 0 -> 13305 bytes .../lib/django-1.5/docs/intro/_images/admin07.png | Bin 0 -> 15209 bytes .../lib/django-1.5/docs/intro/_images/admin08.png | Bin 0 -> 25871 bytes .../lib/django-1.5/docs/intro/_images/admin08t.png | Bin 0 -> 20224 bytes .../lib/django-1.5/docs/intro/_images/admin09.png | Bin 0 -> 11956 bytes .../lib/django-1.5/docs/intro/_images/admin10.png | Bin 0 -> 11645 bytes .../lib/django-1.5/docs/intro/_images/admin11.png | Bin 0 -> 33276 bytes .../lib/django-1.5/docs/intro/_images/admin11t.png | Bin 0 -> 19619 bytes .../lib/django-1.5/docs/intro/_images/admin12.png | Bin 0 -> 10816 bytes .../lib/django-1.5/docs/intro/_images/admin12t.png | Bin 0 -> 17414 bytes .../lib/django-1.5/docs/intro/_images/admin13.png | Bin 0 -> 18327 bytes .../lib/django-1.5/docs/intro/_images/admin13t.png | Bin 0 -> 14289 bytes .../lib/django-1.5/docs/intro/_images/admin14.png | Bin 0 -> 22543 bytes .../lib/django-1.5/docs/intro/_images/admin14t.png | Bin 0 -> 17256 bytes .../lib/django-1.5/docs/intro/_images/admin15t.png | Bin 0 -> 22805 bytes .../ref/contrib/admin/_images/article_actions.png | Bin 0 -> 52563 bytes .../admin/_images/article_actions_message.png | Bin 0 -> 31936 bytes .../ref/contrib/admin/_images/flatfiles_admin.png | Bin .../ref/contrib/admin/_images/raw_id_fields.png | Bin 0 -> 1871 bytes .../ref/contrib/admin/_images/user_actions.png | Bin 0 -> 35765 bytes .../ref/contrib/admin/_images/users_changelist.png | Bin .../docs/topics/http/_images/middleware.png | Bin .../_images/django_unittest_classes_hierarchy.png | Bin 0 -> 11757 bytes .../tests/modeltests}/__init__.py | 0 .../tests/modeltests/aggregation}/__init__.py | 0 .../tests/modeltests/base}/__init__.py | 0 .../tests/modeltests/basic}/__init__.py | 0 .../tests/modeltests/choices}/__init__.py | 0 .../tests/modeltests/custom_columns}/__init__.py | 0 .../tests/modeltests/custom_managers}/__init__.py | 0 .../tests/modeltests/custom_methods}/__init__.py | 0 .../tests/modeltests/custom_pk}/__init__.py | 0 .../tests/modeltests/defer}/__init__.py | 0 .../tests/modeltests/delete}/__init__.py | 0 .../tests/modeltests/empty}/__init__.py | 0 .../tests/modeltests/empty/no_models}/__init__.py | 0 .../tests/modeltests/expressions}/__init__.py | 0 .../tests/modeltests/field_defaults}/__init__.py | 0 .../modeltests/field_subclassing}/__init__.py | 0 .../fixtures/fixtures/db_fixture_2.default.json.gz | Bin .../modeltests/fixtures/fixtures/fixture4.json.zip | Bin .../modeltests/fixtures/fixtures/fixture5.json.gz | Bin .../modeltests/fixtures/fixtures/fixture5.json.zip | Bin .../modeltests/force_insert_update}/__init__.py | 0 .../modeltests/generic_relations}/__init__.py | 0 .../tests/modeltests/get_latest}/__init__.py | 0 .../modeltests/get_object_or_404}/__init__.py | 0 .../tests/modeltests/get_or_create}/__init__.py | 0 .../invalid_models/invalid_models}/__init__.py | 0 .../tests/modeltests/invalid_models/models.py} | 0 .../modeltests/known_related_objects}/__init__.py | 0 .../tests/modeltests/lookup}/__init__.py | 0 .../tests/modeltests/m2m_and_m2o}/__init__.py | 0 .../tests/modeltests/m2m_intermediary}/__init__.py | 0 .../tests/modeltests/m2m_multiple}/__init__.py | 0 .../tests/modeltests/m2m_recursive}/__init__.py | 0 .../tests/modeltests/m2o_recursive}/__init__.py | 0 .../tests/modeltests/many_to_many}/__init__.py | 0 .../tests/modeltests/many_to_one}/__init__.py | 0 .../tests/modeltests/many_to_one_null}/__init__.py | 0 .../tests/modeltests/model_forms}/__init__.py | 0 .../tests/modeltests/model_forms/test.png | Bin .../tests/modeltests/model_forms/test2.png | Bin .../tests/modeltests/model_formsets}/__init__.py | 0 .../modeltests/model_inheritance}/__init__.py | 0 .../model_inheritance_same_model_name}/__init__.py | 0 .../modeltests/mutually_referential}/__init__.py | 0 .../tests/modeltests/one_to_one}/__init__.py | 0 .../tests/modeltests/or_lookups}/__init__.py | 0 .../modeltests/order_with_respect_to}/__init__.py | 0 .../tests/modeltests/ordering}/__init__.py | 0 .../tests/modeltests/prefetch_related}/__init__.py | 0 .../tests/modeltests/properties}/__init__.py | 0 .../proxy_model_inheritance}/__init__.py | 0 .../proxy_model_inheritance/app1}/__init__.py | 0 .../proxy_model_inheritance/app2}/__init__.py | 0 .../tests/modeltests/proxy_models}/__init__.py | 0 .../tests/modeltests/raw_query}/__init__.py | 0 .../tests/modeltests/reserved_names}/__init__.py | 0 .../tests/modeltests/reverse_lookup}/__init__.py | 0 .../modeltests/save_delete_hooks}/__init__.py | 0 .../tests/modeltests/select_related}/__init__.py | 0 .../tests/modeltests/serializers}/__init__.py | 0 .../tests/modeltests/signals}/__init__.py | 0 .../tests/modeltests/str}/__init__.py | 0 .../tests/modeltests/tablespaces}/__init__.py | 0 .../tests/modeltests/test_client}/__init__.py | 0 .../tests/modeltests/timezones}/__init__.py | 0 .../tests/modeltests/transactions}/__init__.py | 0 .../tests/modeltests/update}/__init__.py | 0 .../modeltests/update_only_fields}/__init__.py | 0 .../tests/modeltests/user_commands}/__init__.py | 0 .../user_commands/management}/__init__.py | 0 .../user_commands/management/commands}/__init__.py | 0 .../tests/modeltests/validators}/__init__.py | 0 .../tests/modeltests/validators/models.py} | 0 .../tests/regressiontests}/__init__.py | 0 .../regressiontests/admin_changelist}/__init__.py | 0 .../regressiontests/admin_filters}/__init__.py | 0 .../regressiontests/admin_inlines}/__init__.py | 0 .../regressiontests/admin_ordering}/__init__.py | 0 .../admin_registration}/__init__.py | 0 .../regressiontests/admin_scripts}/__init__.py | 0 .../admin_scripts/app_with_import}/__init__.py | 0 .../admin_scripts/broken_app}/__init__.py | 0 .../admin_scripts/complex_app}/__init__.py | 0 .../admin_scripts/complex_app/admin}/__init__.py | 0 .../custom_templates/app_template}/__init__.py | 0 .../custom_templates/project_template.tgz | Bin 0 -> 164 bytes .../project_template/project_name}/__init__.py | 0 .../project_template/ticket-19397-binary-file.ico | Bin 0 -> 894 bytes .../admin_scripts/management}/__init__.py | 0 .../admin_scripts/management/commands}/__init__.py | 0 .../admin_scripts/simple_app}/__init__.py | 0 .../tests/regressiontests/admin_util}/__init__.py | 0 .../regressiontests/admin_validation}/__init__.py | 0 .../tests/regressiontests/admin_views}/__init__.py | 0 .../regressiontests/admin_widgets}/__init__.py | 0 .../aggregation_regress}/__init__.py | 0 .../tests/regressiontests/app_loading}/__init__.py | 0 .../regressiontests/app_loading/eggs/brokenapp.egg | Bin .../regressiontests/app_loading/eggs/modelapp.egg | Bin .../app_loading/eggs/nomodelapp.egg | Bin .../regressiontests/app_loading/eggs/omelet.egg | Bin .../tests/regressiontests/app_loading/models.py} | 0 .../app_loading/not_installed}/__init__.py | 0 .../tests/regressiontests/backends}/__init__.py | 0 .../tests/regressiontests/bug639}/__init__.py | 0 .../tests/regressiontests/bug639/test.jpg | Bin .../tests/regressiontests/bug8245}/__init__.py | 0 .../regressiontests/builtin_server}/__init__.py | 0 .../regressiontests/builtin_server/models.py} | 0 .../tests/regressiontests/bulk_create}/__init__.py | 0 .../tests/regressiontests/cache}/__init__.py | 0 .../regressiontests/comment_tests}/__init__.py | 0 .../context_processors}/__init__.py | 0 .../regressiontests/createsuperuser}/__init__.py | 0 .../regressiontests/createsuperuser/models.py} | 0 .../tests/regressiontests/csrf_tests}/__init__.py | 0 .../custom_columns_regress}/__init__.py | 0 .../custom_managers_regress}/__init__.py | 0 .../tests/regressiontests/datatypes}/__init__.py | 0 .../tests/regressiontests/dates}/__init__.py | 0 .../regressiontests/db_typecasts}/__init__.py | 0 .../tests/regressiontests/db_typecasts/models.py} | 0 .../tests/regressiontests/decorators}/__init__.py | 0 .../regressiontests/defaultfilters}/__init__.py | 0 .../regressiontests/defaultfilters/models.py} | 0 .../regressiontests/defer_regress}/__init__.py | 0 .../tests/regressiontests/dispatch/models.py} | 0 .../expressions_regress}/__init__.py | 0 .../regressiontests/extra_regress}/__init__.py | 0 .../tests/regressiontests/file_storage/models.py} | 0 .../tests/regressiontests/file_storage}/test.png | Bin .../tests/regressiontests/file_storage/test1.png | Bin .../regressiontests/file_uploads}/__init__.py | 0 .../regressiontests/fixtures_regress}/__init__.py | 0 .../tests/regressiontests/forms}/__init__.py | 0 .../forms/tests/filepath_test_files/.dot-file} | 0 .../tests/filepath_test_files/directory/.keep} | 0 .../tests/filepath_test_files/fake-image.jpg} | 0 .../tests/filepath_test_files/real-text-file.txt} | 0 .../generic_inline_admin}/__init__.py | 0 .../generic_relations_regress}/__init__.py | 0 .../regressiontests/generic_views}/__init__.py | 0 .../get_or_create_regress}/__init__.py | 0 .../tests/regressiontests/handlers}/__init__.py | 0 .../tests/regressiontests/handlers/models.py} | 0 .../tests/regressiontests/http_utils}/__init__.py | 0 .../tests/regressiontests/http_utils/models.py} | 0 .../regressiontests/httpwrappers}/__init__.py | 0 .../tests/regressiontests/httpwrappers/models.py} | 0 .../tests/regressiontests/i18n}/__init__.py | 0 .../i18n/commands/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 775 bytes .../regressiontests/i18n/contenttypes}/__init__.py | 0 .../contenttypes/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 418 bytes .../contenttypes/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 461 bytes .../tests/regressiontests/i18n/other}/__init__.py | 0 .../regressiontests/i18n/other/locale}/__init__.py | 0 .../i18n/other/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 1449 bytes .../i18n/other/locale/de}/__init__.py | 0 .../i18n/other/locale/de/formats.py} | 0 .../i18n/other/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 528 bytes .../regressiontests/i18n/patterns}/__init__.py | 0 .../i18n/patterns/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 651 bytes .../i18n/patterns/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 696 bytes .../patterns/locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 696 bytes .../i18n/patterns/templates/404.html} | 0 .../i18n/patterns/templates/dummy.html} | 0 .../i18n/patterns/urls}/__init__.py | 0 .../regressiontests/i18n/resolution}/__init__.py | 0 .../resolution/locale/de/LC_MESSAGES/django.mo | Bin .../tests/regressiontests/indexes}/__init__.py | 0 .../initial_sql_regress}/__init__.py | 0 .../regressiontests/inline_formsets}/__init__.py | 0 .../regressiontests/introspection}/__init__.py | 0 .../tests/regressiontests/localflavor}/__init__.py | 0 .../localflavor/generic}/__init__.py | 0 .../tests/regressiontests/localflavor/models.py} | 0 .../regressiontests/logging_tests}/__init__.py | 0 .../tests/regressiontests/logging_tests/models.py} | 0 .../tests/regressiontests/m2m_regress}/__init__.py | 0 .../regressiontests/managers_regress}/__init__.py | 0 .../many_to_one_regress}/__init__.py | 0 .../tests/regressiontests/middleware}/__init__.py | 0 .../middleware_exceptions}/__init__.py | 0 .../middleware_exceptions/models.py} | 0 .../tests/regressiontests/model_fields/4x8.png | Bin .../tests/regressiontests/model_fields/8x4.png | Bin .../regressiontests/model_fields}/__init__.py | 0 .../model_forms_regress}/__init__.py | 0 .../model_formsets_regress}/__init__.py | 0 .../model_inheritance_regress}/__init__.py | 0 .../model_inheritance_select_related}/__init__.py | 0 .../regressiontests/model_permalink}/__init__.py | 0 .../regressiontests/model_regress}/__init__.py | 0 .../tests/regressiontests/modeladmin}/__init__.py | 0 .../regressiontests/multiple_database}/__init__.py | 0 .../nested_foreign_keys}/__init__.py | 0 .../tests/regressiontests/null_fk}/__init__.py | 0 .../regressiontests/null_fk_ordering}/__init__.py | 0 .../regressiontests/null_queries}/__init__.py | 0 .../one_to_one_regress}/__init__.py | 0 .../tests/regressiontests/pagination}/__init__.py | 0 .../tests/regressiontests/queries}/__init__.py | 0 .../regressiontests/queryset_pickle}/__init__.py | 0 .../tests/regressiontests/resolve_url}/__init__.py | 0 .../reverse_single_related}/__init__.py | 0 .../select_related_onetoone}/__init__.py | 0 .../select_related_regress}/__init__.py | 0 .../serializers_regress}/__init__.py | 0 .../tests/regressiontests/servers}/__init__.py | 0 .../regressiontests/settings_tests}/__init__.py | 0 .../regressiontests/settings_tests/models.py} | 0 .../regressiontests/signals_regress}/__init__.py | 0 .../signed_cookies_tests}/__init__.py | 0 .../tests/regressiontests/signing}/__init__.py | 0 .../regressiontests/sites_framework}/__init__.py | 0 .../regressiontests/special_headers}/__init__.py | 0 .../regressiontests/staticfiles_tests}/__init__.py | 0 .../staticfiles_tests/apps}/__init__.py | 0 .../staticfiles_tests/apps/no_label}/__init__.py | 0 .../staticfiles_tests/apps/no_label/models.py} | 0 .../staticfiles_tests/apps/test}/__init__.py | 0 .../staticfiles_tests/apps/test/models.py} | 0 .../apps/test/static/test/window.png | Bin 0 -> 207 bytes .../regressiontests/staticfiles_tests/models.py} | 0 .../project/documents/cached/css/img/window.png | Bin 0 -> 207 bytes .../project/documents/cached/img/relative.png | Bin 0 -> 207 bytes .../project/documents/cached/other.css} | 0 .../staticfiles_tests/urls}/__init__.py | 0 .../regressiontests/string_lookup}/__init__.py | 0 .../regressiontests/swappable_models}/__init__.py | 0 .../tests/regressiontests/syndication}/__init__.py | 0 .../tests/regressiontests/templates}/__init__.py | 0 .../regressiontests/templates/eggs/tagsegg.egg | Bin .../tests/regressiontests/templates/models.py} | 0 .../templates/templatetags}/__init__.py | 0 .../templates/templatetags/subpackage}/__init__.py | 0 .../test_client_regress}/__init__.py | 0 .../regressiontests/test_client_regress/models.py} | 0 .../tests/regressiontests/test_runner}/__init__.py | 0 .../test_runner/deprecation_app}/__init__.py | 0 .../test_runner/invalid_app/models}/__init__.py | 0 .../test_runner/valid_app/models}/__init__.py | 0 .../test_runner/valid_app}/tests/__init__.py | 0 .../tests/regressiontests/test_utils}/__init__.py | 0 .../templates/template_used/alternative.html} | 0 .../test_utils/templates/template_used/base.html} | 0 .../tests/regressiontests/text}/__init__.py | 0 .../tests/regressiontests/text/models.py} | 0 .../transactions_regress}/__init__.py | 0 .../urlpatterns_reverse}/__init__.py | 0 .../regressiontests/urlpatterns_reverse/models.py} | 0 .../tests/regressiontests/utils}/__init__.py | 0 .../regressiontests/utils/archives/foobar.tar | Bin 0 -> 10240 bytes .../regressiontests/utils/archives/foobar.tar.bz2 | Bin 0 -> 238 bytes .../regressiontests/utils/archives/foobar.tar.gz | Bin 0 -> 249 bytes .../regressiontests/utils/archives/foobar.zip | Bin 0 -> 1130 bytes .../tests/regressiontests/utils/eggs/test_egg.egg | Bin .../regressiontests/utils/test_module}/__init__.py | 0 .../tests/regressiontests/version}/__init__.py | 0 .../tests/regressiontests/version/models.py} | 0 .../views/app0/locale/en/LC_MESSAGES/djangojs.mo | Bin .../views/app1/locale/fr/LC_MESSAGES/djangojs.mo | Bin .../views/app2/locale/fr/LC_MESSAGES/djangojs.mo | Bin .../app3/locale/es_AR/LC_MESSAGES/djangojs.mo | Bin .../app4/locale/es_AR/LC_MESSAGES/djangojs.mo | Bin .../views/locale/de/LC_MESSAGES/djangojs.mo | Bin 0 -> 615 bytes .../views/locale/es/LC_MESSAGES/djangojs.mo | Bin .../views/locale/fr/LC_MESSAGES/djangojs.mo | Bin .../views/locale/ru/LC_MESSAGES/djangojs.mo | Bin .../tests/regressiontests/views/media/file.txt.gz | Bin .../views/templatetags}/__init__.py | 0 .../tests/regressiontests/wsgi}/__init__.py | 0 .../tests/regressiontests/wsgi/models.py} | 0 .../django_1_2/django/conf/locale/pt/__init__.py | 0 .../django/conf/locale/pt_BR/__init__.py | 0 .../django_1_2/django/conf/locale/ro/__init__.py | 0 .../django_1_2/django/conf/locale/ru/__init__.py | 0 .../django_1_2/django/conf/locale/sk/__init__.py | 0 .../django_1_2/django/conf/locale/sl/__init__.py | 0 .../django_1_2/django/conf/locale/sq/__init__.py | 0 .../django_1_2/django/conf/locale/sr/__init__.py | 0 .../django/conf/locale/sr_Latn/__init__.py | 0 .../django_1_2/django/conf/locale/sv/__init__.py | 0 .../django_1_2/django/conf/locale/ta/__init__.py | 0 .../django_1_2/django/conf/locale/te/__init__.py | 0 .../django_1_2/django/conf/locale/th/__init__.py | 0 .../django_1_2/django/conf/locale/tr/__init__.py | 0 .../django_1_2/django/conf/locale/uk/__init__.py | 0 .../django_1_2/django/conf/locale/vi/__init__.py | 0 .../django/conf/locale/zh_CN/__init__.py | 0 .../django/conf/locale/zh_TW/__init__.py | 0 .../django/conf/project_template/__init__.py | 0 python/lib/django_1_2/django/conf/urls/__init__.py | 0 python/lib/django_1_2/django/contrib/__init__.py | 0 .../django/contrib/admin/templatetags/__init__.py | 0 .../django/contrib/admin/views/__init__.py | 0 .../django/contrib/admindocs/__init__.py | 0 .../django/contrib/auth/handlers/__init__.py | 0 .../contrib/auth/management/commands/__init__.py | 0 .../contrib/comments/templatetags/__init__.py | 0 .../django/contrib/comments/views/__init__.py | 0 .../django/contrib/contenttypes/__init__.py | 0 .../lib/django_1_2/django/contrib/csrf/__init__.py | 0 .../django/contrib/databrowse/plugins/__init__.py | 0 .../django/contrib/flatpages/__init__.py | 0 .../tests/templates/registration/login.html | 0 .../django/contrib/formtools/__init__.py | 0 .../lib/django_1_2/django/contrib/gis/__init__.py | 0 .../django_1_2/django/contrib/gis/db/__init__.py | 0 .../django/contrib/gis/db/backends/__init__.py | 0 .../contrib/gis/db/backends/mysql/__init__.py | 0 .../contrib/gis/db/backends/oracle/__init__.py | 0 .../contrib/gis/db/backends/postgis/__init__.py | 0 .../contrib/gis/db/backends/spatialite/__init__.py | 0 .../django/contrib/gis/gdal/prototypes/__init__.py | 0 .../django/contrib/gis/geometry/__init__.py | 0 .../django/contrib/gis/management/__init__.py | 0 .../contrib/gis/management/commands/__init__.py | 0 .../django_1_2/django/contrib/gis/maps/__init__.py | 0 .../django/contrib/gis/maps/openlayers/__init__.py | 0 .../django/contrib/gis/tests/distapp/__init__.py | 0 .../django/contrib/gis/tests/geo3d/__init__.py | 0 .../django/contrib/gis/tests/geoapp/__init__.py | 0 .../django/contrib/gis/tests/geogapp/__init__.py | 0 .../django/contrib/gis/tests/layermap/__init__.py | 0 .../contrib/gis/tests/relatedapp/__init__.py | 0 .../django_1_2/django/contrib/humanize/__init__.py | 0 .../contrib/humanize/templatetags/__init__.py | 0 .../django/contrib/localflavor/__init__.py | 0 .../django/contrib/localflavor/ar/__init__.py | 0 .../django/contrib/localflavor/at/__init__.py | 0 .../django/contrib/localflavor/au/__init__.py | 0 .../django/contrib/localflavor/br/__init__.py | 0 .../django/contrib/localflavor/ca/__init__.py | 0 .../django/contrib/localflavor/ch/__init__.py | 0 .../django/contrib/localflavor/cl/__init__.py | 0 .../django/contrib/localflavor/cz/__init__.py | 0 .../django/contrib/localflavor/de/__init__.py | 0 .../django/contrib/localflavor/es/__init__.py | 0 .../django/contrib/localflavor/fi/__init__.py | 0 .../django/contrib/localflavor/fr/__init__.py | 0 .../django/contrib/localflavor/generic/__init__.py | 0 .../django/contrib/localflavor/id/__init__.py | 0 .../django/contrib/localflavor/ie/__init__.py | 0 .../django/contrib/localflavor/in_/__init__.py | 0 .../django/contrib/localflavor/is_/__init__.py | 0 .../django/contrib/localflavor/it/__init__.py | 0 .../django/contrib/localflavor/jp/__init__.py | 0 .../django/contrib/localflavor/kw/__init__.py | 0 .../django/contrib/localflavor/mx/__init__.py | 0 .../django/contrib/localflavor/nl/__init__.py | 0 .../django/contrib/localflavor/no/__init__.py | 0 .../django/contrib/localflavor/pe/__init__.py | 0 .../django/contrib/localflavor/pl/__init__.py | 0 .../django/contrib/localflavor/pt/__init__.py | 0 .../django/contrib/localflavor/ro/__init__.py | 0 .../django/contrib/localflavor/se/__init__.py | 0 .../django/contrib/localflavor/sk/__init__.py | 0 .../django/contrib/localflavor/uk/__init__.py | 0 .../django/contrib/localflavor/us/__init__.py | 0 .../django/contrib/localflavor/uy/__init__.py | 0 .../django/contrib/localflavor/za/__init__.py | 0 .../django_1_2/django/contrib/markup/__init__.py | 0 .../lib/django_1_2/django/contrib/markup/models.py | 0 .../django/contrib/markup/templatetags/__init__.py | 0 .../django/contrib/redirects/__init__.py | 0 .../django_1_2/django/contrib/sessions/__init__.py | 0 .../django/contrib/sessions/backends/__init__.py | 0 .../django/contrib/sitemaps/management/__init__.py | 0 .../sitemaps/management/commands/__init__.py | 0 .../django_1_2/django/contrib/sites/__init__.py | 0 .../django/contrib/syndication/__init__.py | 0 .../django/contrib/webdesign/__init__.py | 0 .../django_1_2/django/contrib/webdesign/models.py | 0 .../contrib/webdesign/templatetags/__init__.py | 0 python/lib/django_1_2/django/core/__init__.py | 0 .../django/core/cache/backends/__init__.py | 0 .../django_1_2/django/core/handlers/__init__.py | 0 .../django/core/management/commands/__init__.py | 0 .../lib/django_1_2/django/core/servers/__init__.py | 0 .../django/db/backends/dummy/__init__.py | 0 .../django/db/backends/mysql/__init__.py | 0 .../django/db/backends/oracle/__init__.py | 0 .../django/db/backends/postgresql/__init__.py | 0 .../db/backends/postgresql_psycopg2/__init__.py | 0 .../django/db/backends/sqlite3/__init__.py | 0 .../lib/django_1_2/django/middleware/__init__.py | 0 .../django_1_2/django/template/loaders/__init__.py | 0 .../lib/django_1_2/django/templatetags/__init__.py | 0 python/lib/django_1_2/django/utils/__init__.py | 0 python/lib/django_1_2/django/views/__init__.py | 0 .../django_1_2/django/views/decorators/__init__.py | 0 python/lib/django_1_2/tests/modeltests/__init__.py | 0 .../tests/modeltests/aggregation/__init__.py | 0 .../django_1_2/tests/modeltests/basic/__init__.py | 0 .../tests/modeltests/choices/__init__.py | 0 .../tests/modeltests/custom_columns/__init__.py | 0 .../tests/modeltests/custom_managers/__init__.py | 0 .../tests/modeltests/custom_methods/__init__.py | 0 .../tests/modeltests/custom_pk/__init__.py | 0 .../django_1_2/tests/modeltests/defer/__init__.py | 0 .../django_1_2/tests/modeltests/empty/__init__.py | 0 .../tests/modeltests/expressions/__init__.py | 0 .../tests/modeltests/field_defaults/__init__.py | 0 .../tests/modeltests/field_subclassing/__init__.py | 0 .../modeltests/force_insert_update/__init__.py | 0 .../tests/modeltests/generic_relations/__init__.py | 0 .../tests/modeltests/get_latest/__init__.py | 0 .../tests/modeltests/get_object_or_404/__init__.py | 0 .../tests/modeltests/get_or_create/__init__.py | 0 .../django_1_2/tests/modeltests/lookup/__init__.py | 0 .../tests/modeltests/m2m_and_m2o/__init__.py | 0 .../tests/modeltests/m2m_intermediary/__init__.py | 0 .../tests/modeltests/m2m_multiple/__init__.py | 0 .../tests/modeltests/m2m_recursive/__init__.py | 0 .../tests/modeltests/m2o_recursive/__init__.py | 0 .../tests/modeltests/many_to_many/__init__.py | 0 .../tests/modeltests/many_to_one/__init__.py | 0 .../tests/modeltests/many_to_one_null/__init__.py | 0 .../tests/modeltests/model_forms/__init__.py | 0 .../tests/modeltests/model_formsets/__init__.py | 0 .../tests/modeltests/model_inheritance/__init__.py | 0 .../model_inheritance_same_model_name/__init__.py | 0 .../modeltests/mutually_referential/__init__.py | 0 .../tests/modeltests/one_to_one/__init__.py | 0 .../tests/modeltests/or_lookups/__init__.py | 0 .../modeltests/order_with_respect_to/__init__.py | 0 .../tests/modeltests/ordering/__init__.py | 0 .../tests/modeltests/pagination/__init__.py | 0 .../tests/modeltests/properties/__init__.py | 0 .../modeltests/proxy_model_inheritance/__init__.py | 0 .../proxy_model_inheritance/app1/__init__.py | 0 .../proxy_model_inheritance/app2/__init__.py | 0 .../modeltests/proxy_model_inheritance/models.py | 0 .../tests/modeltests/proxy_models/__init__.py | 0 .../tests/modeltests/raw_query/__init__.py | 0 .../tests/modeltests/reserved_names/__init__.py | 0 .../tests/modeltests/reverse_lookup/__init__.py | 0 .../tests/modeltests/save_delete_hooks/__init__.py | 0 .../tests/modeltests/select_related/__init__.py | 0 .../tests/modeltests/serializers/__init__.py | 0 .../tests/modeltests/signals/__init__.py | 0 .../django_1_2/tests/modeltests/str/__init__.py | 0 .../tests/modeltests/test_client/__init__.py | 0 .../tests/modeltests/transactions/__init__.py | 0 .../django_1_2/tests/modeltests/update/__init__.py | 0 .../tests/modeltests/user_commands/__init__.py | 0 .../user_commands/management/__init__.py | 0 .../user_commands/management/commands/__init__.py | 0 .../tests/modeltests/validators/__init__.py | 0 .../tests/modeltests/validators/models.py | 0 .../django_1_2/tests/regressiontests/__init__.py | 0 .../regressiontests/admin_changelist/__init__.py | 0 .../regressiontests/admin_inlines/__init__.py | 0 .../regressiontests/admin_ordering/__init__.py | 0 .../regressiontests/admin_registration/__init__.py | 0 .../regressiontests/admin_scripts/__init__.py | 0 .../admin_scripts/app_with_import/__init__.py | 0 .../admin_scripts/broken_app/__init__.py | 0 .../admin_scripts/complex_app/__init__.py | 0 .../admin_scripts/complex_app/admin/__init__.py | 0 .../admin_scripts/management/__init__.py | 0 .../admin_scripts/management/commands/__init__.py | 0 .../admin_scripts/simple_app/__init__.py | 0 .../tests/regressiontests/admin_util/__init__.py | 0 .../regressiontests/admin_validation/__init__.py | 0 .../tests/regressiontests/admin_views/__init__.py | 0 .../regressiontests/admin_widgets/__init__.py | 0 .../aggregation_regress/__init__.py | 0 .../tests/regressiontests/app_loading/__init__.py | 0 .../tests/regressiontests/app_loading/models.py | 0 .../regressiontests/app_loading/parent/__init__.py | 0 .../app_loading/parent/app/__init__.py | 0 .../app_loading/parent/app1/__init__.py | 0 .../app_loading/parent/app_2/__init__.py | 0 .../tests/regressiontests/backends/__init__.py | 0 .../tests/regressiontests/bug639/__init__.py | 0 .../tests/regressiontests/bug8245/__init__.py | 0 .../regressiontests/builtin_server/__init__.py | 0 .../tests/regressiontests/builtin_server/models.py | 0 .../tests/regressiontests/cache/__init__.py | 0 .../regressiontests/comment_tests/__init__.py | 0 .../regressiontests/context_processors/__init__.py | 0 .../tests/regressiontests/csrf_tests/__init__.py | 0 .../custom_columns_regress/__init__.py | 0 .../custom_managers_regress/__init__.py | 0 .../tests/regressiontests/datatypes/__init__.py | 0 .../tests/regressiontests/db_typecasts/__init__.py | 0 .../tests/regressiontests/db_typecasts/models.py | 0 .../tests/regressiontests/decorators/__init__.py | 0 .../regressiontests/defaultfilters/__init__.py | 0 .../tests/regressiontests/defaultfilters/models.py | 0 .../regressiontests/defer_regress/__init__.py | 0 .../tests/regressiontests/dispatch/models.py | 0 .../expressions_regress/__init__.py | 0 .../regressiontests/extra_regress/__init__.py | 0 .../tests/regressiontests/file_storage/models.py | 0 .../tests/regressiontests/file_uploads/__init__.py | 0 .../regressiontests/fixtures_regress/__init__.py | 0 .../tests/regressiontests/forms/__init__.py | 0 .../regressiontests/forms/localflavor/__init__.py | 0 .../tests/regressiontests/formwizard/__init__.py | 0 .../tests/regressiontests/formwizard/models.py | 0 .../generic_inline_admin/__init__.py | 0 .../generic_relations_regress/__init__.py | 0 .../get_or_create_regress/__init__.py | 0 .../tests/regressiontests/httpwrappers/__init__.py | 0 .../tests/regressiontests/httpwrappers/models.py | 0 .../tests/regressiontests/humanize/__init__.py | 0 .../tests/regressiontests/humanize/models.py | 0 .../tests/regressiontests/i18n/__init__.py | 0 .../tests/regressiontests/i18n/other/__init__.py | 0 .../regressiontests/i18n/other/locale/__init__.py | 0 .../i18n/other/locale/de/__init__.py | 0 .../i18n/other/locale/de/formats.py | 0 .../regressiontests/i18n/resolution/__init__.py | 0 .../initial_sql_regress/__init__.py | 0 .../regressiontests/inline_formsets/__init__.py | 0 .../regressiontests/introspection/__init__.py | 0 .../tests/regressiontests/localflavor/__init__.py | 0 .../tests/regressiontests/localflavor/models.py | 0 .../regressiontests/localflavor/us/__init__.py | 0 .../tests/regressiontests/m2m_regress/__init__.py | 0 .../tests/regressiontests/makemessages/__init__.py | 0 .../regressiontests/makemessages/locale/dummy | 0 .../tests/regressiontests/makemessages/models.py | 0 .../regressiontests/managers_regress/__init__.py | 0 .../many_to_one_regress/__init__.py | 0 .../tests/regressiontests/middleware/__init__.py | 0 .../middleware_exceptions/__init__.py | 0 .../tests/regressiontests/model_fields/__init__.py | 0 .../model_forms_regress/__init__.py | 0 .../model_formsets_regress/__init__.py | 0 .../model_inheritance_regress/__init__.py | 0 .../model_inheritance_select_related/__init__.py | 0 .../regressiontests/model_regress/__init__.py | 0 .../tests/regressiontests/modeladmin/__init__.py | 0 .../regressiontests/multiple_database/__init__.py | 0 .../tests/regressiontests/null_fk/__init__.py | 0 .../regressiontests/null_fk_ordering/__init__.py | 0 .../tests/regressiontests/null_queries/__init__.py | 0 .../regressiontests/one_to_one_regress/__init__.py | 0 .../regressiontests/pagination_regress/__init__.py | 0 .../tests/regressiontests/queries/__init__.py | 0 .../regressiontests/queryset_pickle/__init__.py | 0 .../reverse_single_related/__init__.py | 0 .../select_related_onetoone/__init__.py | 0 .../select_related_regress/__init__.py | 0 .../serializers_regress/__init__.py | 0 .../tests/regressiontests/servers/__init__.py | 0 .../tests/regressiontests/servers/models.py | 0 .../regressiontests/settings_tests/__init__.py | 0 .../tests/regressiontests/settings_tests/models.py | 0 .../regressiontests/signals_regress/__init__.py | 0 .../regressiontests/sites_framework/__init__.py | 0 .../regressiontests/special_headers/__init__.py | 0 .../regressiontests/string_lookup/__init__.py | 0 .../tests/regressiontests/syndication/__init__.py | 0 .../tests/regressiontests/templates/__init__.py | 0 .../tests/regressiontests/templates/models.py | 0 .../templates/templatetags/__init__.py | 0 .../test_client_regress/__init__.py | 0 .../tests/regressiontests/test_runner/__init__.py | 0 .../tests/regressiontests/test_runner/models.py | 0 .../tests/regressiontests/test_utils/__init__.py | 0 .../tests/regressiontests/test_utils/models.py | 0 .../tests/regressiontests/text/__init__.py | 0 .../tests/regressiontests/text/models.py | 0 .../urlpatterns_reverse/__init__.py | 0 .../regressiontests/urlpatterns_reverse/models.py | 0 .../tests/regressiontests/utils/__init__.py | 0 .../regressiontests/utils/test_module/__init__.py | 0 .../regressiontests/views/templatetags/__init__.py | 0 .../views/tests/generic/__init__.py | 0 python/lib/django_1_3/django/bin/__init__.py | 0 .../django_1_3/django/bin/profiling/__init__.py | 0 .../django/conf/app_template/__init__.py | 0 .../django_1_3/django/conf/locale/ar/__init__.py | 0 .../django_1_3/django/conf/locale/bg/__init__.py | 0 .../django_1_3/django/conf/locale/bn/__init__.py | 0 .../django_1_3/django/conf/locale/bs/__init__.py | 0 .../django_1_3/django/conf/locale/ca/__init__.py | 0 .../django_1_3/django/conf/locale/cs/__init__.py | 0 .../django_1_3/django/conf/locale/cy/__init__.py | 0 .../django_1_3/django/conf/locale/da/__init__.py | 0 .../django_1_3/django/conf/locale/de/__init__.py | 0 .../django_1_3/django/conf/locale/el/__init__.py | 0 .../django_1_3/django/conf/locale/en/__init__.py | 0 .../django/conf/locale/en_GB/__init__.py | 0 .../django_1_3/django/conf/locale/es/__init__.py | 0 .../django/conf/locale/es_AR/__init__.py | 0 .../django/conf/locale/es_MX/__init__.py | 0 .../django/conf/locale/es_NI/__init__.py | 0 .../django_1_3/django/conf/locale/et/__init__.py | 0 .../django_1_3/django/conf/locale/eu/__init__.py | 0 .../django_1_3/django/conf/locale/fa/__init__.py | 0 .../django_1_3/django/conf/locale/fi/__init__.py | 0 .../django_1_3/django/conf/locale/fr/__init__.py | 0 .../django/conf/locale/fy_NL/__init__.py | 0 .../django_1_3/django/conf/locale/ga/__init__.py | 0 .../django_1_3/django/conf/locale/gl/__init__.py | 0 .../django_1_3/django/conf/locale/he/__init__.py | 0 .../django_1_3/django/conf/locale/hi/__init__.py | 0 .../django_1_3/django/conf/locale/hr/__init__.py | 0 .../django_1_3/django/conf/locale/hu/__init__.py | 0 .../django_1_3/django/conf/locale/id/__init__.py | 0 .../django_1_3/django/conf/locale/is/__init__.py | 0 .../django_1_3/django/conf/locale/it/__init__.py | 0 .../django_1_3/django/conf/locale/ja/__init__.py | 0 .../django_1_3/django/conf/locale/ka/__init__.py | 0 .../django_1_3/django/conf/locale/km/__init__.py | 0 .../django_1_3/django/conf/locale/kn/__init__.py | 0 .../django_1_3/django/conf/locale/ko/__init__.py | 0 .../django_1_3/django/conf/locale/lt/__init__.py | 0 .../django_1_3/django/conf/locale/lv/__init__.py | 0 .../django_1_3/django/conf/locale/mk/__init__.py | 0 .../django_1_3/django/conf/locale/ml/__init__.py | 0 .../django_1_3/django/conf/locale/mn/__init__.py | 0 .../django_1_3/django/conf/locale/nb/__init__.py | 0 .../django_1_3/django/conf/locale/nl/__init__.py | 0 .../django_1_3/django/conf/locale/nn/__init__.py | 0 .../django_1_3/django/conf/locale/no/__init__.py | 0 .../django_1_3/django/conf/locale/pl/__init__.py | 0 .../django_1_3/django/conf/locale/pt/__init__.py | 0 .../django/conf/locale/pt_BR/__init__.py | 0 .../django_1_3/django/conf/locale/ro/__init__.py | 0 .../django_1_3/django/conf/locale/ru/__init__.py | 0 .../django_1_3/django/conf/locale/sk/__init__.py | 0 .../django_1_3/django/conf/locale/sl/__init__.py | 0 .../django_1_3/django/conf/locale/sq/__init__.py | 0 .../django_1_3/django/conf/locale/sr/__init__.py | 0 .../django/conf/locale/sr_Latn/__init__.py | 0 .../django_1_3/django/conf/locale/sv/__init__.py | 0 .../django_1_3/django/conf/locale/ta/__init__.py | 0 .../django_1_3/django/conf/locale/te/__init__.py | 0 .../django_1_3/django/conf/locale/th/__init__.py | 0 .../django_1_3/django/conf/locale/tr/__init__.py | 0 .../django_1_3/django/conf/locale/uk/__init__.py | 0 .../django_1_3/django/conf/locale/vi/__init__.py | 0 .../django/conf/locale/zh_CN/__init__.py | 0 .../django/conf/locale/zh_TW/__init__.py | 0 .../django/conf/project_template/__init__.py | 0 python/lib/django_1_3/django/conf/urls/__init__.py | 0 python/lib/django_1_3/django/contrib/__init__.py | 0 .../django/contrib/admin/templatetags/__init__.py | 0 .../django/contrib/admin/views/__init__.py | 0 .../django/contrib/admindocs/__init__.py | 0 .../django/contrib/auth/handlers/__init__.py | 0 .../contrib/auth/management/commands/__init__.py | 0 .../contrib/comments/templatetags/__init__.py | 0 .../django/contrib/comments/views/__init__.py | 0 .../django/contrib/contenttypes/__init__.py | 0 .../lib/django_1_3/django/contrib/csrf/__init__.py | 0 .../django/contrib/databrowse/plugins/__init__.py | 0 .../django/contrib/flatpages/__init__.py | 0 .../contrib/flatpages/templatetags/__init__.py | 0 .../tests/templates/registration/login.html | 0 .../django/contrib/formtools/__init__.py | 0 .../lib/django_1_3/django/contrib/gis/__init__.py | 0 .../django_1_3/django/contrib/gis/db/__init__.py | 0 .../django/contrib/gis/db/backends/__init__.py | 0 .../contrib/gis/db/backends/mysql/__init__.py | 0 .../contrib/gis/db/backends/oracle/__init__.py | 0 .../contrib/gis/db/backends/postgis/__init__.py | 0 .../contrib/gis/db/backends/spatialite/__init__.py | 0 .../django/contrib/gis/gdal/prototypes/__init__.py | 0 .../django/contrib/gis/geometry/__init__.py | 0 .../django/contrib/gis/management/__init__.py | 0 .../contrib/gis/management/commands/__init__.py | 0 .../django_1_3/django/contrib/gis/maps/__init__.py | 0 .../django/contrib/gis/maps/openlayers/__init__.py | 0 .../django/contrib/gis/tests/distapp/__init__.py | 0 .../django/contrib/gis/tests/geo3d/__init__.py | 0 .../django/contrib/gis/tests/geoapp/__init__.py | 0 .../django/contrib/gis/tests/geogapp/__init__.py | 0 .../django/contrib/gis/tests/layermap/__init__.py | 0 .../contrib/gis/tests/relatedapp/__init__.py | 0 .../django_1_3/django/contrib/humanize/__init__.py | 0 .../contrib/humanize/templatetags/__init__.py | 0 .../django/contrib/localflavor/__init__.py | 0 .../django/contrib/localflavor/ar/__init__.py | 0 .../django/contrib/localflavor/at/__init__.py | 0 .../django/contrib/localflavor/au/__init__.py | 0 .../django/contrib/localflavor/be/__init__.py | 0 .../django/contrib/localflavor/br/__init__.py | 0 .../django/contrib/localflavor/ca/__init__.py | 0 .../django/contrib/localflavor/ch/__init__.py | 0 .../django/contrib/localflavor/cl/__init__.py | 0 .../django/contrib/localflavor/cz/__init__.py | 0 .../django/contrib/localflavor/de/__init__.py | 0 .../django/contrib/localflavor/es/__init__.py | 0 .../django/contrib/localflavor/fi/__init__.py | 0 .../django/contrib/localflavor/fr/__init__.py | 0 .../django/contrib/localflavor/generic/__init__.py | 0 .../django/contrib/localflavor/id/__init__.py | 0 .../django/contrib/localflavor/ie/__init__.py | 0 .../django/contrib/localflavor/il/__init__.py | 0 .../django/contrib/localflavor/in_/__init__.py | 0 .../django/contrib/localflavor/is_/__init__.py | 0 .../django/contrib/localflavor/it/__init__.py | 0 .../django/contrib/localflavor/jp/__init__.py | 0 .../django/contrib/localflavor/kw/__init__.py | 0 .../django/contrib/localflavor/mx/__init__.py | 0 .../django/contrib/localflavor/nl/__init__.py | 0 .../django/contrib/localflavor/no/__init__.py | 0 .../django/contrib/localflavor/pe/__init__.py | 0 .../django/contrib/localflavor/pl/__init__.py | 0 .../django/contrib/localflavor/pt/__init__.py | 0 .../django/contrib/localflavor/ro/__init__.py | 0 .../django/contrib/localflavor/se/__init__.py | 0 .../django/contrib/localflavor/sk/__init__.py | 0 .../django/contrib/localflavor/tr/__init__.py | 0 .../django/contrib/localflavor/uk/__init__.py | 0 .../django/contrib/localflavor/us/__init__.py | 0 .../django/contrib/localflavor/uy/__init__.py | 0 .../django/contrib/localflavor/za/__init__.py | 0 .../django_1_3/django/contrib/markup/__init__.py | 0 .../lib/django_1_3/django/contrib/markup/models.py | 0 .../django/contrib/markup/templatetags/__init__.py | 0 .../django/contrib/redirects/__init__.py | 0 .../django_1_3/django/contrib/sessions/__init__.py | 0 .../django/contrib/sessions/backends/__init__.py | 0 .../django/contrib/sitemaps/management/__init__.py | 0 .../sitemaps/management/commands/__init__.py | 0 .../django_1_3/django/contrib/sites/__init__.py | 0 .../django/contrib/staticfiles/__init__.py | 0 .../contrib/staticfiles/management/__init__.py | 0 .../staticfiles/management/commands/__init__.py | 0 .../django/contrib/staticfiles/models.py | 0 .../django/contrib/syndication/__init__.py | 0 .../django/contrib/webdesign/__init__.py | 0 .../django_1_3/django/contrib/webdesign/models.py | 0 .../contrib/webdesign/templatetags/__init__.py | 0 python/lib/django_1_3/django/core/__init__.py | 0 .../django/core/cache/backends/__init__.py | 0 .../django_1_3/django/core/handlers/__init__.py | 0 .../django/core/management/commands/__init__.py | 0 .../lib/django_1_3/django/core/servers/__init__.py | 0 .../django/db/backends/dummy/__init__.py | 0 .../django/db/backends/mysql/__init__.py | 0 .../django/db/backends/oracle/__init__.py | 0 .../django/db/backends/postgresql/__init__.py | 0 .../db/backends/postgresql_psycopg2/__init__.py | 0 .../django/db/backends/sqlite3/__init__.py | 0 .../lib/django_1_3/django/middleware/__init__.py | 0 .../django_1_3/django/template/loaders/__init__.py | 0 .../lib/django_1_3/django/templatetags/__init__.py | 0 python/lib/django_1_3/django/utils/__init__.py | 0 python/lib/django_1_3/django/views/__init__.py | 0 .../django_1_3/django/views/decorators/__init__.py | 0 python/lib/django_1_3/tests/modeltests/__init__.py | 0 .../tests/modeltests/aggregation/__init__.py | 0 .../django_1_3/tests/modeltests/basic/__init__.py | 0 .../tests/modeltests/choices/__init__.py | 0 .../tests/modeltests/custom_columns/__init__.py | 0 .../tests/modeltests/custom_managers/__init__.py | 0 .../tests/modeltests/custom_methods/__init__.py | 0 .../tests/modeltests/custom_pk/__init__.py | 0 .../django_1_3/tests/modeltests/defer/__init__.py | 0 .../django_1_3/tests/modeltests/delete/__init__.py | 0 .../django_1_3/tests/modeltests/empty/__init__.py | 0 .../tests/modeltests/expressions/__init__.py | 0 .../tests/modeltests/field_defaults/__init__.py | 0 .../tests/modeltests/field_subclassing/__init__.py | 0 .../modeltests/force_insert_update/__init__.py | 0 .../tests/modeltests/generic_relations/__init__.py | 0 .../tests/modeltests/get_latest/__init__.py | 0 .../tests/modeltests/get_object_or_404/__init__.py | 0 .../tests/modeltests/get_or_create/__init__.py | 0 .../invalid_models/invalid_models/__init__.py | 0 .../tests/modeltests/invalid_models/models.py | 0 .../django_1_3/tests/modeltests/lookup/__init__.py | 0 .../tests/modeltests/m2m_and_m2o/__init__.py | 0 .../tests/modeltests/m2m_intermediary/__init__.py | 0 .../tests/modeltests/m2m_multiple/__init__.py | 0 .../tests/modeltests/m2m_recursive/__init__.py | 0 .../tests/modeltests/m2o_recursive/__init__.py | 0 .../tests/modeltests/many_to_many/__init__.py | 0 .../tests/modeltests/many_to_one/__init__.py | 0 .../tests/modeltests/many_to_one_null/__init__.py | 0 .../tests/modeltests/model_forms/__init__.py | 0 .../tests/modeltests/model_formsets/__init__.py | 0 .../tests/modeltests/model_inheritance/__init__.py | 0 .../model_inheritance_same_model_name/__init__.py | 0 .../modeltests/mutually_referential/__init__.py | 0 .../tests/modeltests/one_to_one/__init__.py | 0 .../tests/modeltests/or_lookups/__init__.py | 0 .../modeltests/order_with_respect_to/__init__.py | 0 .../tests/modeltests/ordering/__init__.py | 0 .../tests/modeltests/pagination/__init__.py | 0 .../tests/modeltests/properties/__init__.py | 0 .../modeltests/proxy_model_inheritance/__init__.py | 0 .../proxy_model_inheritance/app1/__init__.py | 0 .../proxy_model_inheritance/app2/__init__.py | 0 .../modeltests/proxy_model_inheritance/models.py | 0 .../tests/modeltests/proxy_models/__init__.py | 0 .../tests/modeltests/raw_query/__init__.py | 0 .../tests/modeltests/reserved_names/__init__.py | 0 .../tests/modeltests/reverse_lookup/__init__.py | 0 .../tests/modeltests/save_delete_hooks/__init__.py | 0 .../tests/modeltests/select_related/__init__.py | 0 .../tests/modeltests/serializers/__init__.py | 0 .../tests/modeltests/signals/__init__.py | 0 .../django_1_3/tests/modeltests/str/__init__.py | 0 .../tests/modeltests/test_client/__init__.py | 0 .../tests/modeltests/transactions/__init__.py | 0 .../django_1_3/tests/modeltests/update/__init__.py | 0 .../tests/modeltests/user_commands/__init__.py | 0 .../user_commands/management/__init__.py | 0 .../user_commands/management/commands/__init__.py | 0 .../tests/modeltests/validators/__init__.py | 0 .../tests/modeltests/validators/models.py | 0 .../django_1_3/tests/regressiontests/__init__.py | 0 .../regressiontests/admin_changelist/__init__.py | 0 .../regressiontests/admin_filterspecs/__init__.py | 0 .../regressiontests/admin_inlines/__init__.py | 0 .../regressiontests/admin_ordering/__init__.py | 0 .../regressiontests/admin_registration/__init__.py | 0 .../regressiontests/admin_scripts/__init__.py | 0 .../admin_scripts/app_with_import/__init__.py | 0 .../admin_scripts/broken_app/__init__.py | 0 .../admin_scripts/complex_app/__init__.py | 0 .../admin_scripts/complex_app/admin/__init__.py | 0 .../admin_scripts/management/__init__.py | 0 .../admin_scripts/management/commands/__init__.py | 0 .../admin_scripts/simple_app/__init__.py | 0 .../tests/regressiontests/admin_util/__init__.py | 0 .../regressiontests/admin_validation/__init__.py | 0 .../tests/regressiontests/admin_views/__init__.py | 0 .../regressiontests/admin_widgets/__init__.py | 0 .../aggregation_regress/__init__.py | 0 .../tests/regressiontests/app_loading/__init__.py | 0 .../tests/regressiontests/app_loading/models.py | 0 .../regressiontests/app_loading/parent/__init__.py | 0 .../app_loading/parent/app/__init__.py | 0 .../app_loading/parent/app1/__init__.py | 0 .../app_loading/parent/app_2/__init__.py | 0 .../tests/regressiontests/backends/__init__.py | 0 .../tests/regressiontests/bug639/__init__.py | 0 .../tests/regressiontests/bug8245/__init__.py | 0 .../regressiontests/builtin_server/__init__.py | 0 .../tests/regressiontests/builtin_server/models.py | 0 .../tests/regressiontests/cache/__init__.py | 0 .../regressiontests/comment_tests/__init__.py | 0 .../regressiontests/context_processors/__init__.py | 0 .../tests/regressiontests/csrf_tests/__init__.py | 0 .../custom_columns_regress/__init__.py | 0 .../custom_managers_regress/__init__.py | 0 .../tests/regressiontests/datatypes/__init__.py | 0 .../tests/regressiontests/dates/__init__.py | 0 .../tests/regressiontests/db_typecasts/__init__.py | 0 .../tests/regressiontests/db_typecasts/models.py | 0 .../tests/regressiontests/decorators/__init__.py | 0 .../regressiontests/defaultfilters/__init__.py | 0 .../tests/regressiontests/defaultfilters/models.py | 0 .../regressiontests/defer_regress/__init__.py | 0 .../tests/regressiontests/dispatch/models.py | 0 .../expressions_regress/__init__.py | 0 .../regressiontests/extra_regress/__init__.py | 0 .../tests/regressiontests/file_storage/models.py | 0 .../tests/regressiontests/file_uploads/__init__.py | 0 .../regressiontests/fixtures_regress/__init__.py | 0 .../tests/regressiontests/forms/__init__.py | 0 .../regressiontests/forms/localflavor/__init__.py | 0 .../tests/regressiontests/formwizard/__init__.py | 0 .../tests/regressiontests/formwizard/models.py | 0 .../generic_inline_admin/__init__.py | 0 .../generic_relations_regress/__init__.py | 0 .../regressiontests/generic_views/__init__.py | 0 .../get_or_create_regress/__init__.py | 0 .../tests/regressiontests/handlers/__init__.py | 0 .../tests/regressiontests/handlers/models.py | 0 .../tests/regressiontests/httpwrappers/__init__.py | 0 .../tests/regressiontests/httpwrappers/models.py | 0 .../tests/regressiontests/humanize/__init__.py | 0 .../tests/regressiontests/humanize/models.py | 0 .../tests/regressiontests/i18n/__init__.py | 0 .../tests/regressiontests/i18n/other/__init__.py | 0 .../regressiontests/i18n/other/locale/__init__.py | 0 .../i18n/other/locale/de/__init__.py | 0 .../i18n/other/locale/de/formats.py | 0 .../regressiontests/i18n/resolution/__init__.py | 0 .../initial_sql_regress/__init__.py | 0 .../regressiontests/inline_formsets/__init__.py | 0 .../regressiontests/introspection/__init__.py | 0 .../tests/regressiontests/localflavor/__init__.py | 0 .../tests/regressiontests/localflavor/models.py | 0 .../regressiontests/localflavor/us/__init__.py | 0 .../tests/regressiontests/m2m_regress/__init__.py | 0 .../regressiontests/managers_regress/__init__.py | 0 .../many_to_one_regress/__init__.py | 0 .../tests/regressiontests/middleware/__init__.py | 0 .../middleware_exceptions/__init__.py | 0 .../tests/regressiontests/model_fields/__init__.py | 0 .../model_forms_regress/__init__.py | 0 .../model_formsets_regress/__init__.py | 0 .../model_inheritance_regress/__init__.py | 0 .../model_inheritance_select_related/__init__.py | 0 .../regressiontests/model_permalink/__init__.py | 0 .../regressiontests/model_regress/__init__.py | 0 .../tests/regressiontests/modeladmin/__init__.py | 0 .../regressiontests/multiple_database/__init__.py | 0 .../tests/regressiontests/null_fk/__init__.py | 0 .../regressiontests/null_fk_ordering/__init__.py | 0 .../tests/regressiontests/null_queries/__init__.py | 0 .../regressiontests/one_to_one_regress/__init__.py | 0 .../regressiontests/pagination_regress/__init__.py | 0 .../tests/regressiontests/queries/__init__.py | 0 .../regressiontests/queryset_pickle/__init__.py | 0 .../reverse_single_related/__init__.py | 0 .../select_related_onetoone/__init__.py | 0 .../select_related_regress/__init__.py | 0 .../serializers_regress/__init__.py | 0 .../tests/regressiontests/servers/__init__.py | 0 .../tests/regressiontests/servers/models.py | 0 .../regressiontests/settings_tests/__init__.py | 0 .../tests/regressiontests/settings_tests/models.py | 0 .../regressiontests/signals_regress/__init__.py | 0 .../regressiontests/sites_framework/__init__.py | 0 .../regressiontests/special_headers/__init__.py | 0 .../regressiontests/staticfiles_tests/__init__.py | 0 .../staticfiles_tests/apps/__init__.py | 0 .../staticfiles_tests/apps/no_label/__init__.py | 0 .../staticfiles_tests/apps/no_label/models.py | 0 .../staticfiles_tests/apps/test/__init__.py | 0 .../staticfiles_tests/apps/test/models.py | 0 .../regressiontests/staticfiles_tests/models.py | 0 .../staticfiles_tests/urls/__init__.py | 0 .../regressiontests/string_lookup/__init__.py | 0 .../tests/regressiontests/syndication/__init__.py | 0 .../tests/regressiontests/templates/__init__.py | 0 .../tests/regressiontests/templates/models.py | 0 .../templates/templatetags/__init__.py | 0 .../test_client_regress/__init__.py | 0 .../tests/regressiontests/test_runner/__init__.py | 0 .../tests/regressiontests/test_runner/models.py | 0 .../tests/regressiontests/test_utils/__init__.py | 0 .../tests/regressiontests/text/__init__.py | 0 .../tests/regressiontests/text/models.py | 0 .../transactions_regress/__init__.py | 0 .../urlpatterns_reverse/__init__.py | 0 .../regressiontests/urlpatterns_reverse/models.py | 0 .../tests/regressiontests/utils/__init__.py | 0 .../regressiontests/utils/test_module/__init__.py | 0 .../regressiontests/views/templatetags/__init__.py | 0 .../views/tests/generic/__init__.py | 0 .../demo/simplejson => docker}/tests/__init__.py | 0 python/lib/endpoints-1.0/endpoints/api_config.py | 2 - python/lib/enum/enum/test/__init__.py | 0 python/lib/fancy_urllib/__init__.py | 0 python/lib/graphy/graphy/backends/__init__.py | 0 .../docs/_static/jinja-small.png | Bin python/lib/{jinja2 => jinja2-2.6}/docs/logo.pdf | Bin .../ext/JinjaTemplates.tmbundle.tar.gz | Bin .../jinja2/testsuite/res}/__init__.py | 0 python/lib/jinja2/jinja2/testsuite/res/__init__.py | 0 python/lib/protorpc/protorpc/__init__.py | 0 .../tests => pyasn1/pyasn1/codec}/__init__.py | 0 .../tests => pyasn1/pyasn1/codec/ber}/__init__.py | 0 .../tests => pyasn1/pyasn1/codec/cer}/__init__.py | 0 .../tests => pyasn1/pyasn1/codec/der}/__init__.py | 0 .../tests => pyasn1/pyasn1/compat}/__init__.py | 0 .../tests => pyasn1/pyasn1/type}/__init__.py | 0 .../pyasn1_modules}/__init__.py | 0 .../requests/packages/urllib3/contrib}/__init__.py | 0 python/lib/webapp2/docs/_static/webapp2_blue.png | Bin 15439 -> 0 bytes .../webapp2/docs/_static/webapp2_blue_small.png | Bin 15556 -> 0 bytes .../lib/webapp2/docs/_static/webapp2_blue_tiny.png | Bin 7787 -> 0 bytes python/new_project_template/favicon.ico | Bin 1150 -> 8348 bytes python/old_dev_appserver.py | 0 python/php/new_project_template/favicon.ico | Bin 0 -> 8348 bytes .../sdk/google/appengine/api/user_service_pb.php | 72 +++ .../google/appengine/datastore/datastore_v4_pb.php | 78 +++ .../sdk/google/appengine/datastore/entity_pb.php | 244 ++++---- .../cloud_storage_streams/CloudStorageClient.php | 14 +- .../CloudStorageStreamWrapper.php | 2 +- .../CloudStorageStreamWrapperTest.php | 172 ++++-- .../CloudStorageUrlStatClient.php | 97 +++- .../sdk/google/appengine/runtime/autoloader.php | 2 +- .../filesystemcopy/emptyFolder/.gitignore} | 0 .../withSubfolders/subfolder2/.gitignore} | 0 python/php_cli.py | 0 python/remote_api_shell.py | 0 python/run_tests.py | 0 python/tools/bulkload_client.py | 0 python/wrapper_util.py | 0 6621 files changed, 3473 insertions(+), 1402 deletions(-) mode change 100644 => 100755 python/_php_runtime.py mode change 100644 => 100755 python/_python_runtime.py mode change 100644 => 100755 python/api_server.py mode change 100644 => 100755 python/appcfg.py mode change 100644 => 100755 python/backends_conversion.py mode change 100644 => 100755 python/bulkload_client.py mode change 100644 => 100755 python/bulkloader.py rename python/{lib/PyAMF/doc/tutorials/examples/gateways/appengine/demo/assets/appengine-powered.gif => demos/php/minishell/static/appengine_button_noborder.gif} (100%) create mode 100644 python/demos/php/minishell/static/favicon.ico create mode 100644 python/demos/php/minishell/static/spinner.gif mode change 100644 => 100755 python/dev_appserver.py mode change 100644 => 100755 python/download_appstats.py mode change 100644 => 100755 python/endpointscfg.py mode change 100644 => 100755 python/gen_protorpc.py delete mode 100644 python/google/appengine/api/conversion/static/test.pdf delete mode 100644 python/google/appengine/api/conversion/static/test.png create mode 100644 python/google/appengine/client/__init__.py create mode 100644 python/google/appengine/client/services/__init__.py create mode 100644 python/google/appengine/client/services/port_manager.py create mode 100644 python/google/appengine/client/services/vme_errors.py copy python/{lib/PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => google/appengine/dist27/gae_override}/__init__.py (100%) rename python/{lib/PyAMF/pyamf/tests/adapters/django_app => google/appengine/dist27/python_std_lib}/__init__.py (100%) mode change 100755 => 100644 python/google/appengine/ext/admin/templates/images/google.gif rewrite python/google/appengine/ext/datastore_admin/static/js/compiled.js (77%) create mode 100644 python/google/appengine/tools/devappserver2/admin/assets/check_no_box.png create mode 100644 python/google/appengine/tools/devappserver2/admin/assets/google_logo_41.png create mode 100644 python/google/appengine/tools/devappserver2/health_check_service.py mode change 100644 => 100755 python/google_sql.py rename python/lib/{PyAMF/pyamf/tests/adapters/django_app/adapters => PyAMF-0.6.1/pyamf/tests/adapters/django_app}/__init__.py (100%) rename python/lib/{django_0_96/django/bin => PyAMF-0.6.1/pyamf/tests/adapters/django_app/adapters}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{PyAMF => PyAMF-0.6.1}/pyamf/tests/imports/spam.py (100%) delete mode 100644 python/lib/PyAMF/doc/html/static/logo.png delete mode 100644 python/lib/PyAMF/doc/html/static/pyamf.ico delete mode 100644 python/lib/PyAMF/doc/tutorials/actionscript/images/addressbook_example.png delete mode 100644 python/lib/PyAMF/doc/tutorials/actionscript/images/binarysocket.jpg delete mode 100644 python/lib/PyAMF/doc/tutorials/actionscript/images/bytearrayexample.jpg delete mode 100644 python/lib/PyAMF/doc/tutorials/actionscript/images/geoip-example.jpg delete mode 100644 python/lib/PyAMF/doc/tutorials/actionscript/images/guestbook-example.jpg delete mode 100644 python/lib/PyAMF/doc/tutorials/actionscript/images/ohloh-api-example.png delete mode 100644 python/lib/PyAMF/doc/tutorials/actionscript/images/ohloh_logo.png delete mode 100644 python/lib/PyAMF/doc/tutorials/actionscript/images/recordset.jpg delete mode 100644 python/lib/PyAMF/doc/tutorials/actionscript/images/shellexample.png delete mode 100644 python/lib/PyAMF/doc/tutorials/actionscript/images/udp-options.png delete mode 100644 python/lib/PyAMF/doc/tutorials/actionscript/images/udp-overview.png delete mode 100644 python/lib/PyAMF/doc/tutorials/actionscript/images/udp-resize.png delete mode 100644 python/lib/PyAMF/doc/tutorials/apache/images/mod_python-logo.gif delete mode 100644 python/lib/PyAMF/doc/tutorials/examples/actionscript/bytearray/python/gateway/images/django-logo.jpg delete mode 100644 python/lib/PyAMF/doc/tutorials/examples/actionscript/recordset/flash/src/SoftwareInfoExample.fla delete mode 100644 python/lib/PyAMF/doc/tutorials/examples/actionscript/udp/air/deploy/udp.air delete mode 100644 python/lib/PyAMF/doc/tutorials/examples/gateways/appengine/demo/assets/logo.jpg delete mode 100644 python/lib/PyAMF/doc/tutorials/examples/gateways/appengine/demo/assets/python-powered.png delete mode 100644 python/lib/PyAMF/doc/tutorials/examples/general/authentication/flash/as2/authenticate.fla delete mode 100644 python/lib/PyAMF/doc/tutorials/examples/general/authentication/flash/as3/authentication.fla delete mode 100644 python/lib/PyAMF/doc/tutorials/examples/general/helloworld/flash/as1/src/helloworld.fla delete mode 100644 python/lib/PyAMF/doc/tutorials/examples/general/helloworld/flash/as2/src/helloworld.fla delete mode 100644 python/lib/PyAMF/doc/tutorials/examples/general/helloworld/flash/as3/src/helloworld.fla delete mode 100644 python/lib/PyAMF/doc/tutorials/gateways/images/appengine-logo.gif delete mode 100644 python/lib/PyAMF/doc/tutorials/gateways/images/cherrypy-logo.jpg delete mode 100644 python/lib/PyAMF/doc/tutorials/gateways/images/django-logo.png delete mode 100644 python/lib/PyAMF/doc/tutorials/gateways/images/sqlalchemy-logo.gif delete mode 100644 python/lib/PyAMF/doc/tutorials/gateways/images/turbogears-logo.png delete mode 100644 python/lib/PyAMF/doc/tutorials/jython/images/ant-logo.gif delete mode 100644 python/lib/PyAMF/doc/tutorials/jython/images/jython-logo.png delete mode 100644 python/lib/PyAMF/doc/tutorials/jython/images/modjy-pyamf.png delete mode 100644 python/lib/PyAMF/doc/tutorials/jython/images/swing-example.png rename python/lib/{django_0_96/django/bin/profiling => deprecated_enum/deprecated_enum/test}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/conf/app_template => django-0.96/django/bin}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/conf/project_template => django-0.96/django/bin/profiling}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/conf/urls => django-0.96/django/conf/app_template}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/ar/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/ar/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/bn/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/ca/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/ca/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/cs/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/cs/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/cy/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/cy/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/da/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/de/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/de/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/el/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/el/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/en/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/en/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/es/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/es/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/es_AR/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/es_AR/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/fi/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/fi/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/fr/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/fr/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/gl/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/gl/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/he/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/he/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/hu/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/hu/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/is/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/is/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/it/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/it/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/ja/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/ja/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/kn/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/kn/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/lv/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/lv/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/mk/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/mk/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/nl/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/nl/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/no/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/no/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/pl/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/pl/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/pt/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/pt/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/pt_BR/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/pt_BR/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/ro/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/ru/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/ru/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/sk/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/sk/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/sl/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/sr/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/sr/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/sv/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/sv/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/ta/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/ta/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/te/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/te/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/tr/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/tr/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/uk/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/zh_CN/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/zh_CN/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/conf/locale/zh_TW/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/contrib => django-0.96/django/conf/project_template}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/contrib/admin => django-0.96/django/conf/urls}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/contrib/admin/templatetags => django-0.96/django/contrib}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/contrib/admin/views => django-0.96/django/contrib/admin}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/contrib/admin/media/img/admin/arrow-down.gif (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/contrib/admin/media/img/admin/arrow-up.gif (100%) mode change 100755 => 100644 copy python/lib/{django_0_96 => django-0.96}/django/contrib/admin/media/img/admin/changelist-bg.gif (100%) mode change 100755 => 100644 copy python/lib/{django_0_96 => django-0.96}/django/contrib/admin/media/img/admin/chooser-bg.gif (100%) mode change 100755 => 100644 copy python/lib/{django_0_96 => django-0.96}/django/contrib/admin/media/img/admin/chooser_stacked-bg.gif (100%) mode change 100755 => 100644 copy python/lib/{django_0_96 => django-0.96}/django/contrib/admin/media/img/admin/default-bg-reverse.gif (100%) mode change 100755 => 100644 copy python/lib/{django_0_96 => django-0.96}/django/contrib/admin/media/img/admin/default-bg.gif (100%) mode change 100755 => 100644 copy python/lib/{django_0_96 => django-0.96}/django/contrib/admin/media/img/admin/deleted-overlay.gif (100%) mode change 100755 => 100644 copy python/lib/{django_0_96 => django-0.96}/django/contrib/admin/media/img/admin/icon-no.gif (100%) mode change 100755 => 100644 copy python/lib/{django_0_96 => django-0.96}/django/contrib/admin/media/img/admin/icon-unknown.gif (100%) mode change 100755 => 100644 copy python/lib/{django_0_96 => django-0.96}/django/contrib/admin/media/img/admin/icon-yes.gif (100%) mode change 100755 => 100644 copy python/lib/{django_0_96 => django-0.96}/django/contrib/admin/media/img/admin/icon_addlink.gif (100%) mode change 100755 => 100644 copy python/lib/{django_0_96 => django-0.96}/django/contrib/admin/media/img/admin/icon_alert.gif (100%) mode change 100755 => 100644 copy python/lib/{django_0_96 => django-0.96}/django/contrib/admin/media/img/admin/icon_calendar.gif (100%) mode change 100755 => 100644 copy python/lib/{django_0_96 => django-0.96}/django/contrib/admin/media/img/admin/icon_changelink.gif (100%) mode change 100755 => 100644 copy python/lib/{django_0_96 => django-0.96}/django/contrib/admin/media/img/admin/icon_clock.gif (100%) mode change 100755 => 100644 copy python/lib/{django_0_96 => django-0.96}/django/contrib/admin/media/img/admin/icon_deletelink.gif (100%) mode change 100755 => 100644 copy python/lib/{django_0_96 => django-0.96}/django/contrib/admin/media/img/admin/icon_error.gif (100%) mode change 100755 => 100644 copy python/lib/{django_0_96 => django-0.96}/django/contrib/admin/media/img/admin/icon_searchbox.png (100%) mode change 100755 => 100644 copy python/lib/{django_0_96 => django-0.96}/django/contrib/admin/media/img/admin/icon_success.gif (100%) mode change 100755 => 100644 copy python/lib/{django_0_96 => django-0.96}/django/contrib/admin/media/img/admin/inline-delete-8bit.png (100%) mode change 100755 => 100644 copy python/lib/{django_0_96 => django-0.96}/django/contrib/admin/media/img/admin/inline-delete.png (100%) mode change 100755 => 100644 copy python/lib/{django_0_96 => django-0.96}/django/contrib/admin/media/img/admin/inline-restore-8bit.png (100%) mode change 100755 => 100644 copy python/lib/{django_0_96 => django-0.96}/django/contrib/admin/media/img/admin/inline-restore.png (100%) mode change 100755 => 100644 copy python/lib/{django_0_96 => django-0.96}/django/contrib/admin/media/img/admin/inline-splitter-bg.gif (100%) mode change 100755 => 100644 copy python/lib/{django_0_96 => django-0.96}/django/contrib/admin/media/img/admin/nav-bg-grabber.gif (100%) mode change 100755 => 100644 copy python/lib/{django_0_96 => django-0.96}/django/contrib/admin/media/img/admin/nav-bg-reverse.gif (100%) mode change 100755 => 100644 copy python/lib/{django_0_96 => django-0.96}/django/contrib/admin/media/img/admin/nav-bg.gif (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/contrib/admin/media/img/admin/selector-add.gif (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/contrib/admin/media/img/admin/selector-addall.gif (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/contrib/admin/media/img/admin/selector-remove.gif (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/contrib/admin/media/img/admin/selector-removeall.gif (100%) mode change 100755 => 100644 copy python/lib/{django_0_96 => django-0.96}/django/contrib/admin/media/img/admin/selector-search.gif (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/contrib/admin/media/img/admin/selector_stacked-add.gif (100%) mode change 100755 => 100644 rename python/lib/{django_0_96 => django-0.96}/django/contrib/admin/media/img/admin/selector_stacked-remove.gif (100%) mode change 100755 => 100644 copy python/lib/{django_0_96 => django-0.96}/django/contrib/admin/media/img/admin/tool-left.gif (100%) mode change 100755 => 100644 copy python/lib/{django_0_96 => django-0.96}/django/contrib/admin/media/img/admin/tool-left_over.gif (100%) mode change 100755 => 100644 copy python/lib/{django_0_96 => django-0.96}/django/contrib/admin/media/img/admin/tool-right.gif (100%) mode change 100755 => 100644 copy python/lib/{django_0_96 => django-0.96}/django/contrib/admin/media/img/admin/tool-right_over.gif (100%) mode change 100755 => 100644 copy python/lib/{django_0_96 => django-0.96}/django/contrib/admin/media/img/admin/tooltag-add.gif (100%) mode change 100755 => 100644 copy python/lib/{django_0_96 => django-0.96}/django/contrib/admin/media/img/admin/tooltag-add_over.gif (100%) mode change 100755 => 100644 copy python/lib/{django_0_96 => django-0.96}/django/contrib/admin/media/img/admin/tooltag-arrowright.gif (100%) mode change 100755 => 100644 copy python/lib/{django_0_96 => django-0.96}/django/contrib/admin/media/img/admin/tooltag-arrowright_over.gif (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/contrib/auth/handlers => django-0.96/django/contrib/admin/templatetags}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/contrib/comments => django-0.96/django/contrib/admin/views}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/contrib/comments/templatetags => django-0.96/django/contrib/auth/handlers}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/contrib/comments/urls => django-0.96/django/contrib/comments}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/contrib/comments/views => django-0.96/django/contrib/comments/templatetags}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/contrib/contenttypes => django-0.96/django/contrib/comments/urls}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/contrib/csrf => django-0.96/django/contrib/comments/views}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/contrib/flatpages => django-0.96/django/contrib/contenttypes}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/contrib/formtools => django-0.96/django/contrib/csrf}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/contrib/humanize => django-0.96/django/contrib/flatpages}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/contrib/humanize/templatetags => django-0.96/django/contrib/formtools}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/contrib/localflavor => django-0.96/django/contrib/humanize}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/contrib/localflavor/uk => django-0.96/django/contrib/humanize/templatetags}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/contrib/localflavor/usa => django-0.96/django/contrib/localflavor}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/contrib/markup => django-0.96/django/contrib/localflavor/uk}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/contrib/markup/templatetags => django-0.96/django/contrib/localflavor/usa}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/contrib/redirects => django-0.96/django/contrib/markup}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/contrib/sessions => django-0.96/django/contrib/markup/templatetags}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/contrib/sites => django-0.96/django/contrib/redirects}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/contrib/syndication => django-0.96/django/contrib/sessions}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/core => django-0.96/django/contrib/sites}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/core/cache/backends => django-0.96/django/contrib/syndication}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/core/handlers => django-0.96/django/core}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/core/servers => django-0.96/django/core/cache/backends}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/db/backends => django-0.96/django/core/handlers}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/db/backends/ado_mssql => django-0.96/django/core/servers}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/db/backends/dummy => django-0.96/django/db/backends}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/db/backends/mysql => django-0.96/django/db/backends/ado_mssql}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/db/backends/mysql_old => django-0.96/django/db/backends/dummy}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/db/backends/oracle => django-0.96/django/db/backends/mysql}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/db/backends/postgresql => django-0.96/django/db/backends/mysql_old}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/db/backends/postgresql_psycopg2 => django-0.96/django/db/backends/oracle}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/db/backends/sqlite3 => django-0.96/django/db/backends/postgresql}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/middleware => django-0.96/django/db/backends/postgresql_psycopg2}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/template/loaders => django-0.96/django/db/backends/sqlite3}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/utils => django-0.96/django/middleware}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/views => django-0.96/django/template/loaders}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/views/decorators => django-0.96/django/utils}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/views/generic => django-0.96/django/views}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_1_2/django/bin => django-0.96/django/views/decorators}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_1_2/django/bin/profiling => django-0.96/django/views/generic}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_1_2/django/conf/app_template => django-1.2/django/bin}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_1_2/django/conf/locale => django-1.2/django/bin/profiling}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_1_2/django/conf/locale/ar => django-1.2/django/conf/app_template}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_1_2/django/conf/locale/bg => django-1.2/django/conf/locale}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/ar/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/ar/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2/django/conf/locale/bn => django-1.2/django/conf/locale/ar}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/bg/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/bg/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2/django/conf/locale/bs => django-1.2/django/conf/locale/bg}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/bn/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/bn/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2/django/conf/locale/ca => django-1.2/django/conf/locale/bn}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/bs/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2/django/conf/locale/cs => django-1.2/django/conf/locale/bs}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/ca/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/ca/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2/django/conf/locale/cy => django-1.2/django/conf/locale/ca}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/cs/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/cs/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2/django/conf/locale/da => django-1.2/django/conf/locale/cs}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/cy/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/cy/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2/django/conf/locale/de => django-1.2/django/conf/locale/cy}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/da/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/da/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2/django/conf/locale/el => django-1.2/django/conf/locale/da}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/de/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/de/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2/django/conf/locale/en => django-1.2/django/conf/locale/de}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/el/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/el/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2/django/conf/locale/en_GB => django-1.2/django/conf/locale/el}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/en/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/en/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2/django/conf/locale/es => django-1.2/django/conf/locale/en}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/en_GB/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/en_GB/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2/django/conf/locale/es_AR => django-1.2/django/conf/locale/en_GB}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/es/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/es/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2/django/conf/locale/et => django-1.2/django/conf/locale/es}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/es_AR/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/es_AR/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2/django/conf/locale/eu => django-1.2/django/conf/locale/es_AR}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/et/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/et/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2/django/conf/locale/fa => django-1.2/django/conf/locale/et}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/eu/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/eu/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2/django/conf/locale/fi => django-1.2/django/conf/locale/eu}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/fa/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/fa/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2/django/conf/locale/fr => django-1.2/django/conf/locale/fa}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/fi/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/fi/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2/django/conf/locale/fy_NL => django-1.2/django/conf/locale/fi}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/fr/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/fr/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2/django/conf/locale/ga => django-1.2/django/conf/locale/fr}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/fy_NL/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/fy_NL/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2/django/conf/locale/gl => django-1.2/django/conf/locale/fy_NL}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/ga/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/ga/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2/django/conf/locale/he => django-1.2/django/conf/locale/ga}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/gl/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/gl/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2/django/conf/locale/hi => django-1.2/django/conf/locale/gl}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/he/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/he/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2/django/conf/locale/hr => django-1.2/django/conf/locale/he}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/hi/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/hi/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2/django/conf/locale/hu => django-1.2/django/conf/locale/hi}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/hr/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/hr/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2/django/conf/locale/id => django-1.2/django/conf/locale/hr}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/hu/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/hu/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2/django/conf/locale/is => django-1.2/django/conf/locale/hu}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/id/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/id/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2/django/conf/locale/it => django-1.2/django/conf/locale/id}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/is/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/is/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2/django/conf/locale/ja => django-1.2/django/conf/locale/is}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/it/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/it/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2/django/conf/locale/ka => django-1.2/django/conf/locale/it}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/ja/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/ja/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2/django/conf/locale/km => django-1.2/django/conf/locale/ja}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/ka/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/ka/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2/django/conf/locale/kn => django-1.2/django/conf/locale/ka}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/km/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/km/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2/django/conf/locale/ko => django-1.2/django/conf/locale/km}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/kn/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/kn/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2/django/conf/locale/lt => django-1.2/django/conf/locale/kn}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/ko/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/ko/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2/django/conf/locale/lv => django-1.2/django/conf/locale/ko}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/lt/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/lt/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2/django/conf/locale/mk => django-1.2/django/conf/locale/lt}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/lv/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/lv/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2/django/conf/locale/ml => django-1.2/django/conf/locale/lv}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/mk/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/mk/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2/django/conf/locale/mn => django-1.2/django/conf/locale/mk}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/ml/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/ml/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2/django/conf/locale/nb => django-1.2/django/conf/locale/ml}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/mn/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/mn/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2/django/conf/locale/nl => django-1.2/django/conf/locale/mn}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/nb/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/nb/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2/django/conf/locale/nn => django-1.2/django/conf/locale/nb}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/nl/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/nl/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2/django/conf/locale/no => django-1.2/django/conf/locale/nl}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/nn/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/nn/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2/django/conf/locale/pl => django-1.2/django/conf/locale/nn}/__init__.py (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/no/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/no/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/conf/locale/no}/__init__.py (100%) rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/pl/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/pl/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/conf/locale/pl}/__init__.py (100%) rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/pt/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/pt/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/conf/locale/pt}/__init__.py (100%) rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/pt_BR/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/pt_BR/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/conf/locale/pt_BR}/__init__.py (100%) rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/ro/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/ro/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/conf/locale/ro}/__init__.py (100%) rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/ru/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/ru/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/conf/locale/ru}/__init__.py (100%) rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/sk/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/sk/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/conf/locale/sk}/__init__.py (100%) rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/sl/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/sl/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/conf/locale/sl}/__init__.py (100%) rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/sq/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/sq/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/conf/locale/sq}/__init__.py (100%) rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/sr/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/sr/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/conf/locale/sr}/__init__.py (100%) rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/sr_Latn/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/sr_Latn/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/conf/locale/sr_Latn}/__init__.py (100%) rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/sv/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/sv/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/conf/locale/sv}/__init__.py (100%) rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/ta/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/ta/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/conf/locale/ta}/__init__.py (100%) rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/te/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/te/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/conf/locale/te}/__init__.py (100%) rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/th/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/th/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/conf/locale/th}/__init__.py (100%) rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/tr/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/tr/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/conf/locale/tr}/__init__.py (100%) rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/uk/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/uk/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/conf/locale/uk}/__init__.py (100%) rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/vi/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/vi/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/conf/locale/vi}/__init__.py (100%) rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/zh_CN/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/zh_CN/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/conf/locale/zh_CN}/__init__.py (100%) rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/zh_TW/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/conf/locale/zh_TW/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/conf/locale/zh_TW}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/conf/project_template}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/conf/urls}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib}/__init__.py (100%) rename python/lib/{django_1_2 => django-1.2}/django/contrib/admin/media/img/admin/arrow-down.gif (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/contrib/admin/media/img/admin/arrow-up.gif (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/contrib/admin/media/img/admin/changelist-bg.gif (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.2}/django/contrib/admin/media/img/admin/changelist-bg_rtl.gif (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/contrib/admin/media/img/admin/chooser-bg.gif (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/contrib/admin/media/img/admin/chooser_stacked-bg.gif (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/contrib/admin/media/img/admin/default-bg-reverse.gif (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/contrib/admin/media/img/admin/default-bg.gif (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/contrib/admin/media/img/admin/deleted-overlay.gif (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/contrib/admin/media/img/admin/icon-no.gif (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/contrib/admin/media/img/admin/icon-unknown.gif (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/contrib/admin/media/img/admin/icon-yes.gif (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/contrib/admin/media/img/admin/icon_addlink.gif (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/contrib/admin/media/img/admin/icon_alert.gif (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/contrib/admin/media/img/admin/icon_calendar.gif (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/contrib/admin/media/img/admin/icon_changelink.gif (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/contrib/admin/media/img/admin/icon_clock.gif (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/contrib/admin/media/img/admin/icon_deletelink.gif (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/contrib/admin/media/img/admin/icon_error.gif (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/contrib/admin/media/img/admin/icon_searchbox.png (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/contrib/admin/media/img/admin/icon_success.gif (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/contrib/admin/media/img/admin/inline-delete-8bit.png (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/contrib/admin/media/img/admin/inline-delete.png (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/contrib/admin/media/img/admin/inline-restore-8bit.png (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/contrib/admin/media/img/admin/inline-restore.png (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/contrib/admin/media/img/admin/inline-splitter-bg.gif (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/contrib/admin/media/img/admin/nav-bg-grabber.gif (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/contrib/admin/media/img/admin/nav-bg-reverse.gif (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/contrib/admin/media/img/admin/nav-bg.gif (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/contrib/admin/media/img/admin/selector-add.gif (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/contrib/admin/media/img/admin/selector-addall.gif (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/contrib/admin/media/img/admin/selector-remove.gif (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/contrib/admin/media/img/admin/selector-removeall.gif (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/contrib/admin/media/img/admin/selector-search.gif (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/contrib/admin/media/img/admin/selector_stacked-add.gif (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/contrib/admin/media/img/admin/selector_stacked-remove.gif (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/contrib/admin/media/img/admin/tool-left.gif (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/contrib/admin/media/img/admin/tool-left_over.gif (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/contrib/admin/media/img/admin/tool-right.gif (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/contrib/admin/media/img/admin/tool-right_over.gif (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/contrib/admin/media/img/admin/tooltag-add.gif (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/contrib/admin/media/img/admin/tooltag-add_over.gif (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/contrib/admin/media/img/admin/tooltag-arrowright.gif (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/django/contrib/admin/media/img/admin/tooltag-arrowright_over.gif (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.2}/django/contrib/admin/media/img/gis/move_vertex_off.png (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.2}/django/contrib/admin/media/img/gis/move_vertex_on.png (100%) mode change 100755 => 100644 copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/admin/templatetags}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/admin/views}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/admindocs}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/auth/handlers}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/auth/management/commands}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/comments/templatetags}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/comments/views}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/contenttypes}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/csrf}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/databrowse/plugins}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/flatpages}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.2/django/contrib/flatpages/tests/templates/registration/login.html} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/formtools}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/gis}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/gis/db}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/gis/db/backends}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/gis/db/backends/mysql}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/gis/db/backends/oracle}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/gis/db/backends/postgis}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/gis/db/backends/spatialite}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/gis/gdal/prototypes}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/gis/geometry}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/gis/management}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/gis/management/commands}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/gis/maps}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/gis/maps/openlayers}/__init__.py (100%) copy python/lib/{django_1_2 => django-1.2}/django/contrib/gis/tests/data/cities/cities.dbf (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.2}/django/contrib/gis/tests/data/cities/cities.shp (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.2}/django/contrib/gis/tests/data/cities/cities.shx (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.2}/django/contrib/gis/tests/data/counties/counties.dbf (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.2}/django/contrib/gis/tests/data/counties/counties.shp (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.2}/django/contrib/gis/tests/data/counties/counties.shx (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.2}/django/contrib/gis/tests/data/geometries.json.gz (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.2}/django/contrib/gis/tests/data/interstates/interstates.dbf (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.2}/django/contrib/gis/tests/data/interstates/interstates.shp (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.2}/django/contrib/gis/tests/data/interstates/interstates.shx (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.2}/django/contrib/gis/tests/data/test_point/test_point.dbf (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.2}/django/contrib/gis/tests/data/test_point/test_point.shp (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.2}/django/contrib/gis/tests/data/test_point/test_point.shx (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.2}/django/contrib/gis/tests/data/test_poly/test_poly.dbf (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.2}/django/contrib/gis/tests/data/test_poly/test_poly.shp (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.2}/django/contrib/gis/tests/data/test_poly/test_poly.shx (100%) mode change 100755 => 100644 copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/gis/tests/distapp}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/gis/tests/geo3d}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/gis/tests/geoapp}/__init__.py (100%) copy python/lib/{django_1_2 => django-1.2}/django/contrib/gis/tests/geoapp/fixtures/initial_data.json.gz (100%) mode change 100755 => 100644 copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/gis/tests/geogapp}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/gis/tests/layermap}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/gis/tests/relatedapp}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/humanize}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/humanize/templatetags}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/localflavor}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/localflavor/ar}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/localflavor/at}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/localflavor/au}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/localflavor/br}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/localflavor/ca}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/localflavor/ch}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/localflavor/cl}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/localflavor/cz}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/localflavor/de}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/localflavor/es}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/localflavor/fi}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/localflavor/fr}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/localflavor/generic}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/localflavor/id}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/localflavor/ie}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/localflavor/in_}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/localflavor/is_}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/localflavor/it}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/localflavor/jp}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/localflavor/kw}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/localflavor/mx}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/localflavor/nl}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/localflavor/no}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/localflavor/pe}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/localflavor/pl}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/localflavor/pt}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/localflavor/ro}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/localflavor/se}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/localflavor/sk}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/localflavor/uk}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/localflavor/us}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/localflavor/uy}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/localflavor/za}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/markup}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.2/django/contrib/markup/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/markup/templatetags}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/redirects}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/sessions}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/sessions/backends}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/sitemaps/management}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/sitemaps/management/commands}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/sites}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/syndication}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/webdesign}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.2/django/contrib/webdesign/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/contrib/webdesign/templatetags}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/core}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/core/cache/backends}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/core/handlers}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/core/management/commands}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/core/servers}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/db/backends/dummy}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/db/backends/mysql}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/db/backends/oracle}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/db/backends/postgresql}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/db/backends/postgresql_psycopg2}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/db/backends/sqlite3}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/middleware}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/template/loaders}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/templatetags}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/utils}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/views}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/django/views/decorators}/__init__.py (100%) copy python/lib/{django_1_2 => django-1.2}/docs/_theme/djangodocs/static/docicons-behindscenes.png (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.2}/docs/_theme/djangodocs/static/docicons-note.png (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.2}/docs/_theme/djangodocs/static/docicons-philosophy.png (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.2}/docs/internals/_images/djangotickets.png (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.2}/docs/intro/_images/admin01.png (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.2}/docs/intro/_images/admin02.png (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.2}/docs/intro/_images/admin02t.png (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.2}/docs/intro/_images/admin03.png (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.2}/docs/intro/_images/admin03t.png (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/docs/intro/_images/admin04.png (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/docs/intro/_images/admin04t.png (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/docs/intro/_images/admin05.png (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/docs/intro/_images/admin05t.png (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/docs/intro/_images/admin06.png (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/docs/intro/_images/admin06t.png (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/docs/intro/_images/admin07.png (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/docs/intro/_images/admin08.png (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/docs/intro/_images/admin08t.png (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/docs/intro/_images/admin09.png (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/docs/intro/_images/admin10.png (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/docs/intro/_images/admin11.png (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/docs/intro/_images/admin11t.png (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/docs/intro/_images/admin12.png (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/docs/intro/_images/admin13.png (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/docs/intro/_images/admin13t.png (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/docs/intro/_images/admin14.png (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/docs/intro/_images/admin14t.png (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.2}/docs/obsolete/_images/formrow.png (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.2}/docs/obsolete/_images/module.png (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.2}/docs/obsolete/_images/objecttools_01.png (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.2}/docs/obsolete/_images/objecttools_02.png (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/docs/ref/contrib/admin/_images/article_actions.png (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/docs/ref/contrib/admin/_images/article_actions_message.png (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.2}/docs/ref/contrib/admin/_images/flatfiles_admin.png (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/docs/ref/contrib/admin/_images/user_actions.png (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.2}/docs/ref/contrib/admin/_images/users_changelist.png (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.2}/docs/topics/http/_images/middleware.png (100%) mode change 100755 => 100644 copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/modeltests}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/modeltests/aggregation}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/modeltests/basic}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/modeltests/choices}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/modeltests/custom_columns}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/modeltests/custom_managers}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/modeltests/custom_methods}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/modeltests/custom_pk}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/modeltests/defer}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/modeltests/empty}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/modeltests/expressions}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/modeltests/field_defaults}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/modeltests/field_subclassing}/__init__.py (100%) copy python/lib/{django_1_2 => django-1.2}/tests/modeltests/fixtures/fixtures/db_fixture_2.default.json.gz (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.2}/tests/modeltests/fixtures/fixtures/fixture4.json.zip (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.2}/tests/modeltests/fixtures/fixtures/fixture5.json.gz (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.2}/tests/modeltests/fixtures/fixtures/fixture5.json.zip (100%) mode change 100755 => 100644 copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/modeltests/force_insert_update}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/modeltests/generic_relations}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/modeltests/get_latest}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/modeltests/get_object_or_404}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/modeltests/get_or_create}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/modeltests/lookup}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/modeltests/m2m_and_m2o}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/modeltests/m2m_intermediary}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/modeltests/m2m_multiple}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/modeltests/m2m_recursive}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/modeltests/m2o_recursive}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/modeltests/many_to_many}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/modeltests/many_to_one}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/modeltests/many_to_one_null}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/modeltests/model_forms}/__init__.py (100%) copy python/lib/{django_1_2 => django-1.2}/tests/modeltests/model_forms/test.png (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.2}/tests/modeltests/model_forms/test2.png (100%) mode change 100755 => 100644 copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/modeltests/model_formsets}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/modeltests/model_inheritance}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/modeltests/model_inheritance_same_model_name}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/modeltests/mutually_referential}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/modeltests/one_to_one}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/modeltests/or_lookups}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/modeltests/order_with_respect_to}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/modeltests/ordering}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/modeltests/pagination}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/modeltests/properties}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/modeltests/proxy_model_inheritance}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/modeltests/proxy_model_inheritance/app1}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/modeltests/proxy_model_inheritance/app2}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.2/tests/modeltests/proxy_model_inheritance/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/modeltests/proxy_models}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/modeltests/raw_query}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/modeltests/reserved_names}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/modeltests/reverse_lookup}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/modeltests/save_delete_hooks}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/modeltests/select_related}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/modeltests/serializers}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/modeltests/signals}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/modeltests/str}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/modeltests/test_client}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/modeltests/transactions}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/modeltests/update}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/modeltests/user_commands}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/modeltests/user_commands/management}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/modeltests/user_commands/management/commands}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/modeltests/validators}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.2/tests/modeltests/validators/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/admin_changelist}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/admin_inlines}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/admin_ordering}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/admin_registration}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/admin_scripts}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/admin_scripts/app_with_import}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/admin_scripts/broken_app}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/admin_scripts/complex_app}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/admin_scripts/complex_app/admin}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/admin_scripts/management}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/admin_scripts/management/commands}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/admin_scripts/simple_app}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/admin_util}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/admin_validation}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/admin_views}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/admin_widgets}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/aggregation_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/app_loading}/__init__.py (100%) copy python/lib/{django_1_2 => django-1.2}/tests/regressiontests/app_loading/eggs/brokenapp.egg (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.2}/tests/regressiontests/app_loading/eggs/modelapp.egg (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.2}/tests/regressiontests/app_loading/eggs/nomodelapp.egg (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.2}/tests/regressiontests/app_loading/eggs/omelet.egg (100%) mode change 100755 => 100644 copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.2/tests/regressiontests/app_loading/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/app_loading/parent}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/app_loading/parent/app}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/app_loading/parent/app1}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/app_loading/parent/app_2}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/backends}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/bug639}/__init__.py (100%) copy python/lib/{django_1_2 => django-1.2}/tests/regressiontests/bug639/test.jpg (100%) mode change 100755 => 100644 copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/bug8245}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/builtin_server}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.2/tests/regressiontests/builtin_server/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/cache}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/comment_tests}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/context_processors}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/csrf_tests}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/custom_columns_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/custom_managers_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/datatypes}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/db_typecasts}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.2/tests/regressiontests/db_typecasts/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/decorators}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/defaultfilters}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.2/tests/regressiontests/defaultfilters/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/defer_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.2/tests/regressiontests/dispatch/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/expressions_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/extra_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.2/tests/regressiontests/file_storage/models.py} (100%) rename python/lib/{django_1_2 => django-1.2}/tests/regressiontests/file_storage/test.png (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.2}/tests/regressiontests/file_storage/test1.png (100%) mode change 100755 => 100644 copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/file_uploads}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/fixtures_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/forms}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/forms/localflavor}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/formwizard}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.2/tests/regressiontests/formwizard/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/generic_inline_admin}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/generic_relations_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/get_or_create_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/httpwrappers}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.2/tests/regressiontests/httpwrappers/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/humanize}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.2/tests/regressiontests/humanize/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/i18n}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/i18n/other}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/i18n/other/locale}/__init__.py (100%) rename python/lib/{django_1_2 => django-1.2}/tests/regressiontests/i18n/other/locale/de/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/i18n/other/locale/de}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.2/tests/regressiontests/i18n/other/locale/de/formats.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/i18n/resolution}/__init__.py (100%) rename python/lib/{django_1_2 => django-1.2}/tests/regressiontests/i18n/resolution/locale/de/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/initial_sql_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/inline_formsets}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/introspection}/__init__.py (100%) rename python/lib/{django_1_2 => django-1.2}/tests/regressiontests/locale/de/LC_MESSAGES/django.mo (100%) mode change 100755 => 100644 copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/localflavor}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.2/tests/regressiontests/localflavor/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/localflavor/us}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/m2m_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/makemessages}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.2/tests/regressiontests/makemessages/locale/dummy} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.2/tests/regressiontests/makemessages/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/managers_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/many_to_one_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/middleware}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/middleware_exceptions}/__init__.py (100%) copy python/lib/{django_1_2 => django-1.2}/tests/regressiontests/model_fields/4x8.png (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.2}/tests/regressiontests/model_fields/8x4.png (100%) mode change 100755 => 100644 copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/model_fields}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/model_forms_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/model_formsets_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/model_inheritance_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/model_inheritance_select_related}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/model_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/modeladmin}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/multiple_database}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/null_fk}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/null_fk_ordering}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/null_queries}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/one_to_one_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/pagination_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/queries}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/queryset_pickle}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/reverse_single_related}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/select_related_onetoone}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/select_related_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/serializers_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/servers}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.2/tests/regressiontests/servers/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/settings_tests}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.2/tests/regressiontests/settings_tests/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/signals_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/sites_framework}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/special_headers}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/string_lookup}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/syndication}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/templates}/__init__.py (100%) copy python/lib/{django_1_2 => django-1.2}/tests/regressiontests/templates/eggs/tagsegg.egg (100%) mode change 100755 => 100644 copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.2/tests/regressiontests/templates/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/templates/templatetags}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/test_client_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/test_runner}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.2/tests/regressiontests/test_runner/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/test_utils}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.2/tests/regressiontests/test_utils/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/text}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.2/tests/regressiontests/text/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/urlpatterns_reverse}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.2/tests/regressiontests/urlpatterns_reverse/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/utils}/__init__.py (100%) copy python/lib/{django_1_2 => django-1.2}/tests/regressiontests/utils/eggs/test_egg.egg (100%) mode change 100755 => 100644 copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/utils/test_module}/__init__.py (100%) copy python/lib/{django_1_2 => django-1.2}/tests/regressiontests/views/app0/locale/en/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.2}/tests/regressiontests/views/app1/locale/fr/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.2}/tests/regressiontests/views/app2/locale/fr/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.2}/tests/regressiontests/views/app3/locale/es_AR/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.2}/tests/regressiontests/views/app4/locale/es_AR/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.2}/tests/regressiontests/views/locale/es/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.2}/tests/regressiontests/views/locale/fr/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.2}/tests/regressiontests/views/locale/ru/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.2}/tests/regressiontests/views/media/file.txt.gz (100%) mode change 100755 => 100644 copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/views/templatetags}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.2/tests/regressiontests/views/tests/generic}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/bin}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/bin/profiling}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/app_template}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/ar/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/locale/ar}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/az/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/bg/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/locale/bg}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/bn/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/locale/bn}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/bs/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/locale/bs}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/ca/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/locale/ca}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/cs/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/locale/cs}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/cy/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/locale/cy}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/da/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/locale/da}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/de/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/locale/de}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/el/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/locale/el}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/en/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/locale/en}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/en_GB/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/locale/en_GB}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/es/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/locale/es}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/es_AR/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/locale/es_AR}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/es_MX/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/locale/es_MX}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/locale/es_NI}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/et/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/locale/et}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/eu/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/locale/eu}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/fa/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/locale/fa}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/fi/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/locale/fi}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/fr/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/locale/fr}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/fy_NL/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/locale/fy_NL}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/ga/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/locale/ga}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/gl/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/locale/gl}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/he/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/locale/he}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/hi/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/locale/hi}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/hr/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/locale/hr}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/hu/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/locale/hu}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/id/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/locale/id}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/is/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/locale/is}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/it/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/locale/it}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/ja/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/locale/ja}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/ka/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/locale/ka}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/km/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/locale/km}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/kn/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/locale/kn}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/ko/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/locale/ko}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/lt/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/locale/lt}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/lv/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/locale/lv}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/mk/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/locale/mk}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/ml/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/locale/ml}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/mn/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/locale/mn}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/nb/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/locale/nb}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/nl/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/locale/nl}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/nn/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/locale/nn}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/no/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/locale/no}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/pa/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/pl/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/locale/pl}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/pt/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/locale/pt}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/pt_BR/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/locale/pt_BR}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/ro/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/locale/ro}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/ru/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/locale/ru}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/sk/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/locale/sk}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/sl/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/locale/sl}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/sq/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/locale/sq}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/sr/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/locale/sr}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/sr_Latn/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/locale/sr_Latn}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/sv/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/locale/sv}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/ta/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/locale/ta}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/te/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/locale/te}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/th/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/locale/th}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/tr/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/locale/tr}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/uk/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/locale/uk}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/ur/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/vi/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/locale/vi}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/zh_CN/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/locale/zh_CN}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/conf/locale/zh_TW/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/locale/zh_TW}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/project_template}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/conf/urls}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/ar/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/ar/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/az/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/az/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/bg/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/bg/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/bn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/bn/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/bs/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/bs/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/ca/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/ca/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/cs/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/cs/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/cy/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/cy/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/da/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/da/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/de/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/de/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/el/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/el/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/en/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/en/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/en_GB/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/en_GB/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/es/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/es/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/es_AR/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/es_AR/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/es_MX/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/es_MX/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/et/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/et/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/eu/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/eu/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/fa/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/fa/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/fi/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/fi/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/fr/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/fr/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/fy_NL/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/fy_NL/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/ga/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/ga/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/gl/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/gl/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/he/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/he/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/hi/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/hi/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/hr/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/hr/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/hu/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/hu/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/id/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/id/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/is/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/is/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/it/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/it/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/ja/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/ja/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/ka/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/ka/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/km/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/km/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/kn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/kn/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/ko/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/ko/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/lt/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/lt/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/lv/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/lv/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/mk/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/mk/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/ml/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/ml/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/mn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/mn/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/nb/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/nb/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/nl/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/nl/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/nn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/nn/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/no/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/no/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/pa/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/pa/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/pl/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/pl/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/pt/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/pt/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/pt_BR/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/pt_BR/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/ro/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/ro/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/ru/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/ru/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/sk/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/sk/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/sl/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/sl/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/sq/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/sq/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/sr/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/sr/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/sv/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/sv/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/ta/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/ta/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/te/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/te/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/th/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/th/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/tr/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/tr/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/uk/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/uk/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/ur/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/ur/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/vi/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/vi/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/zh_CN/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/zh_CN/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/zh_TW/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/locale/zh_TW/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/media/img/admin/arrow-down.gif (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/media/img/admin/arrow-up.gif (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/media/img/admin/changelist-bg.gif (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/media/img/admin/changelist-bg_rtl.gif (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/media/img/admin/chooser-bg.gif (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/media/img/admin/chooser_stacked-bg.gif (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/media/img/admin/default-bg-reverse.gif (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/media/img/admin/default-bg.gif (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/media/img/admin/deleted-overlay.gif (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/media/img/admin/icon-no.gif (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/media/img/admin/icon-unknown.gif (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/media/img/admin/icon-yes.gif (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/media/img/admin/icon_addlink.gif (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/media/img/admin/icon_alert.gif (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/media/img/admin/icon_calendar.gif (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/media/img/admin/icon_changelink.gif (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/media/img/admin/icon_clock.gif (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/media/img/admin/icon_deletelink.gif (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/media/img/admin/icon_error.gif (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/media/img/admin/icon_searchbox.png (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/media/img/admin/icon_success.gif (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/media/img/admin/inline-delete-8bit.png (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/media/img/admin/inline-delete.png (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/media/img/admin/inline-restore-8bit.png (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/media/img/admin/inline-restore.png (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/media/img/admin/inline-splitter-bg.gif (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/media/img/admin/nav-bg-grabber.gif (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/media/img/admin/nav-bg-reverse.gif (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/media/img/admin/nav-bg.gif (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/media/img/admin/selector-add.gif (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/media/img/admin/selector-addall.gif (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/media/img/admin/selector-remove.gif (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/media/img/admin/selector-removeall.gif (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/media/img/admin/selector-search.gif (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/media/img/admin/selector_stacked-add.gif (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/media/img/admin/selector_stacked-remove.gif (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/media/img/admin/tool-left.gif (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/media/img/admin/tool-left_over.gif (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/media/img/admin/tool-right.gif (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/media/img/admin/tool-right_over.gif (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/media/img/admin/tooltag-add.gif (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/media/img/admin/tooltag-add_over.gif (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/media/img/admin/tooltag-arrowright.gif (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/media/img/admin/tooltag-arrowright_over.gif (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/media/img/gis/move_vertex_off.png (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admin/media/img/gis/move_vertex_on.png (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/admin/templatetags}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/admin/views}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/admindocs}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/ar/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/az/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/bg/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/bn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/bs/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/ca/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/cs/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/cy/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/da/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/de/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/el/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/en/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/en_GB/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/es/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/es_AR/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/es_MX/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/et/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/eu/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/fa/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/fi/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/fr/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/fy_NL/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/ga/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/gl/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/he/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/hi/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/hr/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/hu/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/id/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/is/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/it/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/ja/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/ka/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/km/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/kn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/ko/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/lt/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/lv/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/mk/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/ml/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/mn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/nb/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/nl/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/nn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/no/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/pa/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/pl/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/pt/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/pt_BR/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/ro/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/ru/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/sk/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/sl/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/sq/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/sr/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/sr_Latn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/sv/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/ta/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/te/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/th/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/tr/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/uk/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/ur/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/vi/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/zh_CN/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/admindocs/locale/zh_TW/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/auth/handlers}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/ar/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/az/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/bg/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/bn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/bs/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/ca/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/cs/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/cy/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/da/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/de/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/el/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/en/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/en_GB/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/es/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/es_AR/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/es_MX/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/et/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/eu/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/fa/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/fi/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/fr/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/fy_NL/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/ga/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/gl/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/he/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/hi/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/hr/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/hu/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/id/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/is/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/it/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/ja/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/ka/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/km/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/kn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/ko/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/lt/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/lv/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/mk/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/ml/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/mn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/nb/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/nl/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/nn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/no/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/pa/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/pl/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/pt/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/pt_BR/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/ro/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/ru/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/sk/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/sl/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/sq/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/sr/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/sr_Latn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/sv/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/ta/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/te/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/th/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/tr/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/uk/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/ur/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/vi/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/zh_CN/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/auth/locale/zh_TW/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/auth/management/commands}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/ar/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/az/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/bg/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/bn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/bs/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/ca/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/cs/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/cy/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/da/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/de/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/el/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/en/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/en_GB/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/es/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/es_AR/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/es_MX/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/et/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/eu/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/fa/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/fi/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/fr/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/fy_NL/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/ga/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/gl/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/he/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/hi/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/hr/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/hu/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/id/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/is/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/it/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/ja/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/ka/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/km/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/kn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/ko/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/lt/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/lv/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/mk/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/ml/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/mn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/nb/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/nl/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/nn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/no/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/pa/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/pl/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/pt/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/pt_BR/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/ro/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/ru/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/sk/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/sl/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/sq/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/sr/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/sr_Latn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/sv/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/ta/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/te/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/th/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/tr/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/uk/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/ur/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/vi/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/zh_CN/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/comments/locale/zh_TW/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/comments/templatetags}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/comments/views}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/contenttypes}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/ar/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/az/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/bg/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/bn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/bs/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/ca/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/cs/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/cy/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/da/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/de/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/el/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/en/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/en_GB/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/es/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/es_AR/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/es_MX/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/et/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/eu/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/fa/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/fi/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/fr/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/fy_NL/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/ga/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/gl/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/he/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/hi/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/hr/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/hu/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/id/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/is/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/it/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/ja/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/ka/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/km/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/kn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/ko/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/lt/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/lv/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/mk/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/ml/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/mn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/nb/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/nl/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/nn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/no/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/pa/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/pl/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/pt/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/pt_BR/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/ro/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/ru/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/sk/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/sl/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/sq/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/sr/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/sr_Latn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/sv/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/ta/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/te/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/th/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/tr/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/uk/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/ur/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/vi/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/zh_CN/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/contenttypes/locale/zh_TW/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/csrf}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/databrowse/plugins}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/flatpages}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/ar/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/az/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/bg/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/bn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/bs/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/ca/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/cs/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/cy/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/da/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/de/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/el/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/en/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/en_GB/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/es/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/es_AR/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/es_MX/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/et/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/eu/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/fa/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/fi/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/fr/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/fy_NL/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/ga/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/gl/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/he/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/hi/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/hr/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/hu/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/id/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/is/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/it/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/ja/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/ka/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/km/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/kn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/ko/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/lt/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/lv/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/mk/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/ml/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/mn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/nb/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/nl/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/nn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/no/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/pa/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/pl/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/pt/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/pt_BR/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/ro/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/ru/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/sk/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/sl/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/sq/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/sr/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/sr_Latn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/sv/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/ta/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/te/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/th/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/tr/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/uk/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/ur/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/vi/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/zh_CN/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/flatpages/locale/zh_TW/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/flatpages/templatetags}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.3/django/contrib/flatpages/tests/templates/registration/login.html} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/formtools}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/ar/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/az/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/bg/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/bn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/bs/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/ca/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/cs/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/cy/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/da/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/de/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/el/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/en/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/en_GB/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/es/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/es_AR/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/es_MX/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/et/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/eu/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/fa/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/fi/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/fr/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/fy_NL/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/ga/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/gl/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/he/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/hi/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/hr/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/hu/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/id/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/is/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/it/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/ja/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/ka/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/km/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/kn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/ko/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/lt/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/lv/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/mk/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/ml/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/mn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/nb/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/nl/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/nn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/no/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/pa/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/pl/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/pt/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/pt_BR/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/ro/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/ru/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/sk/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/sl/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/sq/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/sr/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/sr_Latn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/sv/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/ta/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/te/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/th/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/tr/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/uk/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/ur/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/vi/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/zh_CN/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/formtools/locale/zh_TW/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/gis}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/gis/db}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/gis/db/backends}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/gis/db/backends/mysql}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/gis/db/backends/oracle}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/gis/db/backends/postgis}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/gis/db/backends/spatialite}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/gis/gdal/prototypes}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/gis/geometry}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/ar/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/az/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/bg/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/bn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/bs/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/ca/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/cs/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/cy/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/da/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/de/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/el/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/en/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/en_GB/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/es/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/es_AR/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/es_MX/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/et/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/eu/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/fa/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/fi/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/fr/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/fy_NL/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/ga/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/gl/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/he/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/hi/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/hr/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/hu/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/id/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/is/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/it/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/ja/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/ka/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/km/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/kn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/ko/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/lt/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/lv/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/mk/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/ml/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/mn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/nb/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/nl/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/nn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/no/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/pa/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/pl/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/pt/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/pt_BR/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/ro/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/ru/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/sk/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/sl/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/sq/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/sr/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/sr_Latn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/sv/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/ta/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/te/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/th/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/tr/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/uk/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/ur/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/vi/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/zh_CN/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/locale/zh_TW/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/gis/management}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/gis/management/commands}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/gis/maps}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/gis/maps/openlayers}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/tests/data/cities/cities.dbf (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/tests/data/cities/cities.shp (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/tests/data/cities/cities.shx (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/tests/data/counties/counties.dbf (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/tests/data/counties/counties.shp (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/tests/data/counties/counties.shx (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/tests/data/geometries.json.gz (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/tests/data/interstates/interstates.dbf (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/tests/data/interstates/interstates.shp (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/tests/data/interstates/interstates.shx (100%) copy python/lib/{django_1_3 => django-1.3}/django/contrib/gis/tests/data/invalid/emptypoints.dbf (100%) copy python/lib/{django_1_3 => django-1.3}/django/contrib/gis/tests/data/invalid/emptypoints.shp (100%) copy python/lib/{django_1_3 => django-1.3}/django/contrib/gis/tests/data/invalid/emptypoints.shx (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/tests/data/test_point/test_point.dbf (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/tests/data/test_point/test_point.shp (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/tests/data/test_point/test_point.shx (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/tests/data/test_poly/test_poly.dbf (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/tests/data/test_poly/test_poly.shp (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/tests/data/test_poly/test_poly.shx (100%) copy python/lib/{django_1_3 => django-1.3}/django/contrib/gis/tests/data/texas.dbf (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/gis/tests/distapp}/__init__.py (100%) copy python/lib/{django_1_3 => django-1.3}/django/contrib/gis/tests/distapp/fixtures/initial_data.json.gz (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/gis/tests/geo3d}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/gis/tests/geoapp}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/tests/geoapp/fixtures/initial_data.json.gz (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/gis/tests/geogapp}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/gis/tests/layermap}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/gis/tests/relatedapp}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/gis/tests/relatedapp/fixtures/initial_data.json.gz (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/humanize}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/ar/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/az/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/bg/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/bn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/bs/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/ca/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/cs/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/cy/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/da/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/de/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/el/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/en/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/en_GB/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/es/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/es_AR/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/es_MX/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/et/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/eu/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/fa/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/fi/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/fr/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/fy_NL/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/ga/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/gl/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/he/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/hi/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/hr/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/hu/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/id/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/is/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/it/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/ja/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/ka/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/km/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/kn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/ko/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/lt/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/lv/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/mk/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/ml/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/mn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/nb/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/nl/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/nn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/no/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/pa/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/pl/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/pt/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/pt_BR/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/ro/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/ru/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/sk/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/sl/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/sq/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/sr/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/sr_Latn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/sv/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/ta/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/te/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/th/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/tr/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/uk/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/ur/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/vi/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/zh_CN/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/humanize/locale/zh_TW/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/humanize/templatetags}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/localflavor}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/localflavor/ar}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/localflavor/at}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/localflavor/au}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/localflavor/be}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/localflavor/br}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/localflavor/ca}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/localflavor/ch}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/localflavor/cl}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/localflavor/cz}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/localflavor/de}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/localflavor/es}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/localflavor/fi}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/localflavor/fr}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/localflavor/generic}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/localflavor/id}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/localflavor/ie}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/localflavor/il}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/localflavor/in_}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/localflavor/is_}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/localflavor/it}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/localflavor/jp}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/localflavor/kw}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/ar/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/az/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/bg/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/bn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/bs/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/ca/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/cs/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/cy/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/da/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/de/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/el/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/en/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/en_GB/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/es/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/es_AR/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/es_MX/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/et/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/eu/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/fa/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/fi/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/fr/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/fy_NL/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/ga/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/gl/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/he/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/hi/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/hr/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/hu/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/id/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/is/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/it/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/ja/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/ka/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/km/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/kn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/ko/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/lt/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/lv/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/mk/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/ml/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/mn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/nb/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/nl/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/nn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/no/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/pa/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/pl/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/pt/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/pt_BR/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/ro/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/ru/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/sk/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/sl/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/sq/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/sr/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/sr_Latn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/sv/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/ta/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/te/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/th/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/tr/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/uk/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/ur/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/vi/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/zh_CN/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/localflavor/locale/zh_TW/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/localflavor/mx}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/localflavor/nl}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/localflavor/no}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/localflavor/pe}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/localflavor/pl}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/localflavor/pt}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/localflavor/ro}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/localflavor/se}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/localflavor/sk}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/localflavor/tr}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/localflavor/uk}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/localflavor/us}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/localflavor/uy}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/localflavor/za}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/markup}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.3/django/contrib/markup/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/markup/templatetags}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/ar/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/az/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/bg/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/bn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/bs/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/ca/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/cs/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/cy/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/da/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/de/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/el/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/en/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/en_GB/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/es/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/es_AR/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/es_MX/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/et/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/eu/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/fa/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/fi/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/fr/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/fy_NL/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/ga/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/gl/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/he/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/hi/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/hr/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/hu/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/id/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/is/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/it/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/ja/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/ka/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/km/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/kn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/ko/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/lt/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/lv/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/mk/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/ml/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/mn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/nb/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/nl/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/nn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/no/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/pa/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/pl/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/pt/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/pt_BR/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/ro/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/ru/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/sk/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/sl/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/sq/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/sr/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/sr_Latn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/sv/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/ta/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/te/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/th/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/tr/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/uk/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/ur/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/vi/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/zh_CN/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/messages/locale/zh_TW/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/redirects}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/ar/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/az/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/bg/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/bn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/bs/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/ca/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/cs/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/cy/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/da/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/de/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/el/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/en/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/en_GB/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/es/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/es_AR/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/es_MX/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/et/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/eu/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/fa/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/fi/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/fr/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/fy_NL/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/ga/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/gl/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/he/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/hi/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/hr/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/hu/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/id/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/is/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/it/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/ja/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/ka/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/km/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/kn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/ko/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/lt/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/lv/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/mk/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/ml/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/mn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/nb/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/nl/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/nn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/no/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/pa/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/pl/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/pt/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/pt_BR/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/ro/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/ru/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/sk/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/sl/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/sq/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/sr/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/sr_Latn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/sv/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/ta/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/te/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/th/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/tr/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/uk/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/ur/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/vi/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/zh_CN/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/redirects/locale/zh_TW/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/sessions}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/sessions/backends}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/ar/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/az/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/bg/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/bn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/bs/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/ca/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/cs/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/cy/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/da/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/de/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/el/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/en/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/en_GB/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/es/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/es_AR/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/es_MX/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/et/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/eu/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/fa/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/fi/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/fr/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/fy_NL/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/ga/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/gl/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/he/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/hi/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/hr/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/hu/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/id/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/is/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/it/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/ja/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/ka/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/km/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/kn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/ko/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/lt/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/lv/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/mk/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/ml/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/mn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/nb/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/nl/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/nn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/no/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/pa/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/pl/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/pt/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/pt_BR/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/ro/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/ru/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/sk/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/sl/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/sq/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/sr/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/sr_Latn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/sv/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/ta/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/te/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/th/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/tr/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/uk/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/ur/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/vi/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/zh_CN/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sessions/locale/zh_TW/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/sitemaps/management}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/sitemaps/management/commands}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/sites}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/ar/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/az/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/bg/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/bn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/bs/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/ca/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/cs/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/cy/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/da/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/de/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/el/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/en/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/en_GB/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/es/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/es_AR/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/es_MX/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/et/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/eu/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/fa/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/fi/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/fr/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/fy_NL/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/ga/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/gl/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/he/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/hi/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/hr/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/hu/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/id/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/is/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/it/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/ja/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/ka/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/km/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/kn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/ko/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/lt/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/lv/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/mk/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/ml/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/mn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/nb/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/nl/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/nn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/no/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/pa/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/pl/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/pt/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/pt_BR/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/ro/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/ru/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/sk/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/sl/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/sq/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/sr/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/sr_Latn/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/sv/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/ta/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/te/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/th/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/tr/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/uk/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/ur/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/vi/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/zh_CN/LC_MESSAGES/django.mo (100%) rename python/lib/{django_1_3 => django-1.3}/django/contrib/sites/locale/zh_TW/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/staticfiles}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/staticfiles/management}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/staticfiles/management/commands}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.3/django/contrib/staticfiles/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/syndication}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/webdesign}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.3/django/contrib/webdesign/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/contrib/webdesign/templatetags}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/core}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/core/cache/backends}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/core/handlers}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/core/management/commands}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/core/servers}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/db/backends/dummy}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/db/backends/mysql}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/db/backends/oracle}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/db/backends/postgresql}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/db/backends/postgresql_psycopg2}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/db/backends/sqlite3}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/middleware}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/template/loaders}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/templatetags}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/utils}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/views}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/django/views/decorators}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/docs/_theme/djangodocs/static/docicons-behindscenes.png (100%) rename python/lib/{django_1_3 => django-1.3}/docs/_theme/djangodocs/static/docicons-note.png (100%) rename python/lib/{django_1_3 => django-1.3}/docs/_theme/djangodocs/static/docicons-philosophy.png (100%) rename python/lib/{django_1_3 => django-1.3}/docs/internals/_images/djangotickets.png (100%) rename python/lib/{django_1_3 => django-1.3}/docs/intro/_images/admin01.png (100%) rename python/lib/{django_1_3 => django-1.3}/docs/intro/_images/admin02.png (100%) rename python/lib/{django_1_3 => django-1.3}/docs/intro/_images/admin02t.png (100%) rename python/lib/{django_1_3 => django-1.3}/docs/intro/_images/admin03.png (100%) rename python/lib/{django_1_3 => django-1.3}/docs/intro/_images/admin03t.png (100%) rename python/lib/{django_1_3 => django-1.3}/docs/intro/_images/admin04.png (100%) rename python/lib/{django_1_3 => django-1.3}/docs/intro/_images/admin04t.png (100%) rename python/lib/{django_1_3 => django-1.3}/docs/intro/_images/admin05.png (100%) rename python/lib/{django_1_3 => django-1.3}/docs/intro/_images/admin05t.png (100%) rename python/lib/{django_1_3 => django-1.3}/docs/intro/_images/admin06.png (100%) rename python/lib/{django_1_3 => django-1.3}/docs/intro/_images/admin06t.png (100%) rename python/lib/{django_1_3 => django-1.3}/docs/intro/_images/admin07.png (100%) rename python/lib/{django_1_3 => django-1.3}/docs/intro/_images/admin08.png (100%) rename python/lib/{django_1_3 => django-1.3}/docs/intro/_images/admin08t.png (100%) rename python/lib/{django_1_3 => django-1.3}/docs/intro/_images/admin09.png (100%) rename python/lib/{django_1_3 => django-1.3}/docs/intro/_images/admin10.png (100%) rename python/lib/{django_1_3 => django-1.3}/docs/intro/_images/admin11.png (100%) rename python/lib/{django_1_3 => django-1.3}/docs/intro/_images/admin11t.png (100%) rename python/lib/{django_1_3 => django-1.3}/docs/intro/_images/admin12.png (100%) rename python/lib/{django_1_3 => django-1.3}/docs/intro/_images/admin13.png (100%) rename python/lib/{django_1_3 => django-1.3}/docs/intro/_images/admin13t.png (100%) rename python/lib/{django_1_3 => django-1.3}/docs/intro/_images/admin14.png (100%) rename python/lib/{django_1_3 => django-1.3}/docs/intro/_images/admin14t.png (100%) rename python/lib/{django_1_3 => django-1.3}/docs/obsolete/_images/formrow.png (100%) rename python/lib/{django_1_3 => django-1.3}/docs/obsolete/_images/module.png (100%) rename python/lib/{django_1_3 => django-1.3}/docs/obsolete/_images/objecttools_01.png (100%) rename python/lib/{django_1_3 => django-1.3}/docs/obsolete/_images/objecttools_02.png (100%) rename python/lib/{django_1_3 => django-1.3}/docs/ref/contrib/admin/_images/article_actions.png (100%) rename python/lib/{django_1_3 => django-1.3}/docs/ref/contrib/admin/_images/article_actions_message.png (100%) rename python/lib/{django_1_3 => django-1.3}/docs/ref/contrib/admin/_images/flatfiles_admin.png (100%) rename python/lib/{django_1_3 => django-1.3}/docs/ref/contrib/admin/_images/user_actions.png (100%) rename python/lib/{django_1_3 => django-1.3}/docs/ref/contrib/admin/_images/users_changelist.png (100%) rename python/lib/{django_1_3 => django-1.3}/docs/topics/http/_images/middleware.png (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/modeltests}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/modeltests/aggregation}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/modeltests/basic}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/modeltests/choices}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/modeltests/custom_columns}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/modeltests/custom_managers}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/modeltests/custom_methods}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/modeltests/custom_pk}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/modeltests/defer}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/modeltests/delete}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/modeltests/empty}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/modeltests/expressions}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/modeltests/field_defaults}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/modeltests/field_subclassing}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/tests/modeltests/fixtures/fixtures/db_fixture_2.default.json.gz (100%) rename python/lib/{django_1_3 => django-1.3}/tests/modeltests/fixtures/fixtures/fixture4.json.zip (100%) rename python/lib/{django_1_3 => django-1.3}/tests/modeltests/fixtures/fixtures/fixture5.json.gz (100%) rename python/lib/{django_1_3 => django-1.3}/tests/modeltests/fixtures/fixtures/fixture5.json.zip (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/modeltests/force_insert_update}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/modeltests/generic_relations}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/modeltests/get_latest}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/modeltests/get_object_or_404}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/modeltests/get_or_create}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/modeltests/invalid_models/invalid_models}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.3/tests/modeltests/invalid_models/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/modeltests/lookup}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/modeltests/m2m_and_m2o}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/modeltests/m2m_intermediary}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/modeltests/m2m_multiple}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/modeltests/m2m_recursive}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/modeltests/m2o_recursive}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/modeltests/many_to_many}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/modeltests/many_to_one}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/modeltests/many_to_one_null}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/modeltests/model_forms}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/tests/modeltests/model_forms/test.png (100%) rename python/lib/{django_1_3 => django-1.3}/tests/modeltests/model_forms/test2.png (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/modeltests/model_formsets}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/modeltests/model_inheritance}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/modeltests/model_inheritance_same_model_name}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/modeltests/mutually_referential}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/modeltests/one_to_one}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/modeltests/or_lookups}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/modeltests/order_with_respect_to}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/modeltests/ordering}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/modeltests/pagination}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/modeltests/properties}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/modeltests/proxy_model_inheritance}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/modeltests/proxy_model_inheritance/app1}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/modeltests/proxy_model_inheritance/app2}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.3/tests/modeltests/proxy_model_inheritance/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/modeltests/proxy_models}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/modeltests/raw_query}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/modeltests/reserved_names}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/modeltests/reverse_lookup}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/modeltests/save_delete_hooks}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/modeltests/select_related}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/modeltests/serializers}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/modeltests/signals}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/modeltests/str}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/modeltests/test_client}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/modeltests/transactions}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/modeltests/update}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/modeltests/user_commands}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/modeltests/user_commands/management}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/modeltests/user_commands/management/commands}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/modeltests/validators}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.3/tests/modeltests/validators/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/admin_changelist}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/admin_filterspecs}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/admin_inlines}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/admin_ordering}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/admin_registration}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/admin_scripts}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/admin_scripts/app_with_import}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/admin_scripts/broken_app}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/admin_scripts/complex_app}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/admin_scripts/complex_app/admin}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/admin_scripts/management}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/admin_scripts/management/commands}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/admin_scripts/simple_app}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/admin_util}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/admin_validation}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/admin_views}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/admin_widgets}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/aggregation_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/app_loading}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/tests/regressiontests/app_loading/eggs/brokenapp.egg (100%) rename python/lib/{django_1_3 => django-1.3}/tests/regressiontests/app_loading/eggs/modelapp.egg (100%) rename python/lib/{django_1_3 => django-1.3}/tests/regressiontests/app_loading/eggs/nomodelapp.egg (100%) rename python/lib/{django_1_3 => django-1.3}/tests/regressiontests/app_loading/eggs/omelet.egg (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.3/tests/regressiontests/app_loading/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/app_loading/parent}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/app_loading/parent/app}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/app_loading/parent/app1}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/app_loading/parent/app_2}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/backends}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/bug639}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/tests/regressiontests/bug639/test.jpg (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/bug8245}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/builtin_server}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.3/tests/regressiontests/builtin_server/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/cache}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/comment_tests}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/context_processors}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/csrf_tests}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/custom_columns_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/custom_managers_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/datatypes}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/dates}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/db_typecasts}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.3/tests/regressiontests/db_typecasts/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/decorators}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/defaultfilters}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.3/tests/regressiontests/defaultfilters/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/defer_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.3/tests/regressiontests/dispatch/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/expressions_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/extra_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.3/tests/regressiontests/file_storage/models.py} (100%) rename python/lib/{django_1_3 => django-1.3}/tests/regressiontests/file_storage/test.png (100%) rename python/lib/{django_1_3 => django-1.3}/tests/regressiontests/file_storage/test1.png (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/file_uploads}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/fixtures_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/forms}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/forms/localflavor}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/formwizard}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.3/tests/regressiontests/formwizard/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/generic_inline_admin}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/generic_relations_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/generic_views}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/get_or_create_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/handlers}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.3/tests/regressiontests/handlers/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/httpwrappers}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.3/tests/regressiontests/httpwrappers/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/humanize}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.3/tests/regressiontests/humanize/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/i18n}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/i18n/other}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/i18n/other/locale}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/tests/regressiontests/i18n/other/locale/de/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/i18n/other/locale/de}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.3/tests/regressiontests/i18n/other/locale/de/formats.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/i18n/resolution}/__init__.py (100%) copy python/lib/{django_1_3 => django-1.3}/tests/regressiontests/i18n/resolution/locale/de/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/initial_sql_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/inline_formsets}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/introspection}/__init__.py (100%) copy python/lib/{django_1_3 => django-1.3}/tests/regressiontests/locale/de/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/localflavor}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.3/tests/regressiontests/localflavor/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/localflavor/us}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/m2m_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/managers_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/many_to_one_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/middleware}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/middleware_exceptions}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/tests/regressiontests/model_fields/4x8.png (100%) rename python/lib/{django_1_3 => django-1.3}/tests/regressiontests/model_fields/8x4.png (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/model_fields}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/model_forms_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/model_formsets_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/model_inheritance_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/model_inheritance_select_related}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/model_permalink}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/model_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/modeladmin}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/multiple_database}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/null_fk}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/null_fk_ordering}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/null_queries}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/one_to_one_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/pagination_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/queries}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/queryset_pickle}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/reverse_single_related}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/select_related_onetoone}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/select_related_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/serializers_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/servers}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.3/tests/regressiontests/servers/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/settings_tests}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.3/tests/regressiontests/settings_tests/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/signals_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/sites_framework}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/special_headers}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/staticfiles_tests}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/staticfiles_tests/apps}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/staticfiles_tests/apps/no_label}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.3/tests/regressiontests/staticfiles_tests/apps/no_label/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/staticfiles_tests/apps/test}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.3/tests/regressiontests/staticfiles_tests/apps/test/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.3/tests/regressiontests/staticfiles_tests/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/staticfiles_tests/urls}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/string_lookup}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/syndication}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/templates}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/tests/regressiontests/templates/eggs/tagsegg.egg (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.3/tests/regressiontests/templates/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/templates/templatetags}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/test_client_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/test_runner}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.3/tests/regressiontests/test_runner/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/test_utils}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/text}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.3/tests/regressiontests/text/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/transactions_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/urlpatterns_reverse}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.3/tests/regressiontests/urlpatterns_reverse/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/utils}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/tests/regressiontests/utils/eggs/test_egg.egg (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/utils/test_module}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.3}/tests/regressiontests/views/app0/locale/en/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/tests/regressiontests/views/app1/locale/fr/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/tests/regressiontests/views/app2/locale/fr/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/tests/regressiontests/views/app3/locale/es_AR/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/tests/regressiontests/views/app4/locale/es_AR/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/tests/regressiontests/views/locale/es/LC_MESSAGES/djangojs.mo (100%) copy python/lib/{django_1_3 => django-1.3}/tests/regressiontests/views/locale/fr/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/tests/regressiontests/views/locale/ru/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_3 => django-1.3}/tests/regressiontests/views/media/file.txt.gz (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/views/templatetags}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.3/tests/regressiontests/views/tests/generic}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/bin}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/bin/profiling}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/app_template}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/conf/locale/ar/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/locale/ar}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/conf/locale/az/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/conf/locale/bg/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/locale/bg}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/conf/locale/bn/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/locale/bn}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/conf/locale/bs/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/locale/bs}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/conf/locale/ca/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/locale/ca}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/conf/locale/cs/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/locale/cs}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/conf/locale/cy/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/locale/cy}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/conf/locale/da/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/locale/da}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/conf/locale/de/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/locale/de}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/conf/locale/el/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/locale/el}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/conf/locale/en/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/locale/en}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/conf/locale/en_GB/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/locale/en_GB}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/conf/locale/eo/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/conf/locale/es/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/locale/es}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/conf/locale/es_AR/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/locale/es_AR}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/conf/locale/es_MX/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/locale/es_MX}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/locale/es_NI}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/conf/locale/et/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/locale/et}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/conf/locale/eu/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/locale/eu}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/conf/locale/fa/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/locale/fa}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/conf/locale/fi/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/locale/fi}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/conf/locale/fr/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/locale/fr}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/conf/locale/fy_NL/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/locale/fy_NL}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/conf/locale/ga/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/locale/ga}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/conf/locale/gl/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/locale/gl}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/conf/locale/he/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/locale/he}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/conf/locale/hi/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/locale/hi}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/conf/locale/hr/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/locale/hr}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/conf/locale/hu/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/locale/hu}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/conf/locale/id/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/locale/id}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/conf/locale/is/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/locale/is}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/conf/locale/it/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/locale/it}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/conf/locale/ja/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/locale/ja}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/conf/locale/ka/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/locale/ka}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/conf/locale/kk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/conf/locale/km/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/locale/km}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/conf/locale/kn/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/locale/kn}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/conf/locale/ko/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/locale/ko}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/conf/locale/lt/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/locale/lt}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/conf/locale/lv/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/locale/lv}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/conf/locale/mk/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/locale/mk}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/conf/locale/ml/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/locale/ml}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/conf/locale/mn/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/locale/mn}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/conf/locale/nb/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/locale/nb}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/conf/locale/ne/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/conf/locale/nl/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/locale/nl}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/conf/locale/nn/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/locale/nn}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/conf/locale/pa/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/conf/locale/pl/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/locale/pl}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/conf/locale/pt/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/locale/pt}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/conf/locale/pt_BR/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/locale/pt_BR}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/conf/locale/ro/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/locale/ro}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/conf/locale/ru/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/locale/ru}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/conf/locale/sk/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/locale/sk}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/conf/locale/sl/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/locale/sl}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/conf/locale/sq/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/locale/sq}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/conf/locale/sr/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/locale/sr}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/conf/locale/sr_Latn/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/locale/sr_Latn}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/conf/locale/sv/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/locale/sv}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/conf/locale/sw/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/conf/locale/ta/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/locale/ta}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/conf/locale/te/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/locale/te}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/conf/locale/th/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/locale/th}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/conf/locale/tr/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/locale/tr}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/conf/locale/tt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/conf/locale/uk/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/locale/uk}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/conf/locale/ur/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/conf/locale/vi/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/locale/vi}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/conf/locale/zh_CN/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/locale/zh_CN}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/conf/locale/zh_TW/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/locale/zh_TW}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/conf/project_template/project_name}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/ar/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/ar/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/az/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/az/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/bg/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/bg/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/bn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/bn/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/bs/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/bs/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/ca/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/ca/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/cs/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/cs/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/cy/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/cy/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/da/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/da/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/de/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/de/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/el/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/el/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/en/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/en/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/en_GB/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/eo/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/eo/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/es/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/es/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/es_AR/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/es_MX/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/et/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/et/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/eu/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/eu/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/fa/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/fa/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/fi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/fi/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/fr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/fr/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/fy_NL/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/fy_NL/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/ga/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/ga/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/gl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/gl/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/he/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/he/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/hi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/hi/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/hr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/hr/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/hu/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/hu/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/id/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/id/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/is/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/is/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/it/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/it/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/ja/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/ja/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/ka/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/ka/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/kk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/kk/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/km/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/km/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/kn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/kn/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/ko/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/ko/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/lt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/lt/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/lv/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/lv/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/mk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/mk/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/ml/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/ml/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/mn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/mn/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/nb/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/nb/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/ne/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/ne/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/nl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/nl/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/nn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/nn/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/pa/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/pa/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/pl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/pl/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/pt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/pt/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/pt_BR/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/ro/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/ro/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/ru/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/ru/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/sk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/sk/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/sl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/sl/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/sq/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/sq/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/sr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/sr/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/sv/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/sv/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/sw/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/sw/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/ta/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/ta/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/te/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/te/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/th/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/th/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/tr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/tr/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/tt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/tt/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/uk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/uk/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/ur/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/ur/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/vi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/vi/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/zh_CN/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/zh_CN/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/zh_TW/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admin/locale/zh_TW/LC_MESSAGES/djangojs.mo copy python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.4/django/contrib/admin/static/admin/img}/changelist-bg.gif (100%) mode change 100755 => 100644 copy python/lib/{django_1_2/django/contrib/admin/media/img/admin => django-1.4/django/contrib/admin/static/admin/img}/changelist-bg_rtl.gif (100%) mode change 100755 => 100644 copy python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.4/django/contrib/admin/static/admin/img}/chooser-bg.gif (100%) mode change 100755 => 100644 copy python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.4/django/contrib/admin/static/admin/img}/chooser_stacked-bg.gif (100%) mode change 100755 => 100644 copy python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.4/django/contrib/admin/static/admin/img}/default-bg-reverse.gif (100%) mode change 100755 => 100644 copy python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.4/django/contrib/admin/static/admin/img}/default-bg.gif (100%) mode change 100755 => 100644 copy python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.4/django/contrib/admin/static/admin/img}/deleted-overlay.gif (100%) mode change 100755 => 100644 copy python/lib/{django_1_2/django/contrib/admin/media => django-1.4/django/contrib/admin/static/admin}/img/gis/move_vertex_off.png (100%) mode change 100755 => 100644 copy python/lib/{django_1_2/django/contrib/admin/media => django-1.4/django/contrib/admin/static/admin}/img/gis/move_vertex_on.png (100%) mode change 100755 => 100644 copy python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.4/django/contrib/admin/static/admin/img}/icon-no.gif (100%) mode change 100755 => 100644 copy python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.4/django/contrib/admin/static/admin/img}/icon-unknown.gif (100%) mode change 100755 => 100644 copy python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.4/django/contrib/admin/static/admin/img}/icon-yes.gif (100%) mode change 100755 => 100644 copy python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.4/django/contrib/admin/static/admin/img}/icon_addlink.gif (100%) mode change 100755 => 100644 copy python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.4/django/contrib/admin/static/admin/img}/icon_alert.gif (100%) mode change 100755 => 100644 copy python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.4/django/contrib/admin/static/admin/img}/icon_calendar.gif (100%) mode change 100755 => 100644 copy python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.4/django/contrib/admin/static/admin/img}/icon_changelink.gif (100%) mode change 100755 => 100644 copy python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.4/django/contrib/admin/static/admin/img}/icon_clock.gif (100%) mode change 100755 => 100644 copy python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.4/django/contrib/admin/static/admin/img}/icon_deletelink.gif (100%) mode change 100755 => 100644 copy python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.4/django/contrib/admin/static/admin/img}/icon_error.gif (100%) mode change 100755 => 100644 copy python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.4/django/contrib/admin/static/admin/img}/icon_searchbox.png (100%) mode change 100755 => 100644 copy python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.4/django/contrib/admin/static/admin/img}/icon_success.gif (100%) mode change 100755 => 100644 copy python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.4/django/contrib/admin/static/admin/img}/inline-delete-8bit.png (100%) mode change 100755 => 100644 copy python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.4/django/contrib/admin/static/admin/img}/inline-delete.png (100%) mode change 100755 => 100644 copy python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.4/django/contrib/admin/static/admin/img}/inline-restore-8bit.png (100%) mode change 100755 => 100644 copy python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.4/django/contrib/admin/static/admin/img}/inline-restore.png (100%) mode change 100755 => 100644 copy python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.4/django/contrib/admin/static/admin/img}/inline-splitter-bg.gif (100%) mode change 100755 => 100644 copy python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.4/django/contrib/admin/static/admin/img}/nav-bg-grabber.gif (100%) mode change 100755 => 100644 copy python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.4/django/contrib/admin/static/admin/img}/nav-bg-reverse.gif (100%) mode change 100755 => 100644 create mode 100644 python/lib/django-1.4/django/contrib/admin/static/admin/img/nav-bg-selected.gif copy python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.4/django/contrib/admin/static/admin/img}/nav-bg.gif (100%) mode change 100755 => 100644 create mode 100644 python/lib/django-1.4/django/contrib/admin/static/admin/img/selector-icons.gif copy python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.4/django/contrib/admin/static/admin/img}/selector-search.gif (100%) mode change 100755 => 100644 create mode 100644 python/lib/django-1.4/django/contrib/admin/static/admin/img/sorting-icons.gif copy python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.4/django/contrib/admin/static/admin/img}/tool-left.gif (100%) mode change 100755 => 100644 copy python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.4/django/contrib/admin/static/admin/img}/tool-left_over.gif (100%) mode change 100755 => 100644 copy python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.4/django/contrib/admin/static/admin/img}/tool-right.gif (100%) mode change 100755 => 100644 copy python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.4/django/contrib/admin/static/admin/img}/tool-right_over.gif (100%) mode change 100755 => 100644 copy python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.4/django/contrib/admin/static/admin/img}/tooltag-add.gif (100%) mode change 100755 => 100644 copy python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.4/django/contrib/admin/static/admin/img}/tooltag-add_over.gif (100%) mode change 100755 => 100644 copy python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.4/django/contrib/admin/static/admin/img}/tooltag-arrowright.gif (100%) mode change 100755 => 100644 copy python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.4/django/contrib/admin/static/admin/img}/tooltag-arrowright_over.gif (100%) mode change 100755 => 100644 copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/admin/templatetags}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/admin/views}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/admindocs}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/ar/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/az/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/bg/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/bn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/bs/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/ca/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/cs/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/cy/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/da/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/de/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/el/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/en/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/eo/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/es/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/et/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/eu/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/fa/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/fi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/fr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/fy_NL/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/ga/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/gl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/he/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/hi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/hr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/hu/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/id/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/is/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/it/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/ja/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/ka/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/kk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/km/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/kn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/ko/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/lt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/lv/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/mk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/ml/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/mn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/nb/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/ne/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/nl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/nn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/pa/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/pl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/pt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/ro/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/ru/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/sk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/sl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/sq/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/sr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/sv/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/sw/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/ta/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/te/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/th/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/tr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/tt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/uk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/ur/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/vi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/zh_CN/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/admindocs/locale/zh_TW/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/auth/handlers}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/ar/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/az/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/bg/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/bn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/bs/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/ca/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/cs/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/cy/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/da/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/de/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/el/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/en/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/eo/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/es/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/et/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/eu/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/fa/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/fi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/fr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/fy_NL/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/ga/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/gl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/he/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/hi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/hr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/hu/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/id/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/is/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/it/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/ja/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/ka/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/kk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/km/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/kn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/ko/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/lt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/lv/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/mk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/ml/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/mn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/nb/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/ne/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/nl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/nn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/pa/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/pl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/pt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/ro/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/ru/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/sk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/sl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/sq/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/sr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/sv/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/sw/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/ta/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/te/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/th/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/tr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/tt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/uk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/ur/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/vi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/zh_CN/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/auth/locale/zh_TW/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/auth/management/commands}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/ar/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/az/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/bg/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/bn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/bs/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/ca/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/cs/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/cy/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/da/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/de/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/el/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/en/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/eo/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/es/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/et/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/eu/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/fa/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/fi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/fr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/fy_NL/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/ga/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/gl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/he/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/hi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/hr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/hu/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/id/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/is/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/it/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/ja/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/ka/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/kk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/km/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/kn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/ko/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/lt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/lv/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/mk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/ml/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/mn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/nb/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/ne/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/nl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/nn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/pa/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/pl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/pt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/ro/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/ru/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/sk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/sl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/sq/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/sr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/sv/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/sw/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/ta/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/te/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/th/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/tr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/tt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/uk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/ur/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/vi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/zh_CN/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/comments/locale/zh_TW/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/comments/templatetags}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/comments/views}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/contenttypes}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/ar/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/az/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/bg/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/bn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/bs/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/ca/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/cs/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/cy/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/da/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/de/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/el/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/en/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/eo/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/es/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/et/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/eu/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/fa/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/fi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/fr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/fy_NL/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/ga/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/gl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/he/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/hi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/hr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/hu/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/id/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/is/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/it/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/ja/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/ka/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/kk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/km/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/kn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/ko/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/lt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/lv/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/mk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/ml/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/mn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/nb/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/ne/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/nl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/nn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/pa/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/pl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/pt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/ro/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/ru/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/sk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/sl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/sq/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/sr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/sv/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/sw/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/ta/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/te/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/th/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/tr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/tt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/uk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/ur/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/vi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/zh_CN/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/contenttypes/locale/zh_TW/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/databrowse/plugins}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/flatpages}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/ar/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/az/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/bg/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/bn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/bs/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/ca/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/cs/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/cy/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/da/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/de/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/el/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/en/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/eo/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/es/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/et/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/eu/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/fa/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/fi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/fr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/fy_NL/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/ga/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/gl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/he/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/hi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/hr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/hu/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/id/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/is/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/it/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/ja/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/ka/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/kk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/km/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/kn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/ko/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/lt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/lv/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/mk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/ml/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/mn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/nb/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/ne/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/nl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/nn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/pa/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/pl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/pt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/ro/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/ru/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/sk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/sl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/sq/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/sr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/sv/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/sw/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/ta/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/te/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/th/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/tr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/tt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/uk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/ur/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/vi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/zh_CN/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/flatpages/locale/zh_TW/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/flatpages/templatetags}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.4/django/contrib/flatpages/tests/templates/registration/login.html} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/formtools}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/ar/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/az/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/bg/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/bn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/bs/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/ca/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/cs/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/cy/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/da/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/de/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/el/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/en/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/eo/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/es/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/et/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/eu/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/fa/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/fi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/fr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/fy_NL/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/ga/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/gl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/he/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/hi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/hr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/hu/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/id/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/is/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/it/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/ja/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/ka/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/kk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/km/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/kn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/ko/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/lt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/lv/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/mk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/ml/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/mn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/nb/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/ne/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/nl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/nn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/pa/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/pl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/pt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/ro/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/ru/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/sk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/sl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/sq/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/sr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/sv/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/sw/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/ta/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/te/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/th/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/tr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/tt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/uk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/ur/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/vi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/zh_CN/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/formtools/locale/zh_TW/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/formtools/tests/wizard/namedwizardtests}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/formtools/tests/wizard/wizardtests}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/gis}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/gis/db}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/gis/db/backends}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/gis/db/backends/mysql}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/gis/db/backends/oracle}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/gis/db/backends/postgis}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/gis/db/backends/spatialite}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/gis/gdal/prototypes}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/gis/geometry}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/ar/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/az/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/bg/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/bn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/bs/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/ca/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/cs/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/cy/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/da/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/de/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/el/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/en/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/eo/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/es/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/et/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/eu/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/fa/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/fi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/fr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/fy_NL/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/ga/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/gl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/he/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/hi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/hr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/hu/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/id/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/is/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/it/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/ja/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/ka/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/kk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/km/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/kn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/ko/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/lt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/lv/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/mk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/ml/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/mn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/nb/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/ne/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/nl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/nn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/pa/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/pl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/pt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/ro/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/ru/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/sk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/sl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/sq/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/sr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/sv/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/sw/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/ta/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/te/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/th/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/tr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/tt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/uk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/ur/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/vi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/zh_CN/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/gis/locale/zh_TW/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/gis/management}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/gis/management/commands}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/gis/maps}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/gis/maps/openlayers}/__init__.py (100%) copy python/lib/{django_1_2 => django-1.4}/django/contrib/gis/tests/data/cities/cities.dbf (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.4}/django/contrib/gis/tests/data/cities/cities.shp (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.4}/django/contrib/gis/tests/data/cities/cities.shx (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.4}/django/contrib/gis/tests/data/counties/counties.dbf (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.4}/django/contrib/gis/tests/data/counties/counties.shp (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.4}/django/contrib/gis/tests/data/counties/counties.shx (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.4}/django/contrib/gis/tests/data/geometries.json.gz (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.4}/django/contrib/gis/tests/data/interstates/interstates.dbf (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.4}/django/contrib/gis/tests/data/interstates/interstates.shp (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.4}/django/contrib/gis/tests/data/interstates/interstates.shx (100%) mode change 100755 => 100644 copy python/lib/{django_1_3 => django-1.4}/django/contrib/gis/tests/data/invalid/emptypoints.dbf (100%) copy python/lib/{django_1_3 => django-1.4}/django/contrib/gis/tests/data/invalid/emptypoints.shp (100%) copy python/lib/{django_1_3 => django-1.4}/django/contrib/gis/tests/data/invalid/emptypoints.shx (100%) copy python/lib/{django_1_2 => django-1.4}/django/contrib/gis/tests/data/test_point/test_point.dbf (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.4}/django/contrib/gis/tests/data/test_point/test_point.shp (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.4}/django/contrib/gis/tests/data/test_point/test_point.shx (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.4}/django/contrib/gis/tests/data/test_poly/test_poly.dbf (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.4}/django/contrib/gis/tests/data/test_poly/test_poly.shp (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.4}/django/contrib/gis/tests/data/test_poly/test_poly.shx (100%) mode change 100755 => 100644 copy python/lib/{django_1_3 => django-1.4}/django/contrib/gis/tests/data/texas.dbf (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/gis/tests/distapp}/__init__.py (100%) copy python/lib/{django_1_3 => django-1.4}/django/contrib/gis/tests/distapp/fixtures/initial_data.json.gz (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/gis/tests/geo3d}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/gis/tests/geoadmin}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/gis/tests/geoapp}/__init__.py (100%) copy python/lib/{django_1_2 => django-1.4}/django/contrib/gis/tests/geoapp/fixtures/initial_data.json.gz (100%) mode change 100755 => 100644 copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/gis/tests/geogapp}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/gis/tests/inspectapp}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/gis/tests/layermap}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/gis/tests/relatedapp}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/contrib/gis/tests/relatedapp/fixtures/initial_data.json.gz copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/humanize}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/ar/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/az/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/bg/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/bn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/bs/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/ca/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/cs/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/cy/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/da/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/de/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/el/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/en/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/eo/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/es/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/et/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/eu/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/fa/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/fi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/fr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/fy_NL/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/ga/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/gl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/he/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/hi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/hr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/hu/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/id/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/is/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/it/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/ja/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/ka/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/kk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/km/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/kn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/ko/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/lt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/lv/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/mk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/ml/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/mn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/nb/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/ne/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/nl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/nn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/pa/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/pl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/pt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/ro/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/ru/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/sk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/sl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/sq/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/sr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/sv/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/sw/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/ta/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/te/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/th/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/tr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/tt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/uk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/ur/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/vi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/zh_CN/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/humanize/locale/zh_TW/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.4/django/contrib/humanize/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/humanize/templatetags}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/localflavor}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/localflavor/ar}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/localflavor/at}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/localflavor/au}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/localflavor/be}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/localflavor/br}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/localflavor/ca}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/localflavor/ch}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/localflavor/cl}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/localflavor/cn}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/localflavor/co}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/localflavor/cz}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/localflavor/de}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/localflavor/ec}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/localflavor/es}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/localflavor/fi}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/localflavor/fr}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/localflavor/gb}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/localflavor/generic}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/localflavor/hr}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/localflavor/id}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/localflavor/ie}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/localflavor/il}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/localflavor/in_}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/localflavor/is_}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/localflavor/it}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/localflavor/jp}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/localflavor/kw}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/ar/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/az/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/bg/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/bn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/bs/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/ca/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/cs/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/cy/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/da/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/de/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/el/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/en/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/eo/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/es/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/et/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/eu/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/fa/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/fi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/fr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/fy_NL/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/ga/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/gl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/he/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/hi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/hr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/hu/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/id/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/is/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/it/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/ja/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/ka/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/kk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/km/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/kn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/ko/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/lt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/lv/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/mk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/ml/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/mn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/nb/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/ne/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/nl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/nn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/pa/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/pl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/pt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/ro/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/ru/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/sk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/sl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/sq/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/sr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/sv/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/sw/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/ta/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/te/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/th/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/tr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/tt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/uk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/ur/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/vi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/zh_CN/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/localflavor/locale/zh_TW/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/localflavor/mk}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/localflavor/mx}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/localflavor/nl}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/localflavor/no}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/localflavor/pe}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/localflavor/pl}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/localflavor/pt}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/localflavor/py}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/localflavor/ro}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/localflavor/ru}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/localflavor/se}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/localflavor/si}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/localflavor/sk}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/localflavor/tr}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/localflavor/uk}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/localflavor/us}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/localflavor/uy}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/localflavor/za}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/markup}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.4/django/contrib/markup/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/markup/templatetags}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/ar/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/az/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/bg/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/bn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/bs/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/ca/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/cs/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/cy/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/da/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/de/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/el/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/en/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/eo/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/es/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/et/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/eu/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/fa/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/fi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/fr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/fy_NL/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/ga/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/gl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/he/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/hi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/hr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/hu/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/id/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/is/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/it/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/ja/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/ka/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/kk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/km/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/kn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/ko/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/lt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/lv/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/mk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/ml/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/mn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/nb/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/ne/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/nl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/nn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/pa/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/pl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/pt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/ro/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/ru/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/sk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/sl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/sq/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/sr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/sv/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/sw/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/ta/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/te/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/th/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/tr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/tt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/uk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/ur/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/vi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/zh_CN/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/messages/locale/zh_TW/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/redirects}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/ar/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/az/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/bg/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/bn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/bs/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/ca/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/cs/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/cy/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/da/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/de/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/el/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/en/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/eo/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/es/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/et/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/eu/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/fa/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/fi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/fr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/fy_NL/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/ga/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/gl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/he/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/hi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/hr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/hu/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/id/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/is/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/it/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/ja/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/ka/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/kk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/km/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/kn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/ko/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/lt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/lv/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/mk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/ml/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/mn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/nb/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/ne/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/nl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/nn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/pa/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/pl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/pt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/ro/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/ru/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/sk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/sl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/sq/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/sr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/sv/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/sw/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/ta/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/te/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/th/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/tr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/tt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/uk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/ur/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/vi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/zh_CN/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/redirects/locale/zh_TW/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/sessions}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/sessions/backends}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/ar/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/az/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/bg/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/bn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/bs/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/ca/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/cs/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/cy/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/da/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/de/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/el/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/en/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/eo/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/es/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/et/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/eu/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/fa/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/fi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/fr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/fy_NL/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/ga/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/gl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/he/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/hi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/hr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/hu/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/id/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/is/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/it/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/ja/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/ka/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/kk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/km/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/kn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/ko/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/lt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/lv/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/mk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/ml/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/mn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/nb/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/ne/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/nl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/nn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/pa/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/pl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/pt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/ro/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/ru/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/sk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/sl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/sq/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/sr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/sv/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/sw/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/ta/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/te/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/th/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/tr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/tt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/uk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/ur/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/vi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/zh_CN/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sessions/locale/zh_TW/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/sitemaps/management}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/sitemaps/management/commands}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/sitemaps/tests/urls}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/sites}/__init__.py (100%) create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/ar/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/az/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/bg/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/bn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/bs/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/ca/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/cs/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/cy/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/da/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/de/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/el/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/en/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/eo/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/es/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/et/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/eu/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/fa/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/fi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/fr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/fy_NL/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/ga/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/gl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/he/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/hi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/hr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/hu/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/id/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/is/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/it/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/ja/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/ka/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/kk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/km/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/kn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/ko/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/lt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/lv/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/mk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/ml/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/mn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/nb/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/ne/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/nl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/nn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/pa/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/pl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/pt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/ro/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/ru/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/sk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/sl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/sq/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/sr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/sv/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/sw/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/ta/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/te/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/th/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/tr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/tt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/uk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/ur/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/vi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/zh_CN/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/django/contrib/sites/locale/zh_TW/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/staticfiles}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/staticfiles/management}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/staticfiles/management/commands}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.4/django/contrib/staticfiles/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/staticfiles/templatetags}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/syndication}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/webdesign}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.4/django/contrib/webdesign/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/contrib/webdesign/templatetags}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/core}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/core/cache/backends}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/core/handlers}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/core/management/commands}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/core/servers}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/db/backends/dummy}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/db/backends/mysql}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/db/backends/oracle}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/db/backends/postgresql_psycopg2}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/db/backends/sqlite3}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/middleware}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/template/loaders}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/templatetags}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/utils}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/views}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/django/views/decorators}/__init__.py (100%) copy python/lib/{django_1_2 => django-1.4}/docs/_theme/djangodocs/static/docicons-behindscenes.png (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.4}/docs/_theme/djangodocs/static/docicons-note.png (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.4}/docs/_theme/djangodocs/static/docicons-philosophy.png (100%) mode change 100755 => 100644 create mode 100644 python/lib/django-1.4/docs/_theme/djangodocs/static/docicons-warning.png copy python/lib/{django_1_2 => django-1.4}/docs/internals/_images/djangotickets.png (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.4}/docs/intro/_images/admin01.png (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.4}/docs/intro/_images/admin02.png (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.4}/docs/intro/_images/admin02t.png (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.4}/docs/intro/_images/admin03.png (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.4}/docs/intro/_images/admin03t.png (100%) mode change 100755 => 100644 create mode 100644 python/lib/django-1.4/docs/intro/_images/admin04.png create mode 100644 python/lib/django-1.4/docs/intro/_images/admin04t.png create mode 100644 python/lib/django-1.4/docs/intro/_images/admin05.png create mode 100644 python/lib/django-1.4/docs/intro/_images/admin05t.png create mode 100644 python/lib/django-1.4/docs/intro/_images/admin06.png create mode 100644 python/lib/django-1.4/docs/intro/_images/admin06t.png create mode 100644 python/lib/django-1.4/docs/intro/_images/admin07.png create mode 100644 python/lib/django-1.4/docs/intro/_images/admin08.png create mode 100644 python/lib/django-1.4/docs/intro/_images/admin08t.png create mode 100644 python/lib/django-1.4/docs/intro/_images/admin09.png create mode 100644 python/lib/django-1.4/docs/intro/_images/admin10.png create mode 100644 python/lib/django-1.4/docs/intro/_images/admin11.png create mode 100644 python/lib/django-1.4/docs/intro/_images/admin11t.png create mode 100644 python/lib/django-1.4/docs/intro/_images/admin12.png create mode 100644 python/lib/django-1.4/docs/intro/_images/admin12t.png create mode 100644 python/lib/django-1.4/docs/intro/_images/admin13.png create mode 100644 python/lib/django-1.4/docs/intro/_images/admin13t.png create mode 100644 python/lib/django-1.4/docs/intro/_images/admin14.png create mode 100644 python/lib/django-1.4/docs/intro/_images/admin14t.png create mode 100644 python/lib/django-1.4/docs/intro/_images/admin15t.png rename python/lib/{django_1_2 => django-1.4}/docs/obsolete/_images/formrow.png (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.4}/docs/obsolete/_images/module.png (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.4}/docs/obsolete/_images/objecttools_01.png (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.4}/docs/obsolete/_images/objecttools_02.png (100%) mode change 100755 => 100644 create mode 100644 python/lib/django-1.4/docs/ref/contrib/admin/_images/article_actions.png create mode 100644 python/lib/django-1.4/docs/ref/contrib/admin/_images/article_actions_message.png copy python/lib/{django_1_2 => django-1.4}/docs/ref/contrib/admin/_images/flatfiles_admin.png (100%) mode change 100755 => 100644 create mode 100644 python/lib/django-1.4/docs/ref/contrib/admin/_images/raw_id_fields.png create mode 100644 python/lib/django-1.4/docs/ref/contrib/admin/_images/user_actions.png copy python/lib/{django_1_2 => django-1.4}/docs/ref/contrib/admin/_images/users_changelist.png (100%) mode change 100755 => 100644 create mode 100644 python/lib/django-1.4/docs/topics/_images/django_unittest_classes_hierarchy.png copy python/lib/{django_1_2 => django-1.4}/docs/topics/http/_images/middleware.png (100%) mode change 100755 => 100644 copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/modeltests}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/modeltests/aggregation}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/modeltests/basic}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/modeltests/choices}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/modeltests/custom_columns}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/modeltests/custom_managers}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/modeltests/custom_methods}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/modeltests/custom_pk}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/modeltests/defer}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/modeltests/delete}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/modeltests/empty}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/modeltests/empty/no_models}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/modeltests/expressions}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/modeltests/field_defaults}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/modeltests/field_subclassing}/__init__.py (100%) copy python/lib/{django_1_2 => django-1.4}/tests/modeltests/fixtures/fixtures/db_fixture_2.default.json.gz (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.4}/tests/modeltests/fixtures/fixtures/fixture4.json.zip (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.4}/tests/modeltests/fixtures/fixtures/fixture5.json.gz (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.4}/tests/modeltests/fixtures/fixtures/fixture5.json.zip (100%) mode change 100755 => 100644 copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/modeltests/force_insert_update}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/modeltests/generic_relations}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/modeltests/get_latest}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/modeltests/get_object_or_404}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/modeltests/get_or_create}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/modeltests/invalid_models/invalid_models}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.4/tests/modeltests/invalid_models/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/modeltests/lookup}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/modeltests/m2m_and_m2o}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/modeltests/m2m_intermediary}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/modeltests/m2m_multiple}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/modeltests/m2m_recursive}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/modeltests/m2o_recursive}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/modeltests/many_to_many}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/modeltests/many_to_one}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/modeltests/many_to_one_null}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/modeltests/model_forms}/__init__.py (100%) copy python/lib/{django_1_2 => django-1.4}/tests/modeltests/model_forms/test.png (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.4}/tests/modeltests/model_forms/test2.png (100%) mode change 100755 => 100644 copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/modeltests/model_formsets}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/modeltests/model_inheritance}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/modeltests/model_inheritance_same_model_name}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/modeltests/mutually_referential}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/modeltests/one_to_one}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/modeltests/or_lookups}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/modeltests/order_with_respect_to}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/modeltests/ordering}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/modeltests/pagination}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/modeltests/prefetch_related}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/modeltests/properties}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/modeltests/proxy_model_inheritance}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/modeltests/proxy_model_inheritance/app1}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/modeltests/proxy_model_inheritance/app2}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.4/tests/modeltests/proxy_model_inheritance/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/modeltests/proxy_models}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/modeltests/raw_query}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/modeltests/reserved_names}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/modeltests/reverse_lookup}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/modeltests/save_delete_hooks}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/modeltests/select_related}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/modeltests/serializers}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/modeltests/signals}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/modeltests/str}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/modeltests/tablespaces}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/modeltests/test_client}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/modeltests/timezones}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/modeltests/transactions}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/modeltests/update}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/modeltests/user_commands}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/modeltests/user_commands/management}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/modeltests/user_commands/management/commands}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/modeltests/validators}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.4/tests/modeltests/validators/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/admin_changelist}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/admin_filters}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/admin_inlines}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/admin_ordering}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/admin_registration}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/admin_scripts}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/admin_scripts/app_with_import}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/admin_scripts/broken_app}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/admin_scripts/complex_app}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/admin_scripts/complex_app/admin}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/admin_scripts/custom_templates/app_template}/__init__.py (100%) create mode 100644 python/lib/django-1.4/tests/regressiontests/admin_scripts/custom_templates/project_template.tgz copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/admin_scripts/custom_templates/project_template/project_name}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/admin_scripts/management}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/admin_scripts/management/commands}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/admin_scripts/simple_app}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/admin_util}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/admin_validation}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/admin_views}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/admin_widgets}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/aggregation_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/app_loading}/__init__.py (100%) copy python/lib/{django_1_2 => django-1.4}/tests/regressiontests/app_loading/eggs/brokenapp.egg (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.4}/tests/regressiontests/app_loading/eggs/modelapp.egg (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.4}/tests/regressiontests/app_loading/eggs/nomodelapp.egg (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.4}/tests/regressiontests/app_loading/eggs/omelet.egg (100%) mode change 100755 => 100644 copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.4/tests/regressiontests/app_loading/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/app_loading/not_installed}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/backends}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/bug639}/__init__.py (100%) copy python/lib/{django_1_2 => django-1.4}/tests/regressiontests/bug639/test.jpg (100%) mode change 100755 => 100644 copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/bug8245}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/builtin_server}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.4/tests/regressiontests/builtin_server/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/bulk_create}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/cache}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/comment_tests}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/context_processors}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/createsuperuser}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.4/tests/regressiontests/createsuperuser/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/csrf_tests}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/custom_columns_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/custom_managers_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/datatypes}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/dates}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/db_typecasts}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.4/tests/regressiontests/db_typecasts/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/decorators}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/defaultfilters}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.4/tests/regressiontests/defaultfilters/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/defer_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.4/tests/regressiontests/dispatch/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/expressions_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/extra_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.4/tests/regressiontests/file_storage/models.py} (100%) copy python/lib/{django_1_2/tests/modeltests/model_forms => django-1.4/tests/regressiontests/file_storage}/test.png (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.4}/tests/regressiontests/file_storage/test1.png (100%) mode change 100755 => 100644 copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/file_uploads}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/fixtures_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/forms}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/generic_inline_admin}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/generic_relations_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/generic_views}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/get_or_create_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/handlers}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.4/tests/regressiontests/handlers/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/httpwrappers}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.4/tests/regressiontests/httpwrappers/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/i18n}/__init__.py (100%) create mode 100644 python/lib/django-1.4/tests/regressiontests/i18n/commands/locale/it/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/i18n/contenttypes}/__init__.py (100%) create mode 100644 python/lib/django-1.4/tests/regressiontests/i18n/contenttypes/locale/en/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/tests/regressiontests/i18n/contenttypes/locale/fr/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/i18n/other}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/i18n/other/locale}/__init__.py (100%) create mode 100644 python/lib/django-1.4/tests/regressiontests/i18n/other/locale/de/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/i18n/other/locale/de}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.4/tests/regressiontests/i18n/other/locale/de/formats.py} (100%) create mode 100644 python/lib/django-1.4/tests/regressiontests/i18n/other/locale/fr/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/i18n/patterns}/__init__.py (100%) create mode 100644 python/lib/django-1.4/tests/regressiontests/i18n/patterns/locale/en/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/tests/regressiontests/i18n/patterns/locale/nl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.4/tests/regressiontests/i18n/patterns/locale/pt_BR/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.4/tests/regressiontests/i18n/patterns/templates/404.html} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.4/tests/regressiontests/i18n/patterns/templates/dummy.html} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/i18n/patterns/urls}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/i18n/resolution}/__init__.py (100%) copy python/lib/{django_1_3 => django-1.4}/tests/regressiontests/i18n/resolution/locale/de/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/initial_sql_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/inline_formsets}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/introspection}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.4}/tests/regressiontests/locale/de/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/localflavor}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/localflavor/ar}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/localflavor/at}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/localflavor/au}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/localflavor/be}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/localflavor/br}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/localflavor/ca}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/localflavor/ch}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/localflavor/cl}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/localflavor/cn}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/localflavor/co}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/localflavor/cz}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/localflavor/de}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/localflavor/ec}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/localflavor/es}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/localflavor/fi}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/localflavor/fr}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/localflavor/gb}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/localflavor/generic}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/localflavor/hr}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/localflavor/id}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/localflavor/ie}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/localflavor/il}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/localflavor/in_}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/localflavor/is_}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/localflavor/it}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/localflavor/jp}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/localflavor/kw}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/localflavor/mk}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.4/tests/regressiontests/localflavor/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/localflavor/mx}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.4/tests/regressiontests/localflavor/mx/mx.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/localflavor/nl}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/localflavor/pl}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/localflavor/pt}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/localflavor/py}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/localflavor/ro}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/localflavor/ru}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/localflavor/se}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/localflavor/si}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/localflavor/sk}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/localflavor/tr}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/localflavor/us}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/localflavor/uy}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/localflavor/za}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/logging_tests}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.4/tests/regressiontests/logging_tests/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/m2m_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/managers_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/many_to_one_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/middleware}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/middleware_exceptions}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.4/tests/regressiontests/middleware_exceptions/models.py} (100%) copy python/lib/{django_1_2 => django-1.4}/tests/regressiontests/model_fields/4x8.png (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.4}/tests/regressiontests/model_fields/8x4.png (100%) mode change 100755 => 100644 copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/model_fields}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/model_forms_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/model_formsets_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/model_inheritance_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/model_inheritance_select_related}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/model_permalink}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/model_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/modeladmin}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/multiple_database}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/null_fk}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/null_fk_ordering}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/null_queries}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/one_to_one_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/pagination_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/queries}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/queryset_pickle}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/reverse_single_related}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/select_related_onetoone}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/select_related_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/serializers_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/servers}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/settings_tests}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.4/tests/regressiontests/settings_tests/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/signals_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/signed_cookies_tests}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/signing}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/sites_framework}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/special_headers}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/staticfiles_tests}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/staticfiles_tests/apps}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/staticfiles_tests/apps/no_label}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.4/tests/regressiontests/staticfiles_tests/apps/no_label/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/staticfiles_tests/apps/test}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.4/tests/regressiontests/staticfiles_tests/apps/test/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.4/tests/regressiontests/staticfiles_tests/models.py} (100%) create mode 100644 python/lib/django-1.4/tests/regressiontests/staticfiles_tests/project/documents/cached/css/img/window.png create mode 100644 python/lib/django-1.4/tests/regressiontests/staticfiles_tests/project/documents/cached/img/relative.png copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.4/tests/regressiontests/staticfiles_tests/project/documents/cached/other.css} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/staticfiles_tests/urls}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/string_lookup}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/syndication}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/templates}/__init__.py (100%) copy python/lib/{django_1_2 => django-1.4}/tests/regressiontests/templates/eggs/tagsegg.egg (100%) mode change 100755 => 100644 copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.4/tests/regressiontests/templates/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/templates/templatetags}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/templates/templatetags/subpackage}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/test_client_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/test_runner}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/test_runner/invalid_app/models}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.4/tests/regressiontests/test_runner/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/test_runner/valid_app/models}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson => django-1.4/tests/regressiontests/test_runner/valid_app}/tests/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/test_utils}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.4/tests/regressiontests/test_utils/templates/template_used/alternative.html} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.4/tests/regressiontests/test_utils/templates/template_used/base.html} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/text}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.4/tests/regressiontests/text/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/transactions_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/urlpatterns_reverse}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.4/tests/regressiontests/urlpatterns_reverse/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/utils}/__init__.py (100%) create mode 100644 python/lib/django-1.4/tests/regressiontests/utils/archives/foobar.tar create mode 100644 python/lib/django-1.4/tests/regressiontests/utils/archives/foobar.tar.bz2 create mode 100644 python/lib/django-1.4/tests/regressiontests/utils/archives/foobar.tar.gz create mode 100644 python/lib/django-1.4/tests/regressiontests/utils/archives/foobar.zip copy python/lib/{django_1_2 => django-1.4}/tests/regressiontests/utils/eggs/test_egg.egg (100%) mode change 100755 => 100644 copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/utils/test_module}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/version}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.4/tests/regressiontests/version/models.py} (100%) copy python/lib/{django_1_2 => django-1.4}/tests/regressiontests/views/app0/locale/en/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.4}/tests/regressiontests/views/app1/locale/fr/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.4}/tests/regressiontests/views/app2/locale/fr/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.4}/tests/regressiontests/views/app3/locale/es_AR/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.4}/tests/regressiontests/views/app4/locale/es_AR/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.4}/tests/regressiontests/views/locale/es/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 copy python/lib/{django_1_3 => django-1.4}/tests/regressiontests/views/locale/fr/LC_MESSAGES/djangojs.mo (100%) copy python/lib/{django_1_2 => django-1.4}/tests/regressiontests/views/locale/ru/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 copy python/lib/{django_1_2 => django-1.4}/tests/regressiontests/views/media/file.txt.gz (100%) mode change 100755 => 100644 copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/views/templatetags}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/views/tests/generic}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.4/tests/regressiontests/wsgi}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.4/tests/regressiontests/wsgi/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/bin/profiling}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/app_template}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/conf/locale/af/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/conf/locale/ar/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/locale/ar}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/conf/locale/az/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/conf/locale/be/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/conf/locale/bg/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/locale/bg}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/conf/locale/bn/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/locale/bn}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/conf/locale/br/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/conf/locale/bs/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/locale/bs}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/conf/locale/ca/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/locale/ca}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/conf/locale/cs/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/locale/cs}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/conf/locale/cy/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/locale/cy}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/conf/locale/da/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/locale/da}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/conf/locale/de/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/locale/de}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/locale/de_CH}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/conf/locale/el/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/locale/el}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/conf/locale/en/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/locale/en}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/conf/locale/en_GB/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/locale/en_GB}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/conf/locale/eo/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/conf/locale/es/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/locale/es}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/conf/locale/es_AR/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/locale/es_AR}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/conf/locale/es_MX/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/locale/es_MX}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/locale/es_NI}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/conf/locale/es_VE/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/conf/locale/et/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/locale/et}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/conf/locale/eu/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/locale/eu}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/conf/locale/fa/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/locale/fa}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/conf/locale/fi/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/locale/fi}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/conf/locale/fr/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/locale/fr}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/conf/locale/fy_NL/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/locale/fy_NL}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/conf/locale/ga/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/locale/ga}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/conf/locale/gl/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/locale/gl}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/conf/locale/he/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/locale/he}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/conf/locale/hi/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/locale/hi}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/conf/locale/hr/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/locale/hr}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/conf/locale/hu/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/locale/hu}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/conf/locale/ia/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/conf/locale/id/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/locale/id}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/conf/locale/is/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/locale/is}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/conf/locale/it/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/locale/it}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/conf/locale/ja/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/locale/ja}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/conf/locale/ka/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/locale/ka}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/conf/locale/kk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/conf/locale/km/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/locale/km}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/conf/locale/kn/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/locale/kn}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/conf/locale/ko/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/locale/ko}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/conf/locale/lb/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/conf/locale/lt/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/locale/lt}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/conf/locale/lv/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/locale/lv}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/conf/locale/mk/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/locale/mk}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/conf/locale/ml/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/locale/ml}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/conf/locale/mn/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/locale/mn}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/conf/locale/nb/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/locale/nb}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/conf/locale/ne/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/conf/locale/nl/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/locale/nl}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/conf/locale/nn/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/locale/nn}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/conf/locale/pa/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/conf/locale/pl/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/locale/pl}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/conf/locale/pt/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/locale/pt}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/conf/locale/pt_BR/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/locale/pt_BR}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/conf/locale/ro/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/locale/ro}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/conf/locale/ru/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/locale/ru}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/conf/locale/sk/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/locale/sk}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/conf/locale/sl/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/locale/sl}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/conf/locale/sq/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/locale/sq}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/conf/locale/sr/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/locale/sr}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/conf/locale/sr_Latn/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/locale/sr_Latn}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/conf/locale/sv/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/locale/sv}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/conf/locale/sw/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/conf/locale/ta/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/locale/ta}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/conf/locale/te/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/locale/te}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/conf/locale/th/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/locale/th}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/conf/locale/tr/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/locale/tr}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/conf/locale/tt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/conf/locale/udm/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/conf/locale/uk/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/locale/uk}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/conf/locale/ur/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/conf/locale/vi/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/locale/vi}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/conf/locale/zh_CN/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/locale/zh_CN}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/conf/locale/zh_TW/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/locale/zh_TW}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/conf/project_template/project_name}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/af/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/af/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/ar/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/ar/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/az/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/az/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/be/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/be/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/bg/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/bg/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/bn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/bn/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/br/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/br/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/bs/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/bs/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/ca/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/ca/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/cs/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/cs/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/cy/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/cy/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/da/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/da/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/de/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/de/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/el/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/el/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/en/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/en/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/en_GB/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/eo/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/eo/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/es/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/es/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/es_AR/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/es_MX/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/et/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/et/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/eu/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/eu/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/fa/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/fa/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/fi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/fi/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/fr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/fr/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/fy_NL/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/fy_NL/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/ga/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/ga/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/gl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/gl/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/he/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/he/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/hi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/hi/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/hr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/hr/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/hu/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/hu/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/ia/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/ia/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/id/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/id/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/is/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/is/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/it/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/it/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/ja/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/ja/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/ka/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/ka/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/kk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/kk/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/km/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/km/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/kn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/kn/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/ko/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/ko/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/lb/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/lb/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/lt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/lt/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/lv/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/lv/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/mk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/mk/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/ml/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/ml/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/mn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/mn/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/nb/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/nb/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/ne/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/ne/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/nl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/nl/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/nn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/nn/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/pa/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/pa/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/pl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/pl/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/pt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/pt/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/pt_BR/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/ro/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/ro/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/ru/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/ru/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/sk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/sk/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/sl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/sl/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/sq/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/sq/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/sr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/sr/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/sv/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/sv/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/sw/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/sw/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/ta/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/ta/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/te/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/te/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/th/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/th/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/tr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/tr/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/tt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/tt/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/udm/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/udm/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/uk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/uk/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/ur/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/ur/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/vi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/vi/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/zh_CN/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/zh_CN/LC_MESSAGES/djangojs.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/zh_TW/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admin/locale/zh_TW/LC_MESSAGES/djangojs.mo rename python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.5/django/contrib/admin/static/admin/img}/changelist-bg.gif (100%) mode change 100755 => 100644 rename python/lib/{django_1_2/django/contrib/admin/media/img/admin => django-1.5/django/contrib/admin/static/admin/img}/changelist-bg_rtl.gif (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.5/django/contrib/admin/static/admin/img}/chooser-bg.gif (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.5/django/contrib/admin/static/admin/img}/chooser_stacked-bg.gif (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.5/django/contrib/admin/static/admin/img}/default-bg-reverse.gif (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.5/django/contrib/admin/static/admin/img}/default-bg.gif (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.5/django/contrib/admin/static/admin/img}/deleted-overlay.gif (100%) mode change 100755 => 100644 rename python/lib/{django_1_2/django/contrib/admin/media => django-1.5/django/contrib/admin/static/admin}/img/gis/move_vertex_off.png (100%) mode change 100755 => 100644 rename python/lib/{django_1_2/django/contrib/admin/media => django-1.5/django/contrib/admin/static/admin}/img/gis/move_vertex_on.png (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.5/django/contrib/admin/static/admin/img}/icon-no.gif (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.5/django/contrib/admin/static/admin/img}/icon-unknown.gif (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.5/django/contrib/admin/static/admin/img}/icon-yes.gif (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.5/django/contrib/admin/static/admin/img}/icon_addlink.gif (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.5/django/contrib/admin/static/admin/img}/icon_alert.gif (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.5/django/contrib/admin/static/admin/img}/icon_calendar.gif (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.5/django/contrib/admin/static/admin/img}/icon_changelink.gif (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.5/django/contrib/admin/static/admin/img}/icon_clock.gif (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.5/django/contrib/admin/static/admin/img}/icon_deletelink.gif (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.5/django/contrib/admin/static/admin/img}/icon_error.gif (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.5/django/contrib/admin/static/admin/img}/icon_searchbox.png (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.5/django/contrib/admin/static/admin/img}/icon_success.gif (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.5/django/contrib/admin/static/admin/img}/inline-delete-8bit.png (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.5/django/contrib/admin/static/admin/img}/inline-delete.png (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.5/django/contrib/admin/static/admin/img}/inline-restore-8bit.png (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.5/django/contrib/admin/static/admin/img}/inline-restore.png (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.5/django/contrib/admin/static/admin/img}/inline-splitter-bg.gif (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.5/django/contrib/admin/static/admin/img}/nav-bg-grabber.gif (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.5/django/contrib/admin/static/admin/img}/nav-bg-reverse.gif (100%) mode change 100755 => 100644 create mode 100644 python/lib/django-1.5/django/contrib/admin/static/admin/img/nav-bg-selected.gif rename python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.5/django/contrib/admin/static/admin/img}/nav-bg.gif (100%) mode change 100755 => 100644 create mode 100644 python/lib/django-1.5/django/contrib/admin/static/admin/img/selector-icons.gif rename python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.5/django/contrib/admin/static/admin/img}/selector-search.gif (100%) mode change 100755 => 100644 create mode 100644 python/lib/django-1.5/django/contrib/admin/static/admin/img/sorting-icons.gif rename python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.5/django/contrib/admin/static/admin/img}/tool-left.gif (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.5/django/contrib/admin/static/admin/img}/tool-left_over.gif (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.5/django/contrib/admin/static/admin/img}/tool-right.gif (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.5/django/contrib/admin/static/admin/img}/tool-right_over.gif (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.5/django/contrib/admin/static/admin/img}/tooltag-add.gif (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.5/django/contrib/admin/static/admin/img}/tooltag-add_over.gif (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.5/django/contrib/admin/static/admin/img}/tooltag-arrowright.gif (100%) mode change 100755 => 100644 rename python/lib/{django_0_96/django/contrib/admin/media/img/admin => django-1.5/django/contrib/admin/static/admin/img}/tooltag-arrowright_over.gif (100%) mode change 100755 => 100644 copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/admin/templatetags}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/admin/views}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/admindocs}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/af/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/ar/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/az/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/be/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/bg/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/bn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/br/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/bs/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/ca/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/cs/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/cy/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/da/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/de/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/el/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/en/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/eo/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/es/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/et/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/eu/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/fa/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/fi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/fr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/fy_NL/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/ga/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/gl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/he/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/hi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/hr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/hu/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/ia/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/id/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/is/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/it/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/ja/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/ka/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/kk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/km/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/kn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/ko/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/lt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/lv/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/mk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/ml/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/mn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/nb/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/ne/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/nl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/nn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/pa/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/pl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/pt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/ro/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/ru/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/sk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/sl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/sq/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/sr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/sv/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/sw/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/ta/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/te/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/th/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/tr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/tt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/udm/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/uk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/ur/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/vi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/zh_CN/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/admindocs/locale/zh_TW/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/auth/handlers}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/af/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/ar/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/az/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/be/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/bg/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/bn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/br/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/bs/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/ca/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/cs/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/cy/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/da/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/de/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/el/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/en/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/eo/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/es/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/et/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/eu/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/fa/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/fi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/fr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/fy_NL/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/ga/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/gl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/he/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/hi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/hr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/hu/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/ia/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/id/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/is/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/it/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/ja/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/ka/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/kk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/km/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/kn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/ko/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/lt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/lv/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/mk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/ml/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/mn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/nb/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/ne/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/nl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/nn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/pa/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/pl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/pt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/ro/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/ru/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/sk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/sl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/sq/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/sr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/sv/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/sw/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/ta/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/te/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/th/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/tr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/tt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/uk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/ur/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/vi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/zh_CN/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/auth/locale/zh_TW/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/auth/management/commands}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/ar/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/az/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/be/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/bg/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/bn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/br/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/bs/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/ca/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/cs/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/cy/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/da/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/de/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/el/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/en/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/eo/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/es/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/et/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/eu/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/fa/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/fi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/fr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/fy_NL/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/ga/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/gl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/he/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/hi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/hr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/hu/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/ia/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/id/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/is/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/it/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/ja/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/ka/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/kk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/km/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/kn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/ko/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/lt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/lv/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/mk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/ml/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/mn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/nb/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/ne/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/nl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/nn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/pa/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/pl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/pt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/ro/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/ru/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/sk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/sl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/sq/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/sr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/sv/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/sw/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/ta/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/te/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/th/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/tr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/tt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/uk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/ur/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/vi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/zh_CN/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/comments/locale/zh_TW/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/comments/templatetags}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/comments/views}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/contenttypes}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/ar/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/az/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/be/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/bg/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/bn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/br/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/bs/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/ca/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/cs/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/cy/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/da/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/de/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/el/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/en/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/eo/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/es/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/et/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/eu/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/fa/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/fi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/fr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/fy_NL/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/ga/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/gl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/he/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/hi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/hr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/hu/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/ia/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/id/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/is/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/it/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/ja/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/ka/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/kk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/km/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/kn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/ko/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/lt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/lv/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/mk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/ml/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/mn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/nb/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/ne/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/nl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/nn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/pa/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/pl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/pt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/ro/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/ru/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/sk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/sl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/sq/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/sr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/sv/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/sw/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/ta/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/te/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/th/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/tr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/tt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/uk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/ur/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/vi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/zh_CN/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/contenttypes/locale/zh_TW/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/databrowse/plugins}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/flatpages}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/af/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/ar/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/az/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/be/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/bg/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/bn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/br/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/bs/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/ca/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/cs/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/cy/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/da/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/de/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/el/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/en/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/eo/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/es/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/es_VE/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/et/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/eu/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/fa/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/fi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/fr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/fy_NL/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/ga/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/gl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/he/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/hi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/hr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/hu/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/ia/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/id/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/is/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/it/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/ja/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/ka/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/kk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/km/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/kn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/ko/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/lt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/lv/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/mk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/ml/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/mn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/nb/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/ne/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/nl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/nn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/pa/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/pl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/pt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/ro/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/ru/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/sk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/sl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/sq/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/sr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/sv/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/sw/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/ta/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/te/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/th/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/tr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/tt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/udm/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/uk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/ur/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/vi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/zh_CN/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/flatpages/locale/zh_TW/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/flatpages/templatetags}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.5/django/contrib/flatpages/tests/templates/registration/login.html} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/formtools}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/ar/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/az/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/be/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/bg/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/bn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/br/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/bs/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/ca/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/cs/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/cy/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/da/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/de/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/el/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/en/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/eo/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/es/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/et/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/eu/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/fa/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/fi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/fr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/fy_NL/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/ga/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/gl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/he/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/hi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/hr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/hu/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/ia/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/id/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/is/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/it/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/ja/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/ka/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/kk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/km/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/kn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/ko/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/lt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/lv/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/mk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/ml/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/mn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/nb/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/ne/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/nl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/nn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/pa/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/pl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/pt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/ro/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/ru/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/sk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/sl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/sq/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/sr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/sv/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/sw/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/ta/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/te/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/th/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/tr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/tt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/uk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/ur/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/vi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/zh_CN/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/formtools/locale/zh_TW/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/formtools/tests/wizard/namedwizardtests}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/formtools/tests/wizard/wizardtests}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/gis/db}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/gis/db/backends}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/gis/db/backends/mysql}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/gis/db/backends/oracle}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/gis/db/backends/postgis}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/gis/db/backends/spatialite}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/gis/gdal/prototypes}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/gis/geometry}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/ar/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/az/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/be/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/bg/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/bn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/br/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/bs/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/ca/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/cs/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/cy/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/da/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/de/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/el/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/en/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/eo/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/es/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/et/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/eu/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/fa/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/fi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/fr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/fy_NL/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/ga/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/gl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/he/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/hi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/hr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/hu/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/ia/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/id/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/is/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/it/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/ja/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/ka/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/kk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/km/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/kn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/ko/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/lt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/lv/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/mk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/ml/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/mn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/nb/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/ne/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/nl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/nn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/pa/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/pl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/pt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/ro/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/ru/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/sk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/sl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/sq/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/sr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/sv/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/sw/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/ta/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/te/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/th/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/tr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/tt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/uk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/ur/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/vi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/zh_CN/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/gis/locale/zh_TW/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/gis/management}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/gis/management/commands}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/gis/maps}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/gis/maps/openlayers}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/contrib/gis/tests/data/ch-city/ch-city.dbf create mode 100644 python/lib/django-1.5/django/contrib/gis/tests/data/ch-city/ch-city.shp create mode 100644 python/lib/django-1.5/django/contrib/gis/tests/data/ch-city/ch-city.shx rename python/lib/{django_1_2 => django-1.5}/django/contrib/gis/tests/data/cities/cities.dbf (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.5}/django/contrib/gis/tests/data/cities/cities.shp (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.5}/django/contrib/gis/tests/data/cities/cities.shx (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.5}/django/contrib/gis/tests/data/counties/counties.dbf (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.5}/django/contrib/gis/tests/data/counties/counties.shp (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.5}/django/contrib/gis/tests/data/counties/counties.shx (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.5}/django/contrib/gis/tests/data/interstates/interstates.dbf (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.5}/django/contrib/gis/tests/data/interstates/interstates.shp (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.5}/django/contrib/gis/tests/data/interstates/interstates.shx (100%) mode change 100755 => 100644 rename python/lib/{django_1_3 => django-1.5}/django/contrib/gis/tests/data/invalid/emptypoints.dbf (100%) rename python/lib/{django_1_3 => django-1.5}/django/contrib/gis/tests/data/invalid/emptypoints.shp (100%) rename python/lib/{django_1_3 => django-1.5}/django/contrib/gis/tests/data/invalid/emptypoints.shx (100%) rename python/lib/{django_1_2 => django-1.5}/django/contrib/gis/tests/data/test_point/test_point.dbf (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.5}/django/contrib/gis/tests/data/test_point/test_point.shp (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.5}/django/contrib/gis/tests/data/test_point/test_point.shx (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.5}/django/contrib/gis/tests/data/test_poly/test_poly.dbf (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.5}/django/contrib/gis/tests/data/test_poly/test_poly.shp (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.5}/django/contrib/gis/tests/data/test_poly/test_poly.shx (100%) mode change 100755 => 100644 rename python/lib/{django_1_3 => django-1.5}/django/contrib/gis/tests/data/texas.dbf (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/gis/tests/distapp}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.5}/django/contrib/gis/tests/distapp/fixtures/initial_data.json.gz (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/gis/tests/geo3d}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/gis/tests/geoadmin}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/gis/tests/geoapp}/__init__.py (100%) rename python/lib/{django_1_2 => django-1.5}/django/contrib/gis/tests/geoapp/fixtures/initial_data.json.gz (100%) mode change 100755 => 100644 copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/gis/tests/geogapp}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/gis/tests/inspectapp}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/gis/tests/layermap}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/gis/tests/relatedapp}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/contrib/gis/tests/relatedapp/fixtures/initial_data.json.gz copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/humanize}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/ar/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/az/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/be/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/bg/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/bn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/br/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/bs/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/ca/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/cs/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/cy/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/da/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/de/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/el/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/en/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/eo/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/es/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/et/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/eu/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/fa/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/fi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/fr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/fy_NL/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/ga/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/gl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/he/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/hi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/hr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/hu/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/ia/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/id/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/is/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/it/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/ja/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/ka/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/kk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/km/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/kn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/ko/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/lt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/lv/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/mk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/ml/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/mn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/nb/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/ne/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/nl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/nn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/pa/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/pl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/pt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/ro/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/ru/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/sk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/sl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/sq/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/sr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/sv/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/sw/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/ta/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/te/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/th/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/tr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/tt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/uk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/ur/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/vi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/zh_CN/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/humanize/locale/zh_TW/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.5/django/contrib/humanize/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/humanize/templatetags}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/localflavor/ar}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/localflavor/at}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/localflavor/au}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/localflavor/be}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/localflavor/br}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/localflavor/ca}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/localflavor/ch}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/localflavor/cl}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/localflavor/cn}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/localflavor/co}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/localflavor/cz}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/localflavor/de}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/localflavor/ec}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/localflavor/es}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/localflavor/fi}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/localflavor/fr}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/localflavor/gb}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/localflavor/generic}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/localflavor/hk}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/localflavor/hr}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/localflavor/id}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/localflavor/ie}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/localflavor/il}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/localflavor/in_}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/localflavor/is_}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/localflavor/it}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/localflavor/jp}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/localflavor/kw}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/contrib/localflavor/locale/ar/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/localflavor/locale/az/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/localflavor/locale/be/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/localflavor/locale/bg/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/localflavor/locale/bn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/localflavor/locale/br/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/localflavor/locale/bs/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/localflavor/locale/ca/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/localflavor/locale/cs/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/localflavor/locale/da/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/localflavor/locale/de/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/localflavor/locale/el/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/localflavor/locale/en/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/localflavor/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/localflavor/locale/eo/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/localflavor/locale/es/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/localflavor/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/localflavor/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/localflavor/locale/et/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/localflavor/locale/eu/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/localflavor/locale/fa/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/localflavor/locale/fi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/localflavor/locale/fr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/localflavor/locale/fy_NL/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/localflavor/locale/ga/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/localflavor/locale/gl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/localflavor/locale/he/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/localflavor/locale/hi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/localflavor/locale/hr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/localflavor/locale/hu/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/localflavor/locale/ia/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/localflavor/locale/id/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/localflavor/locale/is/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/localflavor/locale/it/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/localflavor/locale/ja/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/localflavor/locale/ka/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/localflavor/locale/ko/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/localflavor/locale/lt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/localflavor/locale/lv/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/localflavor/locale/mk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/localflavor/locale/mn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/localflavor/locale/nb/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/localflavor/locale/nl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/localflavor/locale/nn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/localflavor/locale/pa/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/localflavor/locale/pl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/localflavor/locale/pt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/localflavor/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/localflavor/locale/ro/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/localflavor/locale/ru/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/localflavor/locale/sk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/localflavor/locale/sl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/localflavor/locale/sr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/localflavor/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/localflavor/locale/sv/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/localflavor/locale/sw/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/localflavor/locale/te/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/localflavor/locale/th/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/localflavor/locale/tr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/localflavor/locale/uk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/localflavor/locale/vi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/localflavor/locale/zh_CN/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/localflavor/locale/zh_TW/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/localflavor/mk}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/localflavor/mx}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/localflavor/nl}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/localflavor/no}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/localflavor/pe}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/localflavor/pl}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/localflavor/pt}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/localflavor/py}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/localflavor/ro}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/localflavor/ru}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/localflavor/se}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/localflavor/si}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/localflavor/sk}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/localflavor/tr}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/localflavor/uk}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/localflavor/us}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/localflavor/uy}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/localflavor/za}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/markup}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.5/django/contrib/markup/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/markup/templatetags}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/ar/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/az/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/be/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/bg/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/bn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/br/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/bs/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/ca/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/cs/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/cy/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/da/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/de/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/el/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/en/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/eo/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/es/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/et/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/eu/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/fa/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/fi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/fr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/fy_NL/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/ga/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/gl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/he/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/hi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/hr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/hu/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/ia/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/id/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/is/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/it/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/ja/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/ka/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/kk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/km/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/kn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/ko/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/lt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/lv/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/mk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/ml/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/mn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/nb/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/ne/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/nl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/nn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/pa/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/pl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/pt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/ro/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/ru/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/sk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/sl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/sq/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/sr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/sv/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/sw/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/ta/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/te/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/th/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/tr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/tt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/uk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/ur/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/vi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/zh_CN/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/messages/locale/zh_TW/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/redirects}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/ar/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/az/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/be/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/bg/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/bn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/br/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/bs/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/ca/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/cs/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/cy/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/da/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/de/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/el/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/en/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/eo/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/es/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/et/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/eu/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/fa/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/fi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/fr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/fy_NL/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/ga/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/gl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/he/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/hi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/hr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/hu/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/id/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/is/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/it/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/ja/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/ka/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/kk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/km/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/kn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/ko/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/lt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/lv/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/mk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/ml/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/mn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/nb/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/ne/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/nl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/nn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/pa/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/pl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/pt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/ro/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/ru/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/sk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/sl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/sq/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/sr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/sv/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/sw/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/ta/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/te/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/th/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/tr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/tt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/uk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/ur/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/vi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/zh_CN/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/redirects/locale/zh_TW/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/sessions}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/sessions/backends}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/ar/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/az/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/be/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/bg/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/bn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/br/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/bs/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/ca/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/cs/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/cy/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/da/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/de/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/el/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/en/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/eo/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/es/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/et/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/eu/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/fa/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/fi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/fr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/fy_NL/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/ga/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/gl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/he/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/hi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/hr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/hu/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/id/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/is/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/it/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/ja/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/ka/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/kk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/km/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/kn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/ko/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/lt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/lv/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/mk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/ml/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/mn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/nb/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/ne/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/nl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/nn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/pa/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/pl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/pt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/ro/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/ru/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/sk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/sl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/sq/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/sr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/sv/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/sw/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/ta/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/te/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/th/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/tr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/tt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/uk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/ur/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/vi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/zh_CN/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sessions/locale/zh_TW/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/sessions/management}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/sessions/management/commands}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/sitemaps/management}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/sitemaps/management/commands}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/sitemaps/tests/urls}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/sites}/__init__.py (100%) create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/ar/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/az/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/be/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/bg/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/bn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/br/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/bs/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/ca/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/cs/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/cy/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/da/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/de/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/el/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/en/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/eo/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/es/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/et/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/eu/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/fa/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/fi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/fr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/fy_NL/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/ga/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/gl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/he/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/hi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/hr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/hu/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/id/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/is/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/it/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/ja/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/ka/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/kk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/km/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/kn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/ko/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/lt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/lv/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/mk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/ml/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/mn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/nb/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/ne/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/nl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/nn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/pa/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/pl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/pt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/ro/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/ru/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/sk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/sl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/sq/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/sr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/sv/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/sw/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/ta/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/te/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/th/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/tr/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/tt/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/uk/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/ur/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/vi/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/zh_CN/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/django/contrib/sites/locale/zh_TW/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/staticfiles}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/staticfiles/management}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/staticfiles/management/commands}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.5/django/contrib/staticfiles/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/staticfiles/templatetags}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/syndication}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/webdesign}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.5/django/contrib/webdesign/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/contrib/webdesign/templatetags}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/core}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/core/cache/backends}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/core/handlers}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/core/management/commands}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/core/servers}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/db/backends/dummy}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/db/backends/mysql}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/db/backends/oracle}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/db/backends/postgresql_psycopg2}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/db/backends/sqlite3}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/middleware}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/template/loaders}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/templatetags}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/utils/2to3_fixes}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/utils}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/views}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/django/views/decorators}/__init__.py (100%) rename python/lib/{django_1_2 => django-1.5}/docs/_theme/djangodocs/static/docicons-behindscenes.png (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.5}/docs/_theme/djangodocs/static/docicons-note.png (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.5}/docs/_theme/djangodocs/static/docicons-philosophy.png (100%) mode change 100755 => 100644 create mode 100644 python/lib/django-1.5/docs/_theme/djangodocs/static/docicons-warning.png rename python/lib/{django_1_2 => django-1.5}/docs/internals/_images/djangotickets.png (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.5}/docs/intro/_images/admin01.png (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.5}/docs/intro/_images/admin02.png (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.5}/docs/intro/_images/admin02t.png (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.5}/docs/intro/_images/admin03.png (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.5}/docs/intro/_images/admin03t.png (100%) mode change 100755 => 100644 create mode 100644 python/lib/django-1.5/docs/intro/_images/admin04.png create mode 100644 python/lib/django-1.5/docs/intro/_images/admin04t.png create mode 100644 python/lib/django-1.5/docs/intro/_images/admin05.png create mode 100644 python/lib/django-1.5/docs/intro/_images/admin05t.png create mode 100644 python/lib/django-1.5/docs/intro/_images/admin06.png create mode 100644 python/lib/django-1.5/docs/intro/_images/admin06t.png create mode 100644 python/lib/django-1.5/docs/intro/_images/admin07.png create mode 100644 python/lib/django-1.5/docs/intro/_images/admin08.png create mode 100644 python/lib/django-1.5/docs/intro/_images/admin08t.png create mode 100644 python/lib/django-1.5/docs/intro/_images/admin09.png create mode 100644 python/lib/django-1.5/docs/intro/_images/admin10.png create mode 100644 python/lib/django-1.5/docs/intro/_images/admin11.png create mode 100644 python/lib/django-1.5/docs/intro/_images/admin11t.png create mode 100644 python/lib/django-1.5/docs/intro/_images/admin12.png create mode 100644 python/lib/django-1.5/docs/intro/_images/admin12t.png create mode 100644 python/lib/django-1.5/docs/intro/_images/admin13.png create mode 100644 python/lib/django-1.5/docs/intro/_images/admin13t.png create mode 100644 python/lib/django-1.5/docs/intro/_images/admin14.png create mode 100644 python/lib/django-1.5/docs/intro/_images/admin14t.png create mode 100644 python/lib/django-1.5/docs/intro/_images/admin15t.png create mode 100644 python/lib/django-1.5/docs/ref/contrib/admin/_images/article_actions.png create mode 100644 python/lib/django-1.5/docs/ref/contrib/admin/_images/article_actions_message.png rename python/lib/{django_1_2 => django-1.5}/docs/ref/contrib/admin/_images/flatfiles_admin.png (100%) mode change 100755 => 100644 create mode 100644 python/lib/django-1.5/docs/ref/contrib/admin/_images/raw_id_fields.png create mode 100644 python/lib/django-1.5/docs/ref/contrib/admin/_images/user_actions.png rename python/lib/{django_1_2 => django-1.5}/docs/ref/contrib/admin/_images/users_changelist.png (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.5}/docs/topics/http/_images/middleware.png (100%) mode change 100755 => 100644 create mode 100644 python/lib/django-1.5/docs/topics/testing/_images/django_unittest_classes_hierarchy.png copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests/aggregation}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests/base}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests/basic}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests/choices}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests/custom_columns}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests/custom_managers}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests/custom_methods}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests/custom_pk}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests/defer}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests/delete}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests/empty}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests/empty/no_models}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests/expressions}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests/field_defaults}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests/field_subclassing}/__init__.py (100%) rename python/lib/{django_1_2 => django-1.5}/tests/modeltests/fixtures/fixtures/db_fixture_2.default.json.gz (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.5}/tests/modeltests/fixtures/fixtures/fixture4.json.zip (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.5}/tests/modeltests/fixtures/fixtures/fixture5.json.gz (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.5}/tests/modeltests/fixtures/fixtures/fixture5.json.zip (100%) mode change 100755 => 100644 copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests/force_insert_update}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests/generic_relations}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests/get_latest}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests/get_object_or_404}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests/get_or_create}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests/invalid_models/invalid_models}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.5/tests/modeltests/invalid_models/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests/known_related_objects}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests/lookup}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests/m2m_and_m2o}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests/m2m_intermediary}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests/m2m_multiple}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests/m2m_recursive}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests/m2o_recursive}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests/many_to_many}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests/many_to_one}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests/many_to_one_null}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests/model_forms}/__init__.py (100%) copy python/lib/{django_1_2 => django-1.5}/tests/modeltests/model_forms/test.png (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.5}/tests/modeltests/model_forms/test2.png (100%) mode change 100755 => 100644 copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests/model_formsets}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests/model_inheritance}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests/model_inheritance_same_model_name}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests/mutually_referential}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests/one_to_one}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests/or_lookups}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests/order_with_respect_to}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests/ordering}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests/prefetch_related}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests/properties}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests/proxy_model_inheritance}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests/proxy_model_inheritance/app1}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests/proxy_model_inheritance/app2}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests/proxy_models}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests/raw_query}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests/reserved_names}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests/reverse_lookup}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests/save_delete_hooks}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests/select_related}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests/serializers}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests/signals}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests/str}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests/tablespaces}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests/test_client}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests/timezones}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests/transactions}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests/update}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests/update_only_fields}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests/user_commands}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests/user_commands/management}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests/user_commands/management/commands}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/modeltests/validators}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.5/tests/modeltests/validators/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/admin_changelist}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/admin_filters}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/admin_inlines}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/admin_ordering}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/admin_registration}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/admin_scripts}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/admin_scripts/app_with_import}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/admin_scripts/broken_app}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/admin_scripts/complex_app}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/admin_scripts/complex_app/admin}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/admin_scripts/custom_templates/app_template}/__init__.py (100%) create mode 100644 python/lib/django-1.5/tests/regressiontests/admin_scripts/custom_templates/project_template.tgz copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/admin_scripts/custom_templates/project_template/project_name}/__init__.py (100%) create mode 100644 python/lib/django-1.5/tests/regressiontests/admin_scripts/custom_templates/project_template/ticket-19397-binary-file.ico copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/admin_scripts/management}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/admin_scripts/management/commands}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/admin_scripts/simple_app}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/admin_util}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/admin_validation}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/admin_views}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/admin_widgets}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/aggregation_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/app_loading}/__init__.py (100%) rename python/lib/{django_1_2 => django-1.5}/tests/regressiontests/app_loading/eggs/brokenapp.egg (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.5}/tests/regressiontests/app_loading/eggs/modelapp.egg (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.5}/tests/regressiontests/app_loading/eggs/nomodelapp.egg (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.5}/tests/regressiontests/app_loading/eggs/omelet.egg (100%) mode change 100755 => 100644 copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.5/tests/regressiontests/app_loading/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/app_loading/not_installed}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/backends}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/bug639}/__init__.py (100%) rename python/lib/{django_1_2 => django-1.5}/tests/regressiontests/bug639/test.jpg (100%) mode change 100755 => 100644 copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/bug8245}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/builtin_server}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.5/tests/regressiontests/builtin_server/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/bulk_create}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/cache}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/comment_tests}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/context_processors}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/createsuperuser}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.5/tests/regressiontests/createsuperuser/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/csrf_tests}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/custom_columns_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/custom_managers_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/datatypes}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/dates}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/db_typecasts}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.5/tests/regressiontests/db_typecasts/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/decorators}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/defaultfilters}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.5/tests/regressiontests/defaultfilters/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/defer_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.5/tests/regressiontests/dispatch/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/expressions_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/extra_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.5/tests/regressiontests/file_storage/models.py} (100%) rename python/lib/{django_1_2/tests/modeltests/model_forms => django-1.5/tests/regressiontests/file_storage}/test.png (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.5}/tests/regressiontests/file_storage/test1.png (100%) mode change 100755 => 100644 copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/file_uploads}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/fixtures_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/forms}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.5/tests/regressiontests/forms/tests/filepath_test_files/.dot-file} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.5/tests/regressiontests/forms/tests/filepath_test_files/directory/.keep} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.5/tests/regressiontests/forms/tests/filepath_test_files/fake-image.jpg} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.5/tests/regressiontests/forms/tests/filepath_test_files/real-text-file.txt} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/generic_inline_admin}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/generic_relations_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/generic_views}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/get_or_create_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/handlers}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.5/tests/regressiontests/handlers/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/http_utils}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.5/tests/regressiontests/http_utils/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/httpwrappers}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.5/tests/regressiontests/httpwrappers/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/i18n}/__init__.py (100%) create mode 100644 python/lib/django-1.5/tests/regressiontests/i18n/commands/locale/it/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/i18n/contenttypes}/__init__.py (100%) create mode 100644 python/lib/django-1.5/tests/regressiontests/i18n/contenttypes/locale/en/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/tests/regressiontests/i18n/contenttypes/locale/fr/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/i18n/other}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/i18n/other/locale}/__init__.py (100%) create mode 100644 python/lib/django-1.5/tests/regressiontests/i18n/other/locale/de/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/i18n/other/locale/de}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.5/tests/regressiontests/i18n/other/locale/de/formats.py} (100%) create mode 100644 python/lib/django-1.5/tests/regressiontests/i18n/other/locale/fr/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/i18n/patterns}/__init__.py (100%) create mode 100644 python/lib/django-1.5/tests/regressiontests/i18n/patterns/locale/en/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/tests/regressiontests/i18n/patterns/locale/nl/LC_MESSAGES/django.mo create mode 100644 python/lib/django-1.5/tests/regressiontests/i18n/patterns/locale/pt_BR/LC_MESSAGES/django.mo copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.5/tests/regressiontests/i18n/patterns/templates/404.html} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.5/tests/regressiontests/i18n/patterns/templates/dummy.html} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/i18n/patterns/urls}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/i18n/resolution}/__init__.py (100%) rename python/lib/{django_1_3 => django-1.5}/tests/regressiontests/i18n/resolution/locale/de/LC_MESSAGES/django.mo (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/indexes}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/initial_sql_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/inline_formsets}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/introspection}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/localflavor}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/localflavor/generic}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.5/tests/regressiontests/localflavor/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/logging_tests}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.5/tests/regressiontests/logging_tests/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/m2m_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/managers_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/many_to_one_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/middleware}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/middleware_exceptions}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.5/tests/regressiontests/middleware_exceptions/models.py} (100%) rename python/lib/{django_1_2 => django-1.5}/tests/regressiontests/model_fields/4x8.png (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.5}/tests/regressiontests/model_fields/8x4.png (100%) mode change 100755 => 100644 copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/model_fields}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/model_forms_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/model_formsets_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/model_inheritance_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/model_inheritance_select_related}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/model_permalink}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/model_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/modeladmin}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/multiple_database}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/nested_foreign_keys}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/null_fk}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/null_fk_ordering}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/null_queries}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/one_to_one_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/pagination}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/queries}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/queryset_pickle}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/resolve_url}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/reverse_single_related}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/select_related_onetoone}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/select_related_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/serializers_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/servers}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/settings_tests}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.5/tests/regressiontests/settings_tests/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/signals_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/signed_cookies_tests}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/signing}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/sites_framework}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/special_headers}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/staticfiles_tests}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/staticfiles_tests/apps}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/staticfiles_tests/apps/no_label}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.5/tests/regressiontests/staticfiles_tests/apps/no_label/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/staticfiles_tests/apps/test}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.5/tests/regressiontests/staticfiles_tests/apps/test/models.py} (100%) create mode 100644 python/lib/django-1.5/tests/regressiontests/staticfiles_tests/apps/test/static/test/window.png copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.5/tests/regressiontests/staticfiles_tests/models.py} (100%) create mode 100644 python/lib/django-1.5/tests/regressiontests/staticfiles_tests/project/documents/cached/css/img/window.png create mode 100644 python/lib/django-1.5/tests/regressiontests/staticfiles_tests/project/documents/cached/img/relative.png copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.5/tests/regressiontests/staticfiles_tests/project/documents/cached/other.css} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/staticfiles_tests/urls}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/string_lookup}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/swappable_models}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/syndication}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/templates}/__init__.py (100%) rename python/lib/{django_1_2 => django-1.5}/tests/regressiontests/templates/eggs/tagsegg.egg (100%) mode change 100755 => 100644 copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.5/tests/regressiontests/templates/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/templates/templatetags}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/templates/templatetags/subpackage}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/test_client_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.5/tests/regressiontests/test_client_regress/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/test_runner}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/test_runner/deprecation_app}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/test_runner/invalid_app/models}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/test_runner/valid_app/models}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson => django-1.5/tests/regressiontests/test_runner/valid_app}/tests/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/test_utils}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.5/tests/regressiontests/test_utils/templates/template_used/alternative.html} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.5/tests/regressiontests/test_utils/templates/template_used/base.html} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/text}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.5/tests/regressiontests/text/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/transactions_regress}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/urlpatterns_reverse}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.5/tests/regressiontests/urlpatterns_reverse/models.py} (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/utils}/__init__.py (100%) create mode 100644 python/lib/django-1.5/tests/regressiontests/utils/archives/foobar.tar create mode 100644 python/lib/django-1.5/tests/regressiontests/utils/archives/foobar.tar.bz2 create mode 100644 python/lib/django-1.5/tests/regressiontests/utils/archives/foobar.tar.gz create mode 100644 python/lib/django-1.5/tests/regressiontests/utils/archives/foobar.zip rename python/lib/{django_1_2 => django-1.5}/tests/regressiontests/utils/eggs/test_egg.egg (100%) mode change 100755 => 100644 copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/utils/test_module}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/version}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.5/tests/regressiontests/version/models.py} (100%) rename python/lib/{django_1_2 => django-1.5}/tests/regressiontests/views/app0/locale/en/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.5}/tests/regressiontests/views/app1/locale/fr/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.5}/tests/regressiontests/views/app2/locale/fr/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.5}/tests/regressiontests/views/app3/locale/es_AR/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.5}/tests/regressiontests/views/app4/locale/es_AR/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 create mode 100644 python/lib/django-1.5/tests/regressiontests/views/locale/de/LC_MESSAGES/djangojs.mo rename python/lib/{django_1_2 => django-1.5}/tests/regressiontests/views/locale/es/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_3 => django-1.5}/tests/regressiontests/views/locale/fr/LC_MESSAGES/djangojs.mo (100%) rename python/lib/{django_1_2 => django-1.5}/tests/regressiontests/views/locale/ru/LC_MESSAGES/djangojs.mo (100%) mode change 100755 => 100644 rename python/lib/{django_1_2 => django-1.5}/tests/regressiontests/views/media/file.txt.gz (100%) mode change 100755 => 100644 copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/views/templatetags}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => django-1.5/tests/regressiontests/wsgi}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => django-1.5/tests/regressiontests/wsgi/models.py} (100%) delete mode 100755 python/lib/django_1_2/django/conf/locale/pt/__init__.py delete mode 100755 python/lib/django_1_2/django/conf/locale/pt_BR/__init__.py delete mode 100755 python/lib/django_1_2/django/conf/locale/ro/__init__.py delete mode 100755 python/lib/django_1_2/django/conf/locale/ru/__init__.py delete mode 100755 python/lib/django_1_2/django/conf/locale/sk/__init__.py delete mode 100755 python/lib/django_1_2/django/conf/locale/sl/__init__.py delete mode 100755 python/lib/django_1_2/django/conf/locale/sq/__init__.py delete mode 100755 python/lib/django_1_2/django/conf/locale/sr/__init__.py delete mode 100755 python/lib/django_1_2/django/conf/locale/sr_Latn/__init__.py delete mode 100755 python/lib/django_1_2/django/conf/locale/sv/__init__.py delete mode 100755 python/lib/django_1_2/django/conf/locale/ta/__init__.py delete mode 100755 python/lib/django_1_2/django/conf/locale/te/__init__.py delete mode 100755 python/lib/django_1_2/django/conf/locale/th/__init__.py delete mode 100755 python/lib/django_1_2/django/conf/locale/tr/__init__.py delete mode 100755 python/lib/django_1_2/django/conf/locale/uk/__init__.py delete mode 100755 python/lib/django_1_2/django/conf/locale/vi/__init__.py delete mode 100755 python/lib/django_1_2/django/conf/locale/zh_CN/__init__.py delete mode 100755 python/lib/django_1_2/django/conf/locale/zh_TW/__init__.py delete mode 100755 python/lib/django_1_2/django/conf/project_template/__init__.py delete mode 100755 python/lib/django_1_2/django/conf/urls/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/admin/templatetags/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/admin/views/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/admindocs/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/auth/handlers/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/auth/management/commands/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/comments/templatetags/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/comments/views/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/contenttypes/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/csrf/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/databrowse/plugins/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/flatpages/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/flatpages/tests/templates/registration/login.html delete mode 100755 python/lib/django_1_2/django/contrib/formtools/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/gis/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/gis/db/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/gis/db/backends/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/gis/db/backends/mysql/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/gis/db/backends/oracle/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/gis/db/backends/postgis/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/gis/db/backends/spatialite/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/gis/gdal/prototypes/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/gis/geometry/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/gis/management/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/gis/management/commands/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/gis/maps/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/gis/maps/openlayers/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/gis/tests/distapp/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/gis/tests/geo3d/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/gis/tests/geoapp/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/gis/tests/geogapp/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/gis/tests/layermap/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/gis/tests/relatedapp/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/humanize/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/humanize/templatetags/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/localflavor/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/localflavor/ar/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/localflavor/at/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/localflavor/au/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/localflavor/br/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/localflavor/ca/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/localflavor/ch/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/localflavor/cl/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/localflavor/cz/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/localflavor/de/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/localflavor/es/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/localflavor/fi/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/localflavor/fr/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/localflavor/generic/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/localflavor/id/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/localflavor/ie/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/localflavor/in_/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/localflavor/is_/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/localflavor/it/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/localflavor/jp/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/localflavor/kw/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/localflavor/mx/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/localflavor/nl/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/localflavor/no/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/localflavor/pe/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/localflavor/pl/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/localflavor/pt/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/localflavor/ro/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/localflavor/se/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/localflavor/sk/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/localflavor/uk/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/localflavor/us/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/localflavor/uy/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/localflavor/za/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/markup/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/markup/models.py delete mode 100755 python/lib/django_1_2/django/contrib/markup/templatetags/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/redirects/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/sessions/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/sessions/backends/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/sitemaps/management/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/sitemaps/management/commands/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/sites/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/syndication/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/webdesign/__init__.py delete mode 100755 python/lib/django_1_2/django/contrib/webdesign/models.py delete mode 100755 python/lib/django_1_2/django/contrib/webdesign/templatetags/__init__.py delete mode 100755 python/lib/django_1_2/django/core/__init__.py delete mode 100755 python/lib/django_1_2/django/core/cache/backends/__init__.py delete mode 100755 python/lib/django_1_2/django/core/handlers/__init__.py delete mode 100755 python/lib/django_1_2/django/core/management/commands/__init__.py delete mode 100755 python/lib/django_1_2/django/core/servers/__init__.py delete mode 100755 python/lib/django_1_2/django/db/backends/dummy/__init__.py delete mode 100755 python/lib/django_1_2/django/db/backends/mysql/__init__.py delete mode 100755 python/lib/django_1_2/django/db/backends/oracle/__init__.py delete mode 100755 python/lib/django_1_2/django/db/backends/postgresql/__init__.py delete mode 100755 python/lib/django_1_2/django/db/backends/postgresql_psycopg2/__init__.py delete mode 100755 python/lib/django_1_2/django/db/backends/sqlite3/__init__.py delete mode 100755 python/lib/django_1_2/django/middleware/__init__.py delete mode 100755 python/lib/django_1_2/django/template/loaders/__init__.py delete mode 100755 python/lib/django_1_2/django/templatetags/__init__.py delete mode 100755 python/lib/django_1_2/django/utils/__init__.py delete mode 100755 python/lib/django_1_2/django/views/__init__.py delete mode 100755 python/lib/django_1_2/django/views/decorators/__init__.py delete mode 100755 python/lib/django_1_2/tests/modeltests/__init__.py delete mode 100755 python/lib/django_1_2/tests/modeltests/aggregation/__init__.py delete mode 100755 python/lib/django_1_2/tests/modeltests/basic/__init__.py delete mode 100755 python/lib/django_1_2/tests/modeltests/choices/__init__.py delete mode 100755 python/lib/django_1_2/tests/modeltests/custom_columns/__init__.py delete mode 100755 python/lib/django_1_2/tests/modeltests/custom_managers/__init__.py delete mode 100755 python/lib/django_1_2/tests/modeltests/custom_methods/__init__.py delete mode 100755 python/lib/django_1_2/tests/modeltests/custom_pk/__init__.py delete mode 100755 python/lib/django_1_2/tests/modeltests/defer/__init__.py delete mode 100755 python/lib/django_1_2/tests/modeltests/empty/__init__.py delete mode 100755 python/lib/django_1_2/tests/modeltests/expressions/__init__.py delete mode 100755 python/lib/django_1_2/tests/modeltests/field_defaults/__init__.py delete mode 100755 python/lib/django_1_2/tests/modeltests/field_subclassing/__init__.py delete mode 100755 python/lib/django_1_2/tests/modeltests/force_insert_update/__init__.py delete mode 100755 python/lib/django_1_2/tests/modeltests/generic_relations/__init__.py delete mode 100755 python/lib/django_1_2/tests/modeltests/get_latest/__init__.py delete mode 100755 python/lib/django_1_2/tests/modeltests/get_object_or_404/__init__.py delete mode 100755 python/lib/django_1_2/tests/modeltests/get_or_create/__init__.py delete mode 100755 python/lib/django_1_2/tests/modeltests/lookup/__init__.py delete mode 100755 python/lib/django_1_2/tests/modeltests/m2m_and_m2o/__init__.py delete mode 100755 python/lib/django_1_2/tests/modeltests/m2m_intermediary/__init__.py delete mode 100755 python/lib/django_1_2/tests/modeltests/m2m_multiple/__init__.py delete mode 100755 python/lib/django_1_2/tests/modeltests/m2m_recursive/__init__.py delete mode 100755 python/lib/django_1_2/tests/modeltests/m2o_recursive/__init__.py delete mode 100755 python/lib/django_1_2/tests/modeltests/many_to_many/__init__.py delete mode 100755 python/lib/django_1_2/tests/modeltests/many_to_one/__init__.py delete mode 100755 python/lib/django_1_2/tests/modeltests/many_to_one_null/__init__.py delete mode 100755 python/lib/django_1_2/tests/modeltests/model_forms/__init__.py delete mode 100755 python/lib/django_1_2/tests/modeltests/model_formsets/__init__.py delete mode 100755 python/lib/django_1_2/tests/modeltests/model_inheritance/__init__.py delete mode 100755 python/lib/django_1_2/tests/modeltests/model_inheritance_same_model_name/__init__.py delete mode 100755 python/lib/django_1_2/tests/modeltests/mutually_referential/__init__.py delete mode 100755 python/lib/django_1_2/tests/modeltests/one_to_one/__init__.py delete mode 100755 python/lib/django_1_2/tests/modeltests/or_lookups/__init__.py delete mode 100755 python/lib/django_1_2/tests/modeltests/order_with_respect_to/__init__.py delete mode 100755 python/lib/django_1_2/tests/modeltests/ordering/__init__.py delete mode 100755 python/lib/django_1_2/tests/modeltests/pagination/__init__.py delete mode 100755 python/lib/django_1_2/tests/modeltests/properties/__init__.py delete mode 100755 python/lib/django_1_2/tests/modeltests/proxy_model_inheritance/__init__.py delete mode 100755 python/lib/django_1_2/tests/modeltests/proxy_model_inheritance/app1/__init__.py delete mode 100755 python/lib/django_1_2/tests/modeltests/proxy_model_inheritance/app2/__init__.py delete mode 100755 python/lib/django_1_2/tests/modeltests/proxy_model_inheritance/models.py delete mode 100755 python/lib/django_1_2/tests/modeltests/proxy_models/__init__.py delete mode 100755 python/lib/django_1_2/tests/modeltests/raw_query/__init__.py delete mode 100755 python/lib/django_1_2/tests/modeltests/reserved_names/__init__.py delete mode 100755 python/lib/django_1_2/tests/modeltests/reverse_lookup/__init__.py delete mode 100755 python/lib/django_1_2/tests/modeltests/save_delete_hooks/__init__.py delete mode 100755 python/lib/django_1_2/tests/modeltests/select_related/__init__.py delete mode 100755 python/lib/django_1_2/tests/modeltests/serializers/__init__.py delete mode 100755 python/lib/django_1_2/tests/modeltests/signals/__init__.py delete mode 100755 python/lib/django_1_2/tests/modeltests/str/__init__.py delete mode 100755 python/lib/django_1_2/tests/modeltests/test_client/__init__.py delete mode 100755 python/lib/django_1_2/tests/modeltests/transactions/__init__.py delete mode 100755 python/lib/django_1_2/tests/modeltests/update/__init__.py delete mode 100755 python/lib/django_1_2/tests/modeltests/user_commands/__init__.py delete mode 100755 python/lib/django_1_2/tests/modeltests/user_commands/management/__init__.py delete mode 100755 python/lib/django_1_2/tests/modeltests/user_commands/management/commands/__init__.py delete mode 100755 python/lib/django_1_2/tests/modeltests/validators/__init__.py delete mode 100755 python/lib/django_1_2/tests/modeltests/validators/models.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/admin_changelist/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/admin_inlines/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/admin_ordering/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/admin_registration/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/admin_scripts/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/admin_scripts/app_with_import/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/admin_scripts/broken_app/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/admin_scripts/complex_app/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/admin_scripts/complex_app/admin/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/admin_scripts/management/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/admin_scripts/management/commands/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/admin_scripts/simple_app/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/admin_util/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/admin_validation/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/admin_views/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/admin_widgets/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/aggregation_regress/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/app_loading/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/app_loading/models.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/app_loading/parent/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/app_loading/parent/app/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/app_loading/parent/app1/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/app_loading/parent/app_2/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/backends/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/bug639/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/bug8245/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/builtin_server/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/builtin_server/models.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/cache/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/comment_tests/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/context_processors/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/csrf_tests/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/custom_columns_regress/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/custom_managers_regress/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/datatypes/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/db_typecasts/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/db_typecasts/models.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/decorators/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/defaultfilters/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/defaultfilters/models.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/defer_regress/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/dispatch/models.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/expressions_regress/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/extra_regress/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/file_storage/models.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/file_uploads/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/fixtures_regress/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/forms/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/forms/localflavor/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/formwizard/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/formwizard/models.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/generic_inline_admin/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/generic_relations_regress/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/get_or_create_regress/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/httpwrappers/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/httpwrappers/models.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/humanize/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/humanize/models.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/i18n/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/i18n/other/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/i18n/other/locale/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/i18n/other/locale/de/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/i18n/other/locale/de/formats.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/i18n/resolution/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/initial_sql_regress/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/inline_formsets/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/introspection/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/localflavor/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/localflavor/models.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/localflavor/us/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/m2m_regress/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/makemessages/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/makemessages/locale/dummy delete mode 100755 python/lib/django_1_2/tests/regressiontests/makemessages/models.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/managers_regress/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/many_to_one_regress/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/middleware/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/middleware_exceptions/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/model_fields/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/model_forms_regress/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/model_formsets_regress/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/model_inheritance_regress/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/model_inheritance_select_related/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/model_regress/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/modeladmin/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/multiple_database/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/null_fk/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/null_fk_ordering/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/null_queries/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/one_to_one_regress/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/pagination_regress/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/queries/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/queryset_pickle/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/reverse_single_related/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/select_related_onetoone/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/select_related_regress/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/serializers_regress/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/servers/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/servers/models.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/settings_tests/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/settings_tests/models.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/signals_regress/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/sites_framework/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/special_headers/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/string_lookup/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/syndication/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/templates/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/templates/models.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/templates/templatetags/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/test_client_regress/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/test_runner/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/test_runner/models.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/test_utils/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/test_utils/models.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/text/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/text/models.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/urlpatterns_reverse/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/urlpatterns_reverse/models.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/utils/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/utils/test_module/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/views/templatetags/__init__.py delete mode 100755 python/lib/django_1_2/tests/regressiontests/views/tests/generic/__init__.py delete mode 100644 python/lib/django_1_3/django/bin/__init__.py delete mode 100644 python/lib/django_1_3/django/bin/profiling/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/app_template/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/locale/ar/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/locale/bg/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/locale/bn/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/locale/bs/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/locale/ca/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/locale/cs/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/locale/cy/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/locale/da/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/locale/de/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/locale/el/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/locale/en/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/locale/en_GB/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/locale/es/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/locale/es_AR/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/locale/es_MX/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/locale/es_NI/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/locale/et/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/locale/eu/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/locale/fa/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/locale/fi/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/locale/fr/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/locale/fy_NL/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/locale/ga/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/locale/gl/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/locale/he/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/locale/hi/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/locale/hr/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/locale/hu/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/locale/id/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/locale/is/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/locale/it/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/locale/ja/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/locale/ka/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/locale/km/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/locale/kn/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/locale/ko/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/locale/lt/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/locale/lv/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/locale/mk/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/locale/ml/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/locale/mn/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/locale/nb/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/locale/nl/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/locale/nn/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/locale/no/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/locale/pl/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/locale/pt/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/locale/pt_BR/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/locale/ro/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/locale/ru/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/locale/sk/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/locale/sl/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/locale/sq/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/locale/sr/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/locale/sr_Latn/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/locale/sv/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/locale/ta/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/locale/te/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/locale/th/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/locale/tr/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/locale/uk/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/locale/vi/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/locale/zh_CN/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/locale/zh_TW/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/project_template/__init__.py delete mode 100644 python/lib/django_1_3/django/conf/urls/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/admin/templatetags/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/admin/views/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/admindocs/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/auth/handlers/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/auth/management/commands/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/comments/templatetags/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/comments/views/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/contenttypes/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/csrf/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/databrowse/plugins/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/flatpages/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/flatpages/templatetags/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/flatpages/tests/templates/registration/login.html delete mode 100644 python/lib/django_1_3/django/contrib/formtools/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/gis/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/gis/db/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/gis/db/backends/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/gis/db/backends/mysql/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/gis/db/backends/oracle/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/gis/db/backends/postgis/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/gis/db/backends/spatialite/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/gis/gdal/prototypes/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/gis/geometry/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/gis/management/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/gis/management/commands/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/gis/maps/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/gis/maps/openlayers/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/gis/tests/distapp/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/gis/tests/geo3d/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/gis/tests/geoapp/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/gis/tests/geogapp/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/gis/tests/layermap/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/gis/tests/relatedapp/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/humanize/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/humanize/templatetags/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/localflavor/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/localflavor/ar/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/localflavor/at/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/localflavor/au/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/localflavor/be/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/localflavor/br/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/localflavor/ca/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/localflavor/ch/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/localflavor/cl/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/localflavor/cz/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/localflavor/de/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/localflavor/es/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/localflavor/fi/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/localflavor/fr/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/localflavor/generic/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/localflavor/id/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/localflavor/ie/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/localflavor/il/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/localflavor/in_/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/localflavor/is_/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/localflavor/it/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/localflavor/jp/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/localflavor/kw/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/localflavor/mx/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/localflavor/nl/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/localflavor/no/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/localflavor/pe/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/localflavor/pl/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/localflavor/pt/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/localflavor/ro/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/localflavor/se/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/localflavor/sk/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/localflavor/tr/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/localflavor/uk/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/localflavor/us/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/localflavor/uy/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/localflavor/za/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/markup/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/markup/models.py delete mode 100644 python/lib/django_1_3/django/contrib/markup/templatetags/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/redirects/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/sessions/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/sessions/backends/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/sitemaps/management/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/sitemaps/management/commands/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/sites/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/staticfiles/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/staticfiles/management/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/staticfiles/management/commands/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/staticfiles/models.py delete mode 100644 python/lib/django_1_3/django/contrib/syndication/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/webdesign/__init__.py delete mode 100644 python/lib/django_1_3/django/contrib/webdesign/models.py delete mode 100644 python/lib/django_1_3/django/contrib/webdesign/templatetags/__init__.py delete mode 100644 python/lib/django_1_3/django/core/__init__.py delete mode 100644 python/lib/django_1_3/django/core/cache/backends/__init__.py delete mode 100644 python/lib/django_1_3/django/core/handlers/__init__.py delete mode 100644 python/lib/django_1_3/django/core/management/commands/__init__.py delete mode 100644 python/lib/django_1_3/django/core/servers/__init__.py delete mode 100644 python/lib/django_1_3/django/db/backends/dummy/__init__.py delete mode 100644 python/lib/django_1_3/django/db/backends/mysql/__init__.py delete mode 100644 python/lib/django_1_3/django/db/backends/oracle/__init__.py delete mode 100644 python/lib/django_1_3/django/db/backends/postgresql/__init__.py delete mode 100644 python/lib/django_1_3/django/db/backends/postgresql_psycopg2/__init__.py delete mode 100644 python/lib/django_1_3/django/db/backends/sqlite3/__init__.py delete mode 100644 python/lib/django_1_3/django/middleware/__init__.py delete mode 100644 python/lib/django_1_3/django/template/loaders/__init__.py delete mode 100644 python/lib/django_1_3/django/templatetags/__init__.py delete mode 100644 python/lib/django_1_3/django/utils/__init__.py delete mode 100644 python/lib/django_1_3/django/views/__init__.py delete mode 100644 python/lib/django_1_3/django/views/decorators/__init__.py delete mode 100644 python/lib/django_1_3/tests/modeltests/__init__.py delete mode 100644 python/lib/django_1_3/tests/modeltests/aggregation/__init__.py delete mode 100644 python/lib/django_1_3/tests/modeltests/basic/__init__.py delete mode 100644 python/lib/django_1_3/tests/modeltests/choices/__init__.py delete mode 100644 python/lib/django_1_3/tests/modeltests/custom_columns/__init__.py delete mode 100644 python/lib/django_1_3/tests/modeltests/custom_managers/__init__.py delete mode 100644 python/lib/django_1_3/tests/modeltests/custom_methods/__init__.py delete mode 100644 python/lib/django_1_3/tests/modeltests/custom_pk/__init__.py delete mode 100644 python/lib/django_1_3/tests/modeltests/defer/__init__.py delete mode 100644 python/lib/django_1_3/tests/modeltests/delete/__init__.py delete mode 100644 python/lib/django_1_3/tests/modeltests/empty/__init__.py delete mode 100644 python/lib/django_1_3/tests/modeltests/expressions/__init__.py delete mode 100644 python/lib/django_1_3/tests/modeltests/field_defaults/__init__.py delete mode 100644 python/lib/django_1_3/tests/modeltests/field_subclassing/__init__.py delete mode 100644 python/lib/django_1_3/tests/modeltests/force_insert_update/__init__.py delete mode 100644 python/lib/django_1_3/tests/modeltests/generic_relations/__init__.py delete mode 100644 python/lib/django_1_3/tests/modeltests/get_latest/__init__.py delete mode 100644 python/lib/django_1_3/tests/modeltests/get_object_or_404/__init__.py delete mode 100644 python/lib/django_1_3/tests/modeltests/get_or_create/__init__.py delete mode 100644 python/lib/django_1_3/tests/modeltests/invalid_models/invalid_models/__init__.py delete mode 100644 python/lib/django_1_3/tests/modeltests/invalid_models/models.py delete mode 100644 python/lib/django_1_3/tests/modeltests/lookup/__init__.py delete mode 100644 python/lib/django_1_3/tests/modeltests/m2m_and_m2o/__init__.py delete mode 100644 python/lib/django_1_3/tests/modeltests/m2m_intermediary/__init__.py delete mode 100644 python/lib/django_1_3/tests/modeltests/m2m_multiple/__init__.py delete mode 100644 python/lib/django_1_3/tests/modeltests/m2m_recursive/__init__.py delete mode 100644 python/lib/django_1_3/tests/modeltests/m2o_recursive/__init__.py delete mode 100644 python/lib/django_1_3/tests/modeltests/many_to_many/__init__.py delete mode 100644 python/lib/django_1_3/tests/modeltests/many_to_one/__init__.py delete mode 100644 python/lib/django_1_3/tests/modeltests/many_to_one_null/__init__.py delete mode 100644 python/lib/django_1_3/tests/modeltests/model_forms/__init__.py delete mode 100644 python/lib/django_1_3/tests/modeltests/model_formsets/__init__.py delete mode 100644 python/lib/django_1_3/tests/modeltests/model_inheritance/__init__.py delete mode 100644 python/lib/django_1_3/tests/modeltests/model_inheritance_same_model_name/__init__.py delete mode 100644 python/lib/django_1_3/tests/modeltests/mutually_referential/__init__.py delete mode 100644 python/lib/django_1_3/tests/modeltests/one_to_one/__init__.py delete mode 100644 python/lib/django_1_3/tests/modeltests/or_lookups/__init__.py delete mode 100644 python/lib/django_1_3/tests/modeltests/order_with_respect_to/__init__.py delete mode 100644 python/lib/django_1_3/tests/modeltests/ordering/__init__.py delete mode 100644 python/lib/django_1_3/tests/modeltests/pagination/__init__.py delete mode 100644 python/lib/django_1_3/tests/modeltests/properties/__init__.py delete mode 100644 python/lib/django_1_3/tests/modeltests/proxy_model_inheritance/__init__.py delete mode 100644 python/lib/django_1_3/tests/modeltests/proxy_model_inheritance/app1/__init__.py delete mode 100644 python/lib/django_1_3/tests/modeltests/proxy_model_inheritance/app2/__init__.py delete mode 100644 python/lib/django_1_3/tests/modeltests/proxy_model_inheritance/models.py delete mode 100644 python/lib/django_1_3/tests/modeltests/proxy_models/__init__.py delete mode 100644 python/lib/django_1_3/tests/modeltests/raw_query/__init__.py delete mode 100644 python/lib/django_1_3/tests/modeltests/reserved_names/__init__.py delete mode 100644 python/lib/django_1_3/tests/modeltests/reverse_lookup/__init__.py delete mode 100644 python/lib/django_1_3/tests/modeltests/save_delete_hooks/__init__.py delete mode 100644 python/lib/django_1_3/tests/modeltests/select_related/__init__.py delete mode 100644 python/lib/django_1_3/tests/modeltests/serializers/__init__.py delete mode 100644 python/lib/django_1_3/tests/modeltests/signals/__init__.py delete mode 100644 python/lib/django_1_3/tests/modeltests/str/__init__.py delete mode 100644 python/lib/django_1_3/tests/modeltests/test_client/__init__.py delete mode 100644 python/lib/django_1_3/tests/modeltests/transactions/__init__.py delete mode 100644 python/lib/django_1_3/tests/modeltests/update/__init__.py delete mode 100644 python/lib/django_1_3/tests/modeltests/user_commands/__init__.py delete mode 100644 python/lib/django_1_3/tests/modeltests/user_commands/management/__init__.py delete mode 100644 python/lib/django_1_3/tests/modeltests/user_commands/management/commands/__init__.py delete mode 100644 python/lib/django_1_3/tests/modeltests/validators/__init__.py delete mode 100644 python/lib/django_1_3/tests/modeltests/validators/models.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/admin_changelist/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/admin_filterspecs/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/admin_inlines/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/admin_ordering/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/admin_registration/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/admin_scripts/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/admin_scripts/app_with_import/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/admin_scripts/broken_app/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/admin_scripts/complex_app/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/admin_scripts/complex_app/admin/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/admin_scripts/management/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/admin_scripts/management/commands/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/admin_scripts/simple_app/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/admin_util/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/admin_validation/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/admin_views/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/admin_widgets/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/aggregation_regress/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/app_loading/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/app_loading/models.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/app_loading/parent/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/app_loading/parent/app/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/app_loading/parent/app1/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/app_loading/parent/app_2/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/backends/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/bug639/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/bug8245/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/builtin_server/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/builtin_server/models.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/cache/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/comment_tests/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/context_processors/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/csrf_tests/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/custom_columns_regress/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/custom_managers_regress/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/datatypes/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/dates/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/db_typecasts/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/db_typecasts/models.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/decorators/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/defaultfilters/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/defaultfilters/models.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/defer_regress/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/dispatch/models.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/expressions_regress/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/extra_regress/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/file_storage/models.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/file_uploads/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/fixtures_regress/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/forms/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/forms/localflavor/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/formwizard/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/formwizard/models.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/generic_inline_admin/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/generic_relations_regress/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/generic_views/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/get_or_create_regress/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/handlers/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/handlers/models.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/httpwrappers/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/httpwrappers/models.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/humanize/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/humanize/models.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/i18n/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/i18n/other/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/i18n/other/locale/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/i18n/other/locale/de/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/i18n/other/locale/de/formats.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/i18n/resolution/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/initial_sql_regress/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/inline_formsets/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/introspection/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/localflavor/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/localflavor/models.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/localflavor/us/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/m2m_regress/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/managers_regress/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/many_to_one_regress/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/middleware/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/middleware_exceptions/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/model_fields/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/model_forms_regress/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/model_formsets_regress/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/model_inheritance_regress/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/model_inheritance_select_related/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/model_permalink/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/model_regress/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/modeladmin/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/multiple_database/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/null_fk/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/null_fk_ordering/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/null_queries/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/one_to_one_regress/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/pagination_regress/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/queries/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/queryset_pickle/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/reverse_single_related/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/select_related_onetoone/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/select_related_regress/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/serializers_regress/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/servers/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/servers/models.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/settings_tests/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/settings_tests/models.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/signals_regress/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/sites_framework/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/special_headers/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/staticfiles_tests/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/staticfiles_tests/apps/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/staticfiles_tests/apps/no_label/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/staticfiles_tests/apps/no_label/models.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/staticfiles_tests/apps/test/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/staticfiles_tests/apps/test/models.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/staticfiles_tests/models.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/staticfiles_tests/urls/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/string_lookup/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/syndication/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/templates/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/templates/models.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/templates/templatetags/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/test_client_regress/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/test_runner/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/test_runner/models.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/test_utils/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/text/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/text/models.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/transactions_regress/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/urlpatterns_reverse/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/urlpatterns_reverse/models.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/utils/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/utils/test_module/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/views/templatetags/__init__.py delete mode 100644 python/lib/django_1_3/tests/regressiontests/views/tests/generic/__init__.py copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson => docker}/tests/__init__.py (100%) delete mode 100644 python/lib/enum/enum/test/__init__.py mode change 100755 => 100644 python/lib/fancy_urllib/__init__.py mode change 100755 => 100644 python/lib/graphy/graphy/backends/__init__.py rename python/lib/{jinja2 => jinja2-2.6}/docs/_static/jinja-small.png (100%) rename python/lib/{jinja2 => jinja2-2.6}/docs/logo.pdf (100%) rename python/lib/{jinja2 => jinja2-2.6}/ext/JinjaTemplates.tmbundle.tar.gz (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => jinja2-2.6/jinja2/testsuite/res}/__init__.py (100%) delete mode 100644 python/lib/jinja2/jinja2/testsuite/res/__init__.py delete mode 100644 python/lib/protorpc/protorpc/__init__.py copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => pyasn1/pyasn1/codec}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => pyasn1/pyasn1/codec/ber}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => pyasn1/pyasn1/codec/cer}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => pyasn1/pyasn1/codec/der}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => pyasn1/pyasn1/compat}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => pyasn1/pyasn1/type}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => pyasn1_modules/pyasn1_modules}/__init__.py (100%) copy python/lib/{PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests => requests/requests/packages/urllib3/contrib}/__init__.py (100%) delete mode 100644 python/lib/webapp2/docs/_static/webapp2_blue.png delete mode 100644 python/lib/webapp2/docs/_static/webapp2_blue_small.png delete mode 100644 python/lib/webapp2/docs/_static/webapp2_blue_tiny.png rewrite python/new_project_template/favicon.ico (94%) mode change 100644 => 100755 python/old_dev_appserver.py create mode 100644 python/php/new_project_template/favicon.ico copy python/{lib/PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => php/sdk/third_party/vfsstream/vendor/mikey179/vfsStream/src/test/resources/filesystemcopy/emptyFolder/.gitignore} (100%) rename python/{lib/PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py => php/sdk/third_party/vfsstream/vendor/mikey179/vfsStream/src/test/resources/filesystemcopy/withSubfolders/subfolder2/.gitignore} (100%) mode change 100644 => 100755 python/php_cli.py mode change 100644 => 100755 python/remote_api_shell.py mode change 100644 => 100755 python/run_tests.py mode change 100644 => 100755 python/tools/bulkload_client.py mode change 100644 => 100755 python/wrapper_util.py diff --git a/python/RELEASE_NOTES b/python/RELEASE_NOTES index 3a13b652..850c48fa 100644 --- a/python/RELEASE_NOTES +++ b/python/RELEASE_NOTES @@ -3,6 +3,20 @@ All rights reserved. App Engine SDK - Release Notes +Version 1.9.12 +============================== + +Version 1.9.11 + +Python +============================== +- Fixed an issue with the Search API not returning results in the proper date + order. + +PHP +============================== +- PHP has now been updated to 5.4.32. + Version 1.9.10 Python diff --git a/python/VERSION b/python/VERSION index 114b85ed..8d395204 100644 --- a/python/VERSION +++ b/python/VERSION @@ -1,5 +1,5 @@ -release: "1.9.10" -timestamp: 1407785464 +release: "1.9.12" +timestamp: 1410473495 api_versions: ['1'] supported_api_versions: python: diff --git a/python/_php_runtime.py b/python/_php_runtime.py old mode 100644 new mode 100755 diff --git a/python/_python_runtime.py b/python/_python_runtime.py old mode 100644 new mode 100755 diff --git a/python/api_server.py b/python/api_server.py old mode 100644 new mode 100755 diff --git a/python/appcfg.py b/python/appcfg.py old mode 100644 new mode 100755 diff --git a/python/backends_conversion.py b/python/backends_conversion.py old mode 100644 new mode 100755 diff --git a/python/bulkload_client.py b/python/bulkload_client.py old mode 100644 new mode 100755 diff --git a/python/bulkloader.py b/python/bulkloader.py old mode 100644 new mode 100755 diff --git a/python/lib/PyAMF/doc/tutorials/examples/gateways/appengine/demo/assets/appengine-powered.gif b/python/demos/php/minishell/static/appengine_button_noborder.gif similarity index 100% rename from python/lib/PyAMF/doc/tutorials/examples/gateways/appengine/demo/assets/appengine-powered.gif rename to python/demos/php/minishell/static/appengine_button_noborder.gif diff --git a/python/demos/php/minishell/static/favicon.ico b/python/demos/php/minishell/static/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..23c553a2966ca4cecf146093f33d8114b4f1e368 GIT binary patch literal 8348 zcwX(8Yj6`)6vwYnA2=h{!uUZ^_~f7+nGyS-fwpKE}Z(>Ie+O43yf? zqCj;NR658Aj!H$eZBhz|v^tXJNkST$W|LT&zMyR$WH)KjCdYddQq!>Mih^Ivf95~A z*}dod&fdMdcXtuG2~9zB<{?TAQ`g+ zH8NHtqampqy)bn@<;apyf!rbr;+<2}N#z#X9_PZas==FyWS+pJ?3fSPV0yLfY$88m z0Tsv=P?=n~tJFxJBDu4E^Ffy{3^PwK$@$+p039%oWj<}aM3|CNJM{JkVfCxs(Hcb5 zDK6Xu$-Skq+%qtDV@CjPX`1BtzaIc}kb<e$X;HHCTc^ygw@Y!gjj zpN2HdF|o1vKRfJf`L$Xtm`tXKNt>Up`?7WkMxO;AvubdcKF!Gz>3*khVXV+ zgHWRJkMnC4Ms4D;bar+oWyeJNB*xVp)oEkQjphAt=&&=&7f>{+r)k3bz!rq%nvv*v z|GvLhQUA?VbN;&UxAwuo?_zv2!#4gk)$47h%@Y5AGX4qkZ`L>GOw`7OKz#mCl_Bw1 zuKWCpzy2EB!DHp6PQvcrQUKoV#h_E1xv|&ZU-zGO$>>686Qdg+NP%5j$$%y#Du} z;?DL7_n+t(h>n%7a1U+ckF#Uex5#ho{r8Icw=el2kxlHXDZA$NN3gWjGrvFySpoy( zh|GVnldV5k{z~C&k5uSqtHIJxtKs6tyz`^hvybHe4)LB}&<2YHZOo+WFP2v-EN2~q z>Y|YS$cJis-7eK+wqUnydRcSkz18Y?tKNHFt=RBl`DAP&*qt}+vQ*f`R>QwB$w_i^ z@rk^Zg3?$VvwIl?PJID%wV0DJZrnHU%RU_Yki#buI%KY-m_|Y%V_V- z%_C0KKsyosopQLh@4-@YcYaZqOT4_dH%r+09BXW&?_RuC3@+;cn9&M=YXEc-`#64f zs;~sbr59k+HU{PwQbY6j)U2!G8}Rc6iIe+bR+G!kKiS{MJAQG1*W5F(NY>%tuk9Gf zDX_!B#|9x+*s*US`*I#?@&!@zDBLQ$?5l6nIXiVKzh143_`Ff;Z$6=R<%`X}Ea3&n zDefB07F&6d*gBYs-|bpZ3uf0d;n#k#IVr6oq|>OuWHf@Q-3U5-@9r=uL(-jk=fgZI z#9Mq3zdKu6%gS(U1HA^F3nEO2{|Yl5t-lx7Z(V}`(pK+1(BPE{Ah0zzY&*QesW6-msWn>OSN8vH@yynMbqX*%+`hX&=rN3pm7_(C#3+DJb668#lu}A5rIb=iDW#NBN+}`qCnrEnuK)l5 literal 0 HcwPel00001 diff --git a/python/demos/php/minishell/static/spinner.gif b/python/demos/php/minishell/static/spinner.gif new file mode 100644 index 0000000000000000000000000000000000000000..3e58d6e8353f4e899e0f97aa6f824f907d584da4 GIT binary patch literal 1514 zcwWtu*;5o(6vn$}db($NHfGpd*f&8DiJC;GXKvq~p6;GoSt?cLA(f}(G4FZG)7Ucv zaYUGb5GzWeR;WruURa8-3B|s;pe%~Gv8kY_EXtgwv@;o-^2$p;S}JbwImd3kwydU|edZf$LCc6N4U zWo31B^~sYbRaI3pGc)V!>r+!x{r&y#HXruCe~BxECLMEQiSP7Z3SS@NxvzwSS=nk_ zDP@N0A)7GjqQ@;`ltT>;$EIR(K43-B&h6y+U19m0D%}rU!Y zJ~Pi7Wo$=HO$08`RMaOm(YYd{OXt&bWfF+40ofIXj&Gf9YnWCUhf#+-NN_kPlq)+$ zk>!v}IO%u6!k}npO8i=Zv=Snw% zVL&B#y*NxZps1sea3C6_8TbN=lxYXF&d8S;V5ua<=xB4-GBb?2^eN@l z*urqhY6)b0%rlGhH#%F_VZ1{g{Ny_pv;g$6+0SUBA%%hxQQ64;9e3Db2@v0nZ;R7se z3+s!}&79!}IhokO^JailhEu$uKp#By5u!d=A1$;vwfXb1JjkRRjbL(oO4PUE8;nem`$kBSFlP iV(~vh+4kcZ`!{o4?w9qr1Ce5@U+5h;1MuGC81pZkHpOoM literal 0 HcwPel00001 diff --git a/python/dev_appserver.py b/python/dev_appserver.py old mode 100644 new mode 100755 diff --git a/python/download_appstats.py b/python/download_appstats.py old mode 100644 new mode 100755 diff --git a/python/endpointscfg.py b/python/endpointscfg.py old mode 100644 new mode 100755 diff --git a/python/gen_protorpc.py b/python/gen_protorpc.py old mode 100644 new mode 100755 diff --git a/python/google/appengine/api/app_identity/app_identity_service_pb.py b/python/google/appengine/api/app_identity/app_identity_service_pb.py index 8a5a82ca..1c69577c 100644 --- a/python/google/appengine/api/app_identity/app_identity_service_pb.py +++ b/python/google/appengine/api/app_identity/app_identity_service_pb.py @@ -2030,31 +2030,31 @@ class SigningService(_server_stub_base_class): See BaseRpcServer in rpcserver.py for details. """ rpcserver._GetHandlerDecorator( - getattr(self.SignForApp, 'im_func' if str is bytes else '__func__'), + getattr(self.SignForApp, '__func__'), SignForAppRequest, SignForAppResponse, None, 'INTEGRITY') rpcserver._GetHandlerDecorator( - getattr(self.GetPublicCertificatesForApp, 'im_func' if str is bytes else '__func__'), + getattr(self.GetPublicCertificatesForApp, '__func__'), GetPublicCertificateForAppRequest, GetPublicCertificateForAppResponse, None, 'INTEGRITY') rpcserver._GetHandlerDecorator( - getattr(self.GetServiceAccountName, 'im_func' if str is bytes else '__func__'), + getattr(self.GetServiceAccountName, '__func__'), GetServiceAccountNameRequest, GetServiceAccountNameResponse, None, 'INTEGRITY') rpcserver._GetHandlerDecorator( - getattr(self.GetAccessToken, 'im_func' if str is bytes else '__func__'), + getattr(self.GetAccessToken, '__func__'), GetAccessTokenRequest, GetAccessTokenResponse, None, 'INTEGRITY') rpcserver._GetHandlerDecorator( - getattr(self.GetDefaultGcsBucketName, 'im_func' if str is bytes else '__func__'), + getattr(self.GetDefaultGcsBucketName, '__func__'), GetDefaultGcsBucketNameRequest, GetDefaultGcsBucketNameResponse, None, diff --git a/python/google/appengine/api/appinfo.py b/python/google/appengine/api/appinfo.py index a9505960..c4a1e058 100644 --- a/python/google/appengine/api/appinfo.py +++ b/python/google/appengine/api/appinfo.py @@ -32,6 +32,12 @@ configuration files. + + + + + + import logging import os import re @@ -128,13 +134,14 @@ APPLICATION_RE_STRING = (r'(?:%s)?(?:%s)?%s' % DOMAIN_RE_STRING, DISPLAY_APP_ID_RE_STRING)) -MODULE_ID_RE_STRING = r'^(?!-)[a-z\d\-]{0,%d}[a-z\d]$' % (MODULE_ID_MAX_LEN - 1) + +MODULE_ID_RE_STRING = r'^(?!-)[a-z\d\-]{0,%d}[a-z\d]$' % (MODULE_ID_MAX_LEN - 1) MODULE_VERSION_ID_RE_STRING = (r'^(?!-)[a-z\d\-]{0,%d}[a-z\d]$' % (MODULE_VERSION_ID_MAX_LEN - 1)) @@ -1444,7 +1451,7 @@ class AppInclude(validation.Validated): ATTRIBUTES = { BUILTINS: validation.Optional(validation.Repeated(BuiltinHandler)), INCLUDES: validation.Optional(validation.Type(list)), - HANDLERS: validation.Optional(validation.Repeated(URLMap)), + HANDLERS: validation.Optional(validation.Repeated(URLMap), default=[]), ADMIN_CONSOLE: validation.Optional(AdminConsole), MANUAL_SCALING: validation.Optional(ManualScaling), VM: validation.Optional(bool), @@ -1643,7 +1650,7 @@ class AppInfoExternal(validation.Validated): VM_HEALTH_CHECK: validation.Optional(VmHealthCheck), BUILTINS: validation.Optional(validation.Repeated(BuiltinHandler)), INCLUDES: validation.Optional(validation.Type(list)), - HANDLERS: validation.Optional(validation.Repeated(URLMap)), + HANDLERS: validation.Optional(validation.Repeated(URLMap), default=[]), LIBRARIES: validation.Optional(validation.Repeated(Library)), SERVICES: validation.Optional(validation.Repeated( @@ -1700,7 +1707,8 @@ class AppInfoExternal(validation.Validated): that does not support it (e.g. python25). """ super(AppInfoExternal, self).CheckInitialized() - if not self.handlers and not self.builtins and not self.includes: + if (not self.handlers and not self.builtins and not self.includes + and not self.vm): raise appinfo_errors.MissingURLMapping( 'No URLMap entries found in application configuration') if self.handlers and len(self.handlers) > MAX_URL_MAPS: diff --git a/python/google/appengine/api/appinfo_includes.py b/python/google/appengine/api/appinfo_includes.py index 51b830cb..ab80db09 100644 --- a/python/google/appengine/api/appinfo_includes.py +++ b/python/google/appengine/api/appinfo_includes.py @@ -84,8 +84,12 @@ def ParseAndReturnIncludePaths(appinfo_file, open_fn=open): if not appyaml.handlers: - raise appinfo_errors.MissingURLMapping( - 'No URLMap entries found in application configuration') + + if appyaml.vm: + appyaml.handlers = [appinfo.URLMap(url='.*', script='PLACEHOLDER')] + else: + raise appinfo_errors.MissingURLMapping( + 'No URLMap entries found in application configuration') if len(appyaml.handlers) > appinfo.MAX_URL_MAPS: raise appinfo_errors.TooManyURLMappings( 'Found more than %d URLMap entries in application configuration' % diff --git a/python/google/appengine/api/conversion/static/test.pdf b/python/google/appengine/api/conversion/static/test.pdf deleted file mode 100644 index 08ca33a267b8c7a1b932e33b55381d5210a01853..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcwPel00001 literal 20586 zcwX$c19zrPvoM;8bH}zPwr$(CZQGdGww+8o(ZsfG+s2uB-glpkbN2TOzV5ZUuX1%& zb*-yO18p(TKun@-uo-h_Zo$iUga+Rh9>CvRY8;zYps zhpq^qQ?)R0GjWu6G%+=CG_f`ML-->g?`UD`tYljQuK)_&5AkaJ@Lc~%baVWGtY(ii{#NqDZ zSgE4oqNYEA5lASLiqKNYi%brSC{c=2lF$x{OUS>gP$n4{QL-N$B^RTinjIcdu!Fmw zT2KZXJNyc@{{}Q0gzfm(!+%@*4_{gT?JEbz|BGV!|2y{IaQ+FL^MAxs#>CjdK+w*e zK#Tqlf|Y@hfQ^IkpJ>=R|6y|?VEGrHqKT88i{roJE&7M}&(1)={FnUa@PBe(XQX7} zOrS;gC$R){$|mm4I{z&T%>UD!zghrvN-l=Z|A5MlE+&5o06IYfCzF3n(8;R{{25fr z7B(hMvLH+295+wi~u@mgMR~zEGz&z zH49^B^FJA9Wchp6|84%CssB0I82^Tlm6i3s;Fy@0{u>Vq%YRT=8UA-o%*;##EcE~I z)Bg+lm!7{6BOBX4JpbDNV*bVXFI!CP9RE=MEB-(B|2zMge`@(}EeV@A897?mJKH%D z{0*eye<{qr@c*YU|C9e;^0Edte{1x=7ovcZ(ci1Y&cOhn`z!DlpkZWS1<*0K5^ z0=8z>CIs|kbuRssfk zdiK8y>%UL%r|Fn560rXd=h+GVXOH3__}_XI;NL6^1dJSv?DYS&Wp#E!duxlV@bNlL zu52_sH7uR`OqsehNVq0WG)Pk9XFmk# zR185e#qM;gDSqu*@3+YCvsADpfc1&gYtlVz0g~o0FNPzNuvfkiBk+y072al((|Mzf z3x&mg3+zef17t&@pE@1n3E6(DfyF~d(xcrGUQkNVp3YXv_JW7+wHRfcjd1^6$5P*( z99xhF(q%~8lX4@IQ_bmUX~!4yT0ek2O59I87D2V(>n4b<-H10UKm-RC^_Hewk%cQ; zjW}90>>k`4ABr@19IbL9Mt<{a{qc(rf55DVM#$G5?@@MNl>E)g{;0c?rIY!s%McnM ztCz_$hIHaXb%X#YY@ZfD5j=9>@C291D?TQi_t%`sHb?YC#1#NV4+${h zgR~&mOxSQ&S4l9IGwEJTMoc)E5dr!f&_aX*G}$rh>B+*cFo5^XZ1{ z^3$0bvIA)Fhh_cW0S%=MwcQ(P(^vN7UMMu+r!vNZh>Z|FaOpEm$1mq^-4>8G{P26& z*ZA^4F8OP%l(v4Z&>3Mdg}FOuc`1cD5o+^83VcbgSd)FoD{S?@#kLOUPeU?zLu|of zhNeN4Mp-H02oX{9sHT(2p~`cGYYm}k&5EtRw-b2L_47t;8WfB-Q~{pD3rNb4Hv;g0 zEIOhl^M4!B)C}tNgzdaSeKzc(ZdZfB7M>Z{`hXQZ(R-p~_aC%ojTqhXYkHJHRtGeK z91EC#VQ>a%*>mM|ZyDh$C&?_CRcmNHKCMtwirRGV2;B3S?*Y>WaZdwhPQf|w+KMYM zxFFxxLHJ;13-Ep8^#ybM;(CRk4Lw^Lj~>rCZ#ySm+4@GueOrj-jH($6J`LB1?1L)$ zfawhQK>a;bMtBst{)D-CffaUUa$F1*IUR}RO``jQ zZ3pC;mODmopq5dRwAIS@04V3*7`0P8W_zvAN z95>32)eXTXjXm!u_aK&f0Brq&HAs7gjhUUvm9gLOXPT5#*smoNDHMqT0~JTlwR^dG zniV->#*5@`HP8Wh)C}n76-e_{;P>Kf$wKUD8FRi@>g|KOV+2l^4__>vFyByJF}prU z0vw>6x4egH|2C~_vz<0{zKGvpzhiUzeh*$HM2>`2#-;boGewUJnj$+vYr8R;rKP5~ zsKc*KTpEaNx8?Hmbd3_m?A1pATG6O%mAI?C1yss3t5&e?q4CyT& z+!1wwmmIxOwXL=_!51qG`4aV#Cq!?iYPqUa?JmN?0gV;{And~C9^>;UvuE&8Ft`fTrO@n z+l2ZUHf_Nxy*+2E=2^%ywYlTx$K}*v&fb1)Dea3b@(< zi|#;hoJATKA3T~X#K#=TPK@GR(98_Hpfh5z&zhDI#81tp7OBkiCZD=KOLuY zVX%gl3fLC|o5w*mAGJ?b&PrT4HUJ1H%Z+YGWp@YHFE<;$&GpZx!3i+(GD-cI*jGj-dtjU`_2AnUL zBWou6fZkuloMU7JJyNcwH${-EfpI=^cmoy-^|sge?dU{n19$;O5U<4ATi~BZR5`+L zzjA{vtEM({J}~P8xNijnvGq}T!kP>Cg4WR*kjorjB@fMA2{QvxPhp)^9(Stnt)>sH z`OG)3@*q?I(>%n(rS1rIkwsuus!|VkwPl%VnPur*rEL}U1s&A7nn;mo=%}KA-h6#u z{`&M7BqlH&%o>7LcL%6n@T7!998?8V z#Dep^V|T{=v>7rT+@+u#Y`z4g-;a`L5Bmev!%ig)4V~o2vuptod+r}9HvC&NDAwpq ziAlP$Ckm2h0dSys{>$gf>)%c7Q+^(ySx?)Rn3;B;Kkyi)#cx1~i07n8K3&gx6h{Mi-3V2l!R z)zH?$ZfsjCPayt2=w9Md$F45D-&u#sbiN0yXX35)A~3+=Vk$4W9oUFA)tS)??N`RY zN99^zfOIF;WWn8SQo^!A&-ciOvYs?z=hqeCs{v-one$*v4G)Ey zGsOd>uZZ4dCEDEy_r-6HrESuOF~_O1Ez>N1eB*Q z+@5C$vaK#|()37$(2(E6f=Ef)pjbsy)9L2SO4`yu1(v~xV0cG!Z>I^%F%G22(ojU8 z1ibTrdYR^>L4oH0Ak59RL6XLAwv5DTO(Rc4tJ`=&irlL?25sV_{n8OOuo9T*62H_t zs36&WqimV1F}t>Ra~0~eGT4?(>pu9tKaHNyR0h(hRofwFKDiwjuhqZSb8&PY8fwP$ zIs!v-_k{>3N(BOSCZDZ|gT7PrLI+Lw=tLS+e2c}DGQvJHT{VetXlSJDzFI)HB4xAT zR76KtReXPns&ogUkM7y+jhb#!e_Ue;=pLeG&f$@hoY_|Vsh!K%G&6Q}q~q#`>DBf@ zO+SuGPgA*cwN?9z+J=z4^5YF1d?4hl{gG^_ffzfm0AbxP!NzFqu{5LIG}Mp#t>5Ny zymxIaA34*3hCfpPItKivS`9b(y1H_)B^yP5&ExE}nE{+BS_gVHHk6?Hq6qReeUR~c zif{sU{Cf8*c!Ocoj)m`&1XMm^#^?;B=N3;4V)UNbF8wK<**?1gX-ojSY)qm#&I^Lf zOlzABEBJB0B^@CZR}hbWxjTw6ex=}8EaS7pVY~iYMOx`lTp+et*BeG8Go>KT(C`Qq zs+XzwDRH%>v~Wg3nNLF( zt)_0RYE<7>z-0j^YFAOn!a}HzX`U`x%Ge8TR?S#{=v2UW&>@MCCv|-J%E()H|HdP3 zDb@#X@KxuLjT}A;kQMq7oixORhi|pd<4Sj1+C6AOe;5rDyZdk`+_86`K6lePl9h@; zO7`{68Z(A(@U*E^3Tl5~VmmT{9VObCcT@gR{jGSy98sGzb?w5zJvrd!ykEUF19WI~ zwZa^Org%p^9)|{Pc!o9?CtIv=$eKCs5{+8Lvk;9^4kHx{9U$dR1$;5+(u-x4d8N5W zYS3U8M&EnEa?W;%`k3+bV*9XV)*;urYv3*NoOnaC zL$k#f{e|#(@=;1x!rI)5`5PXYkg#^@NCBJKwrL~rsQE5xbYe|fwdH~{R{;SmcPP;g zsj4Ii3VE)Fev+Fk9V0i{z}xpK2y!G4duWIRmkvWCb7S((a+4|Mi=;eSKGb8HAbl{s z-iXS3nQgLz22*%s+LGN)9~M4R>oM`?rF~loCn+wif#R`0LoM<)@Ry)iHoZ#Al025m zIhyRn1$`1{ffs7KoCvOXT7PeU*hgpYrIJep=Q9;u-x^l|6MojE`OvrIS<|MY72pM@ z!^!kWs-HSt-wG)TOqT7WKQ2z+J+MobsvJ}&hiV~isD8w#DEYNgDzsiqwA?h%)rLRs zRoE{dlfMDGJ$OB>dnOa%97=-xl&vxoRQmnBeW-Xvk1EQ)55cqu%u)|$D4iYqY0IQz z>4{};X`C!7HnXV%e(mns_A#;f?A)#H?LyDs%8_T3ccj9lD!`~C(jc=U{4S7UADl_U zAPBEj4;_+vqkolV6Qe@g|zmWnETris*o7BxwTX|-DS9f+*RNF zz23}+L_0ko2U*=TlpHELt96netSySAfObG5*kj#nHLU;7JrR6?K1yru^T*wmxBit?yPNdp z-N}*L3!7}NpX2NB$OoDIhmsz$o`=`IY{$@Mw{{5-s=XN+9ZfsD zRRNRj6pcy=>DzI<@oe@}>b7u|fBoR1ka0HVJ&!F=7G&_=kWdC-9YQxP+{_vb#d!@o z2^mz}N8&Be4(;WW0sMA8Lynr_W-$>Zp`np>gpG9#G)`W{^}efcDpvTQ8KjmD&+Wea zx*@F-+1rs+~Y}pxBy{gfzkSy9+DXu$)>jo&J{PBIB;*F8j{3OaECU~jM&zN`sT7L5^5cZpZ%PE zeYT`t8Z%-tpM~uAaVSnCe^0qG@~J&YbTpI$ROQ_`h>q}vR-~|vo>9#1EoWrSde7AF z&$l3-+uXEUWRpU5JA!G)b>tDVD|I~4b7dfI!VH+bqoXSz(xENAIa)hJu8c|*mBalC zJGEYb6g3$hjbE(RE@CNayT5auuV(b#>$o@MJ7?QpE(daTbyh~b9X;Lq@u9=4-i56B z@-+u*{Enjx;zjSe#n(1y(9*E)4EC9v_rE9?YKG3zA2uJlXxyP22HFRPhCm(yPy@VB z+}iOKxc5~Vmd_gAHUtUqO~V)vlsN+H$^fFg^pn!!Xe=>A6jSnctb#7p$B@<=L+OGe z1C=MwWhe4wf7ZLZ^Utzan6iK*e%_v?6R!O|Z#nvq;T#{W*@T&fIfn+Ji=qA;xOyz% zLUhhyf){<7dDTR~VB=tgc_WXfY+0d^#4HI*LgT`=X~Jd^2nQH46!a8gX9yR9iXdW~ z=`~0o*_}i=K(iGh3QRN7Z|<~o1B_}{X^Tn=yWX$5q0X|rf?u9G)7R9c%=OX>-SsW9 zZ-<>q4djwrNMaq5 zw1$L5Ytu#LRSC4#uLUDvNPg`&Yhl-9W;+u>5g`?*Y=i==h$K}ad^HrR%2^4^GG#K4 z&VDw51Y7R6gni<4XHMH#5H9nophJ5|gWL+*!Te|Ak9~@1E`KNB^|>1gfA8JmV+))x z?22|WQr%clIViep(uiRiSaY5?D$KhIj%DgsWa5X|GC6Z~r}+--i<)l}vg)OT#}`$i#oXe$#>F^*j;jEjOP%E5m{H$amhm(paD z_mJoqD3>ptR8;U^U-dzfFDdi>V9Q4UB%;AWp*)6(^%fe)0&?M*hz)Si#7nLdrHL`d zS^10j46uhXzvpu0kgG|A2A5f?M3<=xgiKZ1R{|=rj@WDqBdN=>ol#PjM#|_>NjM?t zrD%rNch&RK;}H=Iv2d+IR8upX!4n99ecMy1 zvgm=3E}2(kkHY=@=M{y%1v=)2Whb_F<2tP#ZDaIc3R9vahEi4QJj#Zp4tqajf#!!B$?1fLa_w^1x(u1|i1mLLz34=%_OdD!>GudE2W^)lemc*deCxqNa+V#6DXC3cKJ z-QGz)JmM$*_ZJ7G;yKh{8D+xm{#=6j6K$_j2`A&o1}XAxJ+&NpJhhLRDGC7A1Flnl zpn)sI6Q(QO6M|Qo8ja$P<|ft*o4WTRsaOu2gDn>l@G}wFf$u~zbi(yIaw8?dhE6j5g$`hy9-?D5pGif7tK?2^h^d+$`^ewB(LLr)A4>7=rl zXM$r!4ch_9C+`dICs#IBh-~~q1weR_%rJFuM?f}A^=M~jatciNe7?N-zmlPL#4 zcN~5)Jra;ZJ zFvW3YCK`(KiMNI$YX>GBzBI~(O-e~C9KaOY(~^RS(#F@A2}BV$vqTwTuCl*G%cD{i z*Rx|ruOnr%Vnj#$yEbPW+I*4fAP_*GvxOa&3FtJHQOT@&fS38*2JE(N<Aic zR{WCHCe$UioxhJNWDaq#I>rB`vLNC*g! z)m+w!gvoh^%HPwINc$ZU6_|J5ptzvW~GlPIf%R$h9h` zsZgm{>Xz2gC|nxZs$DKzpxfT~Msu9A+j{))Sa{B`4|u`0VsI;Odq%mp&3*N%z{i@Z zbcd_F&oxzNNhgy`Ba=ERLuZVfr+TkUUpR%8&R8*9IqF!tb$M7~*?V_z5xoOBd>Yr- z0Eev`I!lh9rlQ*{gYut+mzr)hMEx)e5N~xO&?@O7`C37`4!8_3L3*=th6~X z#Ka2%G*SNtlyQgzvbe|`DF#tpD7dvgtjLJLQ3#xRG?H_of>Kbk+xB4dP!c55_@k?3 zS3G=Ex-1cDV+ky&v!a9`d<+?OMsKhrTzCwI)0mqr2aQ{4{1x+UcE+XzxJxf7JF@Id z(sWQ^#Wo{XMQ7(m!T4Bqi$AS?8ExHK@3%JiQMIm6FVDxC-^KlQUY|J-U-wJMdY-P9 zbiTrb?CnQYZRzPxh57lHXH{>$(KnTTy%p$P8f$13@wS0F`+(r(Gt`zs^1dTex7Oeq zH4-EZSIOhaAy_ZEAf&rcqVYMNHcaCWu@Py~vL5Nut_}^ggaZj!tAtSa5FZan%*d#{ zWgb)2gt?^=D1(B}`yzS@I!WaIZ4MG{sT!sGsPAm?azw;5L3w5SG>V~lq+O76Kf;rZ z!3`~6j~x@K5ce8o4ufyNt-2FmOY@o zB4uw#;D)3gK}C}bD}vqy9zJ?MN~C{i$_M70QeQ?f;%#21#eRA7`i_@knR$%h-{ao% zTo`$m$g{(XX&HDas%jgvQg|eb0{O@8B@e-Mrx<5>xWS-{4gDlIfsU+OF-PLHW8Ovh zcJ{NTh7xOWan!)46DM@kf_#N1ph5wJ6yb`w2nIQn3B0%m(<@M=p7Q&Zps_q{F6i-W zrx-4%ooklVoQ{*uhH_htFW?dHW_=}$1Lx-|bZ>KDUFUQV(PA9Lkt%NeeB2#RU6QFy z#ZjD$iwg!>q z5hGedVI_tF%kDwOdqMCh+aq|Tc25YnlFlbMVuVlZlM|HPCx!>|tGE<_La=AYXdvgg zfJ)*N#U$LE|HdQ!$=@Lr?M6U5{p#iU0E)o z#{(fEy@?@q{^FjstnGi+9!viNs>Lq@%E&gjdMJH7JR9f$q`D+STPJfe#}XtY}g5QH%EJ89y?ZSge(QXj!#c zDt?!&=pniyzfB+1C^R0Wqqr4GIkbxK?w!@o8&;#A#44KAcPVPjA64539vH?E_JTSc zGe%;T6%*&F=)r_#wN%Uq%0OqyGR^V;G$I0mB|k{2Npwick!*{M8-quZ^p%N{q?58J zb|l*lc^kuctqIn`DJo7R*zZ~m>boYB;@psC(n0tu#|pQT4cr36cJB32uM|B-n1?Sg zkI^vu1QAJ;0=9KGvkn7(l1xE)_KP*uL}chAK(8&Pi`R``-v-FBXs0`B!DKL6cy`HD zOxJyu)ZbdAt|CE~TGc{o;)?zrLu1o#*lke4uCdegYPz2|xvC1n6(dKXK&a`LannJr z)nvH%RWgqc&|qeSiqB@Hjq&ZXsY|=FgtodY8wJUGDK7;Oz=nu zz%Y+x_ zuE$+O9l`!#8g6X+wQK%TmXfG4Y2=tg;r3aUepg+BXTgv zU%>KKp!2KON2c_d5JI91RtpqADb2K|&FIx7l$jS17m~RwUWgY~+c4EnA>B^|#@rv( zhE7%@cPZqjxIK`fsDb3G4|dBVBVbG$cMDDkWA7*oea2_|5urtLl5L$w@}UJQvK9!} zu$`}@(h>rS64Bu#hxunuZqHLG<~-ZBNR~akneB+Kyzw%{&|gDTz9(5C-&NRergfRg zTH&SKYTmWoDtZ)pgb@@f&rl}Pr?co^3RPI69+VnNNxszjZuMPy^S9X-ycehnBi}^zw#R}q7+v9*)30~_Ft*ho;}BXBHvzk{ z@KWL&uTxR6td_YD-lu#2oZw}%6tlPSpPUGODFAU-uG`sOUCsDZ)g79GGjBwl-pKIT z!XY~2Y4OE^bQAn=KM5?w0!WWEdCVD$Q^y}TRY_{cBT`_%t==97sq=(JWr7D0BV=wj z>^g^Fp1y7?n)unnGsf@V^h(Rv*4mP5eyl-xhMOl@jZ(;9lBb@rg}O&@(lSc*V}kx0gN>y&7wm-8x37*{x;3rj0E=x*xnGmVn+E5y?^GUw9WVy1w1 zige{!11E_^V2^qq$l#$=l@;;8fdz>c3M87rmy3F2?fgV+_J(*t_lO}Q^=~hm#io2j zZ$fiHEski7FPJHiMvROICMpTHeW`k^D5#-afeH8ZX6in-ua~4fH@@Rm&vz!*W)cNj z2Etw2iN(QDq}twE1)`TR71Pb&Om000m}E?2?`AQ3Z6O8n{K7~MU4~H|6XW}Rf z^)MCI6-~{wz?09p4Pa6Uy#Fpr76+lsi7s{sC-FVlm@pn^V(=iuqZ&cz3`cg}12MHWlCUf{el;LWqxNjWs7)(c3+e zcNjL)7#Pp_s%pJ&^844AyDg47+7Z|Xj9Cd@T4VwRMO9~*RkXAyRm4B9*nU?Qc{o&gv`zv;Hs~CgOfsTUVD7eS-PO&xQYL>E zeq3AYMCrcqx?9hQhtRW$rIj$;KD@5NP7oJnUD%*qL}@5Cc5KLxvJ_q$3$jSIjjWzq zna%z*CbHP`sVY;?dRz+q>2&Otb9aZS$R)egk3y9NEi{~W<=eq7k@NVsC%l*aH)8nB z$7<}aUk&-6pV+?aAC*F1E<2Ak>orjxICZMwu~S)ZsB>g_l72Z9f(y3&J42)uo-+5F z!l-p4e1$(hnA#TQn45n9&DfEQuE-@b^>@)(Scp>B!L{E>$T!0&1D!6`5iugHAR7>e zP=>*=wm*~_e7j0RDIw)8vim_oq1{ysNH_)Lo%?&nW+(`O!I9WY=35mEtppGGDX^T7 zrGR~7B0OFR*wWK>mXHzrxIfR^D{ys|0wE&CqDli4_KOe7IZ&2kxS<*O#ZMuQu%W)( z@*+nG_lE-O6+u}v4vrXNWMsW&+xm-|3D#viklp+NYR#HEp?-?2cUOs#gW5WxH zf`kRe!;yC}6$o8Xd7N)N3g45y``CJMJ~;|`*7qf)b_dfik5x$p9RiCl?~~#67ZIEF zr81*>46=Hq>#??4UG7%M+h6>_;et+lLFYaoS=)5H zg~fJ>zY(wK$1xMnFrj|mP_Nk~9t1Lrp}eLAyHwK`VUJ;;RpoGdwQqrc>n(tG`=v-b zXtG%Fs)UP6-@b<+I4yw3gb?m8%Jng8u|x8bJ|yC-3>t-)L)H8?UJNK{)h1EfV{Re8 zMjIeQjUv*nvb^2F+lq_537OE8X7?6zL~O)}PDZ8OQ9f3FKI%yosvX?i--PMHd=-+ms)=>!Z%#gs!R>}f133@3>1Wx+ zyE&)gkgs4fBrY^q;4BtHelz%V64>lptu~F_IHPtPx>VV!{3Z7;cnwWh%~3%YMH5|J zc3#y{bKJIU1``V!tK2ovbuxo`bHIC#ve)N}Q(F5?bZAgl^izFCy#M6r{C~2N5EgBV~X;foaPr4$d+Y1M~>=nT^reRAMrrIH-@W+XwsXFT@}?Syi}O# zd~t(-PdVnl5xa2(wE{7o8w|Rcw)y!c_%wimdtuB$j~X!<+%}!woj}^-?=%)RM%$*g z_+65aQZ$=0AKClRGf13UoojF%3X2_?@Fkp=9HK7Y{VbRS(Mf&3ZQM~ul!@6Olyv+@ znmMV-WS=X3JtlHhUYP5BQQ%#I2K>b_Av}B7k2d%&1p60=F+0d^G-2P`Y0=Hlv25l9 zCsCDYWsbXWR+MxP9e;KGaq~R=qXp=th|kHX-`Dfkr=R{ba`=$$ms`^vv>YFm2?=k! z9A+NH67*-w#B+S_y-iY5mVih}bQeFDr%v8zXu7tK1~rn5TFh#hsx@D^oSAJPT+@lq zHl{kIE!N1;8}~@f`x?w%s9@oiN(!1q ztc~SGvjM59G*+^2DET(k*i^@h`~oddfHnXn_3faz1V`~1KEhW)rh4SSS$dO9-c;jh z>7=u>G-PRr5-!sbIDOS+qBuMZ^D$C(Yoftv=TpX|3$KmWD(|KDSUKnMz?-&vh;2xh z(o*?XJBYP)Ch@NR1#8&cfZ?vjMi{*n)tJLr3ImMwdnMG|Bf5><@~5GZO{eNpY@933 zZ<+yNb#AG>&8XBHq9_ho#QJ8<>u@mQNc|CYQff15Ga5;$)T8UJ^{y6MNngU!J>X@y z#Qg~)Wj>b}>g?X{-?RJbyou~hrziF;rXHOkq*;ImCAFrFi|H$irgWi)Ii7J|LvLnN z^=hbL#@R#yiDimy268jG)DzVDee7OKp-a0qcz>7K3%Qw?u{Ch$UukJiOR0*2S3OcZ z%A%N#I+oRo9bcwR;d+=42)^!r74Uq2b(H&>l0bW1-x6VJ8^=qS;s#-Bufb7UY_O6F0+Z0W+GOt zG!na|u3L!O1SdqE1<^FBV#y#kCCq%A4#`7;sB<6OFCs&o8hVK_&aFqFxc@`)r8oeX ziDQ9KW1NZ1AvkZDDU%qC<2)V~^aivokyi$P7ijGPNYFAofJZ#HT6GU{r62;ap4XU2 zJK447x2pEJ9yO(QhY8rSaZfiuj~!{BxK-d_FH_iNc`SC%bfiFFhn`xZhz~qkwQvFa zxX=$|RNuOv!W-dtIEQp>{)DXBu(fSdlx7;@H6vPzzwCGq9KYK2c+S`bvwFlZ_BY^- zAlcD3`Bz@c-GX9psj%%w3>mz_u^`Yyt!qz&jlhIdAbTh$rx|8pnZVWPi6{7X*M46-GQV|w!a8Y-zh5qs#zgaRmKRF=>Dkby|J z-YQKB7qcZ>t?Cg(Ue=;yEK3zyad}$Cnkk8pk-l$a5`qLzX<_Q;_WkNco`cVb5B(SRG2*AdgIczp3(xK+t)I4!pi}Qn>mAfm;^mL`T#n6! zjx+Zu6-W8#yAuvuHB{Kb1IJ^kgg%kTeR`z$K7DyO8B#3CggGUX@!#Ky9Wo>+Y!U1f z*9|%2YHJQEnN?zf-!u+{w^371RVR3dbji4uI+lCXaa41`eu>~ST1oS!f#t>GAGS&(QUv)e>Xe*ueQ`f)UsaF+8hcg|?+M&2wfB62EXa#D zl3M)jm$-Ycc{u=K;51n0A8%~Bd%{4?zUUxQ~p?t!DG}{n|Sr%A+KZ86GzZRTq>q(DloZ#F!qx<1(Yr@9T;wm z3MnNwDG~kb2cf~w=?lAW9t*lqTm(4%`#UE6!LjZ{BF(v-SwmKLmG+IJSohL=8q7Yk zy2orPb#9^1{rW472{TLXu$G0aIET_*Ay;4ND&s$(EpxKmWa*6Qx~j^F%K50m9^MRY5F z{OST$BWOUP2wF;HjZ(ED5mZV3Rfq<872zJ&Q|6=<>|)jrlF>DbH)(t^G2B_s692hb$&&m1yD5 zT|?Lsa~GuWAxcLCx^0otF%{LSpMs(4%#uC0G@(QTv@E4NMhKiNmO1c;`gr+QVn8kN z?({n>ss{(Zvi8za*CCjnVJAFb=ZYmPJ_`(3+RqlK=CdtTJF%161#U(4SR?CEU6Dr{@Ks+vaZqZWMQm=~#_KR@vMxjhDmZ3EtKAlZX$zx(3m@WG!??K-F8u1`?g z?Bwus+Opa1z*|-H-ji{!RRT^-8)LQ@ecWH^?LNEVPYL$rN$bMiYv5X^D17}v2Q(X# zUPvqU!4-I)w3u@{L1=d5A9>*NN%K+#Rsner(!dJ=?ZD=^t)}5i4Z8Cn4yvtY-RbPF zTzvNp#7Dj`xEhfNZs4qGS3qudAnnk3ZJfbT#E|J~M8>s1&9VghzQ}}Isfb9mLgemf z`GF>osGI)sKZ51oX@e;(5i2&OeV4)?M*}tmT+D$ej-L?rAT<@Zr#^nXLxLAA(!=YV zzu^Vbjt)V(F-{PmzFNna#zXrsh&eUflIQV>IW{7l%p`JXhP=+eJ2A&bwNi>zDnPOw zn#10?bWn&{#fQ!5zLOLw(k2u>j9;~~aIE?hRcLO5I#FMjD3MUec$Kb7T98C<$ylI9 zZ;4st%swe<%J}jLK1Ab0$H)4yi!lv%`|*i2ltp}5#2lI)C=i5cCKo0T7e5}Eqk4*D z56^H@&ZjvxV$m#)_gkSvvalVP(^N3B=Pyl zrliS6waIV(h9#Nk1`g}Wu?gI`!pm=QR`t%R89N^9quP;}@_|#l!8|1(>1B3sGgTnO z{DmlquJlSFnJWJZCV1EId}P*CoQYbSxqwdGGbQ>~S?N~n$wu1lHDDKB$@Ua62GI-) zBapPr9w!T1lqlo_vevKc=T^R)gd_P0pT1kf=&->5MgId6CDl5}@!*HB29!H$v7wOP z@78*|xx;(`2a_v(J5MpYsnf3N&Y<1oPOgDu5Us>D)kj;bOSuwk@OH13hx?KNq#F>- z#m5o|39IB{6BA}AMe|;WTOOhsSu!ur7ScJb{($JOcq@jD_HsM>GPaF1;zt|gFoLrT z6+KEkIweI0Ozgk z?&h@C=2|av0vcMWl0WKU13)RMRP8RYgF_+tMqocWcc-J4*&d4_!upLV7c$2g`0Eqn zuBo2@oORavTJUx4)ow@nl z2~F+Y`}D6K4Yu?BQd{#|y!5SV+3TuP=fymKIT37ZF_GKi0)c~vwYPggK(N6*DJ}M2 zI@6&}6U>WZ1k~7^uBDu#d(Dny`>e6TMsNur?W)H8WS0&*1yKwK67o6Ow52?NZRaIN zj=LQA9DxB5Tg#iZ36_M1v0H@^ME9!2KHXqlZYf0PT#*WeDO2|JuLBURGEDylaYtl> zE6sP#a5f(sM^GeZ9T`txI6u1#aYg$MAutS5WQah-+yz^gwud3SNbDMv71ka`Fn3Kr zv9g*e`v3<^Mggq(mbe!Bs_*}1`~p1b`UB*HXLoy=7Gv&mV#FC~RM1AqXCr7g)WAbO zfoBAz+`*iGU6^y)OUKR5kMG2SkHAhy&u?p**4&+a0Y2UJ5!MEc4HgDy(?2z!y50ZG z#fPVpKCmx{k)IU?#u~E-#zw|gQg^GR+D$%Gs14no2b2w@@wed=|5M$%NCL+SA3J}; z!#!-tYhwHUa1L(gNj~rF((HtgQ2DC6_t9i_@yI&pIq5U_djFRa);DQ5?-PMC6RR&q zbDuSW;ooj`TpOuG7-gs@D9h|X8>C8RWZgQ!kc_Ha2_JpVs@>DQb^gpi`RFd)=O+N_ zp?nA*A<*@5Wk38z@izfOeqK2A;YHMKS;K zoNwku%GTiKCHk&`?n<2-KK=#9d<5`VE30h6^e`V}1>+0Ih0){J>pXF*4~WvKrw>xB zy1Sv{n9~wL%I*F9-=2E2K#wnvK{j|QFQtrx#sVo%LOu^khr_gfOz4A{P9Ti;#^RJH zD%9GI7t^hP8#O13E}imGHu&mXf#2|LfAY!v&{ZE89Xr+%(P^=o82yX)yr{!9NbVH3fI&i24Zb>&z#aP_NIYFXcYh^oj0qBQga4ot zms|txL)jI3yC&1HH1)QL2HiG`rGkqB{zIOv+=^;_1c{)@RcQpKw<&%S*a5Aet=u@F z;jn0YElPM_VNLiTsmR3ZnEk4VA=BK7%jp>5I7g_ZJ^DxvKGZcf!slFw0*TzE3OKYuNFT9 zA{st%CRyj=r4CnRjv7%;HVAOfcE(Jl6Kb5xBe@f9&?(>!5D7jmORy@wcGDh@8n?jh zKa$#Ye&N9@!BQ+WCYD&2G{JV0ShZbd)ocJvj5TV5ym=Z!bT}|4774J;S7{5-f}CwXVJ9i>V*IP-8QwEvIW$wNmFGLB%>rpT^RCqe#ka>kL<&ijBMW{6mWPJl%~>4f@6%w) zV%%X$Sp!d&l*k&AO-+}`NG;bfRoH91i8tQTs24`_e^`z|Ip*J~6d4zWA%txrQ<+uG zP9PVHoGI}GM~y#zb8}>&^8LXb2B9lMulGnSQb+EJ?Wa^%3#o6;)SP;D{fJg=TO;fd zStvtc+%URRAme<{C9%hN$fG+mBIAD1NP*0<2l$DeLjQ8{!uQo%d&9+B_!#&4h%GcS zbTqGV#l!ryh%epweBiO$+iWA%S|lwPo?mN@aMJb(JOJJhflld$$EyqGc6jWLRk#9CP=OP*%m`lP7j3`X1y% z$^v;x%i+=xm1hVu;a=Cm+fS$%SXz9+D(RMX?`pt$vlL;tL>%$WbFKi-)_EOTjJiT-0CYOS<1}2nPh*#nckSV zBn)YUbIt)g!#&52v+5)^A0C3_moSu`S-u}PdDi#l6jR71?qJ@V#!RiSEUv26d! zJ$AZF=9&{q>iWv0sJ~(*sHU*O57N&#GNw#XY}UXxOms`mm0tGDIz@p|>M0EK#0nKV zbBeuJjz+n(P3jqd^7w-8!NnY{a^U;Ac>A$zUxgc$_Hzz%h60T*q{!@68=N?0Tqzxq z9;n!zvZ_hfaf9oiMJCb-yKMULx~w#b;^FfZvAS{#u=DzI-ICysrpF5Wd-CO?u3}BU zt6mO=dOhavClr>&rWib9b?=w!t)~|$iZqquo{)6U(U!my5{uDvYZeU01aE42;Pnnx zzxEag@mz(>*w--_(Q=Z-MMRdGT(gZs#hP{KriZ?BUZD7?D+ zS))2=vc2xy0JV8xr?}R~iBo{lC9kKy7<_q9Q)|$JoVj*s0}vlc1P>#Q=zSgIL@Aa& z=!Nzlu-SMj7QNay!iy`Qi&%elF?tibK3tx$M}*(CmM>^lDM(C3>Daq8KXOy9pk2ao zchp+{C`~_B8aiut!6%CAXFWW|Sd|HuT<0b{=I7%LICnW{#qFT#!VX=hqr6>tBxO}+ zn+s7P5rt|JX_BKOZk}^pp@s}L(j&6Mv+kN5;PYiC*IwXqEn7!G>N@SQGN|)Mkri!e z2RmZ`v!wEa(46JAmfx9qI}$IIllMD&_RpWWQNGKMifVl!KrK&?#F zFjl@E>Dc zq183*Ls1+|$;!icrtV%*uBz|ebnOU|Kor2VTOjbvM%O)uRt{j&hF(HGD2iu%PCWr5 zTiKGlz?95l3eyOpUl{UC_KN%2y0>yh_G%U=(cvl$tj=$+Dh+(jN5Z$?+po){6cDLu zcY1cw8~e46C=Tx4&V-JC_buN(5;(oZ9?#$Z>24?goTpQDPmgsFDj{W|bI1c~`z#r* zo+{NB|3%P93k*)zUth#%{ zO~Z7w-qGieOF;|#3tk&1m>Ja5%*J^5P6w#0(^~d9WOG)`b-hiS|A)tMzWXfLzqo2- z{#80nCVw4cA4+Xg*GmOEJtOwY-)+;%-Bkp=_Lf#d-lSq=Bo&`$p@Af;y_Axkc#xOZ z5KS@HudK7n_M&FlRIzjAYjaJj%TLePB%i6Fl-6x|U!@DQrcP|=)hr+j=Y+5dH3!E1 zpET{u4VZa=3sI>b*bFf*vN0WQ>cj1{en;wWkG;m(9zq+7v&Z=~f=bWMKU<|-w0x=1 z)fn?=O{ur&2C0QVXa!+X`H7`ie)%`;eeRQrLcN@33)8~He1&YmAoX4$1dUFmZ^VXBt;QOZd1>`C7XZc~@U8%J-dzs-7L{f=FU z{KYMd%#dxnwAFUBt-6Qt?CrbPwz_nh8CwdW()g+&L7!5GQU}RgHhNQx0UBXZ>D$!E zo4kbnnL#z;8_T@HYnfs2$s?iuX?diCzs~K~`3{Z1wd{!e-g~xn$XtIv)b2=OZ}z~{ zRA_Bg?>SkUNf}!wIp39%>@?E=a6cfU!P(U1Y*`hljO62T79vK^{@75e=WOuS-l)st zjy*f0WB}-cxh7`ISX#&x!_mIQ#2dcw_bpwMxPn8Q08-`e!?WP&^0@`_{RYQ9=BoXH z^R2OmCw`i$n#KCq;aG3~>p~D_w5P43qXYaoiBw7l2}El|=Y0Wl%D48Mc~&a13Sn=5 z#RhiL4PPos9!F>(7)PY?<>C7k+4e^?wFPOH&i33GxR0!=PHA|Jw=p zhe6e~e_=39_%95O{Iw3M1^e~vA2}5eqk_8=>IScbtn?~3)9f}uR7jfyqmAT z7yi$j%mTczpud8%UFr@csu> CF-Xe* diff --git a/python/google/appengine/api/conversion/static/test.png b/python/google/appengine/api/conversion/static/test.png deleted file mode 100644 index 21be8f9b4a833e1df4e75e0d30de0e36a0c64b6e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcwPel00001 literal 15565 zcwX&#X;f2Zw06)cR;$=r#R<~{(XHsza>G7Ef^9JDg)*^ z^Bfb#?<~qkX}_KKlw~xkvYH~isG>PnrOdc0Xc3u`EA$3Ep1bsGeN zrL;LEVC`Fj^xnNH4rK*z-~NJsiELb3T|5=v!e5#({%8L){L4lcS;EQ)5*>vSuIQDP zRerR`RWEHJoMxd)Lg&jB(WD01P-VQfYt!>m&%S-q(zXXYrMwoIj7(zP@=_?fn!>=9 z4p1ceD7cjM+q3h*dMm@>D%XqmpS<<2XpJU%9vka9ShZR{m8`ou9>eGmJ!WSRw<{+3 zU4?``-h0A5EI`1UlhR+gQBh)>=U|7y2){MRp#-x?uFWshe2yV*Os$>2xKlWW5{`YAkIof}ChaL+dXPk$ch_AbiaomKn;nbQ zYEz^2D~vOEYl}2RH2tm76YfZ?EoPNMU4Mrc@T@QNh4-yJ8BnjRB?#sy44(kTR_MZ; zOY(;T8CCO@?3$akk1i$Y_}Bk)0MF+tDJ$RU%11=po z)+ph(=;hDt`fCfdX|f4^7M_beMOf52ml5jHxn!FXS){8u4CPX-=F-)$7_!Z~gSr8; zJ=hezJKY5=+MrK^jEru;+9&M6R{ZjSmhWUsz+A5$=d*lC(#LC;FJH#r2;aI>!6G>k z*~n!wd?U2(bpM7XLE`5gJ=}7SHX-VBS_~s}VM0A=$$B&UZ+?34y<=s-JN1Ix+*wJ~ ziUCyAzVyy&H5;!M(}+Z0y?&kFZfOxIqsto(mr6eEb~Rv}!{LzgDsr;2vh0ffm`e0* z`}A;!hptgUY4d}smC+~0GX7RKZ;l*|IIIr+{>Ct3(wzFZ#G@rxh+UD8_pfj3 z;2g_Pg?3HOYlHC8J3XYevBPhmV!DF%6d^ZLxGn%h`3>QhlYYB-e*W*99-X-d&IWli zGA{L%dWH`8cMSwjB{82l`2^#%7LXNNkNcI@0@W-3$REUHE z*hf#9&sd&gWm~ddW$9NFQ&XZyFhpFg9GYv-W~8BGCTS@{*_N4*_?k6Nvw!YnAC8(N ztFjh>T081kr8O8NzdWAh_dQuE7#fXTHWmd%cFnKm9amG6(+>-ZQMmMIm&|onnm+f7 zpcT4x57n~a`_;>XmBEXXQ%Qk?#&UQo*GS-;z5tV%!h!8cNYrYh#a)YK@o^Z>u&u9RcV&NjtYPcm zQ%6rXjUmp~0P|6rwrLQ~6|#antOLg)wO+)=I{MV@)zG)UeA#<-BF^?enHwX+XRKbv z?~B2fEn8%C{8r`zsg;CvJ~w-5rfaIEb)TxkikQ724vw+HND)4dDuPF1wJsji%+~bm zP1~Gb#cA@p=&5@msd;rOWe9qI%Z`2h06<`rKxiuHxXXPMgV-(2j!8{TO+b(2K=$Cn zhYtbVXJ&GXUZ^=G>swFgV&{5GY9H@WGX%T zN}&?f$!cax(_iHWey-#mM|3;$7LJm`CMJ>%uMGet#vqv;lj zRH?LV)0xSIP7i8JJoC<;B7~w@F1y>L;NUr?YSquTUafc_Mv8ECis58V2Q=QjIMex# zQBuatNEn1toodrgg=3e82GG;c7I4_kclN}US~&%@Ixx+wGW<$`!l(Gr(Z`M*+aaxb z2kTryV^{vfJM$G4{H351ZuQ31qB^8$1hS4&!sP)Y*lBz@b(bb;w?$gyi9;Ud3NijV(Z2 z08LOu>ul(Z?)T0W*{_jy zu%N6g2SV6Y>i`^_EojX_lurG19CLtwd zgKo@!sGweyxFPk^gW2El_Y0t3#q7j58hw^?k%XK|Arb--O;yX&ObSZw^xOr^^h6Aa zgv&E4J8Jl@=QGUW?*h27a)gDCk}$rrRJMT(=sXQgp<_%0%wP zix)uD>VeO4Oo{Wlyl&?i>MM;$w-sW}@TXJB$|KK=W#e^`0?S5VqBy~)*#)l4J8)sL z3AR>N&t;}Q?NDo>(P*08ky?YGWni+u(pOeh^#Y0U*N^grV!Mc-_X534=9d@K=?4YMxWv(W#$n=*1wD=5MKxT7@)hJ1Bf_7Z z3zhbJHP#SKbF9*-+36l8qP;vR4>zz8>p=p60Et7vLH#cBd9pfww*wN1qGh55X&j3Z z*x^gN-7=GSZMy6b9|;L6(eyvdeCW(w7ZS3|!S~YqIfHE|O<+sIcib5vnly0p%st$fQ}2NiTK1Gs$+T0JY+!Dfz5C02pr^zGjXriU2Du8#VxP)&s|Nfw*5w9C7h6hjg%91- zrn3PCCtSV)i8-rP7Ef*#yh|m*}*efo*xh_v#FqkfFsp) z+j8xSw(dIoQn;y#krW#j7iV77)ORF%z3+AXvZz&Ss2^rMx1gncBtlOA_LtXy&R;{r zaQqw{o6LC?8ylN|F9wq7Qu!6E9AMo(uS!ptMUWMI-z@OSDrW*PDg5WasVMEyzh?3( zy)qX!-OJx(@L5_}ukKd?*6%9AU*kg5;nfBZdtVHtszDWr?M9T0?jQPi6YD&dnph=^ zlg>t(r_(2z(zU+EKLjN zP=MJ|;y{17FL(g51G)6|>mz!lnxUh&Jq5okJCl-MY5TL1DK|6S)qlS;5yEWX~ zr(Zfpt%3;)0r^t{a|xPoh*^agCZF3~Xy5*05SnC`d^Wf}>k7=4GO;q`PM-|nPWRvI z&jvTf&dy9`eR)$0K1$>6_-D|IHBdT#stXLNfyzKCr|Cqr?tIz7{H=Br7@0^kNp5Xe z(wcCS3h;GB{g1LyshpCJ2u(q9}|IFvj2__S8=1DqBufum;2jWr6Oe_TVd$6I!MIA=f zAsxTz>946^0d;Qu`_~_>ukeqyn3K{DN0>jRmCsaK?mT#Uziz-Cg_w9v&+8m!iewD!+oU)( ze*S}?VULTNnWu8iBa`vG9+1V>sPfUQ)TrwfeoSa%)D%}@_{7ECg_6*0p4|l_PQnQ% zI8w=fy>|e$pDSusy!6Ts=CPJne-N;R_}ztk^w~miT(0>FSL?>2Q9_`Eod?v%q34^) z6O;RNW0Of-s9h%Z`wUfRIKTJO%GaI_W{tsTL?8%E*tfdD>QFZQAl{rgI-ww*xU&Vd zIoNaf49hs081CLzHc zHp#pcUJPPf(h`@^sXh3Ob=V_M!cvE=Vv4?B(c>p-HQJ%JT<54W3TV>m;uLP6LL)Gd zL?S^k2{ZOXz3J&PV0mEd$OR4m3AYHG?=LS8?CNH=<+Q5e5Bb5M1e2c<#zDu1Z!$44 zAtAHJw&pCIcCP=Yf6S<;5G74)V{ZOn`}By5BE2ZqT^Fk)lPqWmX-B0IU#F!t|n8HM1ZkZ73tfweoeT;ekM?d~yN z#m5ij@H@%+z?1;8r~{`m($ZYuAi%aNN=mT*2`0<7-2B1-IX-#K25&@X@Cs23Pe@I5 z*lk|GV9zB-*8osY))zk4JfmOw3bq$IND(b&rj{h#K-dLX`B&<$COplTpnNf4=+>DQ zMV6m2#+juFe`6=SK7ioXUl|T>IP7Z{d*rNeWh`2Um1TKWd1IJ)DS`Lz9t$gC0B5}Mgl%5S;Qocbu)iQ<2a zzDr>-EKvB*MpDdj9N5&!H(LF}3|2 z;j#MyJWpCe(;)nwK zkoO;JrBGoYMwl>l#P4LlrPS5cfqs`o5yCvRFnu-nP+kBXES4FqBVOC*md-~o*Rip& zDvlN0g<2`6$^g$u%OFrtpjJROjMhCtK~C+x%8#vE3P6lHh+AQ?`Z)c`p0)%nHki64 zp#N99atZo_a3n@1-G0ZY{bakD83NaRcD_Xt<2GKO+{g;v2 z2;0?R>bLqs!NI}6+t(wv}ncD!)ro{KC#gb}&|-XUooub$rYbkxvP2@ohR&U7+m&x$xJLqPP z)$r=qURH?o&;3IorhKlnj|ba>y3XWN^##U@kb{PQ4lsalNFLnHsI`UK zhG;pbi5qPoBtRy1m0>*&UBh7X32Q5DNxIVe_JOnH%ofqiahb^_KndXEvCC}G|J%23 zH`igNDOqNSYhB{`Knia5$|Fx~>3fqvcXUsY?z3eb3(F#`+5~;!cPB?fv=Z z!-4%iCv0-FXp%^oYs;GXwPF&RjK`LGbg80HQ~)USIG0A?70qrjzq?mjI(q-fw*Ui> zZ!o*ZO1dx!)r^o>iXHzzzR!(L&^F>Suza(fu@mM6(DDx-KHRZS`C^KR`>JNvm>{#b zn9HBZM~y!C*Uz%GJ7^an28dWS%WeqTGkZ9$2;+KPj1a5x=l}PwgEqo9!vCjm?O)7-5s1US z;{OZqfBB~y;Tz!_;Tz!_;Tz!_;Tz!_;Tz!_;Tz%qe}#*>2r>`|K^%(gc;Pn0%b&!T zl#asRZ7esI8_SL5#&To1vD{d0EH{=L%Z=s6a$~u%{NI<^h 4000 or + request.canvas().height() > 4000 or + request.options_size() > images.MAX_COMPOSITES_PER_REQUEST): + raise apiproxy_errors.ApplicationError( + images_service_pb.ImagesServiceError.BAD_TRANSFORM_DATA) + width = request.canvas().width() height = request.canvas().height() color = _ArgbToRgbaTuple(request.canvas().color()) color = _BackendPremultiplication(color) - canvas = Image.new("RGBA", (width, height), color) + canvas = Image.new(RGBA, (width, height), color) sources = [] - if (not request.canvas().width() or request.canvas().width() > 4000 or - not request.canvas().height() or request.canvas().height() > 4000): - raise apiproxy_errors.ApplicationError( - images_service_pb.ImagesServiceError.BAD_TRANSFORM_DATA) - if not request.image_size(): - raise apiproxy_errors.ApplicationError( - images_service_pb.ImagesServiceError.BAD_TRANSFORM_DATA) - if not request.options_size(): - raise apiproxy_errors.ApplicationError( - images_service_pb.ImagesServiceError.BAD_TRANSFORM_DATA) - if request.options_size() > images.MAX_COMPOSITES_PER_REQUEST: - raise apiproxy_errors.ApplicationError( - images_service_pb.ImagesServiceError.BAD_TRANSFORM_DATA) for image in request.image_list(): sources.append(self._OpenImageData(image)) @@ -203,32 +214,35 @@ class ImagesServiceStub(apiproxy_stub.APIProxyStub): y_anchor = (options.anchor() / 3) * 0.5 x_offset = int(options.x_offset() + x_anchor * (width - source.size[0])) y_offset = int(options.y_offset() + y_anchor * (height - source.size[1])) - if source.mode == "RGBA": + if source.mode == RGBA: canvas.paste(source, (x_offset, y_offset), source) else: alpha = options.opacity() * 255 - mask = Image.new("L", source.size, alpha) + mask = Image.new('L', source.size, alpha) canvas.paste(source, (x_offset, y_offset), mask) response_value = self._EncodeImage(canvas, request.canvas().output()) response.mutable_image().set_content(response_value) def _Dynamic_Histogram(self, request, response): - """Trivial implementation of ImagesService::Histogram. + """Trivial implementation of an API. Based off documentation of the PIL library at http://www.pythonware.com/library/pil/handbook/index.htm Args: - request: ImagesHistogramRequest, contains the image. - response: ImagesHistogramResponse, contains histogram of the image. + request: ImagesHistogramRequest - Contains the image. + response: ImagesHistogramResponse - Contains histogram of the image. + + Raises: + ApplicationError: Image was of an unsupported format. """ image = self._OpenImageData(request.image()) img_format = image.format - if img_format not in ("BMP", "GIF", "ICO", "JPEG", "PNG", "TIFF", "WEBP"): + if img_format not in FORMAT_LIST: raise apiproxy_errors.ApplicationError( images_service_pb.ImagesServiceError.NOT_IMAGE) - image = image.convert("RGBA") + image = image.convert(RGBA) red = [0] * 256 green = [0] * 256 blue = [0] * 256 @@ -272,19 +286,17 @@ class ImagesServiceStub(apiproxy_stub.APIProxyStub): original_image, input_settings.parse_metadata()) if input_settings.parse_metadata(): logging.info( - "Once the application is deployed, a more powerful metadata " - "extraction will be performed which might return many more fields.") + 'Once the application is deployed, a more powerful metadata ' + 'extraction will be performed which might return many more fields.') - new_image = self._ProcessTransforms(original_image, - request.transform_list(), - correct_orientation) + new_image = self._ProcessTransforms( + original_image, request.transform_list(), correct_orientation) substitution_rgb = None if input_settings.has_transparent_substitution_rgb(): substitution_rgb = input_settings.transparent_substitution_rgb() - response_value = self._EncodeImage(new_image, - request.output(), - substitution_rgb) + response_value = self._EncodeImage( + new_image, request.output(), substitution_rgb) response.mutable_image().set_content(response_value) response.set_source_metadata(source_metadata) @@ -304,17 +316,16 @@ class ImagesServiceStub(apiproxy_stub.APIProxyStub): format does not support transparency. Returns: - str with encoded image information in given encoding format. + str - Encoded image information in given encoding format. Default is PNG. """ image_string = StringIO.StringIO() + image_encoding = PNG - image_encoding = "PNG" + if output_encoding.mime_type() == images_service_pb.OutputSettings.WEBP: + image_encoding = WEBP - if (output_encoding.mime_type() == images_service_pb.OutputSettings.WEBP): - image_encoding = "WEBP" - - if (output_encoding.mime_type() == images_service_pb.OutputSettings.JPEG): - image_encoding = "JPEG" + if output_encoding.mime_type() == images_service_pb.OutputSettings.JPEG: + image_encoding = JPEG @@ -328,11 +339,11 @@ class ImagesServiceStub(apiproxy_stub.APIProxyStub): blue = substitution_rgb & 0xFF green = (substitution_rgb >> 8) & 0xFF red = (substitution_rgb >> 16) & 0xFF - background = Image.new("RGB", image.size, (red, green, blue)) + background = Image.new(RGB, image.size, (red, green, blue)) background.paste(image, mask=image.split()[3]) image = background else: - image = image.convert("RGB") + image = image.convert(RGB) image.save(image_string, image_encoding) return image_string.getvalue() @@ -348,7 +359,7 @@ class ImagesServiceStub(apiproxy_stub.APIProxyStub): Image containing the image data passed in or reference by blob-key. Raises: - ApplicationError if both content and blob-key are provided. + ApplicationError: Both content and blob-key are provided. NOTE: 'content' must always be set because it is a required field, however, it must be the empty string when a blob-key is provided. """ @@ -363,7 +374,7 @@ class ImagesServiceStub(apiproxy_stub.APIProxyStub): img_format = image.format - if img_format not in ("BMP", "GIF", "ICO", "JPEG", "PNG", "TIFF", "WEBP"): + if img_format not in FORMAT_LIST: raise apiproxy_errors.ApplicationError( images_service_pb.ImagesServiceError.NOT_IMAGE) return image @@ -372,11 +383,10 @@ class ImagesServiceStub(apiproxy_stub.APIProxyStub): """Opens an image provided as a string. Args: - image: image data to be opened + image: Image data to be opened. Raises: - apiproxy_errors.ApplicationError if the image cannot be opened or if it - is an unsupported format. + ApplicationError: Image could not be opened or was an unsupported format. Returns: Image containing the image data passed in. @@ -402,17 +412,17 @@ class ImagesServiceStub(apiproxy_stub.APIProxyStub): except datastore_errors.Error: - logging.exception("Blob with key %r does not exist", blob_key) + logging.exception('Blob with key %r does not exist', blob_key) raise apiproxy_errors.ApplicationError( images_service_pb.ImagesServiceError.UNSPECIFIED_ERROR) - blobstore_storage = apiproxy_stub_map.apiproxy.GetStub("blobstore") + blobstore_storage = apiproxy_stub_map.apiproxy.GetStub('blobstore') try: blob_file = blobstore_storage.storage.OpenBlob(blob_key) except IOError: - logging.exception("Could not get file for blob_key %r", blob_key) + logging.exception('Could not get file for blob_key %r', blob_key) raise apiproxy_errors.ApplicationError( images_service_pb.ImagesServiceError.BAD_IMAGE_DATA) @@ -420,7 +430,7 @@ class ImagesServiceStub(apiproxy_stub.APIProxyStub): try: return Image.open(blob_file) except IOError: - logging.exception("Could not open image %r for blob_key %r", + logging.exception('Could not open image %r for blob_key %r', blob_file, blob_key) raise apiproxy_errors.ApplicationError( @@ -430,16 +440,16 @@ class ImagesServiceStub(apiproxy_stub.APIProxyStub): """Check an argument for the Crop transform. Args: - arg: float, argument to Crop transform to check. + arg: float - Argument to Crop transform to check. Raises: - apiproxy_errors.ApplicationError on problem with argument. + ApplicationError: There was a problem with the provided argument. """ if not isinstance(arg, float): raise apiproxy_errors.ApplicationError( images_service_pb.ImagesServiceError.BAD_TRANSFORM_DATA) - if not (0 <= arg <= 1.0): + if 0 > arg or arg > 1.0: raise apiproxy_errors.ApplicationError( images_service_pb.ImagesServiceError.BAD_TRANSFORM_DATA) @@ -468,37 +478,36 @@ class ImagesServiceStub(apiproxy_stub.APIProxyStub): or req_height is 0. Returns: - tuple (width, height) which are both ints of the new ratio. + tuple (width, height) ints of the new dimensions. """ width_ratio = float(req_width) / current_width height_ratio = float(req_height) / current_height - if allow_stretch: - - if not req_width or not req_height: - raise apiproxy_errors.ApplicationError( - images_service_pb.ImagesServiceError.BAD_TRANSFORM_DATA) - return req_width, req_height - elif crop_to_fit: + height = req_height + width = req_width + if allow_stretch or crop_to_fit: if not req_width or not req_height: raise apiproxy_errors.ApplicationError( images_service_pb.ImagesServiceError.BAD_TRANSFORM_DATA) - if width_ratio > height_ratio: - return req_width, int(width_ratio * current_height) - else: - return int(height_ratio * current_width), req_height + if not allow_stretch: + if width_ratio > height_ratio: + height = int(width_ratio * current_height) + else: + width = int(height_ratio * current_width) else: - if req_width == 0 or (width_ratio > height_ratio and req_height != 0): - return int(height_ratio * current_width), req_height + if not req_width or (width_ratio > height_ratio and req_height): + + width = int(height_ratio * current_width) else: - return req_width, int(width_ratio * current_height) + height = int(width_ratio * current_height) + return width, height def _Resize(self, image, transform): """Use PIL to resize the given image with the given transform. @@ -511,7 +520,7 @@ class ImagesServiceStub(apiproxy_stub.APIProxyStub): PIL.Image.Image with transforms performed on it. Raises: - BadRequestError if the resize data given is bad. + ApplicationError: The resize data given was bad. """ width = 0 height = 0 @@ -532,12 +541,9 @@ class ImagesServiceStub(apiproxy_stub.APIProxyStub): allow_stretch = transform.allow_stretch() current_width, current_height = image.size - new_width, new_height = self._CalculateNewDimensions(current_width, - current_height, - width, - height, - crop_to_fit, - allow_stretch) + new_width, new_height = self._CalculateNewDimensions( + current_width, current_height, width, height, crop_to_fit, + allow_stretch) new_image = image.resize((new_width, new_height), Image.ANTIALIAS) if crop_to_fit and (new_width > width or new_height > height): @@ -560,7 +566,7 @@ class ImagesServiceStub(apiproxy_stub.APIProxyStub): PIL.Image.Image with transforms performed on it. Raises: - BadRequestError if the rotate data given is bad. + ApplicationError: Given data for the rotate was bad. """ degrees = transform.rotate() if degrees < 0 or degrees % 90 != 0: @@ -618,14 +624,16 @@ class ImagesServiceStub(apiproxy_stub.APIProxyStub): @staticmethod def _GetExifFromImage(image): - if hasattr(image, "_getexif"): + if hasattr(image, '_getexif'): try: + from PIL import TiffImagePlugin + return image._getexif() except ImportError: # We have not managed to get this to work in the SDK with Python @@ -647,27 +655,26 @@ class ImagesServiceStub(apiproxy_stub.APIProxyStub): parse_metadata: bool, True if metadata parsing has been requested. If False the result will contain image dimensions. Returns: - str, JSON encoded values with various metadata fields. + str - JSON encoded values with various metadata fields. """ def ExifTimeToUnixtime(exif_time): """Convert time in EXIF to unix time. Args: - exif_time: str, the time from the EXIF block formated by EXIF standard. - E.g., "2011:02:20 10:23:12", seconds are optional. + exif_time: str - Time from the EXIF block formated by EXIF standard. + Seconds are optional. (Example: '2011:02:20 10:23:12') Returns: Integer, the time in unix fromat: seconds since the epoch. """ - regexp = re.compile(r"^([0-9]{4}):([0-9]{1,2}):([0-9]{1,2})" - " ([0-9]{1,2}):([0-9]{1,2})(?::([0-9]{1,2}))?") - match = regexp.match(exif_time) - if match is None: return None + match = EXIF_TIME_REGEX.match(exif_time) + if not match: + return None try: date = datetime.datetime(*map(int, filter(None, match.groups()))) except ValueError: - logging.info("Invalid date in EXIF: %s", exif_time) + logging.info('Invalid date in EXIF: %s', exif_time) return None return int(time.mktime(date.timetuple())) @@ -684,9 +691,9 @@ class ImagesServiceStub(apiproxy_stub.APIProxyStub): metadata_dict[_EXIF_DATETIMEORIGINAL_TAG] = date_ms else: del metadata_dict[_EXIF_DATETIMEORIGINAL_TAG] - metadata = dict([(_EXIF_TAGS[k], v) - for k, v in metadata_dict.iteritems() - if k in _EXIF_TAGS]) + metadata = dict( + [(_EXIF_TAGS[k], v) for k, v in metadata_dict.iteritems() + if k in _EXIF_TAGS]) return simplejson.dumps(metadata) def _CorrectOrientation(self, image, orientation): @@ -737,8 +744,7 @@ class ImagesServiceStub(apiproxy_stub.APIProxyStub): PIL.Image.Image with transforms performed on it. Raises: - BadRequestError if we are passed more than one of the same type of - transform. + ApplicationError: More than one of the same type of transform was present. """ new_image = image if len(transforms) > images.MAX_TRANSFORMS_PER_REQUEST: @@ -803,10 +809,10 @@ class ImagesServiceStub(apiproxy_stub.APIProxyStub): elif transform.has_autolevels(): - logging.info("I'm Feeling Lucky autolevels will be visible once this " - "application is deployed.") + logging.info('I\'m Feeling Lucky autolevels will be visible once this ' + 'application is deployed.') else: - logging.warn("Found no transformations found to perform.") + logging.warn('Found no transformations found to perform.') if correct_orientation: diff --git a/python/google/appengine/api/logservice/logservice.py b/python/google/appengine/api/logservice/logservice.py index aadb38c8..51da5820 100644 --- a/python/google/appengine/api/logservice/logservice.py +++ b/python/google/appengine/api/logservice/logservice.py @@ -16,10 +16,7 @@ # - - -""" -LogService API. +"""LogService API. This module allows apps to flush logs, provide status messages, and programmatically access their request and application logs. @@ -30,6 +27,7 @@ programmatically access their request and application logs. +from __future__ import with_statement import base64 import cStringIO import logging @@ -64,11 +62,11 @@ AUTOFLUSH_EVERY_LINES = 50 MAX_ITEMS_PER_FETCH = 1000 -LOG_LEVEL_DEBUG = 0 -LOG_LEVEL_INFO = 1 -LOG_LEVEL_WARNING = 2 -LOG_LEVEL_ERROR = 3 -LOG_LEVEL_CRITICAL = 4 +LOG_LEVEL_DEBUG = logsutil.LOG_LEVEL_DEBUG +LOG_LEVEL_INFO = logsutil.LOG_LEVEL_INFO +LOG_LEVEL_WARNING = logsutil.LOG_LEVEL_WARNING +LOG_LEVEL_ERROR = logsutil.LOG_LEVEL_ERROR +LOG_LEVEL_CRITICAL = logsutil.LOG_LEVEL_CRITICAL MODULE_ID_RE_STRING = r'(?!-)[a-z\d\-]{1,63}' @@ -126,7 +124,7 @@ class TimeoutError(Error): class LogsBuffer(object): """Threadsafe buffer for storing and periodically flushing app logs.""" - _MAX_FLUSH_SIZE = int(1e6) + _MAX_FLUSH_SIZE = 1000 * 1000 _MAX_LINE_SIZE = _MAX_FLUSH_SIZE assert _MAX_LINE_SIZE <= _MAX_FLUSH_SIZE @@ -151,14 +149,6 @@ class LogsBuffer(object): self._lock = threading.RLock() self._reset() - def _lock_and_call(self, method, *args): - """Calls 'method' while holding the buffer lock.""" - self._lock.acquire() - try: - return method(*args) - finally: - self._lock.release() - def stream(self): """Returns the underlying file-like object used to buffer logs.""" if self._stderr: @@ -170,23 +160,28 @@ class LogsBuffer(object): def lines(self): """Returns the number of log lines currently buffered.""" - return self._lock_and_call(lambda: self._lines) + with self._lock: + return self._lines def bytes(self): """Returns the size of the log buffer, in bytes.""" - return self._lock_and_call(lambda: self._bytes) + with self._lock: + return self._bytes def age(self): """Returns the number of seconds since the log buffer was flushed.""" - return self._lock_and_call(lambda: time.time() - self._flush_time) + with self._lock: + return time.time() - self._flush_time def flush_time(self): """Returns last time that the log buffer was flushed.""" - return self._lock_and_call(lambda: self._flush_time) + with self._lock: + return self._flush_time def contents(self): """Returns the contents of the logs buffer.""" - return self._lock_and_call(self._contents) + with self._lock: + return self._contents() def _contents(self): """Internal version of contents() with no locking.""" @@ -199,7 +194,8 @@ class LogsBuffer(object): def reset(self): """Resets the buffer state, without clearing the underlying stream.""" - self._lock_and_call(self._reset) + with self._lock: + return self._reset() def _reset(self): """Internal version of reset() with no locking.""" @@ -211,7 +207,8 @@ class LogsBuffer(object): def clear(self): """Clears the contents of the logs buffer, and resets autoflush state.""" - self._lock_and_call(self._clear) + with self._lock: + return self._clear() def _clear(self): """Internal version of clear() with no locking.""" @@ -221,7 +218,8 @@ class LogsBuffer(object): def close(self): """Closes the underlying stream, flushing the current contents.""" - self._lock_and_call(self._close) + with self._lock: + return self._close() def _close(self): """Internal version of close() with no locking.""" @@ -234,7 +232,8 @@ class LogsBuffer(object): def write(self, line): """Writes a line to the logs buffer.""" - return self._lock_and_call(self._write, line) + with self._lock: + return self._write(line) def writelines(self, seq): """Writes each line in the given sequence to the logs buffer.""" @@ -271,45 +270,46 @@ class LogsBuffer(object): that the other buffer state variables (flush time, lines, bytes) are updated synchronously with the flush. """ - self._lock_and_call(self._flush) + with self._lock: + self._flush() def _flush(self): """Internal version of flush() with no locking.""" logs = self.parse_logs() self._clear() - first_iteration = True - while logs or first_iteration: - first_iteration = False - request = log_service_pb.FlushRequest() + while True: group = log_service_pb.UserAppLogGroup() byte_size = 0 n = 0 - for entry in logs: + for timestamp_usec, level, message in logs: - if len(entry[2]) > LogsBuffer._MAX_LINE_SIZE: - entry = list(entry) - entry[2] = self._truncate(entry[2], LogsBuffer._MAX_LINE_SIZE) + message = self._truncate(message, LogsBuffer._MAX_LINE_SIZE) - if byte_size + len(entry[2]) > LogsBuffer._MAX_FLUSH_SIZE: + if byte_size + len(message) > LogsBuffer._MAX_FLUSH_SIZE: break line = group.add_log_line() - line.set_timestamp_usec(entry[0]) - line.set_level(entry[1]) - line.set_message(entry[2]) + line.set_timestamp_usec(timestamp_usec) + line.set_level(level) + line.set_message(message) byte_size += 1 + group.lengthString(line.ByteSize()) n += 1 assert n > 0 or not logs logs = logs[n:] + + request = log_service_pb.FlushRequest() request.set_logs(group.Encode()) response = api_base_pb.VoidProto() apiproxy_stub_map.MakeSyncCall('logservice', 'Flush', request, response) + if not logs: + break def autoflush(self): """Flushes the buffer if certain conditions have been met.""" - self._lock_and_call(self._autoflush) + with self._lock: + return self._autoflush() def _autoflush(self): """Internal version of autoflush() with no locking.""" @@ -778,6 +778,8 @@ class RequestLog(object): class AppLog(object): """Application log line emitted while processing a request.""" + + def __init__(self, time=None, level=None, message=None): self._time = time self._level = level @@ -903,9 +905,10 @@ def fetch(start_time=None, if not isinstance(minimum_log_level, int): raise InvalidArgumentError('minimum_log_level must be an int') - if not minimum_log_level in range(LOG_LEVEL_CRITICAL+1): - raise InvalidArgumentError("""minimum_log_level must be between 0 and 4 - inclusive""") + if minimum_log_level not in logsutil.LOG_LEVELS: + raise InvalidArgumentError( + 'minimum_log_level must be one of %s' % repr( + logsutil.LOG_LEVELS)) request.set_minimum_log_level(minimum_log_level) if not isinstance(include_incomplete, bool): diff --git a/python/google/appengine/api/logservice/logsutil.py b/python/google/appengine/api/logservice/logsutil.py index 0c939820..493ef21f 100644 --- a/python/google/appengine/api/logservice/logsutil.py +++ b/python/google/appengine/api/logservice/logsutil.py @@ -16,8 +16,6 @@ # - - """Utility methods for working with logs.""" @@ -29,11 +27,65 @@ import time REQUEST_LOG_ID = 'REQUEST_LOG_ID' +_U_SEC = 1000000 + +LOG_LEVEL_DEBUG = 0 +LOG_LEVEL_INFO = 1 +LOG_LEVEL_WARNING = 2 +LOG_LEVEL_ERROR = 3 +LOG_LEVEL_CRITICAL = 4 + +LOG_LEVELS = [LOG_LEVEL_DEBUG, + LOG_LEVEL_INFO, + LOG_LEVEL_WARNING, + LOG_LEVEL_ERROR, + LOG_LEVEL_CRITICAL] + + + +_DEFAULT_LEVEL = LOG_LEVEL_ERROR + + +def _CurrentTimeMicro(): + return int(time.time() * _U_SEC) + + +def _Clean(e): + return e.replace('\0', '\n') + + def RequestID(): """Returns the ID of the current request assigned by App Engine.""" return os.environ.get(REQUEST_LOG_ID, None) +def _StrictParseLogEntry(entry): + """Parses a single log entry emitted by app_logging.AppLogsHandler. + + Parses a log entry of the form LOG where the + level is in the range [0, 4]. If the entry is not of that form, ValueError is + raised. + + Args: + entry: The log entry to parse. + + Returns: + A (timestamp, level, message) tuple. + + Raises: + ValueError: if the entry failed to be parsed. + """ + magic, level, timestamp, message = entry.split(' ', 3) + if magic != 'LOG': + raise ValueError() + + timestamp, level = int(timestamp), int(level) + if level not in LOG_LEVELS: + raise ValueError() + + return timestamp, level, _Clean(message) + + def ParseLogEntry(entry): """Parses a single log entry emitted by app_logging.AppLogsHandler. @@ -48,22 +100,11 @@ def ParseLogEntry(entry): Returns: A (timestamp, level, message) tuple. """ - split = entry.split(' ', 3) - if len(split) == 4 and split[0] == 'LOG': - level = split[1] - timestamp = split[2] - message = split[3] - try: - message = str(message) - timestamp = int(timestamp) - level = int(level) - except ValueError: - pass - else: - if 0 <= level <= 4: - return timestamp, level, message.replace('\0', '\n') - usec = int(time.time() * 1e6) - return usec, 3, entry.replace('\0', '\n') + try: + return _StrictParseLogEntry(entry) + except ValueError: + + return _CurrentTimeMicro(), _DEFAULT_LEVEL, _Clean(entry) def ParseLogs(logs): diff --git a/python/google/appengine/api/oauth/oauth_api.py b/python/google/appengine/api/oauth/oauth_api.py index c267a98c..f0b730f2 100644 --- a/python/google/appengine/api/oauth/oauth_api.py +++ b/python/google/appengine/api/oauth/oauth_api.py @@ -202,7 +202,8 @@ def _maybe_call_get_oauth_user(scope): else: scope_str = str(sorted(scope)) if ('OAUTH_ERROR_CODE' not in os.environ or - os.environ.get('OAUTH_LAST_SCOPE', None) != scope_str): + os.environ.get('OAUTH_LAST_SCOPE', None) != scope_str or + os.environ.get('TESTONLY_OAUTH_SKIP_CACHE')): req = user_service_pb.GetOAuthUserRequest() if scope: if isinstance(scope, basestring): diff --git a/python/google/appengine/api/remote_socket/remote_socket_service_pb.py b/python/google/appengine/api/remote_socket/remote_socket_service_pb.py index f47bec33..91d8736d 100644 --- a/python/google/appengine/api/remote_socket/remote_socket_service_pb.py +++ b/python/google/appengine/api/remote_socket/remote_socket_service_pb.py @@ -1011,7 +1011,7 @@ class CreateSocketRequest(ProtocolBuffer.ProtocolMessage): _STYLE = """""" _STYLE_CONTENT_TYPE = """""" _PROTO_DESCRIPTOR_NAME = 'apphosting.CreateSocketRequest' -class CreateSocketReply(ProtocolBuffer.ProtocolMessage): +class CreateSocketReply(_ExtendableProtocolMessage): has_socket_descriptor_ = 0 socket_descriptor_ = "" has_server_address_ = 0 @@ -1020,6 +1020,8 @@ class CreateSocketReply(ProtocolBuffer.ProtocolMessage): proxy_external_ip_ = None def __init__(self, contents=None): + if _extension_runtime: + self._extension_fields = {} self.lazy_init_lock_ = thread.allocate_lock() if contents is not None: self.MergeFromString(contents) @@ -1080,6 +1082,7 @@ class CreateSocketReply(ProtocolBuffer.ProtocolMessage): if (x.has_socket_descriptor()): self.set_socket_descriptor(x.socket_descriptor()) if (x.has_server_address()): self.mutable_server_address().MergeFrom(x.server_address()) if (x.has_proxy_external_ip()): self.mutable_proxy_external_ip().MergeFrom(x.proxy_external_ip()) + if _extension_runtime: self._MergeExtensionFields(x) def Equals(self, x): if x is self: return 1 @@ -1089,6 +1092,7 @@ class CreateSocketReply(ProtocolBuffer.ProtocolMessage): if self.has_server_address_ and self.server_address_ != x.server_address_: return 0 if self.has_proxy_external_ip_ != x.has_proxy_external_ip_: return 0 if self.has_proxy_external_ip_ and self.proxy_external_ip_ != x.proxy_external_ip_: return 0 + if _extension_runtime and not self._ExtensionEquals(x): return 0 return 1 def IsInitialized(self, debug_strs=None): @@ -1102,6 +1106,8 @@ class CreateSocketReply(ProtocolBuffer.ProtocolMessage): if (self.has_socket_descriptor_): n += 1 + self.lengthString(len(self.socket_descriptor_)) if (self.has_server_address_): n += 1 + self.lengthString(self.server_address_.ByteSize()) if (self.has_proxy_external_ip_): n += 1 + self.lengthString(self.proxy_external_ip_.ByteSize()) + if _extension_runtime: + n += self._ExtensionByteSize(False) return n def ByteSizePartial(self): @@ -1109,14 +1115,20 @@ class CreateSocketReply(ProtocolBuffer.ProtocolMessage): if (self.has_socket_descriptor_): n += 1 + self.lengthString(len(self.socket_descriptor_)) if (self.has_server_address_): n += 1 + self.lengthString(self.server_address_.ByteSizePartial()) if (self.has_proxy_external_ip_): n += 1 + self.lengthString(self.proxy_external_ip_.ByteSizePartial()) + if _extension_runtime: + n += self._ExtensionByteSize(True) return n def Clear(self): self.clear_socket_descriptor() self.clear_server_address() self.clear_proxy_external_ip() + if _extension_runtime: self._extension_fields.clear() def OutputUnchecked(self, out): + if _extension_runtime: + extensions = self._ListExtensions() + extension_index = 0 if (self.has_socket_descriptor_): out.putVarInt32(10) out.putPrefixedString(self.socket_descriptor_) @@ -1128,8 +1140,13 @@ class CreateSocketReply(ProtocolBuffer.ProtocolMessage): out.putVarInt32(34) out.putVarInt32(self.proxy_external_ip_.ByteSize()) self.proxy_external_ip_.OutputUnchecked(out) + if _extension_runtime: + extension_index = self._OutputExtensionFields(out, False, extensions, extension_index, 536870912) def OutputPartial(self, out): + if _extension_runtime: + extensions = self._ListExtensions() + extension_index = 0 if (self.has_socket_descriptor_): out.putVarInt32(10) out.putPrefixedString(self.socket_descriptor_) @@ -1141,6 +1158,8 @@ class CreateSocketReply(ProtocolBuffer.ProtocolMessage): out.putVarInt32(34) out.putVarInt32(self.proxy_external_ip_.ByteSizePartial()) self.proxy_external_ip_.OutputPartial(out) + if _extension_runtime: + extension_index = self._OutputExtensionFields(out, True, extensions, extension_index, 536870912) def TryMerge(self, d): while d.avail() > 0: @@ -1160,6 +1179,10 @@ class CreateSocketReply(ProtocolBuffer.ProtocolMessage): d.skip(length) self.mutable_proxy_external_ip().TryMerge(tmp) continue + if _extension_runtime: + if (1000 <= tt): + self._ParseOneExtensionField(tt, d) + continue if (tt == 0): raise ProtocolBuffer.ProtocolBufferDecodeError @@ -1177,8 +1200,12 @@ class CreateSocketReply(ProtocolBuffer.ProtocolMessage): res+=prefix+"proxy_external_ip <\n" res+=self.proxy_external_ip_.__str__(prefix + " ", printElemNumber) res+=prefix+">\n" + if _extension_runtime: + res+=self._ExtensionDebugString(prefix, printElemNumber) return res + if _extension_runtime: + _extensions_by_field_number = {} def _BuildTagLookupTable(sparse, maxtag, default=None): return tuple([sparse.get(i, default) for i in xrange(0, 1+maxtag)]) @@ -2805,11 +2832,13 @@ class ConnectRequest(ProtocolBuffer.ProtocolMessage): _STYLE = """""" _STYLE_CONTENT_TYPE = """""" _PROTO_DESCRIPTOR_NAME = 'apphosting.ConnectRequest' -class ConnectReply(ProtocolBuffer.ProtocolMessage): +class ConnectReply(_ExtendableProtocolMessage): has_proxy_external_ip_ = 0 proxy_external_ip_ = None def __init__(self, contents=None): + if _extension_runtime: + self._extension_fields = {} self.lazy_init_lock_ = thread.allocate_lock() if contents is not None: self.MergeFromString(contents) @@ -2836,11 +2865,13 @@ class ConnectReply(ProtocolBuffer.ProtocolMessage): def MergeFrom(self, x): assert x is not self if (x.has_proxy_external_ip()): self.mutable_proxy_external_ip().MergeFrom(x.proxy_external_ip()) + if _extension_runtime: self._MergeExtensionFields(x) def Equals(self, x): if x is self: return 1 if self.has_proxy_external_ip_ != x.has_proxy_external_ip_: return 0 if self.has_proxy_external_ip_ and self.proxy_external_ip_ != x.proxy_external_ip_: return 0 + if _extension_runtime and not self._ExtensionEquals(x): return 0 return 1 def IsInitialized(self, debug_strs=None): @@ -2851,27 +2882,42 @@ class ConnectReply(ProtocolBuffer.ProtocolMessage): def ByteSize(self): n = 0 if (self.has_proxy_external_ip_): n += 1 + self.lengthString(self.proxy_external_ip_.ByteSize()) + if _extension_runtime: + n += self._ExtensionByteSize(False) return n def ByteSizePartial(self): n = 0 if (self.has_proxy_external_ip_): n += 1 + self.lengthString(self.proxy_external_ip_.ByteSizePartial()) + if _extension_runtime: + n += self._ExtensionByteSize(True) return n def Clear(self): self.clear_proxy_external_ip() + if _extension_runtime: self._extension_fields.clear() def OutputUnchecked(self, out): + if _extension_runtime: + extensions = self._ListExtensions() + extension_index = 0 if (self.has_proxy_external_ip_): out.putVarInt32(10) out.putVarInt32(self.proxy_external_ip_.ByteSize()) self.proxy_external_ip_.OutputUnchecked(out) + if _extension_runtime: + extension_index = self._OutputExtensionFields(out, False, extensions, extension_index, 536870912) def OutputPartial(self, out): + if _extension_runtime: + extensions = self._ListExtensions() + extension_index = 0 if (self.has_proxy_external_ip_): out.putVarInt32(10) out.putVarInt32(self.proxy_external_ip_.ByteSizePartial()) self.proxy_external_ip_.OutputPartial(out) + if _extension_runtime: + extension_index = self._OutputExtensionFields(out, True, extensions, extension_index, 536870912) def TryMerge(self, d): while d.avail() > 0: @@ -2882,6 +2928,10 @@ class ConnectReply(ProtocolBuffer.ProtocolMessage): d.skip(length) self.mutable_proxy_external_ip().TryMerge(tmp) continue + if _extension_runtime: + if (1000 <= tt): + self._ParseOneExtensionField(tt, d) + continue if (tt == 0): raise ProtocolBuffer.ProtocolBufferDecodeError @@ -2894,8 +2944,12 @@ class ConnectReply(ProtocolBuffer.ProtocolMessage): res+=prefix+"proxy_external_ip <\n" res+=self.proxy_external_ip_.__str__(prefix + " ", printElemNumber) res+=prefix+">\n" + if _extension_runtime: + res+=self._ExtensionDebugString(prefix, printElemNumber) return res + if _extension_runtime: + _extensions_by_field_number = {} def _BuildTagLookupTable(sparse, maxtag, default=None): return tuple([sparse.get(i, default) for i in xrange(0, 1+maxtag)]) diff --git a/python/google/appengine/api/search/search.py b/python/google/appengine/api/search/search.py index fff115ec..27dc8ab2 100644 --- a/python/google/appengine/api/search/search.py +++ b/python/google/appengine/api/search/search.py @@ -1579,14 +1579,15 @@ def _CopySortExpressionToProtocolBuffer(sort_expression, pb): pb.set_sort_expression(sort_expression.expression.encode('utf-8')) if sort_expression.direction == SortExpression.ASCENDING: pb.set_sort_descending(False) - if isinstance(sort_expression.default_value, basestring): - pb.set_default_value_text(sort_expression.default_value.encode('utf-8')) - elif (isinstance(sort_expression.default_value, datetime.datetime) or - isinstance(sort_expression.default_value, datetime.date)): - pb.set_default_value_numeric( - search_util.EpochTime(sort_expression.default_value)) - else: - pb.set_default_value_numeric(sort_expression.default_value) + if sort_expression.default_value is not None: + if isinstance(sort_expression.default_value, basestring): + pb.set_default_value_text(sort_expression.default_value.encode('utf-8')) + elif (isinstance(sort_expression.default_value, datetime.datetime) or + isinstance(sort_expression.default_value, datetime.date)): + pb.set_default_value_text(str( + search_util.EpochTime(sort_expression.default_value))) + else: + pb.set_default_value_numeric(sort_expression.default_value) return pb @@ -1657,7 +1658,7 @@ class SortExpression(object): _DIRECTIONS = frozenset([ASCENDING, DESCENDING]) - def __init__(self, expression, direction=DESCENDING, default_value=''): + def __init__(self, expression, direction=DESCENDING, default_value=None): """Initializer. Args: @@ -1689,13 +1690,14 @@ class SortExpression(object): raise TypeError('expression must be a SortExpression, got None') _CheckExpression(self._expression) self._default_value = default_value - if isinstance(self.default_value, basestring): - self._default_value = _ConvertToUnicode(default_value) - _CheckText(self._default_value, 'default_value') - elif not isinstance(self._default_value, - (int, long, float, datetime.date, datetime.datetime)): - raise TypeError('default_value must be text, numeric or datetime, got %s' - % self._default_value.__class__.__name__) + if self._default_value is not None: + if isinstance(self.default_value, basestring): + self._default_value = _ConvertToUnicode(default_value) + _CheckText(self._default_value, 'default_value') + elif not isinstance(self._default_value, + (int, long, float, datetime.date, datetime.datetime)): + raise TypeError('default_value must be text, numeric or datetime, got ' + '%s' % self._default_value.__class__.__name__) @property def expression(self): @@ -2816,7 +2818,7 @@ class Index(object): The following code fragment shows how to use a results cursor cursor = results.cursor - for result in response: + for result in results: # process result results = index.search( diff --git a/python/google/appengine/api/search/search_service_pb.py b/python/google/appengine/api/search/search_service_pb.py index 42189b5f..749f8aab 100644 --- a/python/google/appengine/api/search/search_service_pb.py +++ b/python/google/appengine/api/search/search_service_pb.py @@ -4504,12 +4504,10 @@ class FacetAutoDetectParam(ProtocolBuffer.ProtocolMessage): class FacetRequest(ProtocolBuffer.ProtocolMessage): has_name_ = 0 name_ = "" - has_type_ = 0 has_params_ = 0 params_ = None def __init__(self, contents=None): - self.type_ = ContentType() self.lazy_init_lock_ = thread.allocate_lock() if contents is not None: self.MergeFromString(contents) @@ -4526,14 +4524,6 @@ class FacetRequest(ProtocolBuffer.ProtocolMessage): def has_name(self): return self.has_name_ - def type(self): return self.type_ - - def mutable_type(self): self.has_type_ = 1; return self.type_ - - def clear_type(self):self.has_type_ = 0; self.type_.Clear() - - def has_type(self): return self.has_type_ - def params(self): if self.params_ is None: self.lazy_init_lock_.acquire() @@ -4557,15 +4547,12 @@ class FacetRequest(ProtocolBuffer.ProtocolMessage): def MergeFrom(self, x): assert x is not self if (x.has_name()): self.set_name(x.name()) - if (x.has_type()): self.mutable_type().MergeFrom(x.type()) if (x.has_params()): self.mutable_params().MergeFrom(x.params()) def Equals(self, x): if x is self: return 1 if self.has_name_ != x.has_name_: return 0 if self.has_name_ and self.name_ != x.name_: return 0 - if self.has_type_ != x.has_type_: return 0 - if self.has_type_ and self.type_ != x.type_: return 0 if self.has_params_ != x.has_params_: return 0 if self.has_params_ and self.params_ != x.params_: return 0 return 1 @@ -4576,45 +4563,32 @@ class FacetRequest(ProtocolBuffer.ProtocolMessage): initialized = 0 if debug_strs is not None: debug_strs.append('Required field: name not set.') - if (not self.has_type_): - initialized = 0 - if debug_strs is not None: - debug_strs.append('Required field: type not set.') - elif not self.type_.IsInitialized(debug_strs): initialized = 0 if (self.has_params_ and not self.params_.IsInitialized(debug_strs)): initialized = 0 return initialized def ByteSize(self): n = 0 n += self.lengthString(len(self.name_)) - n += self.lengthString(self.type_.ByteSize()) if (self.has_params_): n += 1 + self.lengthString(self.params_.ByteSize()) - return n + 2 + return n + 1 def ByteSizePartial(self): n = 0 if (self.has_name_): n += 1 n += self.lengthString(len(self.name_)) - if (self.has_type_): - n += 1 - n += self.lengthString(self.type_.ByteSizePartial()) if (self.has_params_): n += 1 + self.lengthString(self.params_.ByteSizePartial()) return n def Clear(self): self.clear_name() - self.clear_type() self.clear_params() def OutputUnchecked(self, out): out.putVarInt32(10) out.putPrefixedString(self.name_) - out.putVarInt32(18) - out.putVarInt32(self.type_.ByteSize()) - self.type_.OutputUnchecked(out) if (self.has_params_): - out.putVarInt32(26) + out.putVarInt32(18) out.putVarInt32(self.params_.ByteSize()) self.params_.OutputUnchecked(out) @@ -4622,12 +4596,8 @@ class FacetRequest(ProtocolBuffer.ProtocolMessage): if (self.has_name_): out.putVarInt32(10) out.putPrefixedString(self.name_) - if (self.has_type_): - out.putVarInt32(18) - out.putVarInt32(self.type_.ByteSizePartial()) - self.type_.OutputPartial(out) if (self.has_params_): - out.putVarInt32(26) + out.putVarInt32(18) out.putVarInt32(self.params_.ByteSizePartial()) self.params_.OutputPartial(out) @@ -4641,12 +4611,6 @@ class FacetRequest(ProtocolBuffer.ProtocolMessage): length = d.getVarInt32() tmp = ProtocolBuffer.Decoder(d.buffer(), d.pos(), d.pos() + length) d.skip(length) - self.mutable_type().TryMerge(tmp) - continue - if tt == 26: - length = d.getVarInt32() - tmp = ProtocolBuffer.Decoder(d.buffer(), d.pos(), d.pos() + length) - d.skip(length) self.mutable_params().TryMerge(tmp) continue @@ -4658,10 +4622,6 @@ class FacetRequest(ProtocolBuffer.ProtocolMessage): def __str__(self, prefix="", printElemNumber=0): res="" if self.has_name_: res+=prefix+("name: %s\n" % self.DebugFormatString(self.name_)) - if self.has_type_: - res+=prefix+"type <\n" - res+=self.type_.__str__(prefix + " ", printElemNumber) - res+=prefix+">\n" if self.has_params_: res+=prefix+"params <\n" res+=self.params_.__str__(prefix + " ", printElemNumber) @@ -4673,22 +4633,19 @@ class FacetRequest(ProtocolBuffer.ProtocolMessage): return tuple([sparse.get(i, default) for i in xrange(0, 1+maxtag)]) kname = 1 - ktype = 2 - kparams = 3 + kparams = 2 _TEXT = _BuildTagLookupTable({ 0: "ErrorCode", 1: "name", - 2: "type", - 3: "params", - }, 3) + 2: "params", + }, 2) _TYPES = _BuildTagLookupTable({ 0: ProtocolBuffer.Encoder.NUMERIC, 1: ProtocolBuffer.Encoder.STRING, 2: ProtocolBuffer.Encoder.STRING, - 3: ProtocolBuffer.Encoder.STRING, - }, 3, ProtocolBuffer.Encoder.MAX_TYPE) + }, 2, ProtocolBuffer.Encoder.MAX_TYPE) _STYLE = """""" @@ -4826,14 +4783,12 @@ class FacetRefinement_Range(ProtocolBuffer.ProtocolMessage): class FacetRefinement(ProtocolBuffer.ProtocolMessage): has_name_ = 0 name_ = "" - has_type_ = 0 has_value_ = 0 value_ = "" has_range_ = 0 range_ = None def __init__(self, contents=None): - self.type_ = ContentType() self.lazy_init_lock_ = thread.allocate_lock() if contents is not None: self.MergeFromString(contents) @@ -4850,14 +4805,6 @@ class FacetRefinement(ProtocolBuffer.ProtocolMessage): def has_name(self): return self.has_name_ - def type(self): return self.type_ - - def mutable_type(self): self.has_type_ = 1; return self.type_ - - def clear_type(self):self.has_type_ = 0; self.type_.Clear() - - def has_type(self): return self.has_type_ - def value(self): return self.value_ def set_value(self, x): @@ -4894,7 +4841,6 @@ class FacetRefinement(ProtocolBuffer.ProtocolMessage): def MergeFrom(self, x): assert x is not self if (x.has_name()): self.set_name(x.name()) - if (x.has_type()): self.mutable_type().MergeFrom(x.type()) if (x.has_value()): self.set_value(x.value()) if (x.has_range()): self.mutable_range().MergeFrom(x.range()) @@ -4902,8 +4848,6 @@ class FacetRefinement(ProtocolBuffer.ProtocolMessage): if x is self: return 1 if self.has_name_ != x.has_name_: return 0 if self.has_name_ and self.name_ != x.name_: return 0 - if self.has_type_ != x.has_type_: return 0 - if self.has_type_ and self.type_ != x.type_: return 0 if self.has_value_ != x.has_value_: return 0 if self.has_value_ and self.value_ != x.value_: return 0 if self.has_range_ != x.has_range_: return 0 @@ -4916,51 +4860,38 @@ class FacetRefinement(ProtocolBuffer.ProtocolMessage): initialized = 0 if debug_strs is not None: debug_strs.append('Required field: name not set.') - if (not self.has_type_): - initialized = 0 - if debug_strs is not None: - debug_strs.append('Required field: type not set.') - elif not self.type_.IsInitialized(debug_strs): initialized = 0 if (self.has_range_ and not self.range_.IsInitialized(debug_strs)): initialized = 0 return initialized def ByteSize(self): n = 0 n += self.lengthString(len(self.name_)) - n += self.lengthString(self.type_.ByteSize()) if (self.has_value_): n += 1 + self.lengthString(len(self.value_)) if (self.has_range_): n += 1 + self.lengthString(self.range_.ByteSize()) - return n + 2 + return n + 1 def ByteSizePartial(self): n = 0 if (self.has_name_): n += 1 n += self.lengthString(len(self.name_)) - if (self.has_type_): - n += 1 - n += self.lengthString(self.type_.ByteSizePartial()) if (self.has_value_): n += 1 + self.lengthString(len(self.value_)) if (self.has_range_): n += 1 + self.lengthString(self.range_.ByteSizePartial()) return n def Clear(self): self.clear_name() - self.clear_type() self.clear_value() self.clear_range() def OutputUnchecked(self, out): out.putVarInt32(10) out.putPrefixedString(self.name_) - out.putVarInt32(18) - out.putVarInt32(self.type_.ByteSize()) - self.type_.OutputUnchecked(out) if (self.has_value_): - out.putVarInt32(26) + out.putVarInt32(18) out.putPrefixedString(self.value_) if (self.has_range_): - out.putVarInt32(34) + out.putVarInt32(26) out.putVarInt32(self.range_.ByteSize()) self.range_.OutputUnchecked(out) @@ -4968,15 +4899,11 @@ class FacetRefinement(ProtocolBuffer.ProtocolMessage): if (self.has_name_): out.putVarInt32(10) out.putPrefixedString(self.name_) - if (self.has_type_): - out.putVarInt32(18) - out.putVarInt32(self.type_.ByteSizePartial()) - self.type_.OutputPartial(out) if (self.has_value_): - out.putVarInt32(26) + out.putVarInt32(18) out.putPrefixedString(self.value_) if (self.has_range_): - out.putVarInt32(34) + out.putVarInt32(26) out.putVarInt32(self.range_.ByteSizePartial()) self.range_.OutputPartial(out) @@ -4987,15 +4914,9 @@ class FacetRefinement(ProtocolBuffer.ProtocolMessage): self.set_name(d.getPrefixedString()) continue if tt == 18: - length = d.getVarInt32() - tmp = ProtocolBuffer.Decoder(d.buffer(), d.pos(), d.pos() + length) - d.skip(length) - self.mutable_type().TryMerge(tmp) - continue - if tt == 26: self.set_value(d.getPrefixedString()) continue - if tt == 34: + if tt == 26: length = d.getVarInt32() tmp = ProtocolBuffer.Decoder(d.buffer(), d.pos(), d.pos() + length) d.skip(length) @@ -5010,10 +4931,6 @@ class FacetRefinement(ProtocolBuffer.ProtocolMessage): def __str__(self, prefix="", printElemNumber=0): res="" if self.has_name_: res+=prefix+("name: %s\n" % self.DebugFormatString(self.name_)) - if self.has_type_: - res+=prefix+"type <\n" - res+=self.type_.__str__(prefix + " ", printElemNumber) - res+=prefix+">\n" if self.has_value_: res+=prefix+("value: %s\n" % self.DebugFormatString(self.value_)) if self.has_range_: res+=prefix+"range <\n" @@ -5026,25 +4943,22 @@ class FacetRefinement(ProtocolBuffer.ProtocolMessage): return tuple([sparse.get(i, default) for i in xrange(0, 1+maxtag)]) kname = 1 - ktype = 2 - kvalue = 3 - krange = 4 + kvalue = 2 + krange = 3 _TEXT = _BuildTagLookupTable({ 0: "ErrorCode", 1: "name", - 2: "type", - 3: "value", - 4: "range", - }, 4) + 2: "value", + 3: "range", + }, 3) _TYPES = _BuildTagLookupTable({ 0: ProtocolBuffer.Encoder.NUMERIC, 1: ProtocolBuffer.Encoder.STRING, 2: ProtocolBuffer.Encoder.STRING, 3: ProtocolBuffer.Encoder.STRING, - 4: ProtocolBuffer.Encoder.STRING, - }, 4, ProtocolBuffer.Encoder.MAX_TYPE) + }, 3, ProtocolBuffer.Encoder.MAX_TYPE) _STYLE = """""" @@ -6157,10 +6071,8 @@ class FacetResultValue(ProtocolBuffer.ProtocolMessage): class FacetResult(ProtocolBuffer.ProtocolMessage): has_name_ = 0 name_ = "" - has_type_ = 0 def __init__(self, contents=None): - self.type_ = ContentType() self.value_ = [] if contents is not None: self.MergeFromString(contents) @@ -6177,14 +6089,6 @@ class FacetResult(ProtocolBuffer.ProtocolMessage): def has_name(self): return self.has_name_ - def type(self): return self.type_ - - def mutable_type(self): self.has_type_ = 1; return self.type_ - - def clear_type(self):self.has_type_ = 0; self.type_.Clear() - - def has_type(self): return self.has_type_ - def value_size(self): return len(self.value_) def value_list(self): return self.value_ @@ -6205,15 +6109,12 @@ class FacetResult(ProtocolBuffer.ProtocolMessage): def MergeFrom(self, x): assert x is not self if (x.has_name()): self.set_name(x.name()) - if (x.has_type()): self.mutable_type().MergeFrom(x.type()) for i in xrange(x.value_size()): self.add_value().CopyFrom(x.value(i)) def Equals(self, x): if x is self: return 1 if self.has_name_ != x.has_name_: return 0 if self.has_name_ and self.name_ != x.name_: return 0 - if self.has_type_ != x.has_type_: return 0 - if self.has_type_ and self.type_ != x.type_: return 0 if len(self.value_) != len(x.value_): return 0 for e1, e2 in zip(self.value_, x.value_): if e1 != e2: return 0 @@ -6225,11 +6126,6 @@ class FacetResult(ProtocolBuffer.ProtocolMessage): initialized = 0 if debug_strs is not None: debug_strs.append('Required field: name not set.') - if (not self.has_type_): - initialized = 0 - if debug_strs is not None: - debug_strs.append('Required field: type not set.') - elif not self.type_.IsInitialized(debug_strs): initialized = 0 for p in self.value_: if not p.IsInitialized(debug_strs): initialized=0 return initialized @@ -6237,36 +6133,28 @@ class FacetResult(ProtocolBuffer.ProtocolMessage): def ByteSize(self): n = 0 n += self.lengthString(len(self.name_)) - n += self.lengthString(self.type_.ByteSize()) n += 1 * len(self.value_) for i in xrange(len(self.value_)): n += self.lengthString(self.value_[i].ByteSize()) - return n + 2 + return n + 1 def ByteSizePartial(self): n = 0 if (self.has_name_): n += 1 n += self.lengthString(len(self.name_)) - if (self.has_type_): - n += 1 - n += self.lengthString(self.type_.ByteSizePartial()) n += 1 * len(self.value_) for i in xrange(len(self.value_)): n += self.lengthString(self.value_[i].ByteSizePartial()) return n def Clear(self): self.clear_name() - self.clear_type() self.clear_value() def OutputUnchecked(self, out): out.putVarInt32(10) out.putPrefixedString(self.name_) - out.putVarInt32(18) - out.putVarInt32(self.type_.ByteSize()) - self.type_.OutputUnchecked(out) for i in xrange(len(self.value_)): - out.putVarInt32(26) + out.putVarInt32(18) out.putVarInt32(self.value_[i].ByteSize()) self.value_[i].OutputUnchecked(out) @@ -6274,12 +6162,8 @@ class FacetResult(ProtocolBuffer.ProtocolMessage): if (self.has_name_): out.putVarInt32(10) out.putPrefixedString(self.name_) - if (self.has_type_): - out.putVarInt32(18) - out.putVarInt32(self.type_.ByteSizePartial()) - self.type_.OutputPartial(out) for i in xrange(len(self.value_)): - out.putVarInt32(26) + out.putVarInt32(18) out.putVarInt32(self.value_[i].ByteSizePartial()) self.value_[i].OutputPartial(out) @@ -6293,12 +6177,6 @@ class FacetResult(ProtocolBuffer.ProtocolMessage): length = d.getVarInt32() tmp = ProtocolBuffer.Decoder(d.buffer(), d.pos(), d.pos() + length) d.skip(length) - self.mutable_type().TryMerge(tmp) - continue - if tt == 26: - length = d.getVarInt32() - tmp = ProtocolBuffer.Decoder(d.buffer(), d.pos(), d.pos() + length) - d.skip(length) self.add_value().TryMerge(tmp) continue @@ -6310,10 +6188,6 @@ class FacetResult(ProtocolBuffer.ProtocolMessage): def __str__(self, prefix="", printElemNumber=0): res="" if self.has_name_: res+=prefix+("name: %s\n" % self.DebugFormatString(self.name_)) - if self.has_type_: - res+=prefix+"type <\n" - res+=self.type_.__str__(prefix + " ", printElemNumber) - res+=prefix+">\n" cnt=0 for e in self.value_: elm="" @@ -6329,22 +6203,19 @@ class FacetResult(ProtocolBuffer.ProtocolMessage): return tuple([sparse.get(i, default) for i in xrange(0, 1+maxtag)]) kname = 1 - ktype = 2 - kvalue = 3 + kvalue = 2 _TEXT = _BuildTagLookupTable({ 0: "ErrorCode", 1: "name", - 2: "type", - 3: "value", - }, 3) + 2: "value", + }, 2) _TYPES = _BuildTagLookupTable({ 0: ProtocolBuffer.Encoder.NUMERIC, 1: ProtocolBuffer.Encoder.STRING, 2: ProtocolBuffer.Encoder.STRING, - 3: ProtocolBuffer.Encoder.STRING, - }, 3, ProtocolBuffer.Encoder.MAX_TYPE) + }, 2, ProtocolBuffer.Encoder.MAX_TYPE) _STYLE = """""" diff --git a/python/google/appengine/api/search/simple_search_stub.py b/python/google/appengine/api/search/simple_search_stub.py index a62629da..ad0a0a6b 100644 --- a/python/google/appengine/api/search/simple_search_stub.py +++ b/python/google/appengine/api/search/simple_search_stub.py @@ -658,7 +658,9 @@ class SearchServiceStub(apiproxy_stub.APIProxyStub): def _UnknownIndex(self, status, index_spec): status.set_code(search_service_pb.SearchServiceError.OK) - status.set_error_detail('no index for %r' % index_spec) + status.set_error_detail( + "Index '%s' in namespace '%s' does not exist" % + (index_spec.name(), index_spec.namespace())) def _GetNamespace(self, namespace): """Get namespace name. @@ -678,12 +680,9 @@ class SearchServiceStub(apiproxy_stub.APIProxyStub): namespace = self._GetNamespace(index_spec.namespace()) index = self.__indexes.setdefault(namespace, {}).get(index_spec.name()) - if index is None: - if create: - index = SimpleIndex(index_spec) - self.__indexes[namespace][index_spec.name()] = index - else: - return None + if index is None and create: + index = SimpleIndex(index_spec) + self.__indexes[namespace][index_spec.name()] = index return index def _Dynamic_IndexDocument(self, request, response): @@ -816,9 +815,10 @@ class SearchServiceStub(apiproxy_stub.APIProxyStub): response: An search_service_pb.ListDocumentsResponse. """ params = request.params() - index = self._GetIndex(params.index_spec(), create=True) + index = self._GetIndex(params.index_spec()) if index is None: - self._UnknownIndex(response.mutable_status(), params.index_spec()) + response.mutable_status().set_code( + search_service_pb.SearchServiceError.OK) return num_docs = 0 @@ -962,7 +962,6 @@ class SearchServiceStub(apiproxy_stub.APIProxyStub): self._RandomSearchResponse(request, response) return - index = None index = self._GetIndex(request.params().index_spec()) if index is None: self._UnknownIndex(response.mutable_status(), diff --git a/python/google/appengine/api/user_service_pb.py b/python/google/appengine/api/user_service_pb.py index 66f2ef25..a2b60327 100644 --- a/python/google/appengine/api/user_service_pb.py +++ b/python/google/appengine/api/user_service_pb.py @@ -622,6 +622,8 @@ class CreateLogoutURLResponse(ProtocolBuffer.ProtocolMessage): class GetOAuthUserRequest(ProtocolBuffer.ProtocolMessage): has_scope_ = 0 scope_ = "" + has_request_writer_permission_ = 0 + request_writer_permission_ = 0 def __init__(self, contents=None): self.scopes_ = [] @@ -655,11 +657,25 @@ class GetOAuthUserRequest(ProtocolBuffer.ProtocolMessage): def clear_scopes(self): self.scopes_ = [] + def request_writer_permission(self): return self.request_writer_permission_ + + def set_request_writer_permission(self, x): + self.has_request_writer_permission_ = 1 + self.request_writer_permission_ = x + + def clear_request_writer_permission(self): + if self.has_request_writer_permission_: + self.has_request_writer_permission_ = 0 + self.request_writer_permission_ = 0 + + def has_request_writer_permission(self): return self.has_request_writer_permission_ + def MergeFrom(self, x): assert x is not self if (x.has_scope()): self.set_scope(x.scope()) for i in xrange(x.scopes_size()): self.add_scopes(x.scopes(i)) + if (x.has_request_writer_permission()): self.set_request_writer_permission(x.request_writer_permission()) def Equals(self, x): if x is self: return 1 @@ -668,6 +684,8 @@ class GetOAuthUserRequest(ProtocolBuffer.ProtocolMessage): if len(self.scopes_) != len(x.scopes_): return 0 for e1, e2 in zip(self.scopes_, x.scopes_): if e1 != e2: return 0 + if self.has_request_writer_permission_ != x.has_request_writer_permission_: return 0 + if self.has_request_writer_permission_ and self.request_writer_permission_ != x.request_writer_permission_: return 0 return 1 def IsInitialized(self, debug_strs=None): @@ -679,6 +697,7 @@ class GetOAuthUserRequest(ProtocolBuffer.ProtocolMessage): if (self.has_scope_): n += 1 + self.lengthString(len(self.scope_)) n += 1 * len(self.scopes_) for i in xrange(len(self.scopes_)): n += self.lengthString(len(self.scopes_[i])) + if (self.has_request_writer_permission_): n += 2 return n def ByteSizePartial(self): @@ -686,11 +705,13 @@ class GetOAuthUserRequest(ProtocolBuffer.ProtocolMessage): if (self.has_scope_): n += 1 + self.lengthString(len(self.scope_)) n += 1 * len(self.scopes_) for i in xrange(len(self.scopes_)): n += self.lengthString(len(self.scopes_[i])) + if (self.has_request_writer_permission_): n += 2 return n def Clear(self): self.clear_scope() self.clear_scopes() + self.clear_request_writer_permission() def OutputUnchecked(self, out): if (self.has_scope_): @@ -699,6 +720,9 @@ class GetOAuthUserRequest(ProtocolBuffer.ProtocolMessage): for i in xrange(len(self.scopes_)): out.putVarInt32(18) out.putPrefixedString(self.scopes_[i]) + if (self.has_request_writer_permission_): + out.putVarInt32(24) + out.putBoolean(self.request_writer_permission_) def OutputPartial(self, out): if (self.has_scope_): @@ -707,6 +731,9 @@ class GetOAuthUserRequest(ProtocolBuffer.ProtocolMessage): for i in xrange(len(self.scopes_)): out.putVarInt32(18) out.putPrefixedString(self.scopes_[i]) + if (self.has_request_writer_permission_): + out.putVarInt32(24) + out.putBoolean(self.request_writer_permission_) def TryMerge(self, d): while d.avail() > 0: @@ -717,6 +744,9 @@ class GetOAuthUserRequest(ProtocolBuffer.ProtocolMessage): if tt == 18: self.add_scopes(d.getPrefixedString()) continue + if tt == 24: + self.set_request_writer_permission(d.getBoolean()) + continue if (tt == 0): raise ProtocolBuffer.ProtocolBufferDecodeError @@ -732,6 +762,7 @@ class GetOAuthUserRequest(ProtocolBuffer.ProtocolMessage): if printElemNumber: elm="(%d)" % cnt res+=prefix+("scopes%s: %s\n" % (elm, self.DebugFormatString(e))) cnt+=1 + if self.has_request_writer_permission_: res+=prefix+("request_writer_permission: %s\n" % self.DebugFormatBool(self.request_writer_permission_)) return res @@ -740,18 +771,21 @@ class GetOAuthUserRequest(ProtocolBuffer.ProtocolMessage): kscope = 1 kscopes = 2 + krequest_writer_permission = 3 _TEXT = _BuildTagLookupTable({ 0: "ErrorCode", 1: "scope", 2: "scopes", - }, 2) + 3: "request_writer_permission", + }, 3) _TYPES = _BuildTagLookupTable({ 0: ProtocolBuffer.Encoder.NUMERIC, 1: ProtocolBuffer.Encoder.STRING, 2: ProtocolBuffer.Encoder.STRING, - }, 2, ProtocolBuffer.Encoder.MAX_TYPE) + 3: ProtocolBuffer.Encoder.NUMERIC, + }, 3, ProtocolBuffer.Encoder.MAX_TYPE) _STYLE = """""" @@ -770,6 +804,8 @@ class GetOAuthUserResponse(ProtocolBuffer.ProtocolMessage): is_admin_ = 0 has_client_id_ = 0 client_id_ = "" + has_is_project_writer_ = 0 + is_project_writer_ = 0 def __init__(self, contents=None): self.scopes_ = [] @@ -868,6 +904,19 @@ class GetOAuthUserResponse(ProtocolBuffer.ProtocolMessage): def clear_scopes(self): self.scopes_ = [] + def is_project_writer(self): return self.is_project_writer_ + + def set_is_project_writer(self, x): + self.has_is_project_writer_ = 1 + self.is_project_writer_ = x + + def clear_is_project_writer(self): + if self.has_is_project_writer_: + self.has_is_project_writer_ = 0 + self.is_project_writer_ = 0 + + def has_is_project_writer(self): return self.has_is_project_writer_ + def MergeFrom(self, x): assert x is not self @@ -878,6 +927,7 @@ class GetOAuthUserResponse(ProtocolBuffer.ProtocolMessage): if (x.has_is_admin()): self.set_is_admin(x.is_admin()) if (x.has_client_id()): self.set_client_id(x.client_id()) for i in xrange(x.scopes_size()): self.add_scopes(x.scopes(i)) + if (x.has_is_project_writer()): self.set_is_project_writer(x.is_project_writer()) def Equals(self, x): if x is self: return 1 @@ -896,6 +946,8 @@ class GetOAuthUserResponse(ProtocolBuffer.ProtocolMessage): if len(self.scopes_) != len(x.scopes_): return 0 for e1, e2 in zip(self.scopes_, x.scopes_): if e1 != e2: return 0 + if self.has_is_project_writer_ != x.has_is_project_writer_: return 0 + if self.has_is_project_writer_ and self.is_project_writer_ != x.is_project_writer_: return 0 return 1 def IsInitialized(self, debug_strs=None): @@ -924,6 +976,7 @@ class GetOAuthUserResponse(ProtocolBuffer.ProtocolMessage): if (self.has_client_id_): n += 1 + self.lengthString(len(self.client_id_)) n += 1 * len(self.scopes_) for i in xrange(len(self.scopes_)): n += self.lengthString(len(self.scopes_[i])) + if (self.has_is_project_writer_): n += 2 return n + 3 def ByteSizePartial(self): @@ -942,6 +995,7 @@ class GetOAuthUserResponse(ProtocolBuffer.ProtocolMessage): if (self.has_client_id_): n += 1 + self.lengthString(len(self.client_id_)) n += 1 * len(self.scopes_) for i in xrange(len(self.scopes_)): n += self.lengthString(len(self.scopes_[i])) + if (self.has_is_project_writer_): n += 2 return n def Clear(self): @@ -952,6 +1006,7 @@ class GetOAuthUserResponse(ProtocolBuffer.ProtocolMessage): self.clear_is_admin() self.clear_client_id() self.clear_scopes() + self.clear_is_project_writer() def OutputUnchecked(self, out): out.putVarInt32(10) @@ -972,6 +1027,9 @@ class GetOAuthUserResponse(ProtocolBuffer.ProtocolMessage): for i in xrange(len(self.scopes_)): out.putVarInt32(58) out.putPrefixedString(self.scopes_[i]) + if (self.has_is_project_writer_): + out.putVarInt32(64) + out.putBoolean(self.is_project_writer_) def OutputPartial(self, out): if (self.has_email_): @@ -995,6 +1053,9 @@ class GetOAuthUserResponse(ProtocolBuffer.ProtocolMessage): for i in xrange(len(self.scopes_)): out.putVarInt32(58) out.putPrefixedString(self.scopes_[i]) + if (self.has_is_project_writer_): + out.putVarInt32(64) + out.putBoolean(self.is_project_writer_) def TryMerge(self, d): while d.avail() > 0: @@ -1020,6 +1081,9 @@ class GetOAuthUserResponse(ProtocolBuffer.ProtocolMessage): if tt == 58: self.add_scopes(d.getPrefixedString()) continue + if tt == 64: + self.set_is_project_writer(d.getBoolean()) + continue if (tt == 0): raise ProtocolBuffer.ProtocolBufferDecodeError @@ -1040,6 +1104,7 @@ class GetOAuthUserResponse(ProtocolBuffer.ProtocolMessage): if printElemNumber: elm="(%d)" % cnt res+=prefix+("scopes%s: %s\n" % (elm, self.DebugFormatString(e))) cnt+=1 + if self.has_is_project_writer_: res+=prefix+("is_project_writer: %s\n" % self.DebugFormatBool(self.is_project_writer_)) return res @@ -1053,6 +1118,7 @@ class GetOAuthUserResponse(ProtocolBuffer.ProtocolMessage): kis_admin = 5 kclient_id = 6 kscopes = 7 + kis_project_writer = 8 _TEXT = _BuildTagLookupTable({ 0: "ErrorCode", @@ -1063,7 +1129,8 @@ class GetOAuthUserResponse(ProtocolBuffer.ProtocolMessage): 5: "is_admin", 6: "client_id", 7: "scopes", - }, 7) + 8: "is_project_writer", + }, 8) _TYPES = _BuildTagLookupTable({ 0: ProtocolBuffer.Encoder.NUMERIC, @@ -1074,7 +1141,8 @@ class GetOAuthUserResponse(ProtocolBuffer.ProtocolMessage): 5: ProtocolBuffer.Encoder.NUMERIC, 6: ProtocolBuffer.Encoder.STRING, 7: ProtocolBuffer.Encoder.STRING, - }, 7, ProtocolBuffer.Encoder.MAX_TYPE) + 8: ProtocolBuffer.Encoder.NUMERIC, + }, 8, ProtocolBuffer.Encoder.MAX_TYPE) _STYLE = """""" diff --git a/python/google/appengine/api/user_service_stub.py b/python/google/appengine/api/user_service_stub.py index 177896ae..9213912b 100644 --- a/python/google/appengine/api/user_service_stub.py +++ b/python/google/appengine/api/user_service_stub.py @@ -169,6 +169,8 @@ class UserServiceStub(apiproxy_stub.APIProxyStub): response.set_auth_domain(self.__domain) response.set_is_admin(self.__is_admin) response.set_client_id(self.__client_id) + if request.request_writer_permission(): + response.set_is_project_writer(self.__is_admin) for scope in authorized_scopes: response.add_scopes(scope) diff --git a/python/google/appengine/client/__init__.py b/python/google/appengine/client/__init__.py new file mode 100644 index 00000000..c33ae805 --- /dev/null +++ b/python/google/appengine/client/__init__.py @@ -0,0 +1,16 @@ +#!/usr/bin/env python +# +# Copyright 2007 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# diff --git a/python/google/appengine/client/services/__init__.py b/python/google/appengine/client/services/__init__.py new file mode 100644 index 00000000..c33ae805 --- /dev/null +++ b/python/google/appengine/client/services/__init__.py @@ -0,0 +1,16 @@ +#!/usr/bin/env python +# +# Copyright 2007 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# diff --git a/python/google/appengine/client/services/port_manager.py b/python/google/appengine/client/services/port_manager.py new file mode 100644 index 00000000..e920825e --- /dev/null +++ b/python/google/appengine/client/services/port_manager.py @@ -0,0 +1,139 @@ +#!/usr/bin/env python +# +# Copyright 2007 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +"""A helper file with a helper class for opening ports.""" + +import logging + +from google.appengine.client.services import vme_errors + +# These ports are used by our code or critical system daemons. +RESERVED_HOST_PORTS = [22, # SSH + 5000, # Docker registry + 8080, # HTTP server + 10000, # For unlocking? + 10001, # Nanny stubby proxy endpoint + ] +# We allow users to forward traffic to our HTTP server internally. +RESERVED_DOCKER_PORTS = [22, # SSH + 5000, # Docker registry + 10001, # Nanny stubby proxy endpoint + ] + + +class InconsistentPortConfigurationError(vme_errors.PermanentAppError): + """The port is already in use.""" + pass + + +class IllegalPortConfigurationError(vme_errors.PermanentAppError): + """Raised if the port configuration is illegal.""" + pass + + +def CreatePortManager(forwarded_ports): + """Construct a PortManager object with port forwarding configured. + + Args: + forwarded_ports: A dictionary containing desired mappings from VM host port + to docker container port. + + Returns: + The PortManager instance. + """ + port_manager_obj = PortManager() + ports_list = forwarded_ports if forwarded_ports else [] + logging.debug('setting forwarded ports %s', ports_list) + port_manager_obj.Add(ports_list, 'forwarded') + return port_manager_obj + + +class PortManager(object): + """A helper class for VmManager to deal with port mappings.""" + + def __init__(self): + self.used_host_ports = {} + self.port_mappings = {} + + def Add(self, ports, kind): + """Load port configurations and adds them to an internal dict. + + Args: + ports: A list of strings or a CSV representing port forwarding. + kind: what kind of port configuration this is, only used for error + reporting. + + Raises: + InconsistentPortConfigurationError: If a port is configured to do + two different conflicting things. + IllegalPortConfigurationError: If the port is out of range or + is not a number. + + Returns: + A dictionary with forwarding rules as external_port => local_port. + """ + if isinstance(ports, basestring): + # split a csv + ports = [port.strip() for port in ports.split(',')] + port_translations = {} + for port in ports: + try: + if ':' in port: + host_port, docker_port = (int(p.strip()) for p in port.split(':')) + port_translations[host_port] = docker_port + else: + host_port = int(port) + docker_port = host_port + port_translations[host_port] = host_port + if (host_port in self.used_host_ports and + self.used_host_ports[host_port] != docker_port): + raise InconsistentPortConfigurationError( + 'Configuration conflict, port %d configured to forward ' + 'differently.' % host_port) + self.used_host_ports[host_port] = docker_port + if (host_port < 1 or host_port > 65535 or + docker_port < 1 or docker_port > 65535): + raise IllegalPortConfigurationError( + 'Failed to load %s port configuration: invalid port %s' + % (kind, port)) + if docker_port < 1024: + raise IllegalPortConfigurationError( + 'Cannot listen on port %d as it is priviliged, use a forwarding ' + 'port.' % docker_port) + if docker_port in RESERVED_DOCKER_PORTS: + raise IllegalPortConfigurationError( + 'Cannot use port %d as it is reserved on the VM.' + % docker_port) + if host_port in RESERVED_HOST_PORTS: + raise IllegalPortConfigurationError( + 'Cannot use port %d as it is reserved on the VM.' + % host_port) + except ValueError as e: + logging.exception('Bad port description') + raise IllegalPortConfigurationError( + 'Failed to load %s port configuration: "%s" error: "%s"' + % (kind, port, e)) + # At this point we know they are not destructive. + self.port_mappings.update(port_translations) + return port_translations + + def GetAllMappedPorts(self): + """Returns all mapped ports. + + Returns: + A dict of port mappings {host: docker} + """ + return self.port_mappings diff --git a/python/google/appengine/client/services/vme_errors.py b/python/google/appengine/client/services/vme_errors.py new file mode 100644 index 00000000..7193551d --- /dev/null +++ b/python/google/appengine/client/services/vme_errors.py @@ -0,0 +1,223 @@ +#!/usr/bin/env python +# +# Copyright 2007 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +"""Exceptions related to Managed VM deployments.""" + +import logging + + +class Error(Exception): + """Base error class for google.appengine.client.services.""" + pass + + +class PermanentAppError(Error): + """Base class for app config related errors we are unable to recover from. + + Handlers should catch this type of errors since retrying is of no use. + """ + + def __init__(self, end_user_message, internal_message=None): + """Constructor. + + Args: + end_user_message: The message to forward to appcfg so it can be + displayed to the end user. + internal_message: (optional) Error message to log as error. + """ + # Use the base Exception class message field to store the end_user_message. + super(PermanentAppError, self).__init__(end_user_message) + self.internal_message = internal_message + + def LogError(self): + logging.debug('End user message: %s', self.message) + if self.internal_message: + logging.error(self.internal_message) + + +# TODO: Some of these exceptions specify meaningful error messages, while +# others rely on the caller to do so. We should be consistent about this. + +# TODO: Some exceptions here are specific to particular modules, +# while some are generic and applicable across modules. On one hand, if +# module-specific Exceptions were defined in their respective modules, there is +# no risk of misapplying them in improper places. On the other hand, keeping +# all errors in one file is convenient, and allows us to avoid having to disable +# catching-non-exception lint errors (caused because pylint doesn't trace the +# inheritance across files). + + +class TransientError(Error): + """Base class for transient errors that should lead to a retry of the task.""" + + +class GlobalConfigLoadError(TransientError): + """Thrown if there was an error when loading the GlobalConfig for the app.""" + + +class RobotSetupError(PermanentAppError): + """Thrown if there was an error with the robot setup.""" + + +class InvalidBucketConfigurationError(PermanentAppError): + """Thrown if there is no GCS bucket configured in AdminConfig.""" + + def __init__(self): + # TODO: Improve this with doc links / next steps the user can take. + PermanentAppError.__init__( + self, + 'Severe: This app has no associated Google Cloud Storage bucket.', + 'Configuration error: Neither admin_config.vm_config_bigstore_bucket' + 'nor admin_config.default_bigstore_bucket is set. Deployment aborted.') + + +class InvalidScopeConfigurationError(PermanentAppError): + """Thrown if there are incompatible storage scopes in vm_settings.""" + + def __init__(self): + PermanentAppError.__init__( + self, + 'Severe: Invalid storage scope configuration. ' + 'Only one of devstorage.read_only, devstorage.read_write, ' + 'devstorage.full_control can be used at a time.') + + +class InvalidRootSetupCommandError(PermanentAppError): + """Thrown if the root_setup_command format is invalid.""" + + def __init__(self): + PermanentAppError.__init__( + self, + 'Severe: Invalid root_setup_command format string.' + 'Invalid root_setup_command format string.') + + +class StaleGlobalConfigError(TransientError): + """Thrown if the GlobalConfig is older than the requester's.""" + + def __init__(self, msg): + TransientError.__init__(self, msg) + + +class AppLockError(PermanentAppError): + """Thrown if there was an error with the AppLock.""" + + def __init__(self): + PermanentAppError.__init__( + self, + 'An internal error occurred. Please retry.', + 'Unable to load the AppLock using the provided applock_key.') + + +class UnknownAppIdError(PermanentAppError): + """Thrown if the provided app id does not exist.""" + + +class UnknownVersionIdError(PermanentAppError): + """Thrown if the provided version id does not exist.""" + + +class AdminConfigLoadError(TransientError): + """Thrown if there was an error when loading the AdminConfig of the app.""" + + +class AppInfoLoadError(TransientError): + """Thrown if there was an error when loading the AppInfo for the app.""" + + +class GcsWriteError(TransientError): + """Thrown if there was an error when writing to cloud storage.""" + + +class InvalidLockdownzResponseError(TransientError): + """Thrown if a lockdownz request to the agent returns an invalid response.""" + + +class InvalidEnvVariableError(PermanentAppError): + """Thrown if an environment variable name or value cannot be supported.""" + + +class MachineTypeInfoNotFoundError(PermanentAppError): + """Thrown when the MachineTypeInfo is not found.""" + + +class MachineTypeInfoLoadError(TransientError): + """Thrown when the MachineTypeInfo can't be loaded.""" + + +class InvalidImageError(PermanentAppError): + """Thrown if the user requested image can not be found.""" + + +class InvalidVmSettingsError(PermanentAppError): + """Thrown if the VM settings dictionary contains an invalid key or Value.""" + + +class InvalidDiskSizeConfiguration(InvalidVmSettingsError): + """Thrown if the user requsted an invalid disk size.""" + + +class GoManifestError(PermanentAppError): + """Thrown if there is a problem with the Go manifest.""" + + +class ReplicaPoolTimeoutError(TransientError): + """Thrown if there was a timeout with a ReplicaPool operation.""" + + +class MigrateDuplicateZoneError(PermanentAppError): + """Thrown if attempted to migrating a replica pool to its existing zone.""" + + +class ReplicaPoolTransientError(TransientError): + """Thrown if there was an 5xx HttpError from the ReplicaPool service.""" + + +class InvalidInstanceError(PermanentAppError): + """Thrown by (un)lock method, if deployment or instance could not be found.""" + + +class LockOperationError(PermanentAppError): + """Thrown by (un)lock method, in case of a downstream failure.""" + + +class OperationAborted(PermanentAppError): + """Thrown if operation was aborted (AppLock was revoked). Used internally.""" + + +# Errors thrown by api utility classes +class OperationDidNotCompleteError(TransientError): + """Thrown if an operation did not go to DONE status in time.""" + pass + + +class OperationFailedError(PermanentAppError): + """Thrown if an operation threw an error.""" + + def __init__(self, message, errors): + super(OperationFailedError, self).__init__( + message, internal_message='Operation errors: %s' % str(errors)) + self.errors = errors + + +class ResourceAlreadyExistsError(PermanentAppError): + """Thrown if the resource being inserted already exists.""" + pass + + +class ResourceDoesNotExistError(PermanentAppError): + """Thrown if the resource being updated/deleted doesn't exist.""" + pass diff --git a/python/google/appengine/datastore/datastore_index.py b/python/google/appengine/datastore/datastore_index.py index 43ae0ff9..fbfd8d8f 100644 --- a/python/google/appengine/datastore/datastore_index.py +++ b/python/google/appengine/datastore/datastore_index.py @@ -46,6 +46,11 @@ indexes: direction: asc - name: owner direction: asc + +- kind: Mountain + properties: + - name: location + mode: geospatial """ @@ -56,15 +61,21 @@ indexes: + +import google +import yaml + +import copy import itertools +from google.appengine.datastore import entity_pb + from google.appengine.api import appinfo from google.appengine.api import datastore_types from google.appengine.api import validation from google.appengine.api import yaml_errors from google.appengine.api import yaml_object from google.appengine.datastore import datastore_pb -from google.appengine.datastore import entity_pb class Property(validation.Validated): @@ -76,6 +87,8 @@ class Property(validation.Validated): Attributes: name: Name of attribute to sort by. direction: Direction of sort. + mode: How the property is indexed. Either 'geospatial' + or None (unspecified). """ ATTRIBUTES = { @@ -83,8 +96,56 @@ class Property(validation.Validated): 'direction': validation.Options(('asc', ('ascending',)), ('desc', ('descending',)), default='asc'), + 'mode': validation.Optional(['geospatial']), } + def __init__(self, **attributes): + + object.__setattr__(self, '_is_set', set([])) + super(Property, self).__init__(**attributes) + + def __setattr__(self, key, value): + self._is_set.add(key) + super(Property, self).__setattr__(key, value) + + def IsAscending(self): + return self.direction != 'desc' + + def CheckInitialized(self): + if 'direction' in self._is_set and self.mode == 'geospatial': + raise validation.ValidationError('Direction on a geospatial-mode ' + 'property is not allowed.') + + +def _PropertyPresenter(dumper, prop): + """A PyYaml presenter for Property. + + It differs from the default by not outputting 'mode: null' and direction when + mode is specified. This is done in order to ensure backwards compatibility. + + Args: + dumper: the Dumper object provided by PyYaml. + prop: the Property object to serialize. + + Returns: + A PyYaml object mapping. + """ + + + prop_copy = copy.copy(prop) + + del prop_copy._is_set + + + if prop.mode is not None: + del prop_copy.direction + else: + del prop_copy.mode + + return dumper.represent_object(prop_copy) + +yaml.add_representer(Property, _PropertyPresenter) + class Index(validation.Validated): """Individual index definition. @@ -181,10 +242,12 @@ def IndexToKey(index): is a tuple of (name, direction) pairs, direction being ASCENDING or DESCENDING (the enums). """ + + props = [] if index.properties is not None: for prop in index.properties: - if prop.direction == 'asc': + if prop.IsAscending(): direction = ASCENDING else: direction = DESCENDING @@ -211,13 +274,6 @@ EXISTS_OPERATORS = set((datastore_pb.Query_Filter.EXISTS, )) -_DIRECTION_MAP = { - 'asc': entity_pb.Index_Property.ASCENDING, - 'ascending': entity_pb.Index_Property.ASCENDING, - 'desc': entity_pb.Index_Property.DESCENDING, - 'descending': entity_pb.Index_Property.DESCENDING, - } - def Normalize(filters, orders, exists): """ Normalizes filter and order query components. @@ -724,17 +780,19 @@ def IndexYamlForQuery(kind, ancestor, props): Returns: A string with the YAML for the composite index needed by the query. """ - yaml = [] - yaml.append('- kind: %s' % kind) + + + serialized_yaml = [] + serialized_yaml.append('- kind: %s' % kind) if ancestor: - yaml.append(' ancestor: yes') + serialized_yaml.append(' ancestor: yes') if props: - yaml.append(' properties:') + serialized_yaml.append(' properties:') for name, direction in props: - yaml.append(' - name: %s' % name) + serialized_yaml.append(' - name: %s' % name) if direction == DESCENDING: - yaml.append(' direction: desc') - return '\n'.join(yaml) + serialized_yaml.append(' direction: desc') + return '\n'.join(serialized_yaml) def IndexXmlForQuery(kind, ancestor, props): @@ -754,14 +812,16 @@ def IndexXmlForQuery(kind, ancestor, props): Returns: A string with the XML for the composite index needed by the query. """ - xml = [] - xml.append('' - % (kind, 'true' if ancestor else 'false')) + + + serialized_xml = [] + serialized_xml.append('' + % (kind, 'true' if ancestor else 'false')) for name, direction in props: - xml.append(' ' - % (name, 'asc' if direction == ASCENDING else 'desc')) - xml.append('') - return '\n'.join(xml) + serialized_xml.append(' ' + % (name, 'asc' if direction == ASCENDING else 'desc')) + serialized_xml.append('') + return '\n'.join(serialized_xml) def IndexDefinitionToProto(app_id, index_definition): @@ -789,7 +849,13 @@ def IndexDefinitionToProto(app_id, index_definition): for prop in index_definition.properties: prop_proto = definition_proto.add_property() prop_proto.set_name(prop.name) - prop_proto.set_direction(_DIRECTION_MAP[prop.direction]) + + if prop.mode == 'geospatial': + prop_proto.set_mode(entity_pb.Index_Property.GEOSPATIAL) + elif prop.IsAscending(): + prop_proto.set_direction(entity_pb.Index_Property.ASCENDING) + else: + prop_proto.set_direction(entity_pb.Index_Property.DESCENDING) return proto @@ -822,8 +888,14 @@ def ProtoToIndexDefinition(proto): proto_index = proto.definition() for prop_proto in proto_index.property_list(): prop_definition = Property(name=prop_proto.name()) - if prop_proto.direction() == entity_pb.Index_Property.DESCENDING: - prop_definition.direction = 'descending' + + if prop_proto.mode() == entity_pb.Index_Property.GEOSPATIAL: + prop_definition.mode = 'geospatial' + elif prop_proto.direction() == entity_pb.Index_Property.DESCENDING: + prop_definition.direction = 'desc' + elif prop_proto.direction() == entity_pb.Index_Property.ASCENDING: + prop_definition.direction = 'asc' + properties.append(prop_definition) index = Index(kind=proto_index.entity_type(), properties=properties) diff --git a/python/google/appengine/datastore/datastore_query.py b/python/google/appengine/datastore/datastore_query.py index 178e519e..26987010 100644 --- a/python/google/appengine/datastore/datastore_query.py +++ b/python/google/appengine/datastore/datastore_query.py @@ -907,6 +907,10 @@ class _BoundingCircleFilter(_SinglePropertyFilter): self._lat_lng = geo_util.LatLng(latitude, longitude) self._radius_meters = radius_meters + if not radius_meters >= 0: + raise datastore_errors.BadArgumentError( + 'invalid radius: %r' % radius_meters) + @classmethod def _from_v4_pb(cls, bounding_circle_v4_pb): return _BoundingCircleFilter(bounding_circle_v4_pb.property().name(), @@ -920,6 +924,7 @@ class _BoundingCircleFilter(_SinglePropertyFilter): def _apply_to_value(self, value): + if value[0] != entity_pb.PropertyValue.kPointValueGroup: return False @@ -979,6 +984,7 @@ class _BoundingBoxFilter(_SinglePropertyFilter): def _apply_to_value(self, value): + if value[0] != entity_pb.PropertyValue.kPointValueGroup: return False @@ -1924,7 +1930,7 @@ class Query(_BaseQuery): FilterPredicate): raise datastore_errors.BadArgumentError( 'filter_predicate should be datastore_query.FilterPredicate (%r)' % - (ancestor,)) + (filter_predicate,)) if isinstance(order, CompositeOrder): @@ -2241,6 +2247,34 @@ class _AugmentedQuery(_BaseQuery): self._in_memory_filter = in_memory_filter self._in_memory_results = in_memory_results + @property + def app(self): + return self._query._key_filter.app + + @property + def namespace(self): + return self._query._key_filter.namespace + + @property + def kind(self): + return self._query._key_filter.kind + + @property + def ancestor(self): + return self._query._key_filter.ancestor + + @property + def filter_predicate(self): + return self._query._filter_predicate + + @property + def order(self): + return self._query._order + + @property + def group_by(self): + return self._query._group_by + def run_async(self, conn, query_options=None): if not isinstance(conn, datastore_rpc.BaseConnection): raise datastore_errors.BadArgumentError( diff --git a/python/google/appengine/datastore/datastore_stub_util.py b/python/google/appengine/datastore/datastore_stub_util.py index ba264c51..42dcea32 100644 --- a/python/google/appengine/datastore/datastore_stub_util.py +++ b/python/google/appengine/datastore/datastore_stub_util.py @@ -24,6 +24,8 @@ This module is internal and should not be used by client applications. """ +from __future__ import with_statement + @@ -2174,6 +2176,8 @@ class BaseIndexManager(object): return None def CreateIndex(self, index, trusted=False, calling_app=None): + + calling_app = datastore_types.ResolveAppId(calling_app) CheckAppId(trusted, calling_app, index.app_id()) Check(index.id() == 0, 'New index id must be 0.') @@ -2843,6 +2847,32 @@ class EntityGroupPseudoKind(object): datastore_pb.Error.BAD_REQUEST, 'queries not supported on ' + self.name) +class _CachedIndexDefinitions(object): + """Records definitions read from index configuration files for later reuse. + + If the names and modification times of the configuration files are unchanged, + then the index configurations previously parsed out of those files can be + reused. + + Attributes: + file_names: a list of the names of the configuration files. This will have + one element when the configuration is based on an index.yaml but may have + more than one if it is based on datastore-indexes.xml and + datastore-indexes-auto.xml. + last_modifieds: a list of floats that are the modification times of the + files in file_names. + index_protos: a list of entity_pb.CompositeIndex objects corresponding to + the index definitions read from file_names. + """ + + def __init__(self, file_names, last_modifieds, index_protos): + + assert len(file_names) <= 1 + self.file_names = file_names + self.last_modifieds = last_modifieds + self.index_protos = index_protos + + class DatastoreStub(object): """A stub that maps datastore service calls on to a BaseDatastore. @@ -2868,7 +2898,7 @@ class DatastoreStub(object): - self._cached_yaml = (None, None, None) + self._cached_index_definitions = _CachedIndexDefinitions([], [], None) if self._require_indexes or root_path is None: @@ -3175,34 +3205,39 @@ class DatastoreStub(object): if not self._root_path: return - index_yaml_file = os.path.join(self._root_path, 'index.yaml') - if (self._cached_yaml[0] == index_yaml_file and - os.path.exists(index_yaml_file) and - os.path.getmtime(index_yaml_file) == self._cached_yaml[1]): - requested_indexes = self._cached_yaml[2] + file_names = [os.path.join(self._root_path, 'index.yaml')] + file_mtimes = [os.path.getmtime(f) for f in file_names if os.path.exists(f)] + if (self._cached_index_definitions.file_names == file_names and + all(os.path.exists(f) for f in file_names) and + self._cached_index_definitions.last_modifieds == file_mtimes): + requested_indexes = self._cached_index_definitions.index_protos else: - try: - index_yaml_mtime = os.path.getmtime(index_yaml_file) - fh = _open(index_yaml_file, 'r') - except (OSError, IOError): - index_yaml_data = None - else: + file_mtimes = [] + index_texts = [] + for file_name in file_names: try: - index_yaml_data = fh.read() - finally: - fh.close() + file_mtimes.append(os.path.getmtime(file_name)) + with _open(file_name, 'r') as fh: + index_texts.append(fh.read()) + except (OSError, IOError): + pass requested_indexes = [] - if index_yaml_data is not None: + if len(index_texts) == len(file_names): + all_ok = True + for index_text in index_texts: - index_defs = datastore_index.ParseIndexDefinitions(index_yaml_data) - if index_defs is not None and index_defs.indexes is not None: + index_defs = datastore_index.ParseIndexDefinitions(index_text) + if index_defs is None or index_defs.indexes is None: + all_ok = False + else: - requested_indexes = datastore_index.IndexDefinitionsToProtos( - self._app_id, - index_defs.indexes) - self._cached_yaml = (index_yaml_file, index_yaml_mtime, - requested_indexes) + requested_indexes.extend( + datastore_index.IndexDefinitionsToProtos( + self._app_id, index_defs.indexes)) + if all_ok: + self._cached_index_definitions = _CachedIndexDefinitions( + file_names, file_mtimes, requested_indexes) existing_indexes = self._datastore.GetIndexes( @@ -3856,6 +3891,10 @@ class StubServiceConverter(object): if v4_batch.has_end_cursor(): self._query_converter.v4_to_v3_compiled_cursor( v4_batch.end_cursor(), v3_result.mutable_compiled_cursor()) + if v4_batch.has_skipped_cursor(): + self._query_converter.v4_to_v3_compiled_cursor( + v4_batch.skipped_cursor(), + v3_result.mutable_skipped_results_compiled_cursor()) if v4_batch.entity_result_type() == datastore_v4_pb.EntityResult.PROJECTION: @@ -3869,6 +3908,10 @@ class StubServiceConverter(object): for v4_entity in v4_batch.entity_result_list(): v3_entity = v3_result.add_result() self._entity_converter.v4_to_v3_entity(v4_entity.entity(), v3_entity) + if v4_entity.has_cursor(): + cursor = v3_result.add_result_compiled_cursor() + self._query_converter.v4_to_v3_compiled_cursor(v4_entity.cursor(), + cursor) if v4_batch.entity_result_type() != datastore_v4_pb.EntityResult.FULL: @@ -3895,6 +3938,10 @@ class StubServiceConverter(object): v4_batch.set_end_cursor( self._query_converter.v3_to_v4_compiled_cursor( v3_result.compiled_cursor())) + if v3_result.has_skipped_results_compiled_cursor(): + v4_batch.set_skipped_cursor( + self._query_converter.v3_to_v4_compiled_cursor( + v3_result.skipped_results_compiled_cursor())) if v3_result.keys_only(): @@ -3907,10 +3954,15 @@ class StubServiceConverter(object): if v3_result.has_skipped_results(): v4_batch.set_skipped_results(v3_result.skipped_results()) - for v3_entity in v3_result.result_list(): + for v3_entity, v3_cursor in itertools.izip_longest( + v3_result.result_list(), + v3_result.result_compiled_cursor_list()): v4_entity_result = datastore_v4_pb.EntityResult() self._entity_converter.v3_to_v4_entity(v3_entity, v4_entity_result.mutable_entity()) + if v3_cursor is not None: + v4_entity_result.set_cursor( + self._query_converter.v3_to_v4_compiled_cursor(v3_cursor)) v4_batch.entity_result_list().append(v4_entity_result) diff --git a/python/google/appengine/datastore/datastore_v4_pb.py b/python/google/appengine/datastore/datastore_v4_pb.py index ba11407a..57d8e8e0 100644 --- a/python/google/appengine/datastore/datastore_v4_pb.py +++ b/python/google/appengine/datastore/datastore_v4_pb.py @@ -177,7 +177,7 @@ class Error(ProtocolBuffer.ProtocolMessage): _STYLE_CONTENT_TYPE = """""" _PROTO_DESCRIPTOR_NAME = 'apphosting.datastore.v4.Error' _SERIALIZED_DESCRIPTOR = array.array('B') - _SERIALIZED_DESCRIPTOR.fromstring(base64.decodestring("WidhcHBob3N0aW5nL2RhdGFzdG9yZS9kYXRhc3RvcmVfdjQucHJvdG8KHWFwcGhvc3RpbmcuZGF0YXN0b3JlLnY0LkVycm9yc3oJRXJyb3JDb2RliwGSAQtCQURfUkVRVUVTVJgBAYwBiwGSARZDT05DVVJSRU5UX1RSQU5TQUNUSU9OmAECjAGLAZIBDklOVEVSTkFMX0VSUk9SmAEDjAGLAZIBCk5FRURfSU5ERViYAQSMAYsBkgEHVElNRU9VVJgBBYwBiwGSARFQRVJNSVNTSU9OX0RFTklFRJgBBowBiwGSAQ5CSUdUQUJMRV9FUlJPUpgBB4wBiwGSARxDT01NSVRURURfQlVUX1NUSUxMX0FQUExZSU5HmAEIjAGLAZIBE0NBUEFCSUxJVFlfRElTQUJMRUSYAQmMAYsBkgEVVFJZX0FMVEVSTkFURV9CQUNLRU5EmAEKjAGLAZIBEVNBRkVfVElNRV9UT09fT0xEmAELjAF0ugHhNgonYXBwaG9zdGluZy9kYXRhc3RvcmUvZGF0YXN0b3JlX3Y0LnByb3RvEhdhcHBob3N0aW5nLmRhdGFzdG9yZS52NBokYXBwaG9zdGluZy9kYXRhc3RvcmUvZW50aXR5X3Y0LnByb3RvIosCCgVFcnJvciKBAgoJRXJyb3JDb2RlEg8KC0JBRF9SRVFVRVNUEAESGgoWQ09OQ1VSUkVOVF9UUkFOU0FDVElPThACEhIKDklOVEVSTkFMX0VSUk9SEAMSDgoKTkVFRF9JTkRFWBAEEgsKB1RJTUVPVVQQBRIVChFQRVJNSVNTSU9OX0RFTklFRBAGEhIKDkJJR1RBQkxFX0VSUk9SEAcSIAocQ09NTUlUVEVEX0JVVF9TVElMTF9BUFBMWUlORxAIEhcKE0NBUEFCSUxJVFlfRElTQUJMRUQQCRIZChVUUllfQUxURVJOQVRFX0JBQ0tFTkQQChIVChFTQUZFX1RJTUVfVE9PX09MRBALIoYBCgxFbnRpdHlSZXN1bHQSLwoGZW50aXR5GAEgAigLMh8uYXBwaG9zdGluZy5kYXRhc3RvcmUudjQuRW50aXR5Eg8KB3ZlcnNpb24YAiABKAMiNAoKUmVzdWx0VHlwZRIICgRGVUxMEAESDgoKUFJPSkVDVElPThACEgwKCEtFWV9PTkxZEAMi8QIKBVF1ZXJ5Ej8KCnByb2plY3Rpb24YAiADKAsyKy5hcHBob3N0aW5nLmRhdGFzdG9yZS52NC5Qcm9wZXJ0eUV4cHJlc3Npb24SNQoEa2luZBgDIAMoCzInLmFwcGhvc3RpbmcuZGF0YXN0b3JlLnY0LktpbmRFeHByZXNzaW9uEi8KBmZpbHRlchgEIAEoCzIfLmFwcGhvc3RpbmcuZGF0YXN0b3JlLnY0LkZpbHRlchI1CgVvcmRlchgFIAMoCzImLmFwcGhvc3RpbmcuZGF0YXN0b3JlLnY0LlByb3BlcnR5T3JkZXISPAoIZ3JvdXBfYnkYBiADKAsyKi5hcHBob3N0aW5nLmRhdGFzdG9yZS52NC5Qcm9wZXJ0eVJlZmVyZW5jZRIUCgxzdGFydF9jdXJzb3IYByABKAwSEgoKZW5kX2N1cnNvchgIIAEoDBIRCgZvZmZzZXQYCiABKAU6ATASDQoFbGltaXQYCyABKAUiHgoOS2luZEV4cHJlc3Npb24SDAoEbmFtZRgBIAIoCSIhChFQcm9wZXJ0eVJlZmVyZW5jZRIMCgRuYW1lGAIgAigJItMBChJQcm9wZXJ0eUV4cHJlc3Npb24SPAoIcHJvcGVydHkYASACKAsyKi5hcHBob3N0aW5nLmRhdGFzdG9yZS52NC5Qcm9wZXJ0eVJlZmVyZW5jZRJdChRhZ2dyZWdhdGlvbl9mdW5jdGlvbhgCIAEoDjI/LmFwcGhvc3RpbmcuZGF0YXN0b3JlLnY0LlByb3BlcnR5RXhwcmVzc2lvbi5BZ2dyZWdhdGlvbkZ1bmN0aW9uIiAKE0FnZ3JlZ2F0aW9uRnVuY3Rpb24SCQoFRklSU1QQASLJAQoNUHJvcGVydHlPcmRlchI8Cghwcm9wZXJ0eRgBIAIoCzIqLmFwcGhvc3RpbmcuZGF0YXN0b3JlLnY0LlByb3BlcnR5UmVmZXJlbmNlEk4KCWRpcmVjdGlvbhgCIAEoDjIwLmFwcGhvc3RpbmcuZGF0YXN0b3JlLnY0LlByb3BlcnR5T3JkZXIuRGlyZWN0aW9uOglBU0NFTkRJTkciKgoJRGlyZWN0aW9uEg0KCUFTQ0VORElORxABEg4KCkRFU0NFTkRJTkcQAiKmAgoGRmlsdGVyEkIKEGNvbXBvc2l0ZV9maWx0ZXIYASABKAsyKC5hcHBob3N0aW5nLmRhdGFzdG9yZS52NC5Db21wb3NpdGVGaWx0ZXISQAoPcHJvcGVydHlfZmlsdGVyGAIgASgLMicuYXBwaG9zdGluZy5kYXRhc3RvcmUudjQuUHJvcGVydHlGaWx0ZXISTQoWYm91bmRpbmdfY2lyY2xlX2ZpbHRlchgDIAEoCzItLmFwcGhvc3RpbmcuZGF0YXN0b3JlLnY0LkJvdW5kaW5nQ2lyY2xlRmlsdGVyEkcKE2JvdW5kaW5nX2JveF9maWx0ZXIYBCABKAsyKi5hcHBob3N0aW5nLmRhdGFzdG9yZS52NC5Cb3VuZGluZ0JveEZpbHRlciKcAQoPQ29tcG9zaXRlRmlsdGVyEkMKCG9wZXJhdG9yGAEgAigOMjEuYXBwaG9zdGluZy5kYXRhc3RvcmUudjQuQ29tcG9zaXRlRmlsdGVyLk9wZXJhdG9yEi8KBmZpbHRlchgCIAMoCzIfLmFwcGhvc3RpbmcuZGF0YXN0b3JlLnY0LkZpbHRlciITCghPcGVyYXRvchIHCgNBTkQQASK+AgoOUHJvcGVydHlGaWx0ZXISPAoIcHJvcGVydHkYASACKAsyKi5hcHBob3N0aW5nLmRhdGFzdG9yZS52NC5Qcm9wZXJ0eVJlZmVyZW5jZRJCCghvcGVyYXRvchgCIAIoDjIwLmFwcGhvc3RpbmcuZGF0YXN0b3JlLnY0LlByb3BlcnR5RmlsdGVyLk9wZXJhdG9yEi0KBXZhbHVlGAMgAigLMh4uYXBwaG9zdGluZy5kYXRhc3RvcmUudjQuVmFsdWUiewoIT3BlcmF0b3ISDQoJTEVTU19USEFOEAESFgoSTEVTU19USEFOX09SX0VRVUFMEAISEAoMR1JFQVRFUl9USEFOEAMSGQoVR1JFQVRFUl9USEFOX09SX0VRVUFMEAQSCQoFRVFVQUwQBRIQCgxIQVNfQU5DRVNUT1IQCyKeAQoUQm91bmRpbmdDaXJjbGVGaWx0ZXISPAoIcHJvcGVydHkYASACKAsyKi5hcHBob3N0aW5nLmRhdGFzdG9yZS52NC5Qcm9wZXJ0eVJlZmVyZW5jZRIxCgZjZW50ZXIYAiACKAsyIS5hcHBob3N0aW5nLmRhdGFzdG9yZS52NC5HZW9Qb2ludBIVCg1yYWRpdXNfbWV0ZXJzGAMgAigBIr0BChFCb3VuZGluZ0JveEZpbHRlchI8Cghwcm9wZXJ0eRgBIAIoCzIqLmFwcGhvc3RpbmcuZGF0YXN0b3JlLnY0LlByb3BlcnR5UmVmZXJlbmNlEjQKCXNvdXRod2VzdBgCIAIoCzIhLmFwcGhvc3RpbmcuZGF0YXN0b3JlLnY0Lkdlb1BvaW50EjQKCW5vcnRoZWFzdBgDIAIoCzIhLmFwcGhvc3RpbmcuZGF0YXN0b3JlLnY0Lkdlb1BvaW50IrABCghHcWxRdWVyeRIUCgxxdWVyeV9zdHJpbmcYASACKAkSHAoNYWxsb3dfbGl0ZXJhbBgCIAEoCDoFZmFsc2USNgoIbmFtZV9hcmcYAyADKAsyJC5hcHBob3N0aW5nLmRhdGFzdG9yZS52NC5HcWxRdWVyeUFyZxI4CgpudW1iZXJfYXJnGAQgAygLMiQuYXBwaG9zdGluZy5kYXRhc3RvcmUudjQuR3FsUXVlcnlBcmciWgoLR3FsUXVlcnlBcmcSDAoEbmFtZRgBIAEoCRItCgV2YWx1ZRgCIAEoCzIeLmFwcGhvc3RpbmcuZGF0YXN0b3JlLnY0LlZhbHVlEg4KBmN1cnNvchgDIAEoDCKRAwoQUXVlcnlSZXN1bHRCYXRjaBJMChJlbnRpdHlfcmVzdWx0X3R5cGUYASACKA4yMC5hcHBob3N0aW5nLmRhdGFzdG9yZS52NC5FbnRpdHlSZXN1bHQuUmVzdWx0VHlwZRI8Cg1lbnRpdHlfcmVzdWx0GAIgAygLMiUuYXBwaG9zdGluZy5kYXRhc3RvcmUudjQuRW50aXR5UmVzdWx0EhIKCmVuZF9jdXJzb3IYBCABKAwSTwoMbW9yZV9yZXN1bHRzGAUgAigOMjkuYXBwaG9zdGluZy5kYXRhc3RvcmUudjQuUXVlcnlSZXN1bHRCYXRjaC5Nb3JlUmVzdWx0c1R5cGUSGgoPc2tpcHBlZF9yZXN1bHRzGAYgASgFOgEwEhgKEHNuYXBzaG90X3ZlcnNpb24YByABKAMiVgoPTW9yZVJlc3VsdHNUeXBlEhAKDE5PVF9GSU5JU0hFRBABEhwKGE1PUkVfUkVTVUxUU19BRlRFUl9MSU1JVBACEhMKD05PX01PUkVfUkVTVUxUUxADIvIBCghNdXRhdGlvbhJACgJvcBgBIAEoDjIrLmFwcGhvc3RpbmcuZGF0YXN0b3JlLnY0Lk11dGF0aW9uLk9wZXJhdGlvbjoHVU5LTk9XThIpCgNrZXkYAiABKAsyHC5hcHBob3N0aW5nLmRhdGFzdG9yZS52NC5LZXkSLwoGZW50aXR5GAMgASgLMh8uYXBwaG9zdGluZy5kYXRhc3RvcmUudjQuRW50aXR5IkgKCU9wZXJhdGlvbhILCgdVTktOT1dOEAASCgoGSU5TRVJUEAESCgoGVVBEQVRFEAISCgoGVVBTRVJUEAMSCgoGREVMRVRFEAQiUwoOTXV0YXRpb25SZXN1bHQSKQoDa2V5GAMgASgLMhwuYXBwaG9zdGluZy5kYXRhc3RvcmUudjQuS2V5EhYKC25ld192ZXJzaW9uGAQgASgDOgEwIqQCChJEZXByZWNhdGVkTXV0YXRpb24SLwoGdXBzZXJ0GAEgAygLMh8uYXBwaG9zdGluZy5kYXRhc3RvcmUudjQuRW50aXR5Ei8KBnVwZGF0ZRgCIAMoCzIfLmFwcGhvc3RpbmcuZGF0YXN0b3JlLnY0LkVudGl0eRIvCgZpbnNlcnQYAyADKAsyHy5hcHBob3N0aW5nLmRhdGFzdG9yZS52NC5FbnRpdHkSNwoOaW5zZXJ0X2F1dG9faWQYBCADKAsyHy5hcHBob3N0aW5nLmRhdGFzdG9yZS52NC5FbnRpdHkSLAoGZGVsZXRlGAUgAygLMhwuYXBwaG9zdGluZy5kYXRhc3RvcmUudjQuS2V5EhQKBWZvcmNlGAYgASgIOgVmYWxzZSLrAQoYRGVwcmVjYXRlZE11dGF0aW9uUmVzdWx0EhUKDWluZGV4X3VwZGF0ZXMYASACKAUSOAoSaW5zZXJ0X2F1dG9faWRfa2V5GAIgAygLMhwuYXBwaG9zdGluZy5kYXRhc3RvcmUudjQuS2V5EhYKDnVwc2VydF92ZXJzaW9uGAMgAygDEhYKDnVwZGF0ZV92ZXJzaW9uGAQgAygDEhYKDmluc2VydF92ZXJzaW9uGAUgAygDEh4KFmluc2VydF9hdXRvX2lkX3ZlcnNpb24YBiADKAMSFgoOZGVsZXRlX3ZlcnNpb24YByADKAMitQEKC1JlYWRPcHRpb25zElcKEHJlYWRfY29uc2lzdGVuY3kYASABKA4yNC5hcHBob3N0aW5nLmRhdGFzdG9yZS52NC5SZWFkT3B0aW9ucy5SZWFkQ29uc2lzdGVuY3k6B0RFRkFVTFQSEwoLdHJhbnNhY3Rpb24YAiABKAwiOAoPUmVhZENvbnNpc3RlbmN5EgsKB0RFRkFVTFQQABIKCgZTVFJPTkcQARIMCghFVkVOVFVBTBACInYKDUxvb2t1cFJlcXVlc3QSOgoMcmVhZF9vcHRpb25zGAEgASgLMiQuYXBwaG9zdGluZy5kYXRhc3RvcmUudjQuUmVhZE9wdGlvbnMSKQoDa2V5GAMgAygLMhwuYXBwaG9zdGluZy5kYXRhc3RvcmUudjQuS2V5Iq4BCg5Mb29rdXBSZXNwb25zZRI0CgVmb3VuZBgBIAMoCzIlLmFwcGhvc3RpbmcuZGF0YXN0b3JlLnY0LkVudGl0eVJlc3VsdBI2CgdtaXNzaW5nGAIgAygLMiUuYXBwaG9zdGluZy5kYXRhc3RvcmUudjQuRW50aXR5UmVzdWx0Ei4KCGRlZmVycmVkGAMgAygLMhwuYXBwaG9zdGluZy5kYXRhc3RvcmUudjQuS2V5IqsCCg9SdW5RdWVyeVJlcXVlc3QSOgoMcmVhZF9vcHRpb25zGAEgASgLMiQuYXBwaG9zdGluZy5kYXRhc3RvcmUudjQuUmVhZE9wdGlvbnMSOgoMcGFydGl0aW9uX2lkGAIgASgLMiQuYXBwaG9zdGluZy5kYXRhc3RvcmUudjQuUGFydGl0aW9uSWQSLQoFcXVlcnkYAyABKAsyHi5hcHBob3N0aW5nLmRhdGFzdG9yZS52NC5RdWVyeRI0CglncWxfcXVlcnkYByABKAsyIS5hcHBob3N0aW5nLmRhdGFzdG9yZS52NC5HcWxRdWVyeRIdChVtaW5fc2FmZV90aW1lX3NlY29uZHMYBCABKAMSHAoUc3VnZ2VzdGVkX2JhdGNoX3NpemUYBSABKAUiYgoQUnVuUXVlcnlSZXNwb25zZRI4CgViYXRjaBgBIAIoCzIpLmFwcGhvc3RpbmcuZGF0YXN0b3JlLnY0LlF1ZXJ5UmVzdWx0QmF0Y2gSFAoMcXVlcnlfaGFuZGxlGAIgASgMIiwKFENvbnRpbnVlUXVlcnlSZXF1ZXN0EhQKDHF1ZXJ5X2hhbmRsZRgBIAIoDCJRChVDb250aW51ZVF1ZXJ5UmVzcG9uc2USOAoFYmF0Y2gYASACKAsyKS5hcHBob3N0aW5nLmRhdGFzdG9yZS52NC5RdWVyeVJlc3VsdEJhdGNoIlMKF0JlZ2luVHJhbnNhY3Rpb25SZXF1ZXN0EhoKC2Nyb3NzX2dyb3VwGAEgASgIOgVmYWxzZRIcCg1jcm9zc19yZXF1ZXN0GAIgASgIOgVmYWxzZSIvChhCZWdpblRyYW5zYWN0aW9uUmVzcG9uc2USEwoLdHJhbnNhY3Rpb24YASACKAwiJgoPUm9sbGJhY2tSZXF1ZXN0EhMKC3RyYW5zYWN0aW9uGAEgAigMIhIKEFJvbGxiYWNrUmVzcG9uc2UiwAIKDUNvbW1pdFJlcXVlc3QSEwoLdHJhbnNhY3Rpb24YASABKAwSMwoIbXV0YXRpb24YBSADKAsyIS5hcHBob3N0aW5nLmRhdGFzdG9yZS52NC5NdXRhdGlvbhJIChNkZXByZWNhdGVkX211dGF0aW9uGAIgASgLMisuYXBwaG9zdGluZy5kYXRhc3RvcmUudjQuRGVwcmVjYXRlZE11dGF0aW9uEkgKBG1vZGUYBCABKA4yKy5hcHBob3N0aW5nLmRhdGFzdG9yZS52NC5Db21taXRSZXF1ZXN0Lk1vZGU6DVRSQU5TQUNUSU9OQUwSHwoQaWdub3JlX3JlYWRfb25seRgGIAEoCDoFZmFsc2UiMAoETW9kZRIRCg1UUkFOU0FDVElPTkFMEAESFQoRTk9OX1RSQU5TQUNUSU9OQUwQAiLAAQoOQ29tbWl0UmVzcG9uc2USQAoPbXV0YXRpb25fcmVzdWx0GAMgAygLMicuYXBwaG9zdGluZy5kYXRhc3RvcmUudjQuTXV0YXRpb25SZXN1bHQSVQoaZGVwcmVjYXRlZF9tdXRhdGlvbl9yZXN1bHQYASABKAsyMS5hcHBob3N0aW5nLmRhdGFzdG9yZS52NC5EZXByZWNhdGVkTXV0YXRpb25SZXN1bHQSFQoNaW5kZXhfdXBkYXRlcxgEIAEoBSJzChJBbGxvY2F0ZUlkc1JlcXVlc3QSLgoIYWxsb2NhdGUYASADKAsyHC5hcHBob3N0aW5nLmRhdGFzdG9yZS52NC5LZXkSLQoHcmVzZXJ2ZRgCIAMoCzIcLmFwcGhvc3RpbmcuZGF0YXN0b3JlLnY0LktleSJGChNBbGxvY2F0ZUlkc1Jlc3BvbnNlEi8KCWFsbG9jYXRlZBgBIAMoCzIcLmFwcGhvc3RpbmcuZGF0YXN0b3JlLnY0LktleSJYCgxXcml0ZVJlcXVlc3QSSAoTZGVwcmVjYXRlZF9tdXRhdGlvbhgBIAIoCzIrLmFwcGhvc3RpbmcuZGF0YXN0b3JlLnY0LkRlcHJlY2F0ZWRNdXRhdGlvbjKiBwoSRGF0YXN0b3JlVjRTZXJ2aWNlEnkKEEJlZ2luVHJhbnNhY3Rpb24SMC5hcHBob3N0aW5nLmRhdGFzdG9yZS52NC5CZWdpblRyYW5zYWN0aW9uUmVxdWVzdBoxLmFwcGhvc3RpbmcuZGF0YXN0b3JlLnY0LkJlZ2luVHJhbnNhY3Rpb25SZXNwb25zZSIAEmEKCFJvbGxiYWNrEiguYXBwaG9zdGluZy5kYXRhc3RvcmUudjQuUm9sbGJhY2tSZXF1ZXN0GikuYXBwaG9zdGluZy5kYXRhc3RvcmUudjQuUm9sbGJhY2tSZXNwb25zZSIAElsKBkNvbW1pdBImLmFwcGhvc3RpbmcuZGF0YXN0b3JlLnY0LkNvbW1pdFJlcXVlc3QaJy5hcHBob3N0aW5nLmRhdGFzdG9yZS52NC5Db21taXRSZXNwb25zZSIAEmEKCFJ1blF1ZXJ5EiguYXBwaG9zdGluZy5kYXRhc3RvcmUudjQuUnVuUXVlcnlSZXF1ZXN0GikuYXBwaG9zdGluZy5kYXRhc3RvcmUudjQuUnVuUXVlcnlSZXNwb25zZSIAEnAKDUNvbnRpbnVlUXVlcnkSLS5hcHBob3N0aW5nLmRhdGFzdG9yZS52NC5Db250aW51ZVF1ZXJ5UmVxdWVzdBouLmFwcGhvc3RpbmcuZGF0YXN0b3JlLnY0LkNvbnRpbnVlUXVlcnlSZXNwb25zZSIAElsKBkxvb2t1cBImLmFwcGhvc3RpbmcuZGF0YXN0b3JlLnY0Lkxvb2t1cFJlcXVlc3QaJy5hcHBob3N0aW5nLmRhdGFzdG9yZS52NC5Mb29rdXBSZXNwb25zZSIAEmoKC0FsbG9jYXRlSWRzEisuYXBwaG9zdGluZy5kYXRhc3RvcmUudjQuQWxsb2NhdGVJZHNSZXF1ZXN0GiwuYXBwaG9zdGluZy5kYXRhc3RvcmUudjQuQWxsb2NhdGVJZHNSZXNwb25zZSIAElgKA0dldBImLmFwcGhvc3RpbmcuZGF0YXN0b3JlLnY0Lkxvb2t1cFJlcXVlc3QaJy5hcHBob3N0aW5nLmRhdGFzdG9yZS52NC5Mb29rdXBSZXNwb25zZSIAElkKBVdyaXRlEiUuYXBwaG9zdGluZy5kYXRhc3RvcmUudjQuV3JpdGVSZXF1ZXN0GicuYXBwaG9zdGluZy5kYXRhc3RvcmUudjQuQ29tbWl0UmVzcG9uc2UiAEIjCh9jb20uZ29vZ2xlLmFwcGhvc3RpbmcuZGF0YXN0b3JlIAE=")) + _SERIALIZED_DESCRIPTOR.fromstring(base64.decodestring("WidhcHBob3N0aW5nL2RhdGFzdG9yZS9kYXRhc3RvcmVfdjQucHJvdG8KHWFwcGhvc3RpbmcuZGF0YXN0b3JlLnY0LkVycm9yc3oJRXJyb3JDb2RliwGSAQtCQURfUkVRVUVTVJgBAYwBiwGSARZDT05DVVJSRU5UX1RSQU5TQUNUSU9OmAECjAGLAZIBDklOVEVSTkFMX0VSUk9SmAEDjAGLAZIBCk5FRURfSU5ERViYAQSMAYsBkgEHVElNRU9VVJgBBYwBiwGSARFQRVJNSVNTSU9OX0RFTklFRJgBBowBiwGSAQ5CSUdUQUJMRV9FUlJPUpgBB4wBiwGSARxDT01NSVRURURfQlVUX1NUSUxMX0FQUExZSU5HmAEIjAGLAZIBE0NBUEFCSUxJVFlfRElTQUJMRUSYAQmMAYsBkgEVVFJZX0FMVEVSTkFURV9CQUNLRU5EmAEKjAGLAZIBEVNBRkVfVElNRV9UT09fT0xEmAELjAF0ugGJNwonYXBwaG9zdGluZy9kYXRhc3RvcmUvZGF0YXN0b3JlX3Y0LnByb3RvEhdhcHBob3N0aW5nLmRhdGFzdG9yZS52NBokYXBwaG9zdGluZy9kYXRhc3RvcmUvZW50aXR5X3Y0LnByb3RvIosCCgVFcnJvciKBAgoJRXJyb3JDb2RlEg8KC0JBRF9SRVFVRVNUEAESGgoWQ09OQ1VSUkVOVF9UUkFOU0FDVElPThACEhIKDklOVEVSTkFMX0VSUk9SEAMSDgoKTkVFRF9JTkRFWBAEEgsKB1RJTUVPVVQQBRIVChFQRVJNSVNTSU9OX0RFTklFRBAGEhIKDkJJR1RBQkxFX0VSUk9SEAcSIAocQ09NTUlUVEVEX0JVVF9TVElMTF9BUFBMWUlORxAIEhcKE0NBUEFCSUxJVFlfRElTQUJMRUQQCRIZChVUUllfQUxURVJOQVRFX0JBQ0tFTkQQChIVChFTQUZFX1RJTUVfVE9PX09MRBALIpYBCgxFbnRpdHlSZXN1bHQSLwoGZW50aXR5GAEgAigLMh8uYXBwaG9zdGluZy5kYXRhc3RvcmUudjQuRW50aXR5Eg8KB3ZlcnNpb24YAiABKAMSDgoGY3Vyc29yGAMgASgMIjQKClJlc3VsdFR5cGUSCAoERlVMTBABEg4KClBST0pFQ1RJT04QAhIMCghLRVlfT05MWRADIvECCgVRdWVyeRI/Cgpwcm9qZWN0aW9uGAIgAygLMisuYXBwaG9zdGluZy5kYXRhc3RvcmUudjQuUHJvcGVydHlFeHByZXNzaW9uEjUKBGtpbmQYAyADKAsyJy5hcHBob3N0aW5nLmRhdGFzdG9yZS52NC5LaW5kRXhwcmVzc2lvbhIvCgZmaWx0ZXIYBCABKAsyHy5hcHBob3N0aW5nLmRhdGFzdG9yZS52NC5GaWx0ZXISNQoFb3JkZXIYBSADKAsyJi5hcHBob3N0aW5nLmRhdGFzdG9yZS52NC5Qcm9wZXJ0eU9yZGVyEjwKCGdyb3VwX2J5GAYgAygLMiouYXBwaG9zdGluZy5kYXRhc3RvcmUudjQuUHJvcGVydHlSZWZlcmVuY2USFAoMc3RhcnRfY3Vyc29yGAcgASgMEhIKCmVuZF9jdXJzb3IYCCABKAwSEQoGb2Zmc2V0GAogASgFOgEwEg0KBWxpbWl0GAsgASgFIh4KDktpbmRFeHByZXNzaW9uEgwKBG5hbWUYASACKAkiIQoRUHJvcGVydHlSZWZlcmVuY2USDAoEbmFtZRgCIAIoCSLTAQoSUHJvcGVydHlFeHByZXNzaW9uEjwKCHByb3BlcnR5GAEgAigLMiouYXBwaG9zdGluZy5kYXRhc3RvcmUudjQuUHJvcGVydHlSZWZlcmVuY2USXQoUYWdncmVnYXRpb25fZnVuY3Rpb24YAiABKA4yPy5hcHBob3N0aW5nLmRhdGFzdG9yZS52NC5Qcm9wZXJ0eUV4cHJlc3Npb24uQWdncmVnYXRpb25GdW5jdGlvbiIgChNBZ2dyZWdhdGlvbkZ1bmN0aW9uEgkKBUZJUlNUEAEiyQEKDVByb3BlcnR5T3JkZXISPAoIcHJvcGVydHkYASACKAsyKi5hcHBob3N0aW5nLmRhdGFzdG9yZS52NC5Qcm9wZXJ0eVJlZmVyZW5jZRJOCglkaXJlY3Rpb24YAiABKA4yMC5hcHBob3N0aW5nLmRhdGFzdG9yZS52NC5Qcm9wZXJ0eU9yZGVyLkRpcmVjdGlvbjoJQVNDRU5ESU5HIioKCURpcmVjdGlvbhINCglBU0NFTkRJTkcQARIOCgpERVNDRU5ESU5HEAIipgIKBkZpbHRlchJCChBjb21wb3NpdGVfZmlsdGVyGAEgASgLMiguYXBwaG9zdGluZy5kYXRhc3RvcmUudjQuQ29tcG9zaXRlRmlsdGVyEkAKD3Byb3BlcnR5X2ZpbHRlchgCIAEoCzInLmFwcGhvc3RpbmcuZGF0YXN0b3JlLnY0LlByb3BlcnR5RmlsdGVyEk0KFmJvdW5kaW5nX2NpcmNsZV9maWx0ZXIYAyABKAsyLS5hcHBob3N0aW5nLmRhdGFzdG9yZS52NC5Cb3VuZGluZ0NpcmNsZUZpbHRlchJHChNib3VuZGluZ19ib3hfZmlsdGVyGAQgASgLMiouYXBwaG9zdGluZy5kYXRhc3RvcmUudjQuQm91bmRpbmdCb3hGaWx0ZXIinAEKD0NvbXBvc2l0ZUZpbHRlchJDCghvcGVyYXRvchgBIAIoDjIxLmFwcGhvc3RpbmcuZGF0YXN0b3JlLnY0LkNvbXBvc2l0ZUZpbHRlci5PcGVyYXRvchIvCgZmaWx0ZXIYAiADKAsyHy5hcHBob3N0aW5nLmRhdGFzdG9yZS52NC5GaWx0ZXIiEwoIT3BlcmF0b3ISBwoDQU5EEAEivgIKDlByb3BlcnR5RmlsdGVyEjwKCHByb3BlcnR5GAEgAigLMiouYXBwaG9zdGluZy5kYXRhc3RvcmUudjQuUHJvcGVydHlSZWZlcmVuY2USQgoIb3BlcmF0b3IYAiACKA4yMC5hcHBob3N0aW5nLmRhdGFzdG9yZS52NC5Qcm9wZXJ0eUZpbHRlci5PcGVyYXRvchItCgV2YWx1ZRgDIAIoCzIeLmFwcGhvc3RpbmcuZGF0YXN0b3JlLnY0LlZhbHVlInsKCE9wZXJhdG9yEg0KCUxFU1NfVEhBThABEhYKEkxFU1NfVEhBTl9PUl9FUVVBTBACEhAKDEdSRUFURVJfVEhBThADEhkKFUdSRUFURVJfVEhBTl9PUl9FUVVBTBAEEgkKBUVRVUFMEAUSEAoMSEFTX0FOQ0VTVE9SEAsingEKFEJvdW5kaW5nQ2lyY2xlRmlsdGVyEjwKCHByb3BlcnR5GAEgAigLMiouYXBwaG9zdGluZy5kYXRhc3RvcmUudjQuUHJvcGVydHlSZWZlcmVuY2USMQoGY2VudGVyGAIgAigLMiEuYXBwaG9zdGluZy5kYXRhc3RvcmUudjQuR2VvUG9pbnQSFQoNcmFkaXVzX21ldGVycxgDIAIoASK9AQoRQm91bmRpbmdCb3hGaWx0ZXISPAoIcHJvcGVydHkYASACKAsyKi5hcHBob3N0aW5nLmRhdGFzdG9yZS52NC5Qcm9wZXJ0eVJlZmVyZW5jZRI0Cglzb3V0aHdlc3QYAiACKAsyIS5hcHBob3N0aW5nLmRhdGFzdG9yZS52NC5HZW9Qb2ludBI0Cglub3J0aGVhc3QYAyACKAsyIS5hcHBob3N0aW5nLmRhdGFzdG9yZS52NC5HZW9Qb2ludCKwAQoIR3FsUXVlcnkSFAoMcXVlcnlfc3RyaW5nGAEgAigJEhwKDWFsbG93X2xpdGVyYWwYAiABKAg6BWZhbHNlEjYKCG5hbWVfYXJnGAMgAygLMiQuYXBwaG9zdGluZy5kYXRhc3RvcmUudjQuR3FsUXVlcnlBcmcSOAoKbnVtYmVyX2FyZxgEIAMoCzIkLmFwcGhvc3RpbmcuZGF0YXN0b3JlLnY0LkdxbFF1ZXJ5QXJnIloKC0dxbFF1ZXJ5QXJnEgwKBG5hbWUYASABKAkSLQoFdmFsdWUYAiABKAsyHi5hcHBob3N0aW5nLmRhdGFzdG9yZS52NC5WYWx1ZRIOCgZjdXJzb3IYAyABKAwiqQMKEFF1ZXJ5UmVzdWx0QmF0Y2gSTAoSZW50aXR5X3Jlc3VsdF90eXBlGAEgAigOMjAuYXBwaG9zdGluZy5kYXRhc3RvcmUudjQuRW50aXR5UmVzdWx0LlJlc3VsdFR5cGUSPAoNZW50aXR5X3Jlc3VsdBgCIAMoCzIlLmFwcGhvc3RpbmcuZGF0YXN0b3JlLnY0LkVudGl0eVJlc3VsdBIWCg5za2lwcGVkX2N1cnNvchgDIAEoDBISCgplbmRfY3Vyc29yGAQgASgMEk8KDG1vcmVfcmVzdWx0cxgFIAIoDjI5LmFwcGhvc3RpbmcuZGF0YXN0b3JlLnY0LlF1ZXJ5UmVzdWx0QmF0Y2guTW9yZVJlc3VsdHNUeXBlEhoKD3NraXBwZWRfcmVzdWx0cxgGIAEoBToBMBIYChBzbmFwc2hvdF92ZXJzaW9uGAcgASgDIlYKD01vcmVSZXN1bHRzVHlwZRIQCgxOT1RfRklOSVNIRUQQARIcChhNT1JFX1JFU1VMVFNfQUZURVJfTElNSVQQAhITCg9OT19NT1JFX1JFU1VMVFMQAyLyAQoITXV0YXRpb24SQAoCb3AYASABKA4yKy5hcHBob3N0aW5nLmRhdGFzdG9yZS52NC5NdXRhdGlvbi5PcGVyYXRpb246B1VOS05PV04SKQoDa2V5GAIgASgLMhwuYXBwaG9zdGluZy5kYXRhc3RvcmUudjQuS2V5Ei8KBmVudGl0eRgDIAEoCzIfLmFwcGhvc3RpbmcuZGF0YXN0b3JlLnY0LkVudGl0eSJICglPcGVyYXRpb24SCwoHVU5LTk9XThAAEgoKBklOU0VSVBABEgoKBlVQREFURRACEgoKBlVQU0VSVBADEgoKBkRFTEVURRAEIlMKDk11dGF0aW9uUmVzdWx0EikKA2tleRgDIAEoCzIcLmFwcGhvc3RpbmcuZGF0YXN0b3JlLnY0LktleRIWCgtuZXdfdmVyc2lvbhgEIAEoAzoBMCKkAgoSRGVwcmVjYXRlZE11dGF0aW9uEi8KBnVwc2VydBgBIAMoCzIfLmFwcGhvc3RpbmcuZGF0YXN0b3JlLnY0LkVudGl0eRIvCgZ1cGRhdGUYAiADKAsyHy5hcHBob3N0aW5nLmRhdGFzdG9yZS52NC5FbnRpdHkSLwoGaW5zZXJ0GAMgAygLMh8uYXBwaG9zdGluZy5kYXRhc3RvcmUudjQuRW50aXR5EjcKDmluc2VydF9hdXRvX2lkGAQgAygLMh8uYXBwaG9zdGluZy5kYXRhc3RvcmUudjQuRW50aXR5EiwKBmRlbGV0ZRgFIAMoCzIcLmFwcGhvc3RpbmcuZGF0YXN0b3JlLnY0LktleRIUCgVmb3JjZRgGIAEoCDoFZmFsc2Ui6wEKGERlcHJlY2F0ZWRNdXRhdGlvblJlc3VsdBIVCg1pbmRleF91cGRhdGVzGAEgAigFEjgKEmluc2VydF9hdXRvX2lkX2tleRgCIAMoCzIcLmFwcGhvc3RpbmcuZGF0YXN0b3JlLnY0LktleRIWCg51cHNlcnRfdmVyc2lvbhgDIAMoAxIWCg51cGRhdGVfdmVyc2lvbhgEIAMoAxIWCg5pbnNlcnRfdmVyc2lvbhgFIAMoAxIeChZpbnNlcnRfYXV0b19pZF92ZXJzaW9uGAYgAygDEhYKDmRlbGV0ZV92ZXJzaW9uGAcgAygDIrUBCgtSZWFkT3B0aW9ucxJXChByZWFkX2NvbnNpc3RlbmN5GAEgASgOMjQuYXBwaG9zdGluZy5kYXRhc3RvcmUudjQuUmVhZE9wdGlvbnMuUmVhZENvbnNpc3RlbmN5OgdERUZBVUxUEhMKC3RyYW5zYWN0aW9uGAIgASgMIjgKD1JlYWRDb25zaXN0ZW5jeRILCgdERUZBVUxUEAASCgoGU1RST05HEAESDAoIRVZFTlRVQUwQAiJ2Cg1Mb29rdXBSZXF1ZXN0EjoKDHJlYWRfb3B0aW9ucxgBIAEoCzIkLmFwcGhvc3RpbmcuZGF0YXN0b3JlLnY0LlJlYWRPcHRpb25zEikKA2tleRgDIAMoCzIcLmFwcGhvc3RpbmcuZGF0YXN0b3JlLnY0LktleSKuAQoOTG9va3VwUmVzcG9uc2USNAoFZm91bmQYASADKAsyJS5hcHBob3N0aW5nLmRhdGFzdG9yZS52NC5FbnRpdHlSZXN1bHQSNgoHbWlzc2luZxgCIAMoCzIlLmFwcGhvc3RpbmcuZGF0YXN0b3JlLnY0LkVudGl0eVJlc3VsdBIuCghkZWZlcnJlZBgDIAMoCzIcLmFwcGhvc3RpbmcuZGF0YXN0b3JlLnY0LktleSKrAgoPUnVuUXVlcnlSZXF1ZXN0EjoKDHJlYWRfb3B0aW9ucxgBIAEoCzIkLmFwcGhvc3RpbmcuZGF0YXN0b3JlLnY0LlJlYWRPcHRpb25zEjoKDHBhcnRpdGlvbl9pZBgCIAEoCzIkLmFwcGhvc3RpbmcuZGF0YXN0b3JlLnY0LlBhcnRpdGlvbklkEi0KBXF1ZXJ5GAMgASgLMh4uYXBwaG9zdGluZy5kYXRhc3RvcmUudjQuUXVlcnkSNAoJZ3FsX3F1ZXJ5GAcgASgLMiEuYXBwaG9zdGluZy5kYXRhc3RvcmUudjQuR3FsUXVlcnkSHQoVbWluX3NhZmVfdGltZV9zZWNvbmRzGAQgASgDEhwKFHN1Z2dlc3RlZF9iYXRjaF9zaXplGAUgASgFImIKEFJ1blF1ZXJ5UmVzcG9uc2USOAoFYmF0Y2gYASACKAsyKS5hcHBob3N0aW5nLmRhdGFzdG9yZS52NC5RdWVyeVJlc3VsdEJhdGNoEhQKDHF1ZXJ5X2hhbmRsZRgCIAEoDCIsChRDb250aW51ZVF1ZXJ5UmVxdWVzdBIUCgxxdWVyeV9oYW5kbGUYASACKAwiUQoVQ29udGludWVRdWVyeVJlc3BvbnNlEjgKBWJhdGNoGAEgAigLMikuYXBwaG9zdGluZy5kYXRhc3RvcmUudjQuUXVlcnlSZXN1bHRCYXRjaCJTChdCZWdpblRyYW5zYWN0aW9uUmVxdWVzdBIaCgtjcm9zc19ncm91cBgBIAEoCDoFZmFsc2USHAoNY3Jvc3NfcmVxdWVzdBgCIAEoCDoFZmFsc2UiLwoYQmVnaW5UcmFuc2FjdGlvblJlc3BvbnNlEhMKC3RyYW5zYWN0aW9uGAEgAigMIiYKD1JvbGxiYWNrUmVxdWVzdBITCgt0cmFuc2FjdGlvbhgBIAIoDCISChBSb2xsYmFja1Jlc3BvbnNlIsACCg1Db21taXRSZXF1ZXN0EhMKC3RyYW5zYWN0aW9uGAEgASgMEjMKCG11dGF0aW9uGAUgAygLMiEuYXBwaG9zdGluZy5kYXRhc3RvcmUudjQuTXV0YXRpb24SSAoTZGVwcmVjYXRlZF9tdXRhdGlvbhgCIAEoCzIrLmFwcGhvc3RpbmcuZGF0YXN0b3JlLnY0LkRlcHJlY2F0ZWRNdXRhdGlvbhJICgRtb2RlGAQgASgOMisuYXBwaG9zdGluZy5kYXRhc3RvcmUudjQuQ29tbWl0UmVxdWVzdC5Nb2RlOg1UUkFOU0FDVElPTkFMEh8KEGlnbm9yZV9yZWFkX29ubHkYBiABKAg6BWZhbHNlIjAKBE1vZGUSEQoNVFJBTlNBQ1RJT05BTBABEhUKEU5PTl9UUkFOU0FDVElPTkFMEAIiwAEKDkNvbW1pdFJlc3BvbnNlEkAKD211dGF0aW9uX3Jlc3VsdBgDIAMoCzInLmFwcGhvc3RpbmcuZGF0YXN0b3JlLnY0Lk11dGF0aW9uUmVzdWx0ElUKGmRlcHJlY2F0ZWRfbXV0YXRpb25fcmVzdWx0GAEgASgLMjEuYXBwaG9zdGluZy5kYXRhc3RvcmUudjQuRGVwcmVjYXRlZE11dGF0aW9uUmVzdWx0EhUKDWluZGV4X3VwZGF0ZXMYBCABKAUicwoSQWxsb2NhdGVJZHNSZXF1ZXN0Ei4KCGFsbG9jYXRlGAEgAygLMhwuYXBwaG9zdGluZy5kYXRhc3RvcmUudjQuS2V5Ei0KB3Jlc2VydmUYAiADKAsyHC5hcHBob3N0aW5nLmRhdGFzdG9yZS52NC5LZXkiRgoTQWxsb2NhdGVJZHNSZXNwb25zZRIvCglhbGxvY2F0ZWQYASADKAsyHC5hcHBob3N0aW5nLmRhdGFzdG9yZS52NC5LZXkiWAoMV3JpdGVSZXF1ZXN0EkgKE2RlcHJlY2F0ZWRfbXV0YXRpb24YASACKAsyKy5hcHBob3N0aW5nLmRhdGFzdG9yZS52NC5EZXByZWNhdGVkTXV0YXRpb24yogcKEkRhdGFzdG9yZVY0U2VydmljZRJ5ChBCZWdpblRyYW5zYWN0aW9uEjAuYXBwaG9zdGluZy5kYXRhc3RvcmUudjQuQmVnaW5UcmFuc2FjdGlvblJlcXVlc3QaMS5hcHBob3N0aW5nLmRhdGFzdG9yZS52NC5CZWdpblRyYW5zYWN0aW9uUmVzcG9uc2UiABJhCghSb2xsYmFjaxIoLmFwcGhvc3RpbmcuZGF0YXN0b3JlLnY0LlJvbGxiYWNrUmVxdWVzdBopLmFwcGhvc3RpbmcuZGF0YXN0b3JlLnY0LlJvbGxiYWNrUmVzcG9uc2UiABJbCgZDb21taXQSJi5hcHBob3N0aW5nLmRhdGFzdG9yZS52NC5Db21taXRSZXF1ZXN0GicuYXBwaG9zdGluZy5kYXRhc3RvcmUudjQuQ29tbWl0UmVzcG9uc2UiABJhCghSdW5RdWVyeRIoLmFwcGhvc3RpbmcuZGF0YXN0b3JlLnY0LlJ1blF1ZXJ5UmVxdWVzdBopLmFwcGhvc3RpbmcuZGF0YXN0b3JlLnY0LlJ1blF1ZXJ5UmVzcG9uc2UiABJwCg1Db250aW51ZVF1ZXJ5Ei0uYXBwaG9zdGluZy5kYXRhc3RvcmUudjQuQ29udGludWVRdWVyeVJlcXVlc3QaLi5hcHBob3N0aW5nLmRhdGFzdG9yZS52NC5Db250aW51ZVF1ZXJ5UmVzcG9uc2UiABJbCgZMb29rdXASJi5hcHBob3N0aW5nLmRhdGFzdG9yZS52NC5Mb29rdXBSZXF1ZXN0GicuYXBwaG9zdGluZy5kYXRhc3RvcmUudjQuTG9va3VwUmVzcG9uc2UiABJqCgtBbGxvY2F0ZUlkcxIrLmFwcGhvc3RpbmcuZGF0YXN0b3JlLnY0LkFsbG9jYXRlSWRzUmVxdWVzdBosLmFwcGhvc3RpbmcuZGF0YXN0b3JlLnY0LkFsbG9jYXRlSWRzUmVzcG9uc2UiABJYCgNHZXQSJi5hcHBob3N0aW5nLmRhdGFzdG9yZS52NC5Mb29rdXBSZXF1ZXN0GicuYXBwaG9zdGluZy5kYXRhc3RvcmUudjQuTG9va3VwUmVzcG9uc2UiABJZCgVXcml0ZRIlLmFwcGhvc3RpbmcuZGF0YXN0b3JlLnY0LldyaXRlUmVxdWVzdBonLmFwcGhvc3RpbmcuZGF0YXN0b3JlLnY0LkNvbW1pdFJlc3BvbnNlIgBCIwofY29tLmdvb2dsZS5hcHBob3N0aW5nLmRhdGFzdG9yZSAB")) if _net_proto___parse__python is not None: _net_proto___parse__python.RegisterType( _SERIALIZED_DESCRIPTOR.tostring()) @@ -201,6 +201,8 @@ class EntityResult(ProtocolBuffer.ProtocolMessage): has_entity_ = 0 has_version_ = 0 version_ = 0 + has_cursor_ = 0 + cursor_ = "" def __init__(self, contents=None): self.entity_ = google.appengine.datastore.entity_v4_pb.Entity() @@ -227,11 +229,25 @@ class EntityResult(ProtocolBuffer.ProtocolMessage): def has_version(self): return self.has_version_ + def cursor(self): return self.cursor_ + + def set_cursor(self, x): + self.has_cursor_ = 1 + self.cursor_ = x + + def clear_cursor(self): + if self.has_cursor_: + self.has_cursor_ = 0 + self.cursor_ = "" + + def has_cursor(self): return self.has_cursor_ + def MergeFrom(self, x): assert x is not self if (x.has_entity()): self.mutable_entity().MergeFrom(x.entity()) if (x.has_version()): self.set_version(x.version()) + if (x.has_cursor()): self.set_cursor(x.cursor()) if _net_proto___parse__python is not None: def _CMergeFromString(self, s): @@ -266,6 +282,8 @@ class EntityResult(ProtocolBuffer.ProtocolMessage): if self.has_entity_ and self.entity_ != x.entity_: return 0 if self.has_version_ != x.has_version_: return 0 if self.has_version_ and self.version_ != x.version_: return 0 + if self.has_cursor_ != x.has_cursor_: return 0 + if self.has_cursor_ and self.cursor_ != x.cursor_: return 0 return 1 def IsInitialized(self, debug_strs=None): @@ -281,6 +299,7 @@ class EntityResult(ProtocolBuffer.ProtocolMessage): n = 0 n += self.lengthString(self.entity_.ByteSize()) if (self.has_version_): n += 1 + self.lengthVarInt64(self.version_) + if (self.has_cursor_): n += 1 + self.lengthString(len(self.cursor_)) return n + 1 def ByteSizePartial(self): @@ -289,11 +308,13 @@ class EntityResult(ProtocolBuffer.ProtocolMessage): n += 1 n += self.lengthString(self.entity_.ByteSizePartial()) if (self.has_version_): n += 1 + self.lengthVarInt64(self.version_) + if (self.has_cursor_): n += 1 + self.lengthString(len(self.cursor_)) return n def Clear(self): self.clear_entity() self.clear_version() + self.clear_cursor() def OutputUnchecked(self, out): out.putVarInt32(10) @@ -302,6 +323,9 @@ class EntityResult(ProtocolBuffer.ProtocolMessage): if (self.has_version_): out.putVarInt32(16) out.putVarInt64(self.version_) + if (self.has_cursor_): + out.putVarInt32(26) + out.putPrefixedString(self.cursor_) def OutputPartial(self, out): if (self.has_entity_): @@ -311,6 +335,9 @@ class EntityResult(ProtocolBuffer.ProtocolMessage): if (self.has_version_): out.putVarInt32(16) out.putVarInt64(self.version_) + if (self.has_cursor_): + out.putVarInt32(26) + out.putPrefixedString(self.cursor_) def TryMerge(self, d): while d.avail() > 0: @@ -324,6 +351,9 @@ class EntityResult(ProtocolBuffer.ProtocolMessage): if tt == 16: self.set_version(d.getVarInt64()) continue + if tt == 26: + self.set_cursor(d.getPrefixedString()) + continue if (tt == 0): raise ProtocolBuffer.ProtocolBufferDecodeError @@ -337,6 +367,7 @@ class EntityResult(ProtocolBuffer.ProtocolMessage): res+=self.entity_.__str__(prefix + " ", printElemNumber) res+=prefix+">\n" if self.has_version_: res+=prefix+("version: %s\n" % self.DebugFormatInt64(self.version_)) + if self.has_cursor_: res+=prefix+("cursor: %s\n" % self.DebugFormatString(self.cursor_)) return res @@ -345,25 +376,28 @@ class EntityResult(ProtocolBuffer.ProtocolMessage): kentity = 1 kversion = 2 + kcursor = 3 _TEXT = _BuildTagLookupTable({ 0: "ErrorCode", 1: "entity", 2: "version", - }, 2) + 3: "cursor", + }, 3) _TYPES = _BuildTagLookupTable({ 0: ProtocolBuffer.Encoder.NUMERIC, 1: ProtocolBuffer.Encoder.STRING, 2: ProtocolBuffer.Encoder.NUMERIC, - }, 2, ProtocolBuffer.Encoder.MAX_TYPE) + 3: ProtocolBuffer.Encoder.STRING, + }, 3, ProtocolBuffer.Encoder.MAX_TYPE) _STYLE = """""" _STYLE_CONTENT_TYPE = """""" _PROTO_DESCRIPTOR_NAME = 'apphosting.datastore.v4.EntityResult' _SERIALIZED_DESCRIPTOR = array.array('B') - _SERIALIZED_DESCRIPTOR.fromstring(base64.decodestring("WidhcHBob3N0aW5nL2RhdGFzdG9yZS9kYXRhc3RvcmVfdjQucHJvdG8KJGFwcGhvc3RpbmcuZGF0YXN0b3JlLnY0LkVudGl0eVJlc3VsdBMaBmVudGl0eSABKAIwCzgCSh5hcHBob3N0aW5nLmRhdGFzdG9yZS52NC5FbnRpdHmjAaoBBWN0eXBlsgEGcHJvdG8ypAEUExoHdmVyc2lvbiACKAAwAzgBFHN6ClJlc3VsdFR5cGWLAZIBBEZVTEyYAQGMAYsBkgEKUFJPSkVDVElPTpgBAowBiwGSAQhLRVlfT05MWZgBA4wBdMIBHWFwcGhvc3RpbmcuZGF0YXN0b3JlLnY0LkVycm9y")) + _SERIALIZED_DESCRIPTOR.fromstring(base64.decodestring("WidhcHBob3N0aW5nL2RhdGFzdG9yZS9kYXRhc3RvcmVfdjQucHJvdG8KJGFwcGhvc3RpbmcuZGF0YXN0b3JlLnY0LkVudGl0eVJlc3VsdBMaBmVudGl0eSABKAIwCzgCSh5hcHBob3N0aW5nLmRhdGFzdG9yZS52NC5FbnRpdHmjAaoBBWN0eXBlsgEGcHJvdG8ypAEUExoHdmVyc2lvbiACKAAwAzgBFBMaBmN1cnNvciADKAIwCTgBFHN6ClJlc3VsdFR5cGWLAZIBBEZVTEyYAQGMAYsBkgEKUFJPSkVDVElPTpgBAowBiwGSAQhLRVlfT05MWZgBA4wBdMIBHWFwcGhvc3RpbmcuZGF0YXN0b3JlLnY0LkVycm9y")) if _net_proto___parse__python is not None: _net_proto___parse__python.RegisterType( _SERIALIZED_DESCRIPTOR.tostring()) @@ -3163,6 +3197,8 @@ class QueryResultBatch(ProtocolBuffer.ProtocolMessage): has_entity_result_type_ = 0 entity_result_type_ = 0 + has_skipped_cursor_ = 0 + skipped_cursor_ = "" has_end_cursor_ = 0 end_cursor_ = "" has_more_results_ = 0 @@ -3205,6 +3241,19 @@ class QueryResultBatch(ProtocolBuffer.ProtocolMessage): def clear_entity_result(self): self.entity_result_ = [] + def skipped_cursor(self): return self.skipped_cursor_ + + def set_skipped_cursor(self, x): + self.has_skipped_cursor_ = 1 + self.skipped_cursor_ = x + + def clear_skipped_cursor(self): + if self.has_skipped_cursor_: + self.has_skipped_cursor_ = 0 + self.skipped_cursor_ = "" + + def has_skipped_cursor(self): return self.has_skipped_cursor_ + def end_cursor(self): return self.end_cursor_ def set_end_cursor(self, x): @@ -3262,6 +3311,7 @@ class QueryResultBatch(ProtocolBuffer.ProtocolMessage): assert x is not self if (x.has_entity_result_type()): self.set_entity_result_type(x.entity_result_type()) for i in xrange(x.entity_result_size()): self.add_entity_result().CopyFrom(x.entity_result(i)) + if (x.has_skipped_cursor()): self.set_skipped_cursor(x.skipped_cursor()) if (x.has_end_cursor()): self.set_end_cursor(x.end_cursor()) if (x.has_more_results()): self.set_more_results(x.more_results()) if (x.has_skipped_results()): self.set_skipped_results(x.skipped_results()) @@ -3301,6 +3351,8 @@ class QueryResultBatch(ProtocolBuffer.ProtocolMessage): if len(self.entity_result_) != len(x.entity_result_): return 0 for e1, e2 in zip(self.entity_result_, x.entity_result_): if e1 != e2: return 0 + if self.has_skipped_cursor_ != x.has_skipped_cursor_: return 0 + if self.has_skipped_cursor_ and self.skipped_cursor_ != x.skipped_cursor_: return 0 if self.has_end_cursor_ != x.has_end_cursor_: return 0 if self.has_end_cursor_ and self.end_cursor_ != x.end_cursor_: return 0 if self.has_more_results_ != x.has_more_results_: return 0 @@ -3330,6 +3382,7 @@ class QueryResultBatch(ProtocolBuffer.ProtocolMessage): n += self.lengthVarInt64(self.entity_result_type_) n += 1 * len(self.entity_result_) for i in xrange(len(self.entity_result_)): n += self.lengthString(self.entity_result_[i].ByteSize()) + if (self.has_skipped_cursor_): n += 1 + self.lengthString(len(self.skipped_cursor_)) if (self.has_end_cursor_): n += 1 + self.lengthString(len(self.end_cursor_)) n += self.lengthVarInt64(self.more_results_) if (self.has_skipped_results_): n += 1 + self.lengthVarInt64(self.skipped_results_) @@ -3343,6 +3396,7 @@ class QueryResultBatch(ProtocolBuffer.ProtocolMessage): n += self.lengthVarInt64(self.entity_result_type_) n += 1 * len(self.entity_result_) for i in xrange(len(self.entity_result_)): n += self.lengthString(self.entity_result_[i].ByteSizePartial()) + if (self.has_skipped_cursor_): n += 1 + self.lengthString(len(self.skipped_cursor_)) if (self.has_end_cursor_): n += 1 + self.lengthString(len(self.end_cursor_)) if (self.has_more_results_): n += 1 @@ -3354,6 +3408,7 @@ class QueryResultBatch(ProtocolBuffer.ProtocolMessage): def Clear(self): self.clear_entity_result_type() self.clear_entity_result() + self.clear_skipped_cursor() self.clear_end_cursor() self.clear_more_results() self.clear_skipped_results() @@ -3366,6 +3421,9 @@ class QueryResultBatch(ProtocolBuffer.ProtocolMessage): out.putVarInt32(18) out.putVarInt32(self.entity_result_[i].ByteSize()) self.entity_result_[i].OutputUnchecked(out) + if (self.has_skipped_cursor_): + out.putVarInt32(26) + out.putPrefixedString(self.skipped_cursor_) if (self.has_end_cursor_): out.putVarInt32(34) out.putPrefixedString(self.end_cursor_) @@ -3386,6 +3444,9 @@ class QueryResultBatch(ProtocolBuffer.ProtocolMessage): out.putVarInt32(18) out.putVarInt32(self.entity_result_[i].ByteSizePartial()) self.entity_result_[i].OutputPartial(out) + if (self.has_skipped_cursor_): + out.putVarInt32(26) + out.putPrefixedString(self.skipped_cursor_) if (self.has_end_cursor_): out.putVarInt32(34) out.putPrefixedString(self.end_cursor_) @@ -3411,6 +3472,9 @@ class QueryResultBatch(ProtocolBuffer.ProtocolMessage): d.skip(length) self.add_entity_result().TryMerge(tmp) continue + if tt == 26: + self.set_skipped_cursor(d.getPrefixedString()) + continue if tt == 34: self.set_end_cursor(d.getPrefixedString()) continue @@ -3440,6 +3504,7 @@ class QueryResultBatch(ProtocolBuffer.ProtocolMessage): res+=e.__str__(prefix + " ", printElemNumber) res+=prefix+">\n" cnt+=1 + if self.has_skipped_cursor_: res+=prefix+("skipped_cursor: %s\n" % self.DebugFormatString(self.skipped_cursor_)) if self.has_end_cursor_: res+=prefix+("end_cursor: %s\n" % self.DebugFormatString(self.end_cursor_)) if self.has_more_results_: res+=prefix+("more_results: %s\n" % self.DebugFormatInt32(self.more_results_)) if self.has_skipped_results_: res+=prefix+("skipped_results: %s\n" % self.DebugFormatInt32(self.skipped_results_)) @@ -3452,6 +3517,7 @@ class QueryResultBatch(ProtocolBuffer.ProtocolMessage): kentity_result_type = 1 kentity_result = 2 + kskipped_cursor = 3 kend_cursor = 4 kmore_results = 5 kskipped_results = 6 @@ -3461,6 +3527,7 @@ class QueryResultBatch(ProtocolBuffer.ProtocolMessage): 0: "ErrorCode", 1: "entity_result_type", 2: "entity_result", + 3: "skipped_cursor", 4: "end_cursor", 5: "more_results", 6: "skipped_results", @@ -3471,6 +3538,7 @@ class QueryResultBatch(ProtocolBuffer.ProtocolMessage): 0: ProtocolBuffer.Encoder.NUMERIC, 1: ProtocolBuffer.Encoder.NUMERIC, 2: ProtocolBuffer.Encoder.STRING, + 3: ProtocolBuffer.Encoder.STRING, 4: ProtocolBuffer.Encoder.STRING, 5: ProtocolBuffer.Encoder.NUMERIC, 6: ProtocolBuffer.Encoder.NUMERIC, @@ -3482,7 +3550,7 @@ class QueryResultBatch(ProtocolBuffer.ProtocolMessage): _STYLE_CONTENT_TYPE = """""" _PROTO_DESCRIPTOR_NAME = 'apphosting.datastore.v4.QueryResultBatch' _SERIALIZED_DESCRIPTOR = array.array('B') - _SERIALIZED_DESCRIPTOR.fromstring(base64.decodestring("WidhcHBob3N0aW5nL2RhdGFzdG9yZS9kYXRhc3RvcmVfdjQucHJvdG8KKGFwcGhvc3RpbmcuZGF0YXN0b3JlLnY0LlF1ZXJ5UmVzdWx0QmF0Y2gTGhJlbnRpdHlfcmVzdWx0X3R5cGUgASgAMAU4AhQTGg1lbnRpdHlfcmVzdWx0IAIoAjALOANKJGFwcGhvc3RpbmcuZGF0YXN0b3JlLnY0LkVudGl0eVJlc3VsdKMBqgEFY3R5cGWyAQZwcm90bzKkARQTGgplbmRfY3Vyc29yIAQoAjAJOAEUExoMbW9yZV9yZXN1bHRzIAUoADAFOAJoABQTGg9za2lwcGVkX3Jlc3VsdHMgBigAMAU4AUIBMKMBqgEHZGVmYXVsdLIBATCkARQTGhBzbmFwc2hvdF92ZXJzaW9uIAcoADADOAEUc3oPTW9yZVJlc3VsdHNUeXBliwGSAQxOT1RfRklOSVNIRUSYAQGMAYsBkgEYTU9SRV9SRVNVTFRTX0FGVEVSX0xJTUlUmAECjAGLAZIBD05PX01PUkVfUkVTVUxUU5gBA4wBdMIBHWFwcGhvc3RpbmcuZGF0YXN0b3JlLnY0LkVycm9y")) + _SERIALIZED_DESCRIPTOR.fromstring(base64.decodestring("WidhcHBob3N0aW5nL2RhdGFzdG9yZS9kYXRhc3RvcmVfdjQucHJvdG8KKGFwcGhvc3RpbmcuZGF0YXN0b3JlLnY0LlF1ZXJ5UmVzdWx0QmF0Y2gTGhJlbnRpdHlfcmVzdWx0X3R5cGUgASgAMAU4AhQTGg1lbnRpdHlfcmVzdWx0IAIoAjALOANKJGFwcGhvc3RpbmcuZGF0YXN0b3JlLnY0LkVudGl0eVJlc3VsdKMBqgEFY3R5cGWyAQZwcm90bzKkARQTGg5za2lwcGVkX2N1cnNvciADKAIwCTgBFBMaCmVuZF9jdXJzb3IgBCgCMAk4ARQTGgxtb3JlX3Jlc3VsdHMgBSgAMAU4AmgAFBMaD3NraXBwZWRfcmVzdWx0cyAGKAAwBTgBQgEwowGqAQdkZWZhdWx0sgEBMKQBFBMaEHNuYXBzaG90X3ZlcnNpb24gBygAMAM4ARRzeg9Nb3JlUmVzdWx0c1R5cGWLAZIBDE5PVF9GSU5JU0hFRJgBAYwBiwGSARhNT1JFX1JFU1VMVFNfQUZURVJfTElNSVSYAQKMAYsBkgEPTk9fTU9SRV9SRVNVTFRTmAEDjAF0wgEdYXBwaG9zdGluZy5kYXRhc3RvcmUudjQuRXJyb3I=")) if _net_proto___parse__python is not None: _net_proto___parse__python.RegisterType( _SERIALIZED_DESCRIPTOR.tostring()) @@ -8157,55 +8225,55 @@ class DatastoreV4Service(_server_stub_base_class): See BaseRpcServer in rpcserver.py for details. """ rpcserver._GetHandlerDecorator( - getattr(self.BeginTransaction, 'im_func' if str is bytes else '__func__'), + getattr(self.BeginTransaction, '__func__'), BeginTransactionRequest, BeginTransactionResponse, None, 'INTEGRITY') rpcserver._GetHandlerDecorator( - getattr(self.Rollback, 'im_func' if str is bytes else '__func__'), + getattr(self.Rollback, '__func__'), RollbackRequest, RollbackResponse, None, 'INTEGRITY') rpcserver._GetHandlerDecorator( - getattr(self.Commit, 'im_func' if str is bytes else '__func__'), + getattr(self.Commit, '__func__'), CommitRequest, CommitResponse, None, 'INTEGRITY') rpcserver._GetHandlerDecorator( - getattr(self.RunQuery, 'im_func' if str is bytes else '__func__'), + getattr(self.RunQuery, '__func__'), RunQueryRequest, RunQueryResponse, None, 'INTEGRITY') rpcserver._GetHandlerDecorator( - getattr(self.ContinueQuery, 'im_func' if str is bytes else '__func__'), + getattr(self.ContinueQuery, '__func__'), ContinueQueryRequest, ContinueQueryResponse, None, 'INTEGRITY') rpcserver._GetHandlerDecorator( - getattr(self.Lookup, 'im_func' if str is bytes else '__func__'), + getattr(self.Lookup, '__func__'), LookupRequest, LookupResponse, None, 'INTEGRITY') rpcserver._GetHandlerDecorator( - getattr(self.AllocateIds, 'im_func' if str is bytes else '__func__'), + getattr(self.AllocateIds, '__func__'), AllocateIdsRequest, AllocateIdsResponse, None, 'INTEGRITY') rpcserver._GetHandlerDecorator( - getattr(self.Get, 'im_func' if str is bytes else '__func__'), + getattr(self.Get, '__func__'), LookupRequest, LookupResponse, None, 'INTEGRITY') rpcserver._GetHandlerDecorator( - getattr(self.Write, 'im_func' if str is bytes else '__func__'), + getattr(self.Write, '__func__'), WriteRequest, CommitResponse, None, diff --git a/python/google/appengine/datastore/document_pb.py b/python/google/appengine/datastore/document_pb.py index b2bd3bb4..c98020c1 100644 --- a/python/google/appengine/datastore/document_pb.py +++ b/python/google/appengine/datastore/document_pb.py @@ -669,149 +669,6 @@ class FieldTypes(ProtocolBuffer.ProtocolMessage): _STYLE = """""" _STYLE_CONTENT_TYPE = """""" _PROTO_DESCRIPTOR_NAME = 'storage_onestore_v3.FieldTypes' -class FieldMetadata(ProtocolBuffer.ProtocolMessage): - has_name_ = 0 - name_ = "" - - def __init__(self, contents=None): - self.type_ = [] - if contents is not None: self.MergeFromString(contents) - - def name(self): return self.name_ - - def set_name(self, x): - self.has_name_ = 1 - self.name_ = x - - def clear_name(self): - if self.has_name_: - self.has_name_ = 0 - self.name_ = "" - - def has_name(self): return self.has_name_ - - def type_size(self): return len(self.type_) - def type_list(self): return self.type_ - - def type(self, i): - return self.type_[i] - - def set_type(self, i, x): - self.type_[i] = x - - def add_type(self, x): - self.type_.append(x) - - def clear_type(self): - self.type_ = [] - - - def MergeFrom(self, x): - assert x is not self - if (x.has_name()): self.set_name(x.name()) - for i in xrange(x.type_size()): self.add_type(x.type(i)) - - def Equals(self, x): - if x is self: return 1 - if self.has_name_ != x.has_name_: return 0 - if self.has_name_ and self.name_ != x.name_: return 0 - if len(self.type_) != len(x.type_): return 0 - for e1, e2 in zip(self.type_, x.type_): - if e1 != e2: return 0 - return 1 - - def IsInitialized(self, debug_strs=None): - initialized = 1 - if (not self.has_name_): - initialized = 0 - if debug_strs is not None: - debug_strs.append('Required field: name not set.') - return initialized - - def ByteSize(self): - n = 0 - n += self.lengthString(len(self.name_)) - n += 1 * len(self.type_) - for i in xrange(len(self.type_)): n += self.lengthVarInt64(self.type_[i]) - return n + 1 - - def ByteSizePartial(self): - n = 0 - if (self.has_name_): - n += 1 - n += self.lengthString(len(self.name_)) - n += 1 * len(self.type_) - for i in xrange(len(self.type_)): n += self.lengthVarInt64(self.type_[i]) - return n - - def Clear(self): - self.clear_name() - self.clear_type() - - def OutputUnchecked(self, out): - out.putVarInt32(10) - out.putPrefixedString(self.name_) - for i in xrange(len(self.type_)): - out.putVarInt32(16) - out.putVarInt32(self.type_[i]) - - def OutputPartial(self, out): - if (self.has_name_): - out.putVarInt32(10) - out.putPrefixedString(self.name_) - for i in xrange(len(self.type_)): - out.putVarInt32(16) - out.putVarInt32(self.type_[i]) - - def TryMerge(self, d): - while d.avail() > 0: - tt = d.getVarInt32() - if tt == 10: - self.set_name(d.getPrefixedString()) - continue - if tt == 16: - self.add_type(d.getVarInt32()) - continue - - - if (tt == 0): raise ProtocolBuffer.ProtocolBufferDecodeError - d.skipData(tt) - - - def __str__(self, prefix="", printElemNumber=0): - res="" - if self.has_name_: res+=prefix+("name: %s\n" % self.DebugFormatString(self.name_)) - cnt=0 - for e in self.type_: - elm="" - if printElemNumber: elm="(%d)" % cnt - res+=prefix+("type%s: %s\n" % (elm, self.DebugFormatInt32(e))) - cnt+=1 - return res - - - def _BuildTagLookupTable(sparse, maxtag, default=None): - return tuple([sparse.get(i, default) for i in xrange(0, 1+maxtag)]) - - kname = 1 - ktype = 2 - - _TEXT = _BuildTagLookupTable({ - 0: "ErrorCode", - 1: "name", - 2: "type", - }, 2) - - _TYPES = _BuildTagLookupTable({ - 0: ProtocolBuffer.Encoder.NUMERIC, - 1: ProtocolBuffer.Encoder.STRING, - 2: ProtocolBuffer.Encoder.NUMERIC, - }, 2, ProtocolBuffer.Encoder.MAX_TYPE) - - - _STYLE = """""" - _STYLE_CONTENT_TYPE = """""" - _PROTO_DESCRIPTOR_NAME = 'storage_onestore_v3.FieldMetadata' class IndexMetadata(ProtocolBuffer.ProtocolMessage): has_is_over_field_number_threshold_ = 0 is_over_field_number_threshold_ = 0 @@ -1654,4 +1511,4 @@ class Document(ProtocolBuffer.ProtocolMessage): if _extension_runtime: pass -__all__ = ['FieldValue','FieldValue_Geo','Field','FieldTypes','FieldMetadata','IndexMetadata','FacetValue','Facet','DocumentMetadata','Document'] +__all__ = ['FieldValue','FieldValue_Geo','Field','FieldTypes','IndexMetadata','FacetValue','Facet','DocumentMetadata','Document'] diff --git a/python/google/appengine/datastore/entity_pb.py b/python/google/appengine/datastore/entity_pb.py index 370c8a3b..00a43043 100644 --- a/python/google/appengine/datastore/entity_pb.py +++ b/python/google/appengine/datastore/entity_pb.py @@ -1154,19 +1154,6 @@ class Property(ProtocolBuffer.ProtocolMessage): def Meaning_Name(cls, x): return cls._Meaning_NAMES.get(x, "") Meaning_Name = classmethod(Meaning_Name) - - - HTML = 1 - ATOM = 2 - - _FtsTokenizationOption_NAMES = { - 1: "HTML", - 2: "ATOM", - } - - def FtsTokenizationOption_Name(cls, x): return cls._FtsTokenizationOption_NAMES.get(x, "") - FtsTokenizationOption_Name = classmethod(FtsTokenizationOption_Name) - has_meaning_ = 0 meaning_ = 0 has_meaning_uri_ = 0 @@ -1176,12 +1163,8 @@ class Property(ProtocolBuffer.ProtocolMessage): has_value_ = 0 has_multiple_ = 0 multiple_ = 0 - has_searchable_ = 0 - searchable_ = 0 - has_fts_tokenization_option_ = 0 - fts_tokenization_option_ = 0 - has_locale_ = 0 - locale_ = "en" + has_embedded_ = 0 + embedded_ = 0 def __init__(self, contents=None): self.value_ = PropertyValue() @@ -1247,44 +1230,18 @@ class Property(ProtocolBuffer.ProtocolMessage): def has_multiple(self): return self.has_multiple_ - def searchable(self): return self.searchable_ - - def set_searchable(self, x): - self.has_searchable_ = 1 - self.searchable_ = x - - def clear_searchable(self): - if self.has_searchable_: - self.has_searchable_ = 0 - self.searchable_ = 0 - - def has_searchable(self): return self.has_searchable_ - - def fts_tokenization_option(self): return self.fts_tokenization_option_ - - def set_fts_tokenization_option(self, x): - self.has_fts_tokenization_option_ = 1 - self.fts_tokenization_option_ = x - - def clear_fts_tokenization_option(self): - if self.has_fts_tokenization_option_: - self.has_fts_tokenization_option_ = 0 - self.fts_tokenization_option_ = 0 - - def has_fts_tokenization_option(self): return self.has_fts_tokenization_option_ + def embedded(self): return self.embedded_ - def locale(self): return self.locale_ + def set_embedded(self, x): + self.has_embedded_ = 1 + self.embedded_ = x - def set_locale(self, x): - self.has_locale_ = 1 - self.locale_ = x + def clear_embedded(self): + if self.has_embedded_: + self.has_embedded_ = 0 + self.embedded_ = 0 - def clear_locale(self): - if self.has_locale_: - self.has_locale_ = 0 - self.locale_ = "en" - - def has_locale(self): return self.has_locale_ + def has_embedded(self): return self.has_embedded_ def MergeFrom(self, x): @@ -1294,9 +1251,7 @@ class Property(ProtocolBuffer.ProtocolMessage): if (x.has_name()): self.set_name(x.name()) if (x.has_value()): self.mutable_value().MergeFrom(x.value()) if (x.has_multiple()): self.set_multiple(x.multiple()) - if (x.has_searchable()): self.set_searchable(x.searchable()) - if (x.has_fts_tokenization_option()): self.set_fts_tokenization_option(x.fts_tokenization_option()) - if (x.has_locale()): self.set_locale(x.locale()) + if (x.has_embedded()): self.set_embedded(x.embedded()) def Equals(self, x): if x is self: return 1 @@ -1310,12 +1265,8 @@ class Property(ProtocolBuffer.ProtocolMessage): if self.has_value_ and self.value_ != x.value_: return 0 if self.has_multiple_ != x.has_multiple_: return 0 if self.has_multiple_ and self.multiple_ != x.multiple_: return 0 - if self.has_searchable_ != x.has_searchable_: return 0 - if self.has_searchable_ and self.searchable_ != x.searchable_: return 0 - if self.has_fts_tokenization_option_ != x.has_fts_tokenization_option_: return 0 - if self.has_fts_tokenization_option_ and self.fts_tokenization_option_ != x.fts_tokenization_option_: return 0 - if self.has_locale_ != x.has_locale_: return 0 - if self.has_locale_ and self.locale_ != x.locale_: return 0 + if self.has_embedded_ != x.has_embedded_: return 0 + if self.has_embedded_ and self.embedded_ != x.embedded_: return 0 return 1 def IsInitialized(self, debug_strs=None): @@ -1341,9 +1292,7 @@ class Property(ProtocolBuffer.ProtocolMessage): if (self.has_meaning_uri_): n += 1 + self.lengthString(len(self.meaning_uri_)) n += self.lengthString(len(self.name_)) n += self.lengthString(self.value_.ByteSize()) - if (self.has_searchable_): n += 2 - if (self.has_fts_tokenization_option_): n += 1 + self.lengthVarInt64(self.fts_tokenization_option_) - if (self.has_locale_): n += 1 + self.lengthString(len(self.locale_)) + if (self.has_embedded_): n += 2 return n + 4 def ByteSizePartial(self): @@ -1358,9 +1307,7 @@ class Property(ProtocolBuffer.ProtocolMessage): n += self.lengthString(self.value_.ByteSizePartial()) if (self.has_multiple_): n += 2 - if (self.has_searchable_): n += 2 - if (self.has_fts_tokenization_option_): n += 1 + self.lengthVarInt64(self.fts_tokenization_option_) - if (self.has_locale_): n += 1 + self.lengthString(len(self.locale_)) + if (self.has_embedded_): n += 2 return n def Clear(self): @@ -1369,9 +1316,7 @@ class Property(ProtocolBuffer.ProtocolMessage): self.clear_name() self.clear_value() self.clear_multiple() - self.clear_searchable() - self.clear_fts_tokenization_option() - self.clear_locale() + self.clear_embedded() def OutputUnchecked(self, out): if (self.has_meaning_): @@ -1387,15 +1332,9 @@ class Property(ProtocolBuffer.ProtocolMessage): out.putVarInt32(42) out.putVarInt32(self.value_.ByteSize()) self.value_.OutputUnchecked(out) - if (self.has_searchable_): + if (self.has_embedded_): out.putVarInt32(48) - out.putBoolean(self.searchable_) - if (self.has_fts_tokenization_option_): - out.putVarInt32(64) - out.putVarInt32(self.fts_tokenization_option_) - if (self.has_locale_): - out.putVarInt32(74) - out.putPrefixedString(self.locale_) + out.putBoolean(self.embedded_) def OutputPartial(self, out): if (self.has_meaning_): @@ -1414,15 +1353,9 @@ class Property(ProtocolBuffer.ProtocolMessage): out.putVarInt32(42) out.putVarInt32(self.value_.ByteSizePartial()) self.value_.OutputPartial(out) - if (self.has_searchable_): + if (self.has_embedded_): out.putVarInt32(48) - out.putBoolean(self.searchable_) - if (self.has_fts_tokenization_option_): - out.putVarInt32(64) - out.putVarInt32(self.fts_tokenization_option_) - if (self.has_locale_): - out.putVarInt32(74) - out.putPrefixedString(self.locale_) + out.putBoolean(self.embedded_) def TryMerge(self, d): while d.avail() > 0: @@ -1446,13 +1379,7 @@ class Property(ProtocolBuffer.ProtocolMessage): self.mutable_value().TryMerge(tmp) continue if tt == 48: - self.set_searchable(d.getBoolean()) - continue - if tt == 64: - self.set_fts_tokenization_option(d.getVarInt32()) - continue - if tt == 74: - self.set_locale(d.getPrefixedString()) + self.set_embedded(d.getBoolean()) continue @@ -1470,9 +1397,7 @@ class Property(ProtocolBuffer.ProtocolMessage): res+=self.value_.__str__(prefix + " ", printElemNumber) res+=prefix+">\n" if self.has_multiple_: res+=prefix+("multiple: %s\n" % self.DebugFormatBool(self.multiple_)) - if self.has_searchable_: res+=prefix+("searchable: %s\n" % self.DebugFormatBool(self.searchable_)) - if self.has_fts_tokenization_option_: res+=prefix+("fts_tokenization_option: %s\n" % self.DebugFormatInt32(self.fts_tokenization_option_)) - if self.has_locale_: res+=prefix+("locale: %s\n" % self.DebugFormatString(self.locale_)) + if self.has_embedded_: res+=prefix+("embedded: %s\n" % self.DebugFormatBool(self.embedded_)) return res @@ -1484,9 +1409,7 @@ class Property(ProtocolBuffer.ProtocolMessage): kname = 3 kvalue = 5 kmultiple = 4 - ksearchable = 6 - kfts_tokenization_option = 8 - klocale = 9 + kembedded = 6 _TEXT = _BuildTagLookupTable({ 0: "ErrorCode", @@ -1495,10 +1418,8 @@ class Property(ProtocolBuffer.ProtocolMessage): 3: "name", 4: "multiple", 5: "value", - 6: "searchable", - 8: "fts_tokenization_option", - 9: "locale", - }, 9) + 6: "embedded", + }, 6) _TYPES = _BuildTagLookupTable({ 0: ProtocolBuffer.Encoder.NUMERIC, @@ -1508,9 +1429,7 @@ class Property(ProtocolBuffer.ProtocolMessage): 4: ProtocolBuffer.Encoder.NUMERIC, 5: ProtocolBuffer.Encoder.STRING, 6: ProtocolBuffer.Encoder.NUMERIC, - 8: ProtocolBuffer.Encoder.NUMERIC, - 9: ProtocolBuffer.Encoder.STRING, - }, 9, ProtocolBuffer.Encoder.MAX_TYPE) + }, 6, ProtocolBuffer.Encoder.MAX_TYPE) _STYLE = """""" @@ -2294,8 +2213,6 @@ class EntityProto(ProtocolBuffer.ProtocolMessage): kind_ = 0 has_kind_uri_ = 0 kind_uri_ = "" - has_rank_ = 0 - rank_ = 0 def __init__(self, contents=None): self.key_ = Reference() @@ -2398,19 +2315,6 @@ class EntityProto(ProtocolBuffer.ProtocolMessage): def clear_raw_property(self): self.raw_property_ = [] - def rank(self): return self.rank_ - - def set_rank(self, x): - self.has_rank_ = 1 - self.rank_ = x - - def clear_rank(self): - if self.has_rank_: - self.has_rank_ = 0 - self.rank_ = 0 - - def has_rank(self): return self.has_rank_ - def MergeFrom(self, x): assert x is not self @@ -2421,7 +2325,6 @@ class EntityProto(ProtocolBuffer.ProtocolMessage): if (x.has_kind_uri()): self.set_kind_uri(x.kind_uri()) for i in xrange(x.property_size()): self.add_property().CopyFrom(x.property(i)) for i in xrange(x.raw_property_size()): self.add_raw_property().CopyFrom(x.raw_property(i)) - if (x.has_rank()): self.set_rank(x.rank()) def Equals(self, x): if x is self: return 1 @@ -2441,8 +2344,6 @@ class EntityProto(ProtocolBuffer.ProtocolMessage): if len(self.raw_property_) != len(x.raw_property_): return 0 for e1, e2 in zip(self.raw_property_, x.raw_property_): if e1 != e2: return 0 - if self.has_rank_ != x.has_rank_: return 0 - if self.has_rank_ and self.rank_ != x.rank_: return 0 return 1 def IsInitialized(self, debug_strs=None): @@ -2475,7 +2376,6 @@ class EntityProto(ProtocolBuffer.ProtocolMessage): for i in xrange(len(self.property_)): n += self.lengthString(self.property_[i].ByteSize()) n += 1 * len(self.raw_property_) for i in xrange(len(self.raw_property_)): n += self.lengthString(self.raw_property_[i].ByteSize()) - if (self.has_rank_): n += 2 + self.lengthVarInt64(self.rank_) return n + 3 def ByteSizePartial(self): @@ -2493,7 +2393,6 @@ class EntityProto(ProtocolBuffer.ProtocolMessage): for i in xrange(len(self.property_)): n += self.lengthString(self.property_[i].ByteSizePartial()) n += 1 * len(self.raw_property_) for i in xrange(len(self.raw_property_)): n += self.lengthString(self.raw_property_[i].ByteSizePartial()) - if (self.has_rank_): n += 2 + self.lengthVarInt64(self.rank_) return n def Clear(self): @@ -2504,7 +2403,6 @@ class EntityProto(ProtocolBuffer.ProtocolMessage): self.clear_kind_uri() self.clear_property() self.clear_raw_property() - self.clear_rank() def OutputUnchecked(self, out): if (self.has_kind_): @@ -2531,9 +2429,6 @@ class EntityProto(ProtocolBuffer.ProtocolMessage): out.putVarInt32(138) out.putVarInt32(self.owner_.ByteSize()) self.owner_.OutputUnchecked(out) - if (self.has_rank_): - out.putVarInt32(144) - out.putVarInt32(self.rank_) def OutputPartial(self, out): if (self.has_kind_): @@ -2562,9 +2457,6 @@ class EntityProto(ProtocolBuffer.ProtocolMessage): out.putVarInt32(138) out.putVarInt32(self.owner_.ByteSizePartial()) self.owner_.OutputPartial(out) - if (self.has_rank_): - out.putVarInt32(144) - out.putVarInt32(self.rank_) def TryMerge(self, d): while d.avail() > 0: @@ -2605,9 +2497,6 @@ class EntityProto(ProtocolBuffer.ProtocolMessage): d.skip(length) self.mutable_owner().TryMerge(tmp) continue - if tt == 144: - self.set_rank(d.getVarInt32()) - continue if (tt == 0): raise ProtocolBuffer.ProtocolBufferDecodeError @@ -2646,7 +2535,6 @@ class EntityProto(ProtocolBuffer.ProtocolMessage): res+=e.__str__(prefix + " ", printElemNumber) res+=prefix+">\n" cnt+=1 - if self.has_rank_: res+=prefix+("rank: %s\n" % self.DebugFormatInt32(self.rank_)) return res @@ -2660,7 +2548,6 @@ class EntityProto(ProtocolBuffer.ProtocolMessage): kkind_uri = 5 kproperty = 14 kraw_property = 15 - krank = 18 _TEXT = _BuildTagLookupTable({ 0: "ErrorCode", @@ -2671,8 +2558,7 @@ class EntityProto(ProtocolBuffer.ProtocolMessage): 15: "raw_property", 16: "entity_group", 17: "owner", - 18: "rank", - }, 18) + }, 17) _TYPES = _BuildTagLookupTable({ 0: ProtocolBuffer.Encoder.NUMERIC, @@ -2683,8 +2569,7 @@ class EntityProto(ProtocolBuffer.ProtocolMessage): 15: ProtocolBuffer.Encoder.STRING, 16: ProtocolBuffer.Encoder.STRING, 17: ProtocolBuffer.Encoder.STRING, - 18: ProtocolBuffer.Encoder.NUMERIC, - }, 18, ProtocolBuffer.Encoder.MAX_TYPE) + }, 17, ProtocolBuffer.Encoder.MAX_TYPE) _STYLE = """""" @@ -2865,7 +2750,7 @@ class Index_Property(ProtocolBuffer.ProtocolMessage): has_name_ = 0 name_ = "" has_direction_ = 0 - direction_ = 1 + direction_ = 0 has_mode_ = 0 mode_ = 0 @@ -2894,7 +2779,7 @@ class Index_Property(ProtocolBuffer.ProtocolMessage): def clear_direction(self): if self.has_direction_: self.has_direction_ = 0 - self.direction_ = 1 + self.direction_ = 0 def has_direction(self): return self.has_direction_ @@ -3218,6 +3103,21 @@ class CompositeIndex(ProtocolBuffer.ProtocolMessage): def State_Name(cls, x): return cls._State_NAMES.get(x, "") State_Name = classmethod(State_Name) + + + PENDING = 1 + ACTIVE = 2 + COMPLETED = 3 + + _WorkflowState_NAMES = { + 1: "PENDING", + 2: "ACTIVE", + 3: "COMPLETED", + } + + def WorkflowState_Name(cls, x): return cls._WorkflowState_NAMES.get(x, "") + WorkflowState_Name = classmethod(WorkflowState_Name) + has_app_id_ = 0 app_id_ = "" has_id_ = 0 @@ -3225,6 +3125,10 @@ class CompositeIndex(ProtocolBuffer.ProtocolMessage): has_definition_ = 0 has_state_ = 0 state_ = 0 + has_workflow_state_ = 0 + workflow_state_ = 0 + has_error_message_ = 0 + error_message_ = "" has_only_use_if_required_ = 0 only_use_if_required_ = 0 has_disabled_index_ = 0 @@ -3284,6 +3188,32 @@ class CompositeIndex(ProtocolBuffer.ProtocolMessage): def has_state(self): return self.has_state_ + def workflow_state(self): return self.workflow_state_ + + def set_workflow_state(self, x): + self.has_workflow_state_ = 1 + self.workflow_state_ = x + + def clear_workflow_state(self): + if self.has_workflow_state_: + self.has_workflow_state_ = 0 + self.workflow_state_ = 0 + + def has_workflow_state(self): return self.has_workflow_state_ + + def error_message(self): return self.error_message_ + + def set_error_message(self, x): + self.has_error_message_ = 1 + self.error_message_ = x + + def clear_error_message(self): + if self.has_error_message_: + self.has_error_message_ = 0 + self.error_message_ = "" + + def has_error_message(self): return self.has_error_message_ + def only_use_if_required(self): return self.only_use_if_required_ def set_only_use_if_required(self, x): @@ -3345,6 +3275,8 @@ class CompositeIndex(ProtocolBuffer.ProtocolMessage): if (x.has_id()): self.set_id(x.id()) if (x.has_definition()): self.mutable_definition().MergeFrom(x.definition()) if (x.has_state()): self.set_state(x.state()) + if (x.has_workflow_state()): self.set_workflow_state(x.workflow_state()) + if (x.has_error_message()): self.set_error_message(x.error_message()) if (x.has_only_use_if_required()): self.set_only_use_if_required(x.only_use_if_required()) if (x.has_disabled_index()): self.set_disabled_index(x.disabled_index()) for i in xrange(x.read_division_family_size()): self.add_read_division_family(x.read_division_family(i)) @@ -3360,6 +3292,10 @@ class CompositeIndex(ProtocolBuffer.ProtocolMessage): if self.has_definition_ and self.definition_ != x.definition_: return 0 if self.has_state_ != x.has_state_: return 0 if self.has_state_ and self.state_ != x.state_: return 0 + if self.has_workflow_state_ != x.has_workflow_state_: return 0 + if self.has_workflow_state_ and self.workflow_state_ != x.workflow_state_: return 0 + if self.has_error_message_ != x.has_error_message_: return 0 + if self.has_error_message_ and self.error_message_ != x.error_message_: return 0 if self.has_only_use_if_required_ != x.has_only_use_if_required_: return 0 if self.has_only_use_if_required_ and self.only_use_if_required_ != x.only_use_if_required_: return 0 if self.has_disabled_index_ != x.has_disabled_index_: return 0 @@ -3398,6 +3334,8 @@ class CompositeIndex(ProtocolBuffer.ProtocolMessage): n += self.lengthVarInt64(self.id_) n += self.lengthString(self.definition_.ByteSize()) n += self.lengthVarInt64(self.state_) + if (self.has_workflow_state_): n += 1 + self.lengthVarInt64(self.workflow_state_) + if (self.has_error_message_): n += 1 + self.lengthString(len(self.error_message_)) if (self.has_only_use_if_required_): n += 2 if (self.has_disabled_index_): n += 2 n += 1 * len(self.read_division_family_) @@ -3419,6 +3357,8 @@ class CompositeIndex(ProtocolBuffer.ProtocolMessage): if (self.has_state_): n += 1 n += self.lengthVarInt64(self.state_) + if (self.has_workflow_state_): n += 1 + self.lengthVarInt64(self.workflow_state_) + if (self.has_error_message_): n += 1 + self.lengthString(len(self.error_message_)) if (self.has_only_use_if_required_): n += 2 if (self.has_disabled_index_): n += 2 n += 1 * len(self.read_division_family_) @@ -3431,6 +3371,8 @@ class CompositeIndex(ProtocolBuffer.ProtocolMessage): self.clear_id() self.clear_definition() self.clear_state() + self.clear_workflow_state() + self.clear_error_message() self.clear_only_use_if_required() self.clear_disabled_index() self.clear_read_division_family() @@ -3458,6 +3400,12 @@ class CompositeIndex(ProtocolBuffer.ProtocolMessage): if (self.has_disabled_index_): out.putVarInt32(72) out.putBoolean(self.disabled_index_) + if (self.has_workflow_state_): + out.putVarInt32(80) + out.putVarInt32(self.workflow_state_) + if (self.has_error_message_): + out.putVarInt32(90) + out.putPrefixedString(self.error_message_) def OutputPartial(self, out): if (self.has_app_id_): @@ -3485,6 +3433,12 @@ class CompositeIndex(ProtocolBuffer.ProtocolMessage): if (self.has_disabled_index_): out.putVarInt32(72) out.putBoolean(self.disabled_index_) + if (self.has_workflow_state_): + out.putVarInt32(80) + out.putVarInt32(self.workflow_state_) + if (self.has_error_message_): + out.putVarInt32(90) + out.putPrefixedString(self.error_message_) def TryMerge(self, d): while d.avail() > 0: @@ -3516,6 +3470,12 @@ class CompositeIndex(ProtocolBuffer.ProtocolMessage): if tt == 72: self.set_disabled_index(d.getBoolean()) continue + if tt == 80: + self.set_workflow_state(d.getVarInt32()) + continue + if tt == 90: + self.set_error_message(d.getPrefixedString()) + continue if (tt == 0): raise ProtocolBuffer.ProtocolBufferDecodeError @@ -3531,6 +3491,8 @@ class CompositeIndex(ProtocolBuffer.ProtocolMessage): res+=self.definition_.__str__(prefix + " ", printElemNumber) res+=prefix+">\n" if self.has_state_: res+=prefix+("state: %s\n" % self.DebugFormatInt32(self.state_)) + if self.has_workflow_state_: res+=prefix+("workflow_state: %s\n" % self.DebugFormatInt32(self.workflow_state_)) + if self.has_error_message_: res+=prefix+("error_message: %s\n" % self.DebugFormatString(self.error_message_)) if self.has_only_use_if_required_: res+=prefix+("only_use_if_required: %s\n" % self.DebugFormatBool(self.only_use_if_required_)) if self.has_disabled_index_: res+=prefix+("disabled_index: %s\n" % self.DebugFormatBool(self.disabled_index_)) cnt=0 @@ -3550,6 +3512,8 @@ class CompositeIndex(ProtocolBuffer.ProtocolMessage): kid = 2 kdefinition = 3 kstate = 4 + kworkflow_state = 10 + kerror_message = 11 konly_use_if_required = 6 kdisabled_index = 9 kread_division_family = 7 @@ -3565,7 +3529,9 @@ class CompositeIndex(ProtocolBuffer.ProtocolMessage): 7: "read_division_family", 8: "write_division_family", 9: "disabled_index", - }, 9) + 10: "workflow_state", + 11: "error_message", + }, 11) _TYPES = _BuildTagLookupTable({ 0: ProtocolBuffer.Encoder.NUMERIC, @@ -3577,7 +3543,9 @@ class CompositeIndex(ProtocolBuffer.ProtocolMessage): 7: ProtocolBuffer.Encoder.STRING, 8: ProtocolBuffer.Encoder.STRING, 9: ProtocolBuffer.Encoder.NUMERIC, - }, 9, ProtocolBuffer.Encoder.MAX_TYPE) + 10: ProtocolBuffer.Encoder.NUMERIC, + 11: ProtocolBuffer.Encoder.STRING, + }, 11, ProtocolBuffer.Encoder.MAX_TYPE) _STYLE = """""" diff --git a/python/lib/PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py b/python/google/appengine/dist27/gae_override/__init__.py similarity index 100% copy from python/lib/PyAMF/doc/tutorials/examples/gateways/appengine/demo/simplejson/tests/__init__.py copy to python/google/appengine/dist27/gae_override/__init__.py diff --git a/python/lib/PyAMF/pyamf/tests/adapters/django_app/__init__.py b/python/google/appengine/dist27/python_std_lib/__init__.py similarity index 100% rename from python/lib/PyAMF/pyamf/tests/adapters/django_app/__init__.py rename to python/google/appengine/dist27/python_std_lib/__init__.py diff --git a/python/google/appengine/ext/admin/templates/images/google.gif b/python/google/appengine/ext/admin/templates/images/google.gif old mode 100755 new mode 100644 diff --git a/python/google/appengine/ext/analytics/static/analytics_js.js b/python/google/appengine/ext/analytics/static/analytics_js.js index 03236966..c56e0edd 100644 --- a/python/google/appengine/ext/analytics/static/analytics_js.js +++ b/python/google/appengine/ext/analytics/static/analytics_js.js @@ -1,24 +1,24 @@ /* Copyright 2008-9 Google Inc. All Rights Reserved. */ (function(){var l,m=this,n=function(a){var b=typeof a;if("object"==b)if(a){if(a instanceof Array)return"array";if(a instanceof Object)return b;var c=Object.prototype.toString.call(a);if("[object Window]"==c)return"object";if("[object Array]"==c||"number"==typeof a.length&&"undefined"!=typeof a.splice&&"undefined"!=typeof a.propertyIsEnumerable&&!a.propertyIsEnumerable("splice"))return"array";if("[object Function]"==c||"undefined"!=typeof a.call&&"undefined"!=typeof a.propertyIsEnumerable&&!a.propertyIsEnumerable("call"))return"function"}else return"null"; else if("function"==b&&"undefined"==typeof a.call)return"object";return b},q=function(a){return"string"==typeof a},r=function(a,b){var c=Array.prototype.slice.call(arguments,1);return function(){var b=c.slice();b.push.apply(b,arguments);return a.apply(this,b)}},aa=Date.now||function(){return+new Date},s=function(a,b){var c=a.split("."),e=m;c[0]in e||!e.execScript||e.execScript("var "+c[0]);for(var d;c.length&&(d=c.shift());)c.length||void 0===b?e=e[d]?e[d]:e[d]={}:e[d]=b},t=function(a,b){function c(){} -c.prototype=b.prototype;a.o=b.prototype;a.prototype=new c;a.u=function(a,c,f){return b.prototype[c].apply(a,Array.prototype.slice.call(arguments,2))}};var u=function(a){if(Error.captureStackTrace)Error.captureStackTrace(this,u);else{var b=Error().stack;b&&(this.stack=b)}a&&(this.message=String(a))};t(u,Error);var ba=function(a,b){for(var c=a.split("%s"),e="",d=Array.prototype.slice.call(arguments,1);d.length&&1b?1:0};var y=function(a,b){b.unshift(a);u.call(this,ba.apply(null,b));b.shift()};t(y,u);var z=function(a,b,c){if(!a){var e="Assertion failed";if(b)var e=e+(": "+b),d=Array.prototype.slice.call(arguments,2);throw new y(""+e,d||[]);}};var B=Array.prototype,C=B.indexOf?function(a,b,c){z(null!=a.length);return B.indexOf.call(a,b,c)}:function(a,b,c){c=null==c?0:0>c?Math.max(0,a.length+c):c;if(q(a))return q(b)&&1==b.length?a.indexOf(b,c):-1;for(;c=arguments.length?B.slice.call(a,b):B.slice.call(a,b,c)};var E;t:{var F=m.navigator;if(F){var G=F.userAgent;if(G){E=G;break t}}E=""};var H=-1!=E.indexOf("Opera")||-1!=E.indexOf("OPR"),I=-1!=E.indexOf("Trident")||-1!=E.indexOf("MSIE"),J=-1!=E.indexOf("Gecko")&&-1==E.toLowerCase().indexOf("webkit")&&!(-1!=E.indexOf("Trident")||-1!=E.indexOf("MSIE")),K=-1!=E.toLowerCase().indexOf("webkit"),L=function(){var a=m.document;return a?a.documentMode:void 0},M=function(){var a="",b;if(H&&m.opera)return a=m.opera.version,"function"==n(a)?a():a;J?b=/rv\:([^\);]+)(\)|;)/:I?b=/\b(?:MSIE|rv)[: ]([^\);]+)(\)|;)/:K&&(b=/WebKit\/(\S+)/);b&&(a=(a= -b.exec(E))?a[1]:"");return I&&(b=L(),b>parseFloat(a))?String(b):a}(),N={},O=function(a){var b;if(!(b=N[a])){b=0;for(var c=String(M).replace(/^[\s\xa0]+|[\s\xa0]+$/g,"").split("."),e=String(a).replace(/^[\s\xa0]+|[\s\xa0]+$/g,"").split("."),d=Math.max(c.length,e.length),f=0;0==b&&f=a.keyCode)a.keyCode=-1}catch(b){}};var na="closure_listenable_"+(1E6*Math.random()|0),oa=0;var pa=function(a,b,c,e,d){this.c=a;this.e=null;this.src=b;this.type=c;this.g=!!e;this.f=d;this.key=++oa;this.d=this.h=!1},qa=function(a){a.d=!0;a.c=null;a.e=null;a.src=null;a.f=null};var T=function(a){this.src=a;this.b={};this.i=0};T.prototype.add=function(a,b,c,e,d){var f=a.toString();a=this.b[f];a||(a=this.b[f]=[],this.i++);var g;t:{for(g=0;gd.keyCode||void 0!=d.returnValue)){t:{var f=!1;if(0==d.keyCode)try{d.keyCode=-1;break t}catch(g){f=!0}if(f||void 0==d.returnValue)d.returnValue=!0}d=[];for(f=c.currentTarget;f;f=f.parentNode)d.push(f);for(var f=a.type,h=d.length-1;!c.j&&0<=h;h--)c.currentTarget=d[h],e&=za(d[h],f,!0,c);for(h= -0;!c.j&&h>>0),wa=function(a){z(a,"Listener can not be null.");if("function"==n(a))return a;z(a.handleEvent,"An object listener must have handleEvent method.");a[X]||(a[X]=function(b){return a.handleEvent(b)});return a[X]};var Z=function(a,b,c){"number"==typeof a?(this.a=Aa(a,b||0,c||1),Y(this,c||1)):(b=typeof a,"object"==b&&null!=a||"function"==b?(this.a=Aa(a.getFullYear(),a.getMonth(),a.getDate()),Y(this,a.getDate())):(this.a=new Date(aa()),this.a.setHours(0),this.a.setMinutes(0),this.a.setSeconds(0),this.a.setMilliseconds(0)))},Aa=function(a,b,c){b=new Date(a,b,c);0<=a&&100>a&&b.setFullYear(b.getFullYear()-1900);return b};l=Z.prototype;l.getFullYear=function(){return this.a.getFullYear()};l.getYear=function(){return this.getFullYear()}; +c.prototype=b.prototype;a.o=b.prototype;a.prototype=new c;a.u=function(a,c,f){return b.prototype[c].apply(a,Array.prototype.slice.call(arguments,2))}};var u=function(a){if(Error.captureStackTrace)Error.captureStackTrace(this,u);else{var b=Error().stack;b&&(this.stack=b)}a&&(this.message=String(a))};t(u,Error);var ba=function(a,b){for(var c=a.split("%s"),e="",d=Array.prototype.slice.call(arguments,1);d.length&&1b?1:0};var z=function(a,b){b.unshift(a);u.call(this,ba.apply(null,b));b.shift()};t(z,u);var A=function(a,b,c){if(!a){var e="Assertion failed";if(b)var e=e+(": "+b),d=Array.prototype.slice.call(arguments,2);throw new z(""+e,d||[]);}};var C=Array.prototype,D=C.indexOf?function(a,b,c){A(null!=a.length);return C.indexOf.call(a,b,c)}:function(a,b,c){c=null==c?0:0>c?Math.max(0,a.length+c):c;if(q(a))return q(b)&&1==b.length?a.indexOf(b,c):-1;for(;c=arguments.length?C.slice.call(a,b):C.slice.call(a,b,c)};var F;t:{var G=m.navigator;if(G){var H=G.userAgent;if(H){F=H;break t}}F=""}var I=function(a){return-1!=F.indexOf(a)};var J=I("Opera")||I("OPR"),K=I("Trident")||I("MSIE"),L=I("Gecko")&&-1==F.toLowerCase().indexOf("webkit")&&!(I("Trident")||I("MSIE")),M=-1!=F.toLowerCase().indexOf("webkit"),N=function(){var a=m.document;return a?a.documentMode:void 0},fa=function(){var a="",b;if(J&&m.opera)return a=m.opera.version,"function"==n(a)?a():a;L?b=/rv\:([^\);]+)(\)|;)/:K?b=/\b(?:MSIE|rv)[: ]([^\);]+)(\)|;)/:M&&(b=/WebKit\/(\S+)/);b&&(a=(a=b.exec(F))?a[1]:"");return K&&(b=N(),b>parseFloat(a))?String(b):a}(),ga={},O=function(a){var b; +if(!(b=ga[a])){b=0;for(var c=v(String(fa)).split("."),e=v(String(a)).split("."),d=Math.max(c.length,e.length),f=0;0==b&&f=a.keyCode)a.keyCode=-1}catch(b){}};var pa="closure_listenable_"+(1E6*Math.random()|0),qa=0;var ra=function(a,b,c,e,d){this.c=a;this.e=null;this.src=b;this.type=c;this.g=!!e;this.f=d;this.key=++qa;this.d=this.h=!1},sa=function(a){a.d=!0;a.c=null;a.e=null;a.src=null;a.f=null};var T=function(a){this.src=a;this.b={};this.i=0};T.prototype.add=function(a,b,c,e,d){var f=a.toString();a=this.b[f];a||(a=this.b[f]=[],this.i++);var g;t:{for(g=0;gd.keyCode||void 0!=d.returnValue)){t:{var f=!1;if(0==d.keyCode)try{d.keyCode=-1;break t}catch(g){f=!0}if(f||void 0==d.returnValue)d.returnValue=!0}d=[];for(f=c.currentTarget;f;f=f.parentNode)d.push(f);for(var f=a.type,h=d.length-1;!c.j&&0<=h;h--)c.currentTarget=d[h],e&=Ba(d[h],f,!0,c);for(h= +0;!c.j&&h>>0),ya=function(a){A(a,"Listener can not be null.");if("function"==n(a))return a;A(a.handleEvent,"An object listener must have handleEvent method.");a[X]||(a[X]=function(b){return a.handleEvent(b)});return a[X]};var Z=function(a,b,c){"number"==typeof a?(this.a=Ca(a,b||0,c||1),Y(this,c||1)):(b=typeof a,"object"==b&&null!=a||"function"==b?(this.a=Ca(a.getFullYear(),a.getMonth(),a.getDate()),Y(this,a.getDate())):(this.a=new Date(aa()),this.a.setHours(0),this.a.setMinutes(0),this.a.setSeconds(0),this.a.setMilliseconds(0)))},Ca=function(a,b,c){b=new Date(a,b,c);0<=a&&100>a&&b.setFullYear(b.getFullYear()-1900);return b};l=Z.prototype;l.getFullYear=function(){return this.a.getFullYear()};l.getYear=function(){return this.getFullYear()}; l.getMonth=function(){return this.a.getMonth()};l.getDate=function(){return this.a.getDate()};l.getTime=function(){return this.a.getTime()};l.getUTCHours=function(){return this.a.getUTCHours()};l.setFullYear=function(a){this.a.setFullYear(a)};l.setMonth=function(a){this.a.setMonth(a)};l.setDate=function(a){this.a.setDate(a)}; l.add=function(a){if(a.p||a.n){var b=this.getMonth()+a.n+12*a.p,c=this.getYear()+Math.floor(b/12),b=b%12;0>b&&(b+=12);var e;t:{switch(b){case 1:e=0!=c%4||0==c%100&&0!=c%400?28:29;break t;case 5:case 8:case 10:case 3:e=30;break t}e=31}e=Math.min(e,this.getDate());this.setDate(1);this.setFullYear(c);this.setMonth(b);this.setDate(e)}a.m&&(b=new Date(this.getYear(),this.getMonth(),this.getDate(),12),a=new Date(b.getTime()+864E5*a.m),this.setDate(1),this.setFullYear(a.getFullYear()),this.setMonth(a.getMonth()), -this.setDate(a.getDate()),Y(this,a.getDate()))};l.r=function(){return[this.getFullYear(),v(this.getMonth()+1),v(this.getDate())].join("")+""};l.toString=function(){return this.r()};var Y=function(a,b){if(a.getDate()!=b){var c=a.getDate()b&&(b=2);b-=1;return Math.ceil(a/b)*b},Ga=function(a,b,c){a=a.getSelection();1==a.length&&(a=a[0],null!=a.row&&(null!=b.starttime&&(c+="&starttime="+b.starttime),null!=b.endtime&&(c+="&endtime="+b.endtime),null!=b.latency_lower&&(c+="&latency_lower="+b.latency_lower),null!=b.latency_upper&&(c+="&latency_upper="+b.latency_upper),b=c+"&detail="+a.row,window.location.href=b))}, -Ha=function(a,b,c,e,d){var f=new google.visualization.DataTable;f.addColumn("string","");f.addColumn("number","");f.addColumn({type:"string",role:"tooltip"});for(var g=0;gb&&(b=2);b-=1;return Math.ceil(a/b)*b},Ia=function(a,b,c){a=a.getSelection();1==a.length&&(a=a[0],null!=a.row&&(null!=b.starttime&&(c+="&starttime="+b.starttime),null!=b.endtime&&(c+="&endtime="+b.endtime),null!=b.latency_lower&&(c+="&latency_lower="+b.latency_lower),null!=b.latency_upper&&(c+="&latency_upper="+b.latency_upper),b=c+"&detail="+a.row,window.location.href=b))}, +Ja=function(a,b,c,e,d){var f=new google.visualization.DataTable;f.addColumn("string","");f.addColumn("number","");f.addColumn({type:"string",role:"tooltip"});for(var g=0;gb.length&&(f=b.length);for(var g=0;g>>0),ha=0,ja=function(a,b){var c=Array.prototype.slice.call(arguments,1);return function(){var b=c.slice();b.push.apply(b,arguments);return a.apply(this,b)}},ka=function(a,b){var c=a.split("."),d=l;c[0]in d||!d.execScript||d.execScript("var "+c[0]);for(var e;c.length&&(e=c.shift());)c.length||void 0===b?d=d[e]?d[e]:d[e]={}:d[e]=b},p=function(a,b){function c(){}c.prototype=b.prototype;a.e=b.prototype;a.prototype=new c;a.prototype.constructor=a;a.mc= -function(a,c,g){return b.prototype[c].apply(a,Array.prototype.slice.call(arguments,2))}};var la=function(a){if(Error.captureStackTrace)Error.captureStackTrace(this,la);else{var b=Error().stack;b&&(this.stack=b)}a&&(this.message=String(a))};p(la,Error);la.prototype.name="CustomError";var ma;var na=function(a,b){for(var c=a.split("%s"),d="",e=Array.prototype.slice.call(arguments,1);e.length&&1")&&(a=a.replace(sa,">"));-1!=a.indexOf('"')&&(a=a.replace(ta,"""));-1!=a.indexOf("'")&&(a=a.replace(ua,"'"));-1!=a.indexOf("\x00")&& -(a=a.replace(va,"�"));return a},qa=/&/g,ra=//g,ta=/"/g,ua=/'/g,va=/\x00/g,pa=/[\x00&<>"']/,xa=function(a,b){return ab?1:0};var ya=function(a,b){b.unshift(a);la.call(this,na.apply(null,b));b.shift()};p(ya,la);ya.prototype.name="AssertionError";var za=function(a,b,c){var d="Assertion failed";if(b)var d=d+(": "+b),e=c;else a&&(d+=": "+a,e=null);throw new ya(""+d,e||[]);},q=function(a,b,c){a||za("",b,Array.prototype.slice.call(arguments,2))},Aa=function(a,b,c,d){a instanceof b||za("instanceof check failed.",c,Array.prototype.slice.call(arguments,3))};var r=Array.prototype,Ba=r.indexOf?function(a,b,c){q(null!=a.length);return r.indexOf.call(a,b,c)}:function(a,b,c){c=null==c?0:0>c?Math.max(0,a.length+c):c;if(m(a))return m(b)&&1==b.length?a.indexOf(b,c):-1;for(;c>>0),ha=0,ja=function(a,b){var c=Array.prototype.slice.call(arguments,1);return function(){var b=c.slice();b.push.apply(b,arguments);return a.apply(this,b)}},ka=function(a,b){var c=a.split("."),d=l;c[0]in d||!d.execScript||d.execScript("var "+c[0]);for(var e;c.length&&(e=c.shift());)c.length||void 0===b?d=d[e]?d[e]:d[e]={}:d[e]=b},p=function(a,b){function c(){}c.prototype=b.prototype;a.f=b.prototype;a.prototype=new c;a.prototype.constructor=a;a.nc= +function(a,c,g){return b.prototype[c].apply(a,Array.prototype.slice.call(arguments,2))}};var la=function(a){if(Error.captureStackTrace)Error.captureStackTrace(this,la);else{var b=Error().stack;b&&(this.stack=b)}a&&(this.message=String(a))};p(la,Error);la.prototype.name="CustomError";var ma;var na=function(a,b){for(var c=a.split("%s"),d="",e=Array.prototype.slice.call(arguments,1);e.length&&1")&&(a=a.replace(sa,">"));-1!=a.indexOf('"')&&(a=a.replace(ta,"""));-1!=a.indexOf("'")&& +(a=a.replace(ua,"'"));-1!=a.indexOf("\x00")&&(a=a.replace(va,"�"));return a},qa=/&/g,ra=//g,ta=/"/g,ua=/'/g,va=/\x00/g,pa=/[\x00&<>"']/,xa=function(a,b){return ab?1:0};var ya=function(a,b){b.unshift(a);la.call(this,na.apply(null,b));b.shift()};p(ya,la);ya.prototype.name="AssertionError";var za=function(a,b,c){var d="Assertion failed";if(b)var d=d+(": "+b),e=c;else a&&(d+=": "+a,e=null);throw new ya(""+d,e||[]);},q=function(a,b,c){a||za("",b,Array.prototype.slice.call(arguments,2))},Aa=function(a,b,c,d){a instanceof b||za("instanceof check failed.",c,Array.prototype.slice.call(arguments,3))};var r=Array.prototype,Ba=r.indexOf?function(a,b,c){q(null!=a.length);return r.indexOf.call(a,b,c)}:function(a,b,c){c=null==c?0:0>c?Math.max(0,a.length+c):c;if(m(a))return m(b)&&1==b.length?a.indexOf(b,c):-1;for(;c=arguments.length?r.slice.call(a,b):r.slice.call(a,b,c)};var Ia=function(a){a=a.className;return m(a)&&a.match(/\S+/g)||[]},Ja=function(a,b){for(var c=Ia(a),d=Ga(arguments,1),e=c,g=0;gparseFloat(a))?String(b):a}(),Za={},A=function(a){var b;if(!(b=Za[a])){b=0;for(var c=oa(String(Ya)).split("."),d=oa(String(a)).split("."),e=Math.max(c.length,d.length),g=0;0==b&&gparseFloat(a))?String(b):a}(),Za={},z=function(a){var b;if(!(b=Za[a])){b=0;for(var c=oa(String(Ya)).split("."),d=oa(String(a)).split("."),e=Math.max(c.length,d.length),g=0;0==b&&g");c=c.join("")}c=a.createElement(c);d&&(m(d)?c.className=d:da(d)?c.className=d.join(" "):jb(c,d));2a},vb=function(a,b,c){if(!(a.nodeName in pb))if(3==a.nodeType)c?b.push(String(a.nodeValue).replace(/(\r\n|\r|\n)/g,"")):b.push(a.nodeValue);else if(a.nodeName in qb)b.push(qb[a.nodeName]);else for(a=a.firstChild;a;)vb(a,b,c),a=a.nextSibling},db= -function(a){this.Q=a||l.document||document};f=db.prototype;f.lb=fb;f.a=function(a){return gb(this.Q,a)};f.o=function(a,b,c){return kb(this.Q,arguments)};f.createElement=function(a){return this.Q.createElement(a)};f.createTextNode=function(a){return this.Q.createTextNode(String(a))};f.appendChild=function(a,b){a.appendChild(b)};f.contains=nb; -f.I=function(a){var b;(b="A"==a.tagName||"INPUT"==a.tagName||"TEXTAREA"==a.tagName||"SELECT"==a.tagName||"BUTTON"==a.tagName?!a.disabled&&(!rb(a)||sb(a)):tb(a))&&v?(a=n(a.getBoundingClientRect)?a.getBoundingClientRect():{height:a.offsetHeight,width:a.offsetWidth},a=null!=a&&0=a.keyCode)a.keyCode=-1}catch(b){}};var Db="closure_listenable_"+(1E6*Math.random()|0),Eb=0;var Fb=function(a,b,c,d,e){this.W=a;this.Ea=null;this.src=b;this.type=c;this.Fa=!!d;this.Ha=e;this.key=++Eb;this.ha=this.Ga=!1},Gb=function(a){a.ha=!0;a.W=null;a.Ea=null;a.src=null;a.Ha=null};var D=function(a){this.src=a;this.m={};this.ua=0};D.prototype.add=function(a,b,c,d,e){var g=a.toString();a=this.m[g];a||(a=this.m[g]=[],this.ua++);var h=Hb(a,b,d,e);-1=a.keyCode)a.keyCode=-1}catch(b){}};var Db="closure_listenable_"+(1E6*Math.random()|0),Eb=0;var Fb=function(a,b,c,d,e){this.W=a;this.Ea=null;this.src=b;this.type=c;this.Fa=!!d;this.Ha=e;this.key=++Eb;this.ha=this.Ga=!1},Gb=function(a){a.ha=!0;a.W=null;a.Ea=null;a.src=null;a.Ha=null};var D=function(a){this.src=a;this.m={};this.ua=0};D.prototype.add=function(a,b,c,d,e){var g=a.toString();a=this.m[g];a||(a=this.m[g]=[],this.ua++);var h=Hb(a,b,d,e);-1e.keyCode||void 0!=e.returnValue)){t:{var g=!1;if(0== e.keyCode)try{e.keyCode=-1;break t}catch(h){g=!0}if(g||void 0==e.returnValue)e.returnValue=!0}e=[];for(g=c.currentTarget;g;g=g.parentNode)e.push(g);for(var g=a.type,k=e.length-1;!c.$&&0<=k;k--)c.currentTarget=e[k],d&=Tb(e[k],g,!0,c);for(k=0;!c.$&&k>>0),Mb=function(a){q(a,"Listener can not be null.");if(n(a))return a; -q(a.handleEvent,"An object listener must have handleEvent method.");a[Ub]||(a[Ub]=function(b){return a.handleEvent(b)});return a[Ub]};var G=function(a){this.Db=a;this.Ma={}};p(G,Ab);var Vb=[];G.prototype.c=function(a,b,c,d){da(b)||(b&&(Vb[0]=b.toString()),b=Vb);for(var e=0;e++d,"infinite loop")}c=this.dc;d=a.type||a;if(m(a))a=new B(a,c);else if(a instanceof B)a.target=a.target||c;else{var e=a;a=new B(d,c);Ra(a,e)}var e=!0,g;if(b)for(var h=b.length-1;!a.$&&0<=h;h--)g=a.currentTarget=b[h],e=Xb(g,d,!0,a)&&e;a.$||(g=a.currentTarget=c,e=Xb(g,d,!0,a)&&e,a.$||(e=Xb(g,d,!1,a)&&e));if(b)for(h=0;!a.$&&h++d,"infinite loop")}c=this.dc;d=a.type||a;if(m(a))a=new B(a,c);else if(a instanceof B)a.target=a.target||c;else{var e=a;a=new B(d,c);Ra(a,e)}var e=!0,g;if(b)for(var h=b.length-1;!a.$&&0<=h;h--)g=a.currentTarget=b[h],e=Xb(g,d,!0,a)&&e;a.$||(g=a.currentTarget=c,e=Xb(g,d,!0,a)&&e,a.$||(e=Xb(g,d,!1,a)&&e));if(b)for(h=0;!a.$&&hb||b>ic(this))throw Error("Child component index out of bounds");this.F&&this.q||(this.F={},this.q=[]);if(a.getParent()==this){var d=cc(a);this.F[d]=a;Ea(this.q,a)}else Oa(this.F,cc(a),a);gc(a,this);Ha(this.q,b,0,a);if(a.f&&this.f&&a.getParent()==this)c=this.C(),c.insertBefore(a.a(),c.childNodes[b]||null);else if(c){this.d||this.o();c=M(this,b+1);b=this.C();c=c?c.d: -null;if(a.f)throw Error("Component already rendered");a.d||a.o();b?b.insertBefore(a.d,c||null):a.A.Q.body.appendChild(a.d);a.p&&!a.p.f||a.D()}else this.f&&!a.f&&a.d&&a.d.parentNode&&1==a.d.parentNode.nodeType&&a.D()};f.C=function(){return this.d}; -var jc=function(a){if(null==a.Ca){var b=a.f?a.d:a.A.Q.body,c;t:{c=eb(b);if(c.defaultView&&c.defaultView.getComputedStyle&&(c=c.defaultView.getComputedStyle(b,null))){c=c.direction||c.getPropertyValue("direction")||"";break t}c=""}a.Ca="rtl"==(c||(b.currentStyle?b.currentStyle.direction:null)||b.style&&b.style.direction)}return a.Ca};L.prototype.ra=function(a){if(this.f)throw Error("Component already rendered");this.Ca=a}; -var ic=function(a){return a.q?a.q.length:0},fc=function(a,b){var c;a.F&&b?(c=a.F,c=(b in c?c[b]:void 0)||null):c=null;return c},M=function(a,b){return a.q?a.q[b]||null:null},hc=function(a,b,c){a.q&&s(a.q,b,c)},kc=function(a,b){return a.q&&b?Ba(a.q,b):-1}; -L.prototype.removeChild=function(a,b){if(a){var c=m(a)?a:cc(a);a=fc(this,c);if(c&&a){var d=this.F;c in d&&delete d[c];Ea(this.q,a);b&&(a.ba(),a.d&&(c=a.d)&&c.parentNode&&c.parentNode.removeChild(c));gc(a,null)}}if(!a)throw Error("Child is not in parent component");return a};var lc,mc={nc:"activedescendant",sc:"atomic",tc:"autocomplete",vc:"busy",yc:"checked",Dc:"controls",Fc:"describedby",Ic:"disabled",Kc:"dropeffect",Lc:"expanded",Mc:"flowto",Oc:"grabbed",Sc:"haspopup",Uc:"hidden",Wc:"invalid",Xc:"label",Yc:"labelledby",Zc:"level",dd:"live",od:"multiline",pd:"multiselectable",td:"orientation",ud:"owns",vd:"posinset",xd:"pressed",Bd:"readonly",Dd:"relevant",Ed:"required",Kd:"selected",Md:"setsize",Od:"sort",ae:"valuemax",be:"valuemin",ce:"valuenow",de:"valuetext"};var nc={oc:"alert",pc:"alertdialog",qc:"application",rc:"article",uc:"banner",wc:"button",xc:"checkbox",zc:"columnheader",Ac:"combobox",Bc:"complementary",Cc:"contentinfo",Ec:"definition",Gc:"dialog",Hc:"directory",Jc:"document",Nc:"form",Pc:"grid",Qc:"gridcell",Rc:"group",Tc:"heading",Vc:"img",$c:"link",ad:"list",bd:"listbox",cd:"listitem",ed:"log",fd:"main",gd:"marquee",hd:"math",jd:"menu",kd:"menubar",ld:"menuitem",md:"menuitemcheckbox",nd:"menuitemradio",qd:"navigation",rd:"note",sd:"option", -wd:"presentation",yd:"progressbar",zd:"radio",Ad:"radiogroup",Cd:"region",Fd:"row",Gd:"rowgroup",Hd:"rowheader",Id:"scrollbar",Jd:"search",Ld:"separator",Nd:"slider",Pd:"spinbutton",Qd:"status",Rd:"tab",Sd:"tablist",Td:"tabpanel",Ud:"textbox",Vd:"timer",Wd:"toolbar",Xd:"tooltip",Yd:"tree",Zd:"treegrid",$d:"treeitem"};var oc=function(a,b){b?(q(Na(nc,b),"No such ARIA role "+b),a.setAttribute("role",b)):a.removeAttribute("role")},qc=function(a,b,c){da(c)&&(c=c.join(" "));var d=pc(b);""===c||void 0==c?(lc||(lc={atomic:!1,autocomplete:"none",dropeffect:"none",haspopup:!1,live:"off",multiline:!1,multiselectable:!1,orientation:"vertical",readonly:!1,relevant:"additions text",required:!1,sort:"none",busy:!1,disabled:!1,hidden:!1,invalid:"false"}),c=lc,b in c?a.setAttribute(d,c[b]):a.removeAttribute(d)):a.setAttribute(d, -c)},pc=function(a){q(a,"ARIA attribute cannot be empty.");q(Na(mc,a),"No such ARIA attribute "+a);return"aria-"+a};var tc=function(a,b,c,d,e){if(!(v||x&&A("525")))return!0;if(y&&e)return rc(a);if(e&&!d)return!1;"number"==typeof b&&(b=sc(b));if(!c&&(17==b||18==b||y&&91==b))return!1;if(x&&d&&c)switch(a){case 220:case 219:case 221:case 192:case 186:case 189:case 187:case 188:case 190:case 191:case 192:case 222:return!1}if(v&&d&&b==a)return!1;switch(a){case 13:return!0;case 27:return!x}return rc(a)},rc=function(a){if(48<=a&&57>=a||96<=a&&106>=a||65<=a&&90>=a||x&&0==a)return!0;switch(a){case 32:case 63:case 107:case 109:case 110:case 111:case 186:case 59:case 189:case 187:case 61:case 188:case 190:case 191:case 192:case 222:case 219:case 220:case 221:return!0; -default:return!1}},sc=function(a){if(w)a=uc(a);else if(y&&x)t:switch(a){case 93:a=91;break t}return a},uc=function(a){switch(a){case 61:return 187;case 59:return 186;case 173:return 189;case 224:return 91;case 0:return 224;default:return a}};var N=function(a,b){H.call(this);a&&vc(this,a,b)};p(N,H);f=N.prototype;f.d=null;f.Ia=null;f.Ya=null;f.Ja=null;f.r=-1;f.N=-1;f.kb=!1; -var wc={3:13,12:144,63232:38,63233:40,63234:37,63235:39,63236:112,63237:113,63238:114,63239:115,63240:116,63241:117,63242:118,63243:119,63244:120,63245:121,63246:122,63247:123,63248:44,63272:46,63273:36,63275:35,63276:33,63277:34,63289:144,63302:45},xc={Up:38,Down:40,Left:37,Right:39,Enter:13,F1:112,F2:113,F3:114,F4:115,F5:116,F6:117,F7:118,F8:119,F9:120,F10:121,F11:122,F12:123,"U+007F":46,Home:36,End:35,PageUp:33,PageDown:34,Insert:45},yc=v||x&&A("525"),zc=y&&w; -N.prototype.Sb=function(a){x&&(17==this.r&&!a.ctrlKey||18==this.r&&!a.altKey||y&&91==this.r&&!a.metaKey)&&(this.N=this.r=-1);-1==this.r&&(a.ctrlKey&&17!=a.keyCode?this.r=17:a.altKey&&18!=a.keyCode?this.r=18:a.metaKey&&91!=a.keyCode&&(this.r=91));yc&&!tc(a.keyCode,this.r,a.shiftKey,a.ctrlKey,a.altKey)?this.handleEvent(a):(this.N=sc(a.keyCode),zc&&(this.kb=a.altKey))};N.prototype.Tb=function(a){this.N=this.r=-1;this.kb=a.altKey}; -N.prototype.handleEvent=function(a){var b=a.O,c,d,e=b.altKey;v&&"keypress"==a.type?(c=this.N,d=13!=c&&27!=c?b.keyCode:0):x&&"keypress"==a.type?(c=this.N,d=0<=b.charCode&&63232>b.charCode&&rc(c)?b.charCode:0):Va?(c=this.N,d=rc(c)?b.keyCode:0):(c=b.keyCode||this.N,d=b.charCode||0,zc&&(e=this.kb),y&&63==d&&224==c&&(c=191));var g=c=sc(c),h=b.keyIdentifier;c?63232<=c&&c in wc?g=wc[c]:25==c&&a.shiftKey&&(g=9):h&&h in xc&&(g=xc[h]);a=g==this.r;this.r=g;b=new Ac(g,d,a,b);b.altKey=e;this.dispatchEvent(b)}; -N.prototype.a=function(){return this.d};var vc=function(a,b,c){a.Ja&&a.detach();a.d=b;a.Ia=E(a.d,"keypress",a,c);a.Ya=E(a.d,"keydown",a.Sb,c,a);a.Ja=E(a.d,"keyup",a.Tb,c,a)};N.prototype.detach=function(){this.Ia&&(F(this.Ia),F(this.Ya),F(this.Ja),this.Ja=this.Ya=this.Ia=null);this.d=null;this.N=this.r=-1};var Ac=function(a,b,c,d){C.call(this,d);this.type="key";this.keyCode=a;this.charCode=b;this.repeat=c};p(Ac,C);var O=function(a){if(a.classList)return a.classList;a=a.className;return m(a)&&a.match(/\S+/g)||[]},Bc=function(a,b){return a.classList?a.classList.contains(b):t(O(a),b)},Cc=function(a,b){a.classList?a.classList.add(b):Bc(a,b)||(a.className+=0a?c-1:a},0)},hd=function(a){id(a,function(a,c){return(a+1)%c},a.h)},gd=function(a){id(a,function(a,c){a--;return 0>a?c-1:a},a.h)},id=function(a,b,c){c=0>c?kc(a,a.i):c;var d=ic(a);c=b.call(a,c,d);for(var e=0;e<=d;){var g=M(a,c);if(g&&g.s()&&g.isEnabled()&&g.l&2){a.Wa(c);break}e++;c=b.call(a,c,d)}};V.prototype.Wa=function(a){dd(this,a)};var jd=function(){};p(jd,R);ba(jd);f=jd.prototype;f.v=function(){return"goog-tab"};f.fa=function(){return"tab"};f.o=function(a){var b=jd.e.o.call(this,a);(a=a.Ua())&&this.Xa(b,a);return b};f.K=function(a,b){b=jd.e.K.call(this,a,b);var c=this.Ua(b);c&&(a.sb=c);a.g&8&&(c=a.getParent())&&n(c.V)&&(a.t(8,!1),c.V(a));return b};f.Ua=function(a){return a.title||""};f.Xa=function(a,b){a&&(a.title=b||"")};var kd=function(a,b,c){S.call(this,a,b||jd.ia(),c);Zc(this,8,!0);this.T|=9};p(kd,S);kd.prototype.Ua=function(){return this.sb};kd.prototype.Xa=function(a){this.zb().Xa(this.a(),a);this.sb=a};Hc("goog-tab",function(){return new kd(null)});var W=function(){this.Gb="tablist"};p(W,Q);ba(W);W.prototype.v=function(){return"goog-tab-bar"};W.prototype.bb=function(a,b,c){this.Ab||(this.Ka||ld(this),this.Ab=Pa(this.Ka));var d=this.Ab[b];d?(Lc(a,md(d)),a.xb=d):W.e.bb.call(this,a,b,c)};W.prototype.ta=function(a){var b=W.e.ta.call(this,a);this.Ka||ld(this);b.push(this.Ka[a.xb]);return b};var ld=function(a){var b=a.v();a.Ka={top:b+"-top",bottom:b+"-bottom",start:b+"-start",end:b+"-end"}};var X=function(a,b,c){a=a||"top";Lc(this,md(a));this.xb=a;V.call(this,this.L,b||W.ia(),c);nd(this)};p(X,V);f=X.prototype;f.ac=!0;f.H=null;f.D=function(){X.e.D.call(this);nd(this)};f.removeChild=function(a,b){od(this,a);return X.e.removeChild.call(this,a,b)};f.Wa=function(a){X.e.Wa.call(this,a);this.ac&&this.V(M(this,a))};f.V=function(a){a?Xc(a,!0):this.H&&Xc(this.H,!1)}; -var od=function(a,b){if(b&&b==a.H){for(var c=kc(a,b),d=c-1;b=M(a,d);d--)if(b.s()&&b.isEnabled()){a.V(b);return}for(c+=1;b=M(a,c);c++)if(b.s()&&b.isEnabled()){a.V(b);return}a.V(null)}};f=X.prototype;f.Zb=function(a){this.H&&this.H!=a.target&&Xc(this.H,!1);this.H=a.target};f.$b=function(a){a.target==this.H&&(this.H=null)};f.Xb=function(a){od(this,a.target)};f.Yb=function(a){od(this,a.target)};f.na=function(){M(this,this.h)||this.B(this.H||M(this,0))}; -var nd=function(a){ec(a).c(a,"select",a.Zb).c(a,"unselect",a.$b).c(a,"disable",a.Xb).c(a,"hide",a.Yb)},md=function(a){return"start"==a||"end"==a?"vertical":"horizontal"};Hc("goog-tab-bar",function(){return new X});var Y=function(a,b,c,d,e){function g(a){a&&(a.tabIndex=0,oc(a,h.fa()),Cc(a,"goog-zippy-header"),pd(h,a),a&&h.Ob.c(a,"keydown",h.Pb))}H.call(this);this.A=e||fb();this.R=this.A.a(a)||null;this.Aa=this.A.a(d||null);this.ea=(this.Qa=n(b)?b:null)||!b?null:this.A.a(b);this.k=1==c;this.Ob=new G(this);this.qb=new G(this);var h=this;g(this.R);g(this.Aa);this.S(this.k)};p(Y,H);f=Y.prototype;f.Z=!0;f.fa=function(){return"tab"};f.C=function(){return this.ea};f.toggle=function(){this.S(!this.k)}; -f.S=function(a){this.ea?J(this.ea,a):a&&this.Qa&&(this.ea=this.Qa());this.ea&&Cc(this.ea,"goog-zippy-content");if(this.Aa)J(this.R,!a),J(this.Aa,a);else if(this.R){var b=this.R;a?Cc(b,"goog-zippy-expanded"):Ec(b,"goog-zippy-expanded");b=this.R;a?Ec(b,"goog-zippy-collapsed"):Cc(b,"goog-zippy-collapsed");qc(this.R,"expanded",a)}this.k=a;this.dispatchEvent(new qd("toggle",this))};f.pb=function(){return this.Z};f.Pa=function(a){this.Z!=a&&((this.Z=a)?(pd(this,this.R),pd(this,this.Aa)):this.qb.ab())}; -var pd=function(a,b){b&&a.qb.c(b,"click",a.bc)};Y.prototype.Pb=function(a){if(13==a.keyCode||32==a.keyCode)this.toggle(),this.dispatchEvent(new B("action",this)),a.preventDefault(),a.stopPropagation()};Y.prototype.bc=function(){this.toggle();this.dispatchEvent(new B("action",this))};var qd=function(a,b){B.call(this,a,b)};p(qd,B);var Z=function(a,b){this.ob=[];for(var c=hb("span","ae-zippy",gb(document,a)),d=0,e;e=c[d];d++){var g=e.parentNode.parentNode.parentNode;if(void 0!=g.nextElementSibling)g=g.nextElementSibling;else for(g=g.nextSibling;g&&1!=g.nodeType;)g=g.nextSibling;e=new Y(e,g,!1);this.ob.push(e)}this.hc=new rd(this.ob,gb(document,b))};Z.prototype.kc=function(){return this.hc};Z.prototype.lc=function(){return this.ob}; -var rd=function(a,b){this.va=a;if(this.va.length)for(var c=0,d;d=this.va[c];c++)E(d,"toggle",this.Wb,!1,this);this.La=0;this.k=!1;c="ae-toggle ae-plus ae-action";this.va.length||(c+=" ae-disabled");this.P=lb("span",{className:c},"Expand All");E(this.P,"click",this.Vb,!1,this);b&&b.appendChild(this.P)};rd.prototype.Vb=function(){this.va.length&&this.S(!this.k)}; -rd.prototype.Wb=function(a){a=a.currentTarget;this.La=a.k?this.La+1:this.La-1;a.k!=this.k&&(a.k?(this.k=!0,sd(this,!0)):0==this.La&&(this.k=!1,sd(this,!1)))};rd.prototype.S=function(a){this.k=a;a=0;for(var b;b=this.va[a];a++)b.k!=this.k&&b.S(this.k);sd(this)}; -var sd=function(a,b){(void 0!==b?b:a.k)?(La(a.P,"ae-plus"),Ja(a.P,"ae-minus"),ob(a.P,"Collapse All")):(La(a.P,"ae-minus"),Ja(a.P,"ae-plus"),ob(a.P,"Expand All"))},td=function(a){this.cc=a;this.Cb={};var b,c=lb("div",{},b=lb("div",{id:"ae-stats-details-tabs",className:"goog-tab-bar goog-tab-bar-top"}),lb("div",{className:"goog-tab-bar-clear"}),a=lb("div",{id:"ae-stats-details-tabs-content",className:"goog-tab-content"})),d=new X;d.K(b);E(d,"select",this.Bb,!1,this);E(d,"unselect",this.Bb,!1,this); -b=0;for(var e;e=this.cc[b];b++)if(e=gb(document,"ae-stats-details-"+e)){var g=hb("h2",null,e)[0],h;h=g;var k=void 0;cb&&"innerText"in h?k=h.innerText.replace(/(\r\n|\r|\n)/g,"\n"):(k=[],vb(h,k,!0),k=k.join(""));k=k.replace(/ \xAD /g," ").replace(/\xAD/g,"");k=k.replace(/\u200B/g,"");cb||(k=k.replace(/ +/g," "));" "!=k&&(k=k.replace(/^\s*/,""));h=k;g&&g.parentNode&&g.parentNode.removeChild(g);g=new kd(h);this.Cb[ia(g)]=e;d.Da(g,!0);a.appendChild(e);0==b?d.V(g):J(e,!1)}gb(document,"bd").appendChild(c)}; -td.prototype.Bb=function(a){var b=this.Cb[ia(a.target)];J(b,"select"==a.type)};ka("ae.Stats.Details.Tabs",td);ka("goog.ui.Zippy",Y);Y.prototype.setExpanded=Y.prototype.S;ka("ae.Stats.MakeZippys",Z);Z.prototype.getExpandCollapse=Z.prototype.kc;Z.prototype.getZippys=Z.prototype.lc;rd.prototype.setExpanded=rd.prototype.S;var $=function(){this.cb=[];this.ib=[]},ud=[[5,.2,1],[6,.2,1.2],[5,.25,1.25],[6,.25,1.5],[4,.5,2],[5,.5,2.5],[6,.5,3],[4,1,4],[5,1,5],[6,1,6],[4,2,8],[5,2,10]],vd=function(a){if(0>=a)return[2,.5,1];for(var b=1;1>a;)a*=10,b/=10;for(;10<=a;)a/=10,b*=10;for(var c=0;c');a.write('
');for(var e=0;e<=b;e++)a.write(''),a.write(''),a.write(" "+e*c+"");a.write("
\n")}; -$.prototype.jc=function(){this.ib=[];var a=vd(this.fb),b=a[0],c=a[1],a=100/a[2];this.write('\n');wd(this,b,c,a);for(var d=0;d\n\n")}wd(this,b,c,a);this.write("
');0'),this.write(e.label),0"));this.write("");this.write('
');0');this.write('');0'));0 '),this.write(e.yb),this.write(""));0");this.write("
\n");return this.ib.join("")};$.prototype.ic=function(a,b,c,d,e,g){this.fb=Math.max(this.fb,Math.max(b+c,b+d));this.cb.push({label:a,start:b,duration:c,eb:d,yb:e,ja:g})};ka("Gantt",$);$.prototype.add_bar=$.prototype.ic;$.prototype.draw=$.prototype.jc;})(); +L.prototype.a=function(){return this.d};var ec=function(a){a.pa||(a.pa=new G(a));return a.pa},gc=function(a,b){if(a==b)throw Error("Unable to set parent component");if(b&&a.p&&a.da&&fc(a.p,a.da)&&a.p!=b)throw Error("Unable to set parent component");a.p=b;L.f.hb.call(a,b)};f=L.prototype;f.getParent=function(){return this.p};f.hb=function(a){if(this.p&&this.p!=a)throw Error("Method not supported");L.f.hb.call(this,a)};f.mb=function(){return this.A};f.o=function(){this.d=this.A.createElement("div")}; +f.K=function(a){if(this.g)throw Error("Component already rendered");if(a&&this.X(a)){var b=eb(a);this.A&&this.A.Q==b||(this.A=fb(a));this.Za(a);this.D()}else throw Error("Invalid element to decorate");};f.X=function(){return!0};f.Za=function(a){this.d=a};f.D=function(){this.g=!0;hc(this,function(a){!a.g&&a.a()&&a.D()})};f.ba=function(){hc(this,function(a){a.g&&a.ba()});this.pa&&this.pa.ab();this.g=!1};f.Da=function(a,b){this.Va(a,M(this),b)}; +f.Va=function(a,b,c){q(!!a,"Provided element must not be null.");if(a.g&&(c||!this.g))throw Error("Component already rendered");if(0>b||b>M(this))throw Error("Child component index out of bounds");this.F&&this.q||(this.F={},this.q=[]);if(a.getParent()==this){var d=cc(a);this.F[d]=a;Ea(this.q,a)}else Oa(this.F,cc(a),a);gc(a,this);Ha(this.q,b,0,a);if(a.g&&this.g&&a.getParent()==this)c=this.C(),c.insertBefore(a.a(),c.childNodes[b]||null);else if(c){this.d||this.o();c=N(this,b+1);b=this.C();c=c?c.d:null; +if(a.g)throw Error("Component already rendered");a.d||a.o();b?b.insertBefore(a.d,c||null):a.A.Q.body.appendChild(a.d);a.p&&!a.p.g||a.D()}else this.g&&!a.g&&a.d&&a.d.parentNode&&1==a.d.parentNode.nodeType&&a.D()};f.C=function(){return this.d}; +var ic=function(a){if(null==a.Ca){var b=a.g?a.d:a.A.Q.body,c;t:{c=eb(b);if(c.defaultView&&c.defaultView.getComputedStyle&&(c=c.defaultView.getComputedStyle(b,null))){c=c.direction||c.getPropertyValue("direction")||"";break t}c=""}a.Ca="rtl"==(c||(b.currentStyle?b.currentStyle.direction:null)||b.style&&b.style.direction)}return a.Ca};L.prototype.ra=function(a){if(this.g)throw Error("Component already rendered");this.Ca=a}; +var M=function(a){return a.q?a.q.length:0},fc=function(a,b){var c;a.F&&b?(c=a.F,c=(b in c?c[b]:void 0)||null):c=null;return c},N=function(a,b){return a.q?a.q[b]||null:null},hc=function(a,b,c){a.q&&s(a.q,b,c)},jc=function(a,b){return a.q&&b?Ba(a.q,b):-1}; +L.prototype.removeChild=function(a,b){if(a){var c=m(a)?a:cc(a);a=fc(this,c);if(c&&a){var d=this.F;c in d&&delete d[c];Ea(this.q,a);b&&(a.ba(),a.d&&(c=a.d)&&c.parentNode&&c.parentNode.removeChild(c));gc(a,null)}}if(!a)throw Error("Child is not in parent component");return a};var kc,lc={oc:"activedescendant",tc:"atomic",uc:"autocomplete",wc:"busy",zc:"checked",Ec:"controls",Gc:"describedby",Jc:"disabled",Lc:"dropeffect",Mc:"expanded",Nc:"flowto",Pc:"grabbed",Tc:"haspopup",Vc:"hidden",Xc:"invalid",Yc:"label",Zc:"labelledby",$c:"level",ed:"live",pd:"multiline",qd:"multiselectable",ud:"orientation",vd:"owns",wd:"posinset",yd:"pressed",Cd:"readonly",Ed:"relevant",Fd:"required",Ld:"selected",Nd:"setsize",Pd:"sort",be:"valuemax",ce:"valuemin",de:"valuenow",ee:"valuetext"};var mc={pc:"alert",qc:"alertdialog",rc:"application",sc:"article",vc:"banner",xc:"button",yc:"checkbox",Ac:"columnheader",Bc:"combobox",Cc:"complementary",Dc:"contentinfo",Fc:"definition",Hc:"dialog",Ic:"directory",Kc:"document",Oc:"form",Qc:"grid",Rc:"gridcell",Sc:"group",Uc:"heading",Wc:"img",ad:"link",bd:"list",cd:"listbox",dd:"listitem",fd:"log",gd:"main",hd:"marquee",jd:"math",kd:"menu",ld:"menubar",md:"menuitem",nd:"menuitemcheckbox",od:"menuitemradio",rd:"navigation",sd:"note",td:"option", +xd:"presentation",zd:"progressbar",Ad:"radio",Bd:"radiogroup",Dd:"region",Gd:"row",Hd:"rowgroup",Id:"rowheader",Jd:"scrollbar",Kd:"search",Md:"separator",Od:"slider",Qd:"spinbutton",Rd:"status",Sd:"tab",Td:"tablist",Ud:"tabpanel",Vd:"textbox",Wd:"timer",Xd:"toolbar",Yd:"tooltip",Zd:"tree",$d:"treegrid",ae:"treeitem"};var nc=function(a,b){b?(q(Na(mc,b),"No such ARIA role "+b),a.setAttribute("role",b)):a.removeAttribute("role")},pc=function(a,b,c){da(c)&&(c=c.join(" "));var d=oc(b);""===c||void 0==c?(kc||(kc={atomic:!1,autocomplete:"none",dropeffect:"none",haspopup:!1,live:"off",multiline:!1,multiselectable:!1,orientation:"vertical",readonly:!1,relevant:"additions text",required:!1,sort:"none",busy:!1,disabled:!1,hidden:!1,invalid:"false"}),c=kc,b in c?a.setAttribute(d,c[b]):a.removeAttribute(d)):a.setAttribute(d, +c)},oc=function(a){q(a,"ARIA attribute cannot be empty.");q(Na(lc,a),"No such ARIA attribute "+a);return"aria-"+a};var sc=function(a,b,c,d,e){if(!(v||x&&z("525")))return!0;if(y&&e)return qc(a);if(e&&!d)return!1;"number"==typeof b&&(b=rc(b));if(!c&&(17==b||18==b||y&&91==b))return!1;if(x&&d&&c)switch(a){case 220:case 219:case 221:case 192:case 186:case 189:case 187:case 188:case 190:case 191:case 192:case 222:return!1}if(v&&d&&b==a)return!1;switch(a){case 13:return!0;case 27:return!x}return qc(a)},qc=function(a){if(48<=a&&57>=a||96<=a&&106>=a||65<=a&&90>=a||x&&0==a)return!0;switch(a){case 32:case 63:case 107:case 109:case 110:case 111:case 186:case 59:case 189:case 187:case 61:case 188:case 190:case 191:case 192:case 222:case 219:case 220:case 221:return!0; +default:return!1}},rc=function(a){if(w)a=tc(a);else if(y&&x)t:switch(a){case 93:a=91;break t}return a},tc=function(a){switch(a){case 61:return 187;case 59:return 186;case 173:return 189;case 224:return 91;case 0:return 224;default:return a}};var O=function(a,b){H.call(this);a&&uc(this,a,b)};p(O,H);f=O.prototype;f.d=null;f.Ia=null;f.Ya=null;f.Ja=null;f.r=-1;f.N=-1;f.lb=!1; +var vc={3:13,12:144,63232:38,63233:40,63234:37,63235:39,63236:112,63237:113,63238:114,63239:115,63240:116,63241:117,63242:118,63243:119,63244:120,63245:121,63246:122,63247:123,63248:44,63272:46,63273:36,63275:35,63276:33,63277:34,63289:144,63302:45},wc={Up:38,Down:40,Left:37,Right:39,Enter:13,F1:112,F2:113,F3:114,F4:115,F5:116,F6:117,F7:118,F8:119,F9:120,F10:121,F11:122,F12:123,"U+007F":46,Home:36,End:35,PageUp:33,PageDown:34,Insert:45},xc=v||x&&z("525"),yc=y&&w; +O.prototype.Tb=function(a){x&&(17==this.r&&!a.ctrlKey||18==this.r&&!a.altKey||y&&91==this.r&&!a.metaKey)&&(this.N=this.r=-1);-1==this.r&&(a.ctrlKey&&17!=a.keyCode?this.r=17:a.altKey&&18!=a.keyCode?this.r=18:a.metaKey&&91!=a.keyCode&&(this.r=91));xc&&!sc(a.keyCode,this.r,a.shiftKey,a.ctrlKey,a.altKey)?this.handleEvent(a):(this.N=rc(a.keyCode),yc&&(this.lb=a.altKey))};O.prototype.Ub=function(a){this.N=this.r=-1;this.lb=a.altKey}; +O.prototype.handleEvent=function(a){var b=a.O,c,d,e=b.altKey;v&&"keypress"==a.type?(c=this.N,d=13!=c&&27!=c?b.keyCode:0):x&&"keypress"==a.type?(c=this.N,d=0<=b.charCode&&63232>b.charCode&&qc(c)?b.charCode:0):Va?(c=this.N,d=qc(c)?b.keyCode:0):(c=b.keyCode||this.N,d=b.charCode||0,yc&&(e=this.lb),y&&63==d&&224==c&&(c=191));var g=c=rc(c),h=b.keyIdentifier;c?63232<=c&&c in vc?g=vc[c]:25==c&&a.shiftKey&&(g=9):h&&h in wc&&(g=wc[h]);a=g==this.r;this.r=g;b=new zc(g,d,a,b);b.altKey=e;this.dispatchEvent(b)}; +O.prototype.a=function(){return this.d};var uc=function(a,b,c){a.Ja&&a.detach();a.d=b;a.Ia=E(a.d,"keypress",a,c);a.Ya=E(a.d,"keydown",a.Tb,c,a);a.Ja=E(a.d,"keyup",a.Ub,c,a)};O.prototype.detach=function(){this.Ia&&(F(this.Ia),F(this.Ya),F(this.Ja),this.Ja=this.Ya=this.Ia=null);this.d=null;this.N=this.r=-1};var zc=function(a,b,c,d){C.call(this,d);this.type="key";this.keyCode=a;this.charCode=b;this.repeat=c};p(zc,C);var Q=function(a){if(a.classList)return a.classList;a=a.className;return m(a)&&a.match(/\S+/g)||[]},Ac=function(a,b){return a.classList?a.classList.contains(b):t(Q(a),b)},Bc=function(a,b){a.classList?a.classList.add(b):Ac(a,b)||(a.className+=0this.e&&b<=this.e?this.e++:athis.e&&this.e--}; +W.prototype.removeChild=function(a,b){a=m(a)?fc(this,a):a;Aa(a,T);if(a){var c=jc(this,a);-1!=c&&(c==this.e?(a.B(!1),this.e=-1):ca?c-1:a},0)},gd=function(a){hd(a,function(a,c){return(a+1)%c},a.e)},fd=function(a){hd(a,function(a,c){a--;return 0>a?c-1:a},a.e)},hd=function(a,b,c){c=0>c?jc(a,a.i):c;var d=M(a);c=b.call(a,c,d);for(var e=0;e<=d;){var g=N(a,c);if(g&&g.s()&&g.isEnabled()&&g.l&2){a.Wa(c);break}e++;c=b.call(a,c,d)}};W.prototype.Wa=function(a){cd(this,a)};var id=function(){};p(id,S);ba(id);f=id.prototype;f.v=function(){return"goog-tab"};f.fa=function(){return"tab"};f.o=function(a){var b=id.f.o.call(this,a);(a=a.Ua())&&this.Xa(b,a);return b};f.K=function(a,b){b=id.f.K.call(this,a,b);var c=this.Ua(b);c&&(a.tb=c);a.h&8&&(c=a.getParent())&&n(c.V)&&(a.t(8,!1),c.V(a));return b};f.Ua=function(a){return a.title||""};f.Xa=function(a,b){a&&(a.title=b||"")};var jd=function(a,b,c){T.call(this,a,b||id.ia(),c);Yc(this,8,!0);this.T|=9};p(jd,T);jd.prototype.Ua=function(){return this.tb};jd.prototype.Xa=function(a){this.Ab().Xa(this.a(),a);this.tb=a};Gc("goog-tab",function(){return new jd(null)});var X=function(){this.Hb="tablist"};p(X,R);ba(X);X.prototype.v=function(){return"goog-tab-bar"};X.prototype.bb=function(a,b,c){this.Bb||(this.Ka||kd(this),this.Bb=Pa(this.Ka));var d=this.Bb[b];d?(Kc(a,ld(d)),a.yb=d):X.f.bb.call(this,a,b,c)};X.prototype.ta=function(a){var b=X.f.ta.call(this,a);this.Ka||kd(this);b.push(this.Ka[a.yb]);return b};var kd=function(a){var b=a.v();a.Ka={top:b+"-top",bottom:b+"-bottom",start:b+"-start",end:b+"-end"}};var Y=function(a,b,c){a=a||"top";Kc(this,ld(a));this.yb=a;W.call(this,this.L,b||X.ia(),c);md(this)};p(Y,W);f=Y.prototype;f.ac=!0;f.H=null;f.D=function(){Y.f.D.call(this);md(this)};f.removeChild=function(a,b){nd(this,a);return Y.f.removeChild.call(this,a,b)};f.Wa=function(a){Y.f.Wa.call(this,a);this.ac&&this.V(N(this,a))};f.V=function(a){a?Wc(a,!0):this.H&&Wc(this.H,!1)}; +var nd=function(a,b){if(b&&b==a.H){for(var c=jc(a,b),d=c-1;b=N(a,d);d--)if(b.s()&&b.isEnabled()){a.V(b);return}for(c+=1;b=N(a,c);c++)if(b.s()&&b.isEnabled()){a.V(b);return}a.V(null)}};f=Y.prototype;f.Zb=function(a){this.H&&this.H!=a.target&&Wc(this.H,!1);this.H=a.target};f.$b=function(a){a.target==this.H&&(this.H=null)};f.Xb=function(a){nd(this,a.target)};f.Yb=function(a){nd(this,a.target)};f.na=function(){N(this,this.e)||this.B(this.H||N(this,0))}; +var md=function(a){ec(a).c(a,"select",a.Zb).c(a,"unselect",a.$b).c(a,"disable",a.Xb).c(a,"hide",a.Yb)},ld=function(a){return"start"==a||"end"==a?"vertical":"horizontal"};Gc("goog-tab-bar",function(){return new Y});var Z=function(a,b,c,d,e){function g(a){a&&(a.tabIndex=0,nc(a,h.fa()),Bc(a,"goog-zippy-header"),od(h,a),a&&h.Pb.c(a,"keydown",h.Qb))}H.call(this);this.A=e||fb();this.R=this.A.a(a)||null;this.Aa=this.A.a(d||null);this.ea=(this.Qa=n(b)?b:null)||!b?null:this.A.a(b);this.k=1==c;this.Pb=new G(this);this.rb=new G(this);var h=this;g(this.R);g(this.Aa);this.S(this.k)};p(Z,H);f=Z.prototype;f.Z=!0;f.fa=function(){return"tab"};f.C=function(){return this.ea};f.toggle=function(){this.S(!this.k)}; +f.S=function(a){this.ea?J(this.ea,a):a&&this.Qa&&(this.ea=this.Qa());this.ea&&Bc(this.ea,"goog-zippy-content");if(this.Aa)J(this.R,!a),J(this.Aa,a);else if(this.R){var b=this.R;a?Bc(b,"goog-zippy-expanded"):Dc(b,"goog-zippy-expanded");b=this.R;a?Dc(b,"goog-zippy-collapsed"):Bc(b,"goog-zippy-collapsed");pc(this.R,"expanded",a)}this.k=a;this.dispatchEvent(new pd("toggle",this))};f.qb=function(){return this.Z};f.Pa=function(a){this.Z!=a&&((this.Z=a)?(od(this,this.R),od(this,this.Aa)):this.rb.ab())}; +var od=function(a,b){b&&a.rb.c(b,"click",a.bc)};Z.prototype.Qb=function(a){if(13==a.keyCode||32==a.keyCode)this.toggle(),this.dispatchEvent(new B("action",this)),a.preventDefault(),a.stopPropagation()};Z.prototype.bc=function(){this.toggle();this.dispatchEvent(new B("action",this))};var pd=function(a,b){B.call(this,a,b)};p(pd,B);var rd=function(a,b){this.pb=[];for(var c=hb("span","ae-zippy",gb(document,a)),d=0,e;e=c[d];d++){var g=e.parentNode.parentNode.parentNode;if(void 0!=g.nextElementSibling)g=g.nextElementSibling;else for(g=g.nextSibling;g&&1!=g.nodeType;)g=g.nextSibling;e=new Z(e,g,!1);this.pb.push(e)}this.hc=new qd(this.pb,gb(document,b))};rd.prototype.lc=function(){return this.hc};rd.prototype.mc=function(){return this.pb}; +var qd=function(a,b){this.va=a;if(this.va.length)for(var c=0,d;d=this.va[c];c++)E(d,"toggle",this.Wb,!1,this);this.La=0;this.k=!1;c="ae-toggle ae-plus ae-action";this.va.length||(c+=" ae-disabled");this.P=lb("span",{className:c},"Expand All");E(this.P,"click",this.Vb,!1,this);b&&b.appendChild(this.P)};qd.prototype.Vb=function(){this.va.length&&this.S(!this.k)}; +qd.prototype.Wb=function(a){a=a.currentTarget;this.La=a.k?this.La+1:this.La-1;a.k!=this.k&&(a.k?(this.k=!0,sd(this,!0)):0==this.La&&(this.k=!1,sd(this,!1)))};qd.prototype.S=function(a){this.k=a;a=0;for(var b;b=this.va[a];a++)b.k!=this.k&&b.S(this.k);sd(this)}; +var sd=function(a,b){(void 0!==b?b:a.k)?(La(a.P,"ae-plus"),Ja(a.P,"ae-minus"),ob(a.P,"Collapse All")):(La(a.P,"ae-minus"),Ja(a.P,"ae-plus"),ob(a.P,"Expand All"))},td=function(a){this.cc=a;this.Db={};var b,c=lb("div",{},b=lb("div",{id:"ae-stats-details-tabs",className:"goog-tab-bar goog-tab-bar-top"}),lb("div",{className:"goog-tab-bar-clear"}),a=lb("div",{id:"ae-stats-details-tabs-content",className:"goog-tab-content"})),d=new Y;d.K(b);E(d,"select",this.Cb,!1,this);E(d,"unselect",this.Cb,!1,this); +b=0;for(var e;e=this.cc[b];b++)if(e=gb(document,"ae-stats-details-"+e)){var g=hb("h2",null,e)[0],h;h=g;var k=void 0;cb&&"innerText"in h?k=h.innerText.replace(/(\r\n|\r|\n)/g,"\n"):(k=[],vb(h,k,!0),k=k.join(""));k=k.replace(/ \xAD /g," ").replace(/\xAD/g,"");k=k.replace(/\u200B/g,"");cb||(k=k.replace(/ +/g," "));" "!=k&&(k=k.replace(/^\s*/,""));h=k;g&&g.parentNode&&g.parentNode.removeChild(g);g=new jd(h);this.Db[ia(g)]=e;d.Da(g,!0);a.appendChild(e);0==b?d.V(g):J(e,!1)}gb(document,"bd").appendChild(c)}; +td.prototype.Cb=function(a){var b=this.Db[ia(a.target)];J(b,"select"==a.type)};ka("ae.Stats.Details.Tabs",td);ka("goog.ui.Zippy",Z);Z.prototype.setExpanded=Z.prototype.S;ka("ae.Stats.MakeZippys",rd);rd.prototype.getExpandCollapse=rd.prototype.lc;rd.prototype.getZippys=rd.prototype.mc;qd.prototype.setExpanded=qd.prototype.S;var $=function(){this.cb=[];this.jb=[]},ud=[[5,.2,1],[6,.2,1.2],[5,.25,1.25],[6,.25,1.5],[4,.5,2],[5,.5,2.5],[6,.5,3],[4,1,4],[5,1,5],[6,1,6],[4,2,8],[5,2,10]],vd=function(a){if(0>=a)return[2,.5,1];for(var b=1;1>a;)a*=10,b/=10;for(;10<=a;)a/=10,b*=10;for(var c=0;c');a.write('
');for(var e=0;e<=b;e++)a.write(''),a.write(''),a.write(" "+e*c+"");a.write("
\n")}; +$.prototype.kc=function(){this.jb=[];var a=vd(this.gb),b=a[0],c=a[1],a=100/a[2];this.write('\n');wd(this,b,c,a);for(var d=0;d\n\n")}wd(this,b,c,a);this.write("
');0'),this.write(e.label),0"));this.write("");this.write('
');0');this.write('');0'));0 '),this.write(e.zb),this.write(""));0");this.write("
\n");return this.jb.join("")};$.prototype.jc=function(a,b,c,d,e,g){this.gb=Math.max(this.gb,Math.max(b+c,b+d));this.cb.push({label:a,start:b,duration:c,fb:d,zb:e,ja:g})};ka("Gantt",$);$.prototype.add_bar=$.prototype.jc;$.prototype.draw=$.prototype.kc;})(); diff --git a/python/google/appengine/ext/cloudstorage/stub_dispatcher.py b/python/google/appengine/ext/cloudstorage/stub_dispatcher.py index c9233f03..3d84853c 100644 --- a/python/google/appengine/ext/cloudstorage/stub_dispatcher.py +++ b/python/google/appengine/ext/cloudstorage/stub_dispatcher.py @@ -261,7 +261,7 @@ def _handle_get(gcs_stub, filename, param_dict, headers): start, end = _Range(headers).value - st_size = result.headers['content-length'] + st_size = result.headers['x-goog-stored-content-length'] if end is not None: result.status_code = httplib.PARTIAL_CONTENT end = min(end, st_size - 1) @@ -347,7 +347,8 @@ def _handle_head(gcs_stub, filename): http_time = common.posix_time_to_http(filestat.st_ctime) response_headers = { - 'content-length': filestat.st_size, + 'x-goog-stored-content-length': filestat.st_size, + 'content-length': 0, 'content-type': filestat.content_type, 'etag': filestat.etag, 'last-modified': http_time diff --git a/python/google/appengine/ext/datastore_admin/static/js/compiled.js b/python/google/appengine/ext/datastore_admin/static/js/compiled.js dissimilarity index 77% index 630fc386..800e10c7 100644 --- a/python/google/appengine/ext/datastore_admin/static/js/compiled.js +++ b/python/google/appengine/ext/datastore_admin/static/js/compiled.js @@ -1,17 +1,17 @@ -var g=document,k=Array,l=Error,aa=parseInt,n=String;function p(a,b){return a.keyCode=b}function q(a,b){return a.currentTarget=b}function r(a,b){return a.disabled=b} -var s="shift",t="replace",u="preventDefault",v="keyCode",w="toString",x="propertyIsEnumerable",ba="checked",y="split",z="style",ca="apply",A="push",B="slice",C="value",D="indexOf",E="type",da="name",F="length",G="prototype",ea="target",H="call",I,J=this,K=function(a){var b=typeof a;if("object"==b)if(a){if(a instanceof k)return"array";if(a instanceof Object)return b;var c=Object[G][w][H](a);if("[object Window]"==c)return"object";if("[object Array]"==c||"number"==typeof a[F]&&"undefined"!=typeof a.splice&& -"undefined"!=typeof a[x]&&!a[x]("splice"))return"array";if("[object Function]"==c||"undefined"!=typeof a[H]&&"undefined"!=typeof a[x]&&!a[x]("call"))return"function"}else return"null";else if("function"==b&&"undefined"==typeof a[H])return"object";return b},fa=function(a){var b=K(a);return"array"==b||"object"==b&&"number"==typeof a[F]},L=function(a){return"string"==typeof a},ga=function(a){var b=typeof a;return"object"==b&&null!=a||"function"==b},ha=function(a,b){var c=k[G][B][H](arguments,1);return function(){var b= -c[B]();b[A][ca](b,arguments);return a[ca](this,b)}},ia=function(a,b){function c(){}c.prototype=b[G];a.t=b[G];a.prototype=new c;a.A=function(a,c,e){return b[G][c][ca](a,k[G][B][H](arguments,2))}};var M=function(a){if(l.captureStackTrace)l.captureStackTrace(this,M);else{var b=l().stack;b&&(this.stack=b)}a&&(this.message=n(a))};ia(M,l);M[G].name="CustomError";var ja=function(a,b){for(var c=a[y]("%s"),d="",f=k[G][B][H](arguments,1);f[F]&&1")&&(a=a[t](ma,">"));-1!=a[D]('"')&&(a=a[t](na,"""));-1!=a[D]("'")&&(a=a[t](oa,"'"));-1!=a[D]("\x00")&&(a=a[t](pa,"�"))}return a},ka=/&/g, -la=//g,na=/"/g,oa=/'/g,pa=/\x00/g,qa=/[\x00&<>"']/,sa=function(a,b){return ab?1:0},ta=function(a){return n(a)[t](/\-([a-z])/g,function(a,c){return c.toUpperCase()})},ua=function(a,b){var c=L(b)?n(b)[t](/([-()\[\]{}+?*.$\^|,:#c?Math.max(0,a[F]+c):c;if(L(a))return L(b)&&1==b[F]?a[D](b,c):-1;for(;c -parseFloat(a))?n(b):a}(),Ha={},T=function(a){var b;if(!(b=Ha[a])){b=0;for(var c=n(Ga)[t](/^[\s\xa0]+|[\s\xa0]+$/g,"")[y]("."),d=n(a)[t](/^[\s\xa0]+|[\s\xa0]+$/g,"")[y]("."),f=Math.max(c[F],d[F]),e=0;0==b&&e");f=f.join("")}f=g.createElement(f);e&&(L(e)?f.className=e:"array"==K(e)?f.className=e.join(" "):Na(f,e));2=a[v])&&p(a,-1)}catch(b){}};var Va="closure_listenable_"+(1E6*Math.random()|0),Wa=0;var Xa=function(a,b,c,d,f,e){this.c=a;this.g=b;this.src=c;this.type=d;this.k=!!f;this.j=e;this.key=++Wa;this.e=this.l=!1};Xa[G].n=function(){this.e=!0;this.j=this.src=this.g=this.c=null};var Ya=function(a){this.src=a;this.a={};this.m=0};Ya[G].add=function(a,b,c,d,f){var e=a[w]();a=this.a[e];a||(a=this.a[e]=[],this.m++);var h;t:{for(h=0;hf[v]||void 0!=f.returnValue)){t:{var e=!1;if(0==f[v])try{p(f,-1);break t}catch(h){e=!0}if(e||void 0==f.returnValue)f.returnValue=!0}f=[];for(e=c.currentTarget;e;e=e.parentNode)f[A](e);for(var e=a[E],m=f[F]-1;!c.o&&0<=m;m--)q(c,f[m]),d&=kb(f[m],e,!0,c);for(m=0;!c.o&&m>>0),cb=function(a){N(a,"Listener can not be null.");if("function"==K(a))return a;N(a.handleEvent,"An object listener must have handleEvent method.");a[lb]||(a[lb]=function(b){return a.handleEvent(b)});return a[lb]};var mb=function(a,b,c){t:if(c=ta(c),void 0===a[z][c]){var d=(S?"Webkit":R?"Moz":Q?"ms":Ea?"O":null)+ua(c);if(void 0!==a[z][d]){c=d;break t}}c&&(a[z][c]=b)};var nb=function(a,b){var c=[];1")&&(a=a[t](la,">"));-1!=a[D]('"')&&(a=a[t](ma,""")); +-1!=a[D]("'")&&(a=a[t](na,"'"));-1!=a[D]("\x00")&&(a=a[t](oa,"�"))}return a},ja=/&/g,ka=//g,ma=/"/g,na=/'/g,oa=/\x00/g,pa=/[\x00&<>"']/,ra=function(a,b){return ab?1:0},sa=function(a){return n(a)[t](/\-([a-z])/g,function(a,c){return c.toUpperCase()})},ta=function(a,b){var c=L(b)?n(b)[t](/([-()\[\]{}+?*.$\^|,:#c?Math.max(0,a[F]+c):c;if(L(a))return L(b)&&1==b[F]?a[D](b,c):-1;for(;c +parseFloat(a))?n(b):a}(),Ga={},T=function(a){var b;if(!(b=Ga[a])){b=0;for(var c=ia(n(Fa))[y]("."),d=ia(n(a))[y]("."),f=Math.max(c[F],d[F]),e=0;0==b&&e");f=f.join("")}f=g.createElement(f);e&&(L(e)?f.className=e:"array"==K(e)?f.className=e.join(" "):Ma(f,e));2=a[v])&&p(a,-1)}catch(b){}};var Ua="closure_listenable_"+(1E6*Math.random()|0),Va=0;var Wa=function(a,b,c,d,f,e){this.c=a;this.g=b;this.src=c;this.type=d;this.k=!!f;this.j=e;this.key=++Va;this.e=this.l=!1};Wa[G].n=function(){this.e=!0;this.j=this.src=this.g=this.c=null};var Xa=function(a){this.src=a;this.a={};this.m=0};Xa[G].add=function(a,b,c,d,f){var e=a[w]();a=this.a[e];a||(a=this.a[e]=[],this.m++);var h;t:{for(h=0;hf[v]||void 0!=f.returnValue)){t:{var e=!1;if(0==f[v])try{p(f,-1);break t}catch(h){e=!0}if(e||void 0==f.returnValue)f.returnValue=!0}f=[];for(e=c.currentTarget;e;e=e.parentNode)f[A](e);for(var e=a[E],l=f[F]-1;!c.o&&0<=l;l--)q(c,f[l]),d&=jb(f[l],e,!0,c);for(l=0;!c.o&&l>>0),bb=function(a){N(a,"Listener can not be null.");if("function"==K(a))return a;N(a.handleEvent,"An object listener must have handleEvent method.");a[kb]||(a[kb]=function(b){return a.handleEvent(b)});return a[kb]};var lb=function(a,b,c){t:if(c=sa(c),void 0===a[z][c]){var d=(S?"Webkit":R?"Moz":Q?"ms":Da?"O":null)+ta(c);if(void 0!==a[z][d]){c=d;break t}}c&&(a[z][c]=b)};var mb=function(a,b){var c=[];1 or argument.') self._Rollback() + def _RollbackOptions(self, parser): + """Adds rollback-specific options to parser. + + Args: + parser: An instance of OptionsParser. + """ + parser.add_option('--force_rollback', action='store_true', + dest='force_rollback', default=False, + help='Force rollback.') + def _Rollback(self, backend=None): """Does a rollback of an existing transaction. @@ -4427,7 +4440,15 @@ class AppCfgApp(object): backend=backend) appversion.in_transaction = True - appversion.Rollback() + + + + + force_rollback = False + if hasattr(self.options, 'force_rollback'): + force_rollback = self.options.force_rollback + + appversion.Rollback(force_rollback) def SetDefaultVersion(self): """Sets the default version.""" @@ -5182,6 +5203,7 @@ option to delete them."""), 'rollback': Action( function='Rollback', usage='%prog [options] rollback | ', + options=_RollbackOptions, short_desc='Rollback an in-progress update.', long_desc=""" The 'update' command requires a server-side transaction. diff --git a/python/google/appengine/tools/appcfg_java.py b/python/google/appengine/tools/appcfg_java.py index 2b7cf5ba..6045c22f 100644 --- a/python/google/appengine/tools/appcfg_java.py +++ b/python/google/appengine/tools/appcfg_java.py @@ -17,6 +17,7 @@ """Appcfg logic specific to Java apps.""" from __future__ import with_statement +import collections import os.path import re import shutil @@ -110,25 +111,17 @@ class JavaAppUpdate(object): _JSP_REGEX = re.compile('.*\\.jspx?') - class _XmlParser(object): - - - - def __init__(self, xml_name, yaml_name, xml_to_yaml_function): - self.xml_name = xml_name - self.yaml_name = yaml_name - self.xml_to_yaml_function = xml_to_yaml_function + _xml_parser = collections.namedtuple( + '_xml_parser', ['xml_name', 'yaml_name', 'xml_to_yaml_function']) _XML_PARSERS = [ - _XmlParser('backends.xml', 'backends.yaml', - backends_xml_parser.GetBackendsYaml), - _XmlParser('cron.xml', 'cron.yaml', cron_xml_parser.GetCronYaml), - _XmlParser('datastore-indexes.xml', 'index.yaml', - indexes_xml_parser.GetIndexYaml), - _XmlParser('dispatch.xml', 'dispatch.yaml', - dispatch_xml_parser.GetDispatchYaml), - _XmlParser('dos.xml', 'dos.yaml', dos_xml_parser.GetDosYaml), - _XmlParser('queue.xml', 'queue.yaml', queue_xml_parser.GetQueueYaml), + _xml_parser('backends.xml', 'backends.yaml', + backends_xml_parser.GetBackendsYaml), + _xml_parser('cron.xml', 'cron.yaml', cron_xml_parser.GetCronYaml), + _xml_parser('dispatch.xml', 'dispatch.yaml', + dispatch_xml_parser.GetDispatchYaml), + _xml_parser('dos.xml', 'dos.yaml', dos_xml_parser.GetDosYaml), + _xml_parser('queue.xml', 'queue.yaml', queue_xml_parser.GetQueueYaml), ] _XML_VALIDATOR_CLASS = 'com.google.appengine.tools.admin.XmlValidator' @@ -275,6 +268,27 @@ class JavaAppUpdate(object): with open(yaml_file, 'w') as yaml: yaml.write(yaml_string) + + + + + + indexes = [] + for xml_name in ( + 'datastore-indexes.xml', + os.path.join('appengine-generated', 'datastore-indexes-auto.xml')): + xml_name = os.path.join(self.basepath, 'WEB-INF', xml_name) + if os.path.exists(xml_name): + with open(xml_name) as xml_file: + xml_string = xml_file.read() + parser = indexes_xml_parser.IndexesXmlParser() + indexes += parser.ProcessXml(xml_string) + if indexes: + yaml_string = indexes_xml_parser.MakeIndexesListIntoYaml(indexes) + yaml_file = os.path.join(appengine_generated, 'index.yaml') + with open(yaml_file, 'w') as yaml: + yaml.write(yaml_string) + return stage_dir def GenerateAppYamlString(self, static_file_list, api_version=None): diff --git a/python/google/appengine/tools/dev-channel-js.js b/python/google/appengine/tools/dev-channel-js.js index d18d5961..ce3809ff 100644 --- a/python/google/appengine/tools/dev-channel-js.js +++ b/python/google/appengine/tools/dev-channel-js.js @@ -19,7 +19,40 @@ goog.LOCALE = "en"; goog.TRUSTED_SITE = !0; goog.STRICT_MODE_COMPATIBLE = !1; goog.provide = function(name) { - goog.exportPath_(name); + goog.constructNamespace_(name); +}; +goog.constructNamespace_ = function(name, opt_obj) { + goog.exportPath_(name, opt_obj); +}; +goog.module = function(name) { + if (!goog.isString(name) || !name) { + throw Error("Invalid module identifier"); + } + if (!goog.isInModuleLoader_()) { + throw Error("Module " + name + " has been loaded incorrectly."); + } + if (goog.moduleLoaderState_.moduleName) { + throw Error("goog.module may only be called once per module."); + } + goog.moduleLoaderState_.moduleName = name; +}; +goog.module.get = function(name) { + return goog.module.getInternal_(name); +}; +goog.module.getInternal_ = function() { +}; +goog.moduleLoaderState_ = null; +goog.isInModuleLoader_ = function() { + return null != goog.moduleLoaderState_; +}; +goog.module.declareTestMethods = function() { + if (!goog.isInModuleLoader_()) { + throw Error("goog.module.declareTestMethods must be called from within a goog.module"); + } + goog.moduleLoaderState_.declareTestMethods = !0; +}; +goog.module.declareLegacyNamespace = function() { + goog.moduleLoaderState_.declareLegacyNamespace = !0; }; goog.setTestOnly = function(opt_message) { if (!goog.DEBUG) { @@ -44,10 +77,10 @@ goog.globalize = function(obj, opt_global) { global[x] = obj[x]; } }; -goog.addDependency = function(relPath, provides, requires) { +goog.addDependency = function(relPath, provides, requires, opt_isModule) { if (goog.DEPENDENCIES_ENABLED) { for (var provide, require, path = relPath.replace(/\\/g, "/"), deps = goog.dependencies_, i = 0;provide = provides[i];i++) { - deps.nameToPath[provide] = path, path in deps.pathToNames || (deps.pathToNames[path] = {}), deps.pathToNames[path][provide] = !0; + deps.nameToPath[provide] = path, deps.pathIsModule[path] = !!opt_isModule; } for (var j = 0;require = requires[j];j++) { path in deps.requires || (deps.requires[path] = {}), deps.requires[path][require] = !0; @@ -56,6 +89,9 @@ goog.addDependency = function(relPath, provides, requires) { }; goog.useStrictRequires = !1; goog.ENABLE_DEBUG_LOADER = !0; +goog.logToConsole_ = function(msg) { + goog.global.console && goog.global.console.error(msg); +}; goog.require = function() { }; goog.basePath = ""; @@ -77,8 +113,11 @@ goog.addSingletonGetter = function(ctor) { }; }; goog.instantiatedSingletons_ = []; +goog.LOAD_MODULE_USING_EVAL = !0; +goog.SEAL_MODULE_EXPORTS = goog.DEBUG; +goog.loadedModules_ = {}; goog.DEPENDENCIES_ENABLED = !1; -goog.DEPENDENCIES_ENABLED && (goog.included_ = {}, goog.dependencies_ = {pathToNames:{}, nameToPath:{}, requires:{}, visited:{}, written:{}}, goog.inHtmlDocument_ = function() { +goog.DEPENDENCIES_ENABLED && (goog.included_ = {}, goog.dependencies_ = {pathIsModule:{}, nameToPath:{}, requires:{}, visited:{}, written:{}}, goog.inHtmlDocument_ = function() { var doc = goog.global.document; return "undefined" != typeof doc && "write" in doc; }, goog.findBasePath_ = function() { @@ -95,10 +134,73 @@ goog.DEPENDENCIES_ENABLED && (goog.included_ = {}, goog.dependencies_ = {pathToN } } } -}, goog.importScript_ = function(src) { +}, goog.importScript_ = function(src, opt_sourceText) { var importScript = goog.global.CLOSURE_IMPORT_SCRIPT || goog.writeScriptTag_; - !goog.dependencies_.written[src] && importScript(src) && (goog.dependencies_.written[src] = !0); -}, goog.writeScriptTag_ = function(src) { + importScript(src, opt_sourceText) && (goog.dependencies_.written[src] = !0); +}, goog.IS_OLD_IE_ = goog.global.document && goog.global.document.all && !goog.global.atob, goog.importModule_ = function(src) { + var bootstrap = 'goog.retrieveAndExecModule_("' + src + '");'; + goog.importScript_("", bootstrap) && (goog.dependencies_.written[src] = !0); +}, goog.queuedModules_ = [], goog.retrieveAndExecModule_ = function(src) { + var importScript = goog.global.CLOSURE_IMPORT_SCRIPT || goog.writeScriptTag_, scriptText = null, xhr = new goog.global.XMLHttpRequest; + xhr.onload = function() { + scriptText = this.responseText; + }; + xhr.open("get", src, !1); + xhr.send(); + scriptText = xhr.responseText; + if (null != scriptText) { + var execModuleScript = goog.wrapModule_(src, scriptText), isOldIE = goog.IS_OLD_IE_; + isOldIE ? goog.queuedModules_.push(execModuleScript) : importScript(src, execModuleScript); + goog.dependencies_.written[src] = !0; + } else { + throw Error("load of " + src + "failed"); + } +}, goog.wrapModule_ = function(srcUrl, scriptText) { + return goog.LOAD_MODULE_USING_EVAL && goog.isDef(goog.global.JSON) ? "goog.loadModule(" + goog.global.JSON.stringify(scriptText + "\n//# sourceURL=" + srcUrl + "\n") + ");" : 'goog.loadModule(function(exports) {"use strict";' + scriptText + "\n;return exports});\n//# sourceURL=" + srcUrl + "\n"; +}, goog.loadQueuedModules_ = function() { + var count = goog.queuedModules_.length; + if (0 < count) { + var queue = goog.queuedModules_; + goog.queuedModules_ = []; + for (var i = 0;i < count;i++) { + var entry = queue[i]; + goog.globalEval(entry); + } + } +}, goog.loadModule = function(moduleDef) { + try { + goog.moduleLoaderState_ = {moduleName:void 0, declareTestMethods:!1}; + var exports; + if (goog.isFunction(moduleDef)) { + exports = moduleDef.call(goog.global, {}); + } else { + if (goog.isString(moduleDef)) { + exports = goog.loadModuleFromSource_.call(goog.global, moduleDef); + } else { + throw Error("Invalid module definition"); + } + } + var moduleName = goog.moduleLoaderState_.moduleName; + if (!goog.isString(moduleName) || !moduleName) { + throw Error('Invalid module name "' + moduleName + '"'); + } + goog.moduleLoaderState_.declareLegacyNamespace ? goog.constructNamespace_(moduleName, exports) : goog.SEAL_MODULE_EXPORTS && Object.seal && Object.seal(exports); + goog.loadedModules_[moduleName] = exports; + if (goog.moduleLoaderState_.declareTestMethods) { + for (var entry in exports) { + if (0 === entry.indexOf("test", 0) || "tearDown" == entry || "setup" == entry) { + goog.global[entry] = exports[entry]; + } + } + } + } finally { + goog.moduleLoaderState_ = null; + } +}, goog.loadModuleFromSource_ = function(JSCompiler_OptimizeArgumentsArray_p0) { + var exports = {}; + eval(JSCompiler_OptimizeArgumentsArray_p0); + return exports; +}, goog.writeScriptTag_ = function(src, opt_sourceText) { if (goog.inHtmlDocument_()) { var doc = goog.global.document; if ("complete" == doc.readyState) { @@ -108,10 +210,23 @@ goog.DEPENDENCIES_ENABLED && (goog.included_ = {}, goog.dependencies_ = {pathToN } throw Error('Cannot write "' + src + '" after document load'); } - doc.write('