Changeset 8215
- Timestamp:
- 08/05/08 12:15:33 (4 months ago)
- Files:
-
- django/branches/gis (modified) (1 prop)
- django/branches/gis/AUTHORS (modified) (10 diffs)
- django/branches/gis/django/conf/global_settings.py (modified) (2 diffs)
- django/branches/gis/django/conf/locale/de/LC_MESSAGES/django.mo (modified) (previous)
- django/branches/gis/django/conf/locale/de/LC_MESSAGES/django.po (modified) (43 diffs)
- django/branches/gis/django/conf/locale/es_AR/LC_MESSAGES/django.mo (modified) (previous)
- django/branches/gis/django/conf/locale/es_AR/LC_MESSAGES/django.po (modified) (75 diffs)
- django/branches/gis/django/conf/locale/es/LC_MESSAGES/django.mo (modified) (previous)
- django/branches/gis/django/conf/locale/es/LC_MESSAGES/django.po (modified) (61 diffs)
- django/branches/gis/django/conf/locale/fr/LC_MESSAGES/django.mo (modified) (previous)
- django/branches/gis/django/conf/locale/fr/LC_MESSAGES/django.po (modified) (4 diffs)
- django/branches/gis/django/conf/locale/it/LC_MESSAGES/django.mo (modified) (previous)
- django/branches/gis/django/conf/locale/it/LC_MESSAGES/django.po (modified) (65 diffs)
- django/branches/gis/django/conf/locale/ka/LC_MESSAGES/django.mo (modified) (previous)
- django/branches/gis/django/conf/locale/ka/LC_MESSAGES/django.po (modified) (34 diffs)
- django/branches/gis/django/conf/locale/nl/LC_MESSAGES/django.mo (modified) (previous)
- django/branches/gis/django/conf/locale/nl/LC_MESSAGES/django.po (modified) (48 diffs)
- django/branches/gis/django/conf/locale/no/LC_MESSAGES/django.mo (modified) (previous)
- django/branches/gis/django/conf/locale/no/LC_MESSAGES/django.po (modified) (16 diffs)
- django/branches/gis/django/conf/locale/pl/LC_MESSAGES/django.mo (modified) (previous)
- django/branches/gis/django/conf/locale/pl/LC_MESSAGES/django.po (modified) (62 diffs)
- django/branches/gis/django/conf/locale/pt_BR/LC_MESSAGES/django.mo (modified) (previous)
- django/branches/gis/django/conf/locale/pt_BR/LC_MESSAGES/django.po (modified) (1 diff)
- django/branches/gis/django/conf/locale/sr/LC_MESSAGES/djangojs.mo (modified) (previous)
- django/branches/gis/django/conf/locale/sr/LC_MESSAGES/djangojs.po (modified) (3 diffs)
- django/branches/gis/django/conf/locale/sr/LC_MESSAGES/django.mo (modified) (previous)
- django/branches/gis/django/conf/locale/sr/LC_MESSAGES/django.po (modified) (15 diffs)
- django/branches/gis/django/conf/locale/sv/LC_MESSAGES/django.mo (modified) (previous)
- django/branches/gis/django/conf/locale/sv/LC_MESSAGES/django.po (modified) (63 diffs)
- django/branches/gis/django/conf/project_template/urls.py (modified) (2 diffs)
- django/branches/gis/django/contrib/admindocs/views.py (modified) (1 diff)
- django/branches/gis/django/contrib/admin/__init__.py (modified) (1 diff)
- django/branches/gis/django/contrib/admin/media/css/rtl.css (modified) (1 diff)
- django/branches/gis/django/contrib/admin/options.py (modified) (23 diffs)
- django/branches/gis/django/contrib/admin/sites.py (modified) (15 diffs)
- django/branches/gis/django/contrib/admin/templates/admin_doc/model_detail.html (modified) (1 diff)
- django/branches/gis/django/contrib/admin/templates/admin/includes/fieldset.html (modified) (1 diff)
- django/branches/gis/django/contrib/admin/templates/registration/password_reset_complete.html (copied) (copied from django/trunk/django/contrib/admin/templates/registration/password_reset_complete.html)
- django/branches/gis/django/contrib/admin/templates/registration/password_reset_confirm.html (copied) (copied from django/trunk/django/contrib/admin/templates/registration/password_reset_confirm.html)
- django/branches/gis/django/contrib/admin/templates/registration/password_reset_done.html (modified) (1 diff)
- django/branches/gis/django/contrib/admin/templates/registration/password_reset_email.html (modified) (2 diffs)
- django/branches/gis/django/contrib/admin/templates/registration/password_reset_form.html (modified) (1 diff)
- django/branches/gis/django/contrib/admin/validation.py (modified) (3 diffs)
- django/branches/gis/django/contrib/admin/views/decorators.py (modified) (5 diffs)
- django/branches/gis/django/contrib/admin/views/main.py (modified) (1 diff)
- django/branches/gis/django/contrib/admin/widgets.py (modified) (1 diff)
- django/branches/gis/django/contrib/auth/admin.py (modified) (1 diff)
- django/branches/gis/django/contrib/auth/decorators.py (modified) (1 diff)
- django/branches/gis/django/contrib/auth/forms.py (modified) (12 diffs)
- django/branches/gis/django/contrib/auth/management/commands/createsuperuser.py (modified) (1 diff)
- django/branches/gis/django/contrib/auth/models.py (modified) (1 diff)
- django/branches/gis/django/contrib/auth/tests/basic.py (modified) (1 diff)
- django/branches/gis/django/contrib/auth/tests/forms.py (modified) (3 diffs)
- django/branches/gis/django/contrib/auth/tests/__init__.py (modified) (2 diffs)
- django/branches/gis/django/contrib/auth/tests/tokens.py (copied) (copied from django/trunk/django/contrib/auth/tests/tokens.py)
- django/branches/gis/django/contrib/auth/tests/views.py (copied) (copied from django/trunk/django/contrib/auth/tests/views.py)
- django/branches/gis/django/contrib/auth/tokens.py (copied) (copied from django/trunk/django/contrib/auth/tokens.py)
- django/branches/gis/django/contrib/auth/urls.py (modified) (1 diff)
- django/branches/gis/django/contrib/auth/views.py (modified) (3 diffs)
- django/branches/gis/django/contrib/comments/models.py (modified) (1 diff)
- django/branches/gis/django/contrib/contenttypes/generic.py (modified) (2 diffs)
- django/branches/gis/django/contrib/csrf/middleware.py (modified) (5 diffs)
- django/branches/gis/django/contrib/databrowse/plugins/calendars.py (modified) (1 diff)
- django/branches/gis/django/contrib/databrowse/plugins/fieldchoices.py (modified) (1 diff)
- django/branches/gis/django/contrib/databrowse/sites.py (modified) (1 diff)
- django/branches/gis/django/contrib/databrowse/views.py (modified) (1 diff)
- django/branches/gis/django/contrib/formtools/preview.py (modified) (3 diffs)
- django/branches/gis/django/contrib/formtools/tests.py (modified) (1 diff)
- django/branches/gis/django/contrib/formtools/wizard.py (modified) (3 diffs)
- django/branches/gis/django/contrib/gis/db/backend/oracle/field.py (modified) (1 diff)
- django/branches/gis/django/contrib/gis/db/backend/postgis/field.py (modified) (1 diff)
- django/branches/gis/django/contrib/gis/db/models/manager.py (modified) (1 diff)
- django/branches/gis/django/contrib/localflavor/at (copied) (copied from django/trunk/django/contrib/localflavor/at)
- django/branches/gis/django/contrib/localflavor/at/at_states.py (copied) (copied from django/trunk/django/contrib/localflavor/at/at_states.py)
- django/branches/gis/django/contrib/localflavor/at/forms.py (copied) (copied from django/trunk/django/contrib/localflavor/at/forms.py)
- django/branches/gis/django/contrib/localflavor/at/__init__.py (copied) (copied from django/trunk/django/contrib/localflavor/at/__init__.py)
- django/branches/gis/django/contrib/localflavor/ro (copied) (copied from django/trunk/django/contrib/localflavor/ro)
- django/branches/gis/django/contrib/localflavor/ro/forms.py (copied) (copied from django/trunk/django/contrib/localflavor/ro/forms.py)
- django/branches/gis/django/contrib/localflavor/ro/__init__.py (copied) (copied from django/trunk/django/contrib/localflavor/ro/__init__.py)
- django/branches/gis/django/contrib/localflavor/ro/ro_counties.py (copied) (copied from django/trunk/django/contrib/localflavor/ro/ro_counties.py)
- django/branches/gis/django/contrib/redirects/admin.py (copied) (copied from django/trunk/django/contrib/redirects/admin.py)
- django/branches/gis/django/contrib/redirects/models.py (modified) (1 diff)
- django/branches/gis/django/contrib/sessions/backends/base.py (modified) (5 diffs)
- django/branches/gis/django/contrib/sessions/backends/cache.py (modified) (1 diff)
- django/branches/gis/django/contrib/sessions/backends/db.py (modified) (1 diff)
- django/branches/gis/django/contrib/sessions/middleware.py (modified) (1 diff)
- django/branches/gis/django/contrib/sessions/models.py (modified) (4 diffs)
- django/branches/gis/django/contrib/sitemaps/__init__.py (modified) (3 diffs)
- django/branches/gis/django/contrib/sitemaps/management/commands/__init__.py (copied) (copied from django/trunk/django/contrib/sitemaps/management/commands/__init__.py)
- django/branches/gis/django/contrib/sitemaps/management/__init__.py (copied) (copied from django/trunk/django/contrib/sitemaps/management/__init__.py)
- django/branches/gis/django/contrib/sitemaps/views.py (modified) (3 diffs)
- django/branches/gis/django/contrib/sites/tests.py (modified) (1 diff)
- django/branches/gis/django/contrib/syndication/feeds.py (modified) (1 diff)
- django/branches/gis/django/core/cache/backends/base.py (modified) (1 diff)
- django/branches/gis/django/core/cache/backends/filebased.py (modified) (8 diffs)
- django/branches/gis/django/core/cache/backends/locmem.py (modified) (1 diff)
- django/branches/gis/django/core/cache/__init__.py (modified) (4 diffs)
- django/branches/gis/django/core/files/temp.py (copied) (copied from django/trunk/django/core/files/temp.py)
- django/branches/gis/django/core/files/uploadedfile.py (modified) (2 diffs)
- django/branches/gis/django/core/files/uploadhandler.py (modified) (1 diff)
- django/branches/gis/django/core/handlers/base.py (modified) (6 diffs)
- django/branches/gis/django/core/handlers/modpython.py (modified) (5 diffs)
- django/branches/gis/django/core/handlers/wsgi.py (modified) (4 diffs)
- django/branches/gis/django/core/mail.py (modified) (3 diffs)
- django/branches/gis/django/core/management/commands/compilemessages.py (modified) (1 diff)
- django/branches/gis/django/core/management/commands/test.py (modified) (1 diff)
- django/branches/gis/django/core/management/commands/testserver.py (modified) (1 diff)
- django/branches/gis/django/core/management/sql.py (modified) (3 diffs)
- django/branches/gis/django/core/management/validation.py (modified) (2 diffs)
- django/branches/gis/django/core/paginator.py (modified) (5 diffs)
- django/branches/gis/django/core/serializers/base.py (modified) (1 diff)
- django/branches/gis/django/core/serializers/json.py (modified) (1 diff)
- django/branches/gis/django/core/serializers/pyyaml.py (modified) (1 diff)
- django/branches/gis/django/core/urlresolvers.py (modified) (5 diffs)
- django/branches/gis/django/db/backends/__init__.py (modified) (5 diffs)
- django/branches/gis/django/db/backends/mysql/base.py (modified) (2 diffs)
- django/branches/gis/django/db/backends/oracle/base.py (modified) (6 diffs)
- django/branches/gis/django/db/backends/oracle/query.py (modified) (4 diffs)
- django/branches/gis/django/db/backends/sqlite3/base.py (modified) (2 diffs)
- django/branches/gis/django/db/backends/util.py (modified) (2 diffs)
- django/branches/gis/django/db/models/base.py (modified) (7 diffs)
- django/branches/gis/django/db/models/fields/__init__.py (modified) (25 diffs)
- django/branches/gis/django/db/models/fields/related.py (modified) (25 diffs)
- django/branches/gis/django/db/models/fields/subclassing.py (modified) (2 diffs)
- django/branches/gis/django/db/models/__init__.py (modified) (1 diff)
- django/branches/gis/django/db/models/query.py (modified) (4 diffs)
- django/branches/gis/django/db/models/sql/query.py (modified) (6 diffs)
- django/branches/gis/django/db/models/sql/where.py (modified) (3 diffs)
- django/branches/gis/django/dispatch/dispatcher.py (modified) (12 diffs)
- django/branches/gis/django/dispatch/saferef.py (modified) (1 diff)
- django/branches/gis/django/forms/fields.py (modified) (5 diffs)
- django/branches/gis/django/forms/formsets.py (modified) (6 diffs)
- django/branches/gis/django/forms/models.py (modified) (8 diffs)
- django/branches/gis/django/forms/util.py (modified) (1 diff)
- django/branches/gis/django/http/__init__.py (modified) (3 diffs)
- django/branches/gis/django/http/multipartparser.py (modified) (6 diffs)
- django/branches/gis/django/__init__.py (modified) (1 diff)
- django/branches/gis/django/middleware/common.py (modified) (4 diffs)
- django/branches/gis/django/oldforms/__init__.py (modified) (2 diffs)
- django/branches/gis/django/template/context.py (modified) (1 diff)
- django/branches/gis/django/template/defaulttags.py (modified) (4 diffs)
- django/branches/gis/django/test/client.py (modified) (1 diff)
- django/branches/gis/django/test/testcases.py (modified) (2 diffs)
- django/branches/gis/django/utils/cache.py (modified) (4 diffs)
- django/branches/gis/django/utils/dateformat.py (modified) (1 diff)
- django/branches/gis/django/utils/encoding.py (modified) (1 diff)
- django/branches/gis/django/utils/functional.py (modified) (1 diff)
- django/branches/gis/django/utils/hashcompat.py (copied) (copied from django/trunk/django/utils/hashcompat.py)
- django/branches/gis/django/utils/html.py (modified) (2 diffs)
- django/branches/gis/django/utils/http.py (modified) (1 diff)
- django/branches/gis/django/utils/maxlength.py (deleted)
- django/branches/gis/django/utils/simplejson/decoder.py (modified) (16 diffs)
- django/branches/gis/django/utils/simplejson/encoder.py (modified) (11 diffs)
- django/branches/gis/django/utils/simplejson/__init__.py (modified) (15 diffs)
- django/branches/gis/django/utils/simplejson/jsonfilter.py (deleted)
- django/branches/gis/django/utils/simplejson/LICENSE.txt (modified) (1 diff)
- django/branches/gis/django/utils/simplejson/scanner.py (modified) (3 diffs)
- django/branches/gis/django/utils/simplejson/tool.py (copied) (copied from django/trunk/django/utils/simplejson/tool.py)
- django/branches/gis/django/utils/thread_support.py (copied) (copied from django/trunk/django/utils/thread_support.py)
- django/branches/gis/django/utils/translation/trans_real.py (modified) (1 diff)
- django/branches/gis/django/views/debug.py (modified) (1 diff)
- django/branches/gis/django/views/generic/create_update.py (modified) (1 diff)
- django/branches/gis/django/views/generic/simple.py (modified) (1 diff)
- django/branches/gis/docs/add_ons.txt (modified) (2 diffs)
- django/branches/gis/docs/admin.txt (modified) (26 diffs)
- django/branches/gis/docs/api_stability.txt (modified) (3 diffs)
- django/branches/gis/docs/authentication.txt (modified) (5 diffs)
- django/branches/gis/docs/cache.txt (modified) (3 diffs)
- django/branches/gis/docs/contenttypes.txt (modified) (1 diff)
- django/branches/gis/docs/contributing.txt (modified) (1 diff)
- django/branches/gis/docs/csrf.txt (modified) (4 diffs)
- django/branches/gis/docs/custom_model_fields.txt (modified) (8 diffs)
- django/branches/gis/docs/databases.txt (modified) (1 diff)
- django/branches/gis/docs/db-api.txt (modified) (5 diffs)
- django/branches/gis/docs/django-admin.txt (modified) (1 diff)
- django/branches/gis/docs/email.txt (modified) (1 diff)
- django/branches/gis/docs/faq.txt (modified) (2 diffs)
- django/branches/gis/docs/fastcgi.txt (modified) (3 diffs)
- django/branches/gis/docs/form_for_model.txt (modified) (5 diffs)
- django/branches/gis/docs/form_preview.txt (modified) (2 diffs)
- django/branches/gis/docs/forms.txt (copied) (copied from django/trunk/docs/forms.txt)
- django/branches/gis/docs/form_wizard.txt (modified) (7 diffs)
- django/branches/gis/docs/generic_views.txt (modified) (18 diffs)
- django/branches/gis/docs/i18n.txt (modified) (4 diffs)
- django/branches/gis/docs/index.txt (modified) (1 diff)
- django/branches/gis/docs/install.txt (modified) (2 diffs)
- django/branches/gis/docs/localflavor.txt (modified) (10 diffs)
- django/branches/gis/docs/middleware.txt (modified) (1 diff)
- django/branches/gis/docs/model-api.txt (modified) (8 diffs)
- django/branches/gis/docs/modelforms.txt (modified) (8 diffs)
- django/branches/gis/docs/modpython.txt (modified) (3 diffs)
- django/branches/gis/docs/newforms.txt (deleted)
- django/branches/gis/docs/oldforms.txt (copied) (copied from django/trunk/docs/oldforms.txt)
- django/branches/gis/docs/overview.txt (modified) (3 diffs)
- django/branches/gis/docs/pagination.txt (modified) (3 diffs)
- django/branches/gis/docs/release_notes_0.95.txt (modified) (2 diffs)
- django/branches/gis/docs/release_notes_1.0_alpha.txt (copied) (copied from django/trunk/docs/release_notes_1.0_alpha.txt)
- django/branches/gis/docs/request_response.txt (modified) (1 diff)
- django/branches/gis/docs/serialization.txt (modified) (4 diffs)
- django/branches/gis/docs/sessions.txt (modified) (1 diff)
- django/branches/gis/docs/settings.txt (modified) (3 diffs)
- django/branches/gis/docs/sitemaps.txt (modified) (1 diff)
- django/branches/gis/docs/templates.txt (modified) (5 diffs)
- django/branches/gis/docs/testing.txt (modified) (4 diffs)
- django/branches/gis/docs/tutorial02.txt (modified) (3 diffs)
- django/branches/gis/docs/tutorial03.txt (modified) (1 diff)
- django/branches/gis/docs/upload_handling.txt (modified) (4 diffs)
- django/branches/gis/docs/url_dispatch.txt (modified) (2 diffs)
- django/branches/gis/setup.py (modified) (2 diffs)
- django/branches/gis/tests/modeltests/choices/models.py (modified) (1 diff)
- django/branches/gis/tests/modeltests/custom_methods/models.py (modified) (1 diff)
- django/branches/gis/tests/modeltests/delete/models.py (modified) (6 diffs)
- django/branches/gis/tests/modeltests/generic_relations/models.py (modified) (3 diffs)
- django/branches/gis/tests/modeltests/invalid_models/models.py (modified) (2 diffs)
- django/branches/gis/tests/modeltests/m2m_through (copied) (copied from django/trunk/tests/modeltests/m2m_through)
- django/branches/gis/tests/modeltests/m2m_through/__init__.py (copied) (copied from django/trunk/tests/modeltests/m2m_through/__init__.py)
- django/branches/gis/tests/modeltests/m2m_through/models.py (copied) (copied from django/trunk/tests/modeltests/m2m_through/models.py)
- django/branches/gis/tests/modeltests/many_to_one/models.py (modified) (2 diffs)
- django/branches/gis/tests/modeltests/model_formsets/models.py (modified) (14 diffs)
- django/branches/gis/tests/modeltests/model_forms/models.py (modified) (1 diff)
- django/branches/gis/tests/modeltests/pagination/models.py (modified) (4 diffs)
- django/branches/gis/tests/modeltests/validation/models.py (modified) (4 diffs)
- django/branches/gis/tests/regressiontests/admin_registration (copied) (copied from django/trunk/tests/regressiontests/admin_registration)
- django/branches/gis/tests/regressiontests/admin_registration/__init__.py (copied) (copied from django/trunk/tests/regressiontests/admin_registration/__init__.py)
- django/branches/gis/tests/regressiontests/admin_registration/models.py (copied) (copied from django/trunk/tests/regressiontests/admin_registration/models.py)
- django/branches/gis/tests/regressiontests/admin_scripts/tests.py (modified) (49 diffs)
- django/branches/gis/tests/regressiontests/admin_views/tests.py (modified) (4 diffs)
- django/branches/gis/tests/regressiontests/auth_backends/tests.py (modified) (2 diffs)
- django/branches/gis/tests/regressiontests/cache/tests.py (modified) (7 diffs)
- django/branches/gis/tests/regressiontests/context_processors (copied) (copied from django/trunk/tests/regressiontests/context_processors)
- django/branches/gis/tests/regressiontests/context_processors/__init__.py (copied) (copied from django/trunk/tests/regressiontests/context_processors/__init__.py)
- django/branches/gis/tests/regressiontests/context_processors/models.py (copied) (copied from django/trunk/tests/regressiontests/context_processors/models.py)
- django/branches/gis/tests/regressiontests/context_processors/templates (copied) (copied from django/trunk/tests/regressiontests/context_processors/templates)
- django/branches/gis/tests/regressiontests/context_processors/templates/context_processors (copied) (copied from django/trunk/tests/regressiontests/context_processors/templates/context_processors)
- django/branches/gis/tests/regressiontests/context_processors/templates/context_processors/request_attrs.html (copied) (copied from django/trunk/tests/regressiontests/context_processors/templates/context_processors/request_attrs.html)
- django/branches/gis/tests/regressiontests/context_processors/tests.py (copied) (copied from django/trunk/tests/regressiontests/context_processors/tests.py)
- django/branches/gis/tests/regressiontests/context_processors/urls.py (copied) (copied from django/trunk/tests/regressiontests/context_processors/urls.py)
- django/branches/gis/tests/regressiontests/context_processors/views.py (copied) (copied from django/trunk/tests/regressiontests/context_processors/views.py)
- django/branches/gis/tests/regressiontests/dispatch/tests/test_dispatcher.py (modified) (6 diffs)
- django/branches/gis/tests/regressiontests/file_uploads/models.py (modified) (1 diff)
- django/branches/gis/tests/regressiontests/file_uploads/tests.py (modified) (10 diffs)
- django/branches/gis/tests/regressiontests/forms/fields.py (modified) (11 diffs)
- django/branches/gis/tests/regressiontests/forms/formsets.py (modified) (15 diffs)
- django/branches/gis/tests/regressiontests/forms/forms.py (modified) (1 diff)
- django/branches/gis/tests/regressiontests/forms/localflavor/at.py (copied) (copied from django/trunk/tests/regressiontests/forms/localflavor/at.py)
- django/branches/gis/tests/regressiontests/forms/localflavor/ro.py (copied) (copied from django/trunk/tests/regressiontests/forms/localflavor/ro.py)
- django/branches/gis/tests/regressiontests/forms/models.py (modified) (2 diffs)
- django/branches/gis/tests/regressiontests/forms/tests.py (modified) (4 diffs)
- django/branches/gis/tests/regressiontests/m2m_through_regress (copied) (copied from django/trunk/tests/regressiontests/m2m_through_regress)
- django/branches/gis/tests/regressiontests/m2m_through_regress/__init__.py (copied) (copied from django/trunk/tests/regressiontests/m2m_through_regress/__init__.py)
- django/branches/gis/tests/regressiontests/m2m_through_regress/models.py (copied) (copied from django/trunk/tests/regressiontests/m2m_through_regress/models.py)
- django/branches/gis/tests/regressiontests/mail/tests.py (modified) (2 diffs)
- django/branches/gis/tests/regressiontests/many_to_one_regress/models.py (modified) (3 diffs)
- django/branches/gis/tests/regressiontests/maxlength (deleted)
- django/branches/gis/tests/regressiontests/max_lengths/tests.py (modified) (1 diff)
- django/branches/gis/tests/regressiontests/modeladmin/models.py (modified) (1 diff)
- django/branches/gis/tests/regressiontests/model_fields/models.py (modified) (3 diffs)
- django/branches/gis/tests/regressiontests/model_fields/tests.py (modified) (2 diffs)
- django/branches/gis/tests/regressiontests/model_inheritance_regress/models.py (modified) (3 diffs)
- django/branches/gis/tests/regressiontests/model_regress/models.py (modified) (2 diffs)
- django/branches/gis/tests/regressiontests/null_fk/models.py (modified) (3 diffs)
- django/branches/gis/tests/regressiontests/one_to_one_regress/models.py (modified) (5 diffs)
- django/branches/gis/tests/regressiontests/pagination_regress (copied) (copied from django/trunk/tests/regressiontests/pagination_regress)
- django/branches/gis/tests/regressiontests/pagination_regress/__init__.py (copied) (copied from django/trunk/tests/regressiontests/pagination_regress/__init__.py)
- django/branches/gis/tests/regressiontests/pagination_regress/models.py (copied) (copied from django/trunk/tests/regressiontests/pagination_regress/models.py)
- django/branches/gis/tests/regressiontests/pagination_regress/tests.py (copied) (copied from django/trunk/tests/regressiontests/pagination_regress/tests.py)
- django/branches/gis/tests/regressiontests/queries/models.py (modified) (5 diffs)
- django/branches/gis/tests/regressiontests/requests/tests.py (modified) (1 diff)
- django/branches/gis/tests/regressiontests/reverse_single_related (copied) (copied from django/trunk/tests/regressiontests/reverse_single_related)
- django/branches/gis/tests/regressiontests/reverse_single_related/__init__.py (copied) (copied from django/trunk/tests/regressiontests/reverse_single_related/__init__.py)
- django/branches/gis/tests/regressiontests/reverse_single_related/models.py (copied) (copied from django/trunk/tests/regressiontests/reverse_single_related/models.py)
- django/branches/gis/tests/regressiontests/serializers_regress/tests.py (modified) (6 diffs)
- django/branches/gis/tests/regressiontests/templates/loaders.py (modified) (2 diffs)
- django/branches/gis/tests/regressiontests/templates/tests.py (modified) (6 diffs)
- django/branches/gis/tests/regressiontests/test_client_regress/models.py (modified) (5 diffs)
- django/branches/gis/tests/regressiontests/test_utils (copied) (copied from django/trunk/tests/regressiontests/test_utils)
- django/branches/gis/tests/regressiontests/test_utils/__init__.py (copied) (copied from django/trunk/tests/regressiontests/test_utils/__init__.py)
- django/branches/gis/tests/regressiontests/test_utils/models.py (copied) (copied from django/trunk/tests/regressiontests/test_utils/models.py)
- django/branches/gis/tests/regressiontests/test_utils/tests.py (copied) (copied from django/trunk/tests/regressiontests/test_utils/tests.py)
- django/branches/gis/tests/regressiontests/utils/datastructures.py (modified) (1 diff)
- django/branches/gis/tests/regressiontests/utils/tests.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/gis
- Property svnmerge-integrated changed from /django/trunk:1-7978 to /django/trunk:1-8214
django/branches/gis/AUTHORS
r7979 r8215 42 42 answer newbie questions, and generally made Django that much better: 43 43 44 ajs <adi@sieker.info> 44 45 alang@bright-green.com 45 46 Marty Alchin <gulopine@gamemusic.org> … … 71 72 Chris Bennett <chrisrbennett@yahoo.com> 72 73 James Bennett 73 Ben Godfrey <http://aftnn.org>74 Julian Bez 74 75 Arvis Bickovskis <viestards.lists@gmail.com> 75 76 Paul Bissex <http://e-scribe.com/> … … 151 152 Afonso Fernández Nogueira <fonzzo.django@gmail.com> 152 153 J. Pablo Fernandez <pupeno@pupeno.com> 154 Maciej Fijalkowski 153 155 Matthew Flanagan <http://wadofstuff.blogspot.com> 154 156 Eric Floehr <eric@intellovations.com> 157 Eric Florenzano <floguy@gmail.com> 155 158 Vincent Foley <vfoleybourgon@yahoo.ca> 156 159 Rudolph Froger <rfroger@estrate.nl> … … 165 168 martin.glueck@gmail.com 166 169 Artyom Gnilov <boobsd@gmail.com> 170 Ben Godfrey <http://aftnn.org> 167 171 GomoX <gomo@datafull.com> 168 172 Guilherme Mesquita Gondim <semente@taurinus.org> … … 173 177 Espen Grindhaug <http://grindhaug.org/> 174 178 Thomas Güttler <hv@tbz-pariv.de> 179 Horst Gutmann <zerok@zerokspot.com> 175 180 dAniel hAhler 176 181 hambaloney … … 235 240 Paul Lanier <planier@google.com> 236 241 Nicola Larosa <nico@teknico.net> 242 Lau Bech Lauritzen 237 243 Rune Rønde Laursen <runerl@skjoldhoej.dk> 238 244 Eugene Lazutkin <http://lazutkin.com/blog/> … … 277 283 mrmachine <real.human@mrmachine.net> 278 284 Robin Munn <http://www.geekforgod.com/> 285 James Murty 279 286 msundstr 280 287 Robert Myers <myer0052@gmail.com> … … 302 309 phil.h.smith@gmail.com 303 310 Gustavo Picon 311 Michael Placentra II <someone@michaelplacentra2.net> 304 312 Luke Plant <http://lukeplant.me.uk/> 305 313 plisk … … 339 347 Leo Shklovskii 340 348 jason.sidabras@gmail.com 349 Brenton Simpson <http://theillustratedlife.com> 341 350 Jozko Skrablin <jozko.skrablin@gmail.com> 342 351 Ben Slavin <benjamin.slavin@gmail.com> 352 sloonz <simon.lipp@insa-lyon.fr> 343 353 SmileyChris <smileychris@gmail.com> 344 354 smurf@smurf.noris.de … … 399 409 Rachel Willmer <http://www.willmer.com/kb/> 400 410 Gary Wilson <gary.wilson@gmail.com> 411 Jakub Wilk <ubanus@users.sf.net> 401 412 Jakub Wiśniowski <restless.being@gmail.com> 402 413 Maciej Wiśniowski <pigletto@gmail.com> django/branches/gis/django/conf/global_settings.py
r7836 r8215 189 189 PREPEND_WWW = False 190 190 191 # Override the server-derived value of SCRIPT_NAME 192 FORCE_SCRIPT_NAME = None 193 191 194 # List of compiled regular expression objects representing User-Agent strings 192 195 # that are not allowed to visit any page, systemwide. Use this for bad … … 364 367 LOGIN_REDIRECT_URL = '/accounts/profile/' 365 368 369 # The number of days a password reset link is valid for 370 PASSWORD_RESET_TIMEOUT_DAYS = 3 371 366 372 ########### 367 373 # TESTING # django/branches/gis/django/conf/locale/de/LC_MESSAGES/django.po
r7768 r8215 8 8 "Project-Id-Version: Django\n" 9 9 "Report-Msgid-Bugs-To: \n" 10 "POT-Creation-Date: 2008-0 6-23 20:23+0200\n"11 "PO-Revision-Date: 2008-0 6-23 20:51+0100\n"10 "POT-Creation-Date: 2008-08-01 11:38+0200\n" 11 "PO-Revision-Date: 2008-08-01 12:42+0100\n" 12 12 "Last-Translator: Jannis Leidel <jannis@leidel.info>\n" 13 13 "Language-Team: \n" … … 253 253 254 254 #: contrib/admin/filterspecs.py:147 255 #: newforms/widgets.py:231255 #: forms/widgets.py:379 256 256 #: oldforms/__init__.py:592 257 257 msgid "Yes" … … 259 259 260 260 #: contrib/admin/filterspecs.py:147 261 #: newforms/widgets.py:231261 #: forms/widgets.py:379 262 262 #: oldforms/__init__.py:592 263 263 msgid "No" … … 265 265 266 266 #: contrib/admin/filterspecs.py:154 267 #: newforms/widgets.py:231267 #: forms/widgets.py:379 268 268 #: oldforms/__init__.py:592 269 269 msgid "Unknown" 270 270 msgstr "Unbekannt" 271 271 272 #: contrib/admin/models.py:1 8272 #: contrib/admin/models.py:19 273 273 msgid "action time" 274 274 msgstr "Zeitpunkt der Aktion" 275 275 276 #: contrib/admin/models.py:2 1276
