[pypy-svn] r54857 - in pypy/django: . django django/bin django/bin/profiling django/conf django/conf/app_template django/conf/project_template django/conf/urls django/contrib django/contrib/admin django/contrib/admin/templatetags django/contrib/admin/views django/contrib/auth django/contrib/auth/handlers django/contrib/comments django/contrib/comments/templatetags django/contrib/comments/urls django/contrib/comments/views django/contrib/contenttypes django/contrib/csrf django/contrib/databrowse django/contrib/databrowse/plugins django/contrib/flatpages django/contrib/formtools django/contrib/humanize django/contrib/humanize/templatetags django/contrib/localflavor django/contrib/localflavor/ar django/contrib/localflavor/au django/contrib/localflavor/br django/contrib/localflavor/ca django/contrib/localflavor/ch django/contrib/localflavor/cl django/contrib/localflavor/de django/contrib/localflavor/es django/contrib/localflavor/fi django/contrib/localflavor/fr django/contrib/localflavor/generic django/contrib/localflavor/in_ django/contrib/localflavor/is_ django/contrib/localflavor/it django/contrib/localflavor/jp django/contrib/localflavor/mx django/contrib/localflavor/nl django/contrib/localflavor/no django/contrib/localflavor/pe django/contrib/localflavor/pl django/contrib/localflavor/sk django/contrib/localflavor/uk django/contrib/localflavor/us django/contrib/localflavor/za django/contrib/markup django/contrib/markup/templatetags django/contrib/redirects django/contrib/sessions django/contrib/sessions/backends django/contrib/sitemaps django/contrib/sites django/contrib/syndication django/contrib/webdesign django/contrib/webdesign/templatetags django/core django/core/cache django/core/cache/backends django/core/handlers django/core/management django/core/management/commands django/core/serializers django/core/servers django/db django/db/backends django/db/backends/dummy django/db/backends/mysql django/db/backends/mysql_old django/db/backends/oracle django/db/backends/postgresql django/db/backends/postgresql_psycopg2 django/db/backends/sqlite3 django/db/models django/db/models/fields django/db/models/sql django/dispatch django/forms django/http django/middleware django/newforms django/newforms/extras django/oldforms django/shortcuts django/template django/template/loaders django/templatetags django/test django/utils django/utils/simplejson django/utils/translation django/views django/views/decorators django/views/generic docs examples examples/hello tests tests/modeltests tests/modeltests/basic tests/modeltests/choices tests/modeltests/custom_columns tests/modeltests/custom_managers tests/modeltests/custom_methods tests/modeltests/custom_pk tests/modeltests/empty tests/modeltests/field_defaults tests/modeltests/field_subclassing tests/modeltests/fixtures tests/modeltests/generic_relations tests/modeltests/get_latest tests/modeltests/get_object_or_404 tests/modeltests/get_or_create tests/modeltests/invalid_models tests/modeltests/lookup tests/modeltests/m2m_and_m2o tests/modeltests/m2m_intermediary tests/modeltests/m2m_multiple tests/modeltests/m2m_recursive tests/modeltests/m2o_recursive tests/modeltests/m2o_recursive2 tests/modeltests/manipulators tests/modeltests/many_to_many tests/modeltests/many_to_one tests/modeltests/many_to_one_null tests/modeltests/model_forms tests/modeltests/model_inheritance tests/modeltests/mutually_referential tests/modeltests/one_to_one tests/modeltests/or_lookups tests/modeltests/order_with_respect_to tests/modeltests/ordering tests/modeltests/pagination tests/modeltests/properties tests/modeltests/reserved_names tests/modeltests/reverse_lookup tests/modeltests/save_delete_hooks tests/modeltests/select_related tests/modeltests/serializers tests/modeltests/signals tests/modeltests/str tests/modeltests/test_client tests/modeltests/transactions tests/modeltests/update tests/modeltests/user_commands tests/modeltests/user_commands/management tests/modeltests/user_commands/management/commands tests/modeltests/validation tests/regressiontests tests/regressiontests/auth_backends tests/regressiontests/backends tests/regressiontests/bug639 tests/regressiontests/cache tests/regressiontests/datastructures tests/regressiontests/datatypes tests/regressiontests/dateformat tests/regressiontests/db_typecasts tests/regressiontests/decorators tests/regressiontests/defaultfilters tests/regressiontests/dispatch tests/regressiontests/dispatch/tests tests/regressiontests/fixtures_regress tests/regressiontests/forms tests/regressiontests/forms/localflavor tests/regressiontests/httpwrappers tests/regressiontests/humanize tests/regressiontests/i18n tests/regressiontests/initial_sql_regress tests/regressiontests/invalid_admin_options tests/regressiontests/many_to_one_regress tests/regressiontests/max_lengths tests/regressiontests/maxlength tests/regressiontests/middleware tests/regressiontests/model_fields tests/regressiontests/model_regress tests/regressiontests/null_queries tests/regressiontests/one_to_one_regress tests/regressiontests/queries tests/regressiontests/requests tests/regressiontests/serializers_regress tests/regressiontests/string_lookup tests/regressiontests/syndication tests/regressiontests/templates tests/regressiontests/test_client_regress tests/regressiontests/text tests/regressiontests/urlpatterns_reverse tests/regressiontests/utils tests/regressiontests/views tests/regressiontests/views/media tests/regressiontests/views/tests tests/regressiontests/views/tests/generic

fijal at codespeak.net fijal at codespeak.net
Sat May 17 18:07:54 CEST 2008


Author: fijal
Date: Sat May 17 18:07:51 2008
New Revision: 54857

Modified:
   pypy/django/   (props changed)
   pypy/django/django/   (props changed)
   pypy/django/django/bin/   (props changed)
   pypy/django/django/bin/profiling/   (props changed)
   pypy/django/django/conf/   (props changed)
   pypy/django/django/conf/app_template/   (props changed)
   pypy/django/django/conf/project_template/   (props changed)
   pypy/django/django/conf/urls/   (props changed)
   pypy/django/django/contrib/   (props changed)
   pypy/django/django/contrib/admin/   (props changed)
   pypy/django/django/contrib/admin/templatetags/   (props changed)
   pypy/django/django/contrib/admin/views/   (props changed)
   pypy/django/django/contrib/auth/   (props changed)
   pypy/django/django/contrib/auth/handlers/   (props changed)
   pypy/django/django/contrib/comments/   (props changed)
   pypy/django/django/contrib/comments/templatetags/   (props changed)
   pypy/django/django/contrib/comments/urls/   (props changed)
   pypy/django/django/contrib/comments/views/   (props changed)
   pypy/django/django/contrib/contenttypes/   (props changed)
   pypy/django/django/contrib/csrf/   (props changed)
   pypy/django/django/contrib/databrowse/   (props changed)
   pypy/django/django/contrib/databrowse/plugins/   (props changed)
   pypy/django/django/contrib/flatpages/   (props changed)
   pypy/django/django/contrib/formtools/   (props changed)
   pypy/django/django/contrib/humanize/   (props changed)
   pypy/django/django/contrib/humanize/templatetags/   (props changed)
   pypy/django/django/contrib/localflavor/   (props changed)
   pypy/django/django/contrib/localflavor/ar/   (props changed)
   pypy/django/django/contrib/localflavor/au/   (props changed)
   pypy/django/django/contrib/localflavor/br/   (props changed)
   pypy/django/django/contrib/localflavor/ca/   (props changed)
   pypy/django/django/contrib/localflavor/ch/   (props changed)
   pypy/django/django/contrib/localflavor/cl/   (props changed)
   pypy/django/django/contrib/localflavor/de/   (props changed)
   pypy/django/django/contrib/localflavor/es/   (props changed)
   pypy/django/django/contrib/localflavor/fi/   (props changed)
   pypy/django/django/contrib/localflavor/fr/   (props changed)
   pypy/django/django/contrib/localflavor/generic/   (props changed)
   pypy/django/django/contrib/localflavor/in_/   (props changed)
   pypy/django/django/contrib/localflavor/is_/   (props changed)
   pypy/django/django/contrib/localflavor/it/   (props changed)
   pypy/django/django/contrib/localflavor/jp/   (props changed)
   pypy/django/django/contrib/localflavor/mx/   (props changed)
   pypy/django/django/contrib/localflavor/nl/   (props changed)
   pypy/django/django/contrib/localflavor/no/   (props changed)
   pypy/django/django/contrib/localflavor/pe/   (props changed)
   pypy/django/django/contrib/localflavor/pl/   (props changed)
   pypy/django/django/contrib/localflavor/sk/   (props changed)
   pypy/django/django/contrib/localflavor/uk/   (props changed)
   pypy/django/django/contrib/localflavor/us/   (props changed)
   pypy/django/django/contrib/localflavor/za/   (props changed)
   pypy/django/django/contrib/markup/   (props changed)
   pypy/django/django/contrib/markup/templatetags/   (props changed)
   pypy/django/django/contrib/redirects/   (props changed)
   pypy/django/django/contrib/sessions/   (props changed)
   pypy/django/django/contrib/sessions/backends/   (props changed)
   pypy/django/django/contrib/sitemaps/   (props changed)
   pypy/django/django/contrib/sites/   (props changed)
   pypy/django/django/contrib/syndication/   (props changed)
   pypy/django/django/contrib/webdesign/   (props changed)
   pypy/django/django/contrib/webdesign/templatetags/   (props changed)
   pypy/django/django/core/   (props changed)
   pypy/django/django/core/cache/   (props changed)
   pypy/django/django/core/cache/backends/   (props changed)
   pypy/django/django/core/handlers/   (props changed)
   pypy/django/django/core/management/   (props changed)
   pypy/django/django/core/management/commands/   (props changed)
   pypy/django/django/core/serializers/   (props changed)
   pypy/django/django/core/servers/   (props changed)
   pypy/django/django/db/   (props changed)
   pypy/django/django/db/backends/   (props changed)
   pypy/django/django/db/backends/dummy/   (props changed)
   pypy/django/django/db/backends/mysql/   (props changed)
   pypy/django/django/db/backends/mysql_old/   (props changed)
   pypy/django/django/db/backends/oracle/   (props changed)
   pypy/django/django/db/backends/postgresql/   (props changed)
   pypy/django/django/db/backends/postgresql_psycopg2/   (props changed)
   pypy/django/django/db/backends/sqlite3/   (props changed)
   pypy/django/django/db/models/   (props changed)
   pypy/django/django/db/models/fields/   (props changed)
   pypy/django/django/db/models/sql/   (props changed)
   pypy/django/django/dispatch/   (props changed)
   pypy/django/django/forms/   (props changed)
   pypy/django/django/http/   (props changed)
   pypy/django/django/middleware/   (props changed)
   pypy/django/django/newforms/   (props changed)
   pypy/django/django/newforms/extras/   (props changed)
   pypy/django/django/oldforms/   (props changed)
   pypy/django/django/shortcuts/   (props changed)
   pypy/django/django/template/   (props changed)
   pypy/django/django/template/loaders/   (props changed)
   pypy/django/django/templatetags/   (props changed)
   pypy/django/django/test/   (props changed)
   pypy/django/django/utils/   (props changed)
   pypy/django/django/utils/simplejson/   (props changed)
   pypy/django/django/utils/translation/   (props changed)
   pypy/django/django/views/   (props changed)
   pypy/django/django/views/decorators/   (props changed)
   pypy/django/django/views/generic/   (props changed)
   pypy/django/docs/   (props changed)
   pypy/django/examples/   (props changed)
   pypy/django/examples/hello/   (props changed)
   pypy/django/tests/   (props changed)
   pypy/django/tests/modeltests/   (props changed)
   pypy/django/tests/modeltests/basic/   (props changed)
   pypy/django/tests/modeltests/choices/   (props changed)
   pypy/django/tests/modeltests/custom_columns/   (props changed)
   pypy/django/tests/modeltests/custom_managers/   (props changed)
   pypy/django/tests/modeltests/custom_methods/   (props changed)
   pypy/django/tests/modeltests/custom_pk/   (props changed)
   pypy/django/tests/modeltests/empty/   (props changed)
   pypy/django/tests/modeltests/field_defaults/   (props changed)
   pypy/django/tests/modeltests/field_subclassing/   (props changed)
   pypy/django/tests/modeltests/fixtures/   (props changed)
   pypy/django/tests/modeltests/generic_relations/   (props changed)
   pypy/django/tests/modeltests/get_latest/   (props changed)
   pypy/django/tests/modeltests/get_object_or_404/   (props changed)
   pypy/django/tests/modeltests/get_or_create/   (props changed)
   pypy/django/tests/modeltests/invalid_models/   (props changed)
   pypy/django/tests/modeltests/lookup/   (props changed)
   pypy/django/tests/modeltests/m2m_and_m2o/   (props changed)
   pypy/django/tests/modeltests/m2m_intermediary/   (props changed)
   pypy/django/tests/modeltests/m2m_multiple/   (props changed)
   pypy/django/tests/modeltests/m2m_recursive/   (props changed)
   pypy/django/tests/modeltests/m2o_recursive/   (props changed)
   pypy/django/tests/modeltests/m2o_recursive2/   (props changed)
   pypy/django/tests/modeltests/manipulators/   (props changed)
   pypy/django/tests/modeltests/many_to_many/   (props changed)
   pypy/django/tests/modeltests/many_to_one/   (props changed)
   pypy/django/tests/modeltests/many_to_one_null/   (props changed)
   pypy/django/tests/modeltests/model_forms/   (props changed)
   pypy/django/tests/modeltests/model_inheritance/   (props changed)
   pypy/django/tests/modeltests/mutually_referential/   (props changed)
   pypy/django/tests/modeltests/one_to_one/   (props changed)
   pypy/django/tests/modeltests/or_lookups/   (props changed)
   pypy/django/tests/modeltests/order_with_respect_to/   (props changed)
   pypy/django/tests/modeltests/ordering/   (props changed)
   pypy/django/tests/modeltests/pagination/   (props changed)
   pypy/django/tests/modeltests/properties/   (props changed)
   pypy/django/tests/modeltests/reserved_names/   (props changed)
   pypy/django/tests/modeltests/reverse_lookup/   (props changed)
   pypy/django/tests/modeltests/save_delete_hooks/   (props changed)
   pypy/django/tests/modeltests/select_related/   (props changed)
   pypy/django/tests/modeltests/serializers/   (props changed)
   pypy/django/tests/modeltests/signals/   (props changed)
   pypy/django/tests/modeltests/str/   (props changed)
   pypy/django/tests/modeltests/test_client/   (props changed)
   pypy/django/tests/modeltests/transactions/   (props changed)
   pypy/django/tests/modeltests/update/   (props changed)
   pypy/django/tests/modeltests/user_commands/   (props changed)
   pypy/django/tests/modeltests/user_commands/management/   (props changed)
   pypy/django/tests/modeltests/user_commands/management/commands/   (props changed)
   pypy/django/tests/modeltests/validation/   (props changed)
   pypy/django/tests/regressiontests/   (props changed)
   pypy/django/tests/regressiontests/auth_backends/   (props changed)
   pypy/django/tests/regressiontests/backends/   (props changed)
   pypy/django/tests/regressiontests/bug639/   (props changed)
   pypy/django/tests/regressiontests/cache/   (props changed)
   pypy/django/tests/regressiontests/datastructures/   (props changed)
   pypy/django/tests/regressiontests/datatypes/   (props changed)
   pypy/django/tests/regressiontests/dateformat/   (props changed)
   pypy/django/tests/regressiontests/db_typecasts/   (props changed)
   pypy/django/tests/regressiontests/decorators/   (props changed)
   pypy/django/tests/regressiontests/defaultfilters/   (props changed)
   pypy/django/tests/regressiontests/dispatch/   (props changed)
   pypy/django/tests/regressiontests/dispatch/tests/   (props changed)
   pypy/django/tests/regressiontests/fixtures_regress/   (props changed)
   pypy/django/tests/regressiontests/forms/   (props changed)
   pypy/django/tests/regressiontests/forms/localflavor/   (props changed)
   pypy/django/tests/regressiontests/httpwrappers/   (props changed)
   pypy/django/tests/regressiontests/humanize/   (props changed)
   pypy/django/tests/regressiontests/i18n/   (props changed)
   pypy/django/tests/regressiontests/initial_sql_regress/   (props changed)
   pypy/django/tests/regressiontests/invalid_admin_options/   (props changed)
   pypy/django/tests/regressiontests/many_to_one_regress/   (props changed)
   pypy/django/tests/regressiontests/max_lengths/   (props changed)
   pypy/django/tests/regressiontests/maxlength/   (props changed)
   pypy/django/tests/regressiontests/middleware/   (props changed)
   pypy/django/tests/regressiontests/model_fields/   (props changed)
   pypy/django/tests/regressiontests/model_regress/   (props changed)
   pypy/django/tests/regressiontests/null_queries/   (props changed)
   pypy/django/tests/regressiontests/one_to_one_regress/   (props changed)
   pypy/django/tests/regressiontests/queries/   (props changed)
   pypy/django/tests/regressiontests/requests/   (props changed)
   pypy/django/tests/regressiontests/serializers_regress/   (props changed)
   pypy/django/tests/regressiontests/string_lookup/   (props changed)
   pypy/django/tests/regressiontests/syndication/   (props changed)
   pypy/django/tests/regressiontests/templates/   (props changed)
   pypy/django/tests/regressiontests/test_client_regress/   (props changed)
   pypy/django/tests/regressiontests/text/   (props changed)
   pypy/django/tests/regressiontests/urlpatterns_reverse/   (props changed)
   pypy/django/tests/regressiontests/utils/   (props changed)
   pypy/django/tests/regressiontests/views/   (props changed)
   pypy/django/tests/regressiontests/views/media/   (props changed)
   pypy/django/tests/regressiontests/views/tests/   (props changed)
   pypy/django/tests/regressiontests/views/tests/generic/   (props changed)
Log:
fixeol




More information about the Pypy-commit mailing list