Changeset 7979
- Timestamp:
- 07/19/08 08:30:47 (4 months ago)
- Files:
-
- django/branches/gis (modified) (1 prop)
- django/branches/gis/AUTHORS (modified) (10 diffs)
- django/branches/gis/django/conf/project_template/urls.py (modified) (2 diffs)
- django/branches/gis/django/contrib/admindocs (copied) (copied from django/trunk/django/contrib/admindocs)
- django/branches/gis/django/contrib/admindocs/__init__.py (copied) (copied from django/trunk/django/contrib/admindocs/__init__.py)
- django/branches/gis/django/contrib/admindocs/urls.py (copied) (copied from django/trunk/django/contrib/admindocs/urls.py)
- django/branches/gis/django/contrib/admindocs/utils.py (copied) (copied from django/trunk/django/contrib/admindocs/utils.py)
- django/branches/gis/django/contrib/admindocs/views.py (copied) (copied from django/trunk/django/contrib/admindocs/views.py)
- django/branches/gis/django/contrib/admin/filterspecs.py (modified) (7 diffs)
- django/branches/gis/django/contrib/admin/__init__.py (modified) (1 diff)
- django/branches/gis/django/contrib/admin/media/css/forms.css (modified) (1 diff)
- django/branches/gis/django/contrib/admin/media/js/admin/CollapsedFieldsets.js (modified) (1 diff)
- django/branches/gis/django/contrib/admin/media/js/admin/RelatedObjectLookups.js (modified) (2 diffs)
- django/branches/gis/django/contrib/admin/media/js/SelectFilter.js (deleted)
- django/branches/gis/django/contrib/admin/models.py (modified) (2 diffs)
- django/branches/gis/django/contrib/admin/options.py (copied) (copied from django/trunk/django/contrib/admin/options.py)
- django/branches/gis/django/contrib/admin/sites.py (copied) (copied from django/trunk/django/contrib/admin/sites.py)
- django/branches/gis/django/contrib/admin/templates/admin/auth/user/add_form.html (modified) (1 diff)
- django/branches/gis/django/contrib/admin/templates/admin/auth/user/change_password.html (modified) (4 diffs)
- django/branches/gis/django/contrib/admin/templates/admin/base.html (modified) (1 diff)
- django/branches/gis/django/contrib/admin/templates/admin/change_form.html (modified) (3 diffs)
- django/branches/gis/django/contrib/admin/templates/admin/change_list.html (modified) (2 diffs)
- django/branches/gis/django/contrib/admin/templates/admin/delete_confirmation.html (modified) (2 diffs)
- django/branches/gis/django/contrib/admin/templates/admin_doc/index.html (modified) (1 diff)
- django/branches/gis/django/contrib/admin/templates/admin_doc/view_index.html (modified) (1 diff)
- django/branches/gis/django/contrib/admin/templates/admin/edit_inline (copied) (copied from django/trunk/django/contrib/admin/templates/admin/edit_inline)
- django/branches/gis/django/contrib/admin/templates/admin/edit_inline_stacked.html (deleted)
- django/branches/gis/django/contrib/admin/templates/admin/edit_inline/stacked.html (copied) (copied from django/trunk/django/contrib/admin/templates/admin/edit_inline/stacked.html)
- django/branches/gis/django/contrib/admin/templates/admin/edit_inline_tabular.html (deleted)
- django/branches/gis/django/contrib/admin/templates/admin/edit_inline/tabular.html (copied) (copied from django/trunk/django/contrib/admin/templates/admin/edit_inline/tabular.html)
- django/branches/gis/django/contrib/admin/templates/admin/field_line.html (deleted)
- django/branches/gis/django/contrib/admin/templates/admin/filters.html (deleted)
- django/branches/gis/django/contrib/admin/templates/admin/includes (copied) (copied from django/trunk/django/contrib/admin/templates/admin/includes)
- django/branches/gis/django/contrib/admin/templates/admin/includes/fieldset.html (copied) (copied from django/trunk/django/contrib/admin/templates/admin/includes/fieldset.html)
- django/branches/gis/django/contrib/admin/templates/admin/index.html (modified) (1 diff)
- django/branches/gis/django/contrib/admin/templates/admin/invalid_setup.html (modified) (1 diff)
- django/branches/gis/django/contrib/admin/templates/admin/login.html (modified) (1 diff)
- django/branches/gis/django/contrib/admin/templates/admin/object_history.html (modified) (3 diffs)
- django/branches/gis/django/contrib/admin/templates/admin/search_form.html (modified) (1 diff)
- django/branches/gis/django/contrib/admin/templates/registration/password_change_done.html (modified) (1 diff)
- django/branches/gis/django/contrib/admin/templates/registration/password_change_form.html (modified) (1 diff)
- django/branches/gis/django/contrib/admin/templates/registration/password_reset_form.html (modified) (1 diff)
- django/branches/gis/django/contrib/admin/templates/widget/date_time.html (deleted)
- django/branches/gis/django/contrib/admin/templates/widget/default.html (deleted)
- django/branches/gis/django/contrib/admin/templates/widget/file.html (deleted)
- django/branches/gis/django/contrib/admin/templates/widget/foreign.html (deleted)
- django/branches/gis/django/contrib/admin/templates/widget/many_to_many.html (deleted)
- django/branches/gis/django/contrib/admin/templates/widget/one_to_one.html (deleted)
- django/branches/gis/django/contrib/admin/templatetags/adminapplist.py (deleted)
- django/branches/gis/django/contrib/admin/templatetags/admin_list.py (modified) (5 diffs)
- django/branches/gis/django/contrib/admin/templatetags/admin_modify.py (modified) (3 diffs)
- django/branches/gis/django/contrib/admin/urls.py (deleted)
- django/branches/gis/django/contrib/admin/util.py (copied) (copied from django/trunk/django/contrib/admin/util.py)
- django/branches/gis/django/contrib/admin/utils.py (deleted)
- django/branches/gis/django/contrib/admin/validation.py (copied) (copied from django/trunk/django/contrib/admin/validation.py)
- django/branches/gis/django/contrib/admin/views/auth.py (deleted)
- django/branches/gis/django/contrib/admin/views/decorators.py (modified) (1 diff)
- django/branches/gis/django/contrib/admin/views/doc.py (deleted)
- django/branches/gis/django/contrib/admin/views/main.py (modified) (13 diffs)
- django/branches/gis/django/contrib/admin/widgets.py (copied) (copied from django/trunk/django/contrib/admin/widgets.py)
- django/branches/gis/django/contrib/auth/admin.py (copied) (copied from django/trunk/django/contrib/auth/admin.py)
- django/branches/gis/django/contrib/auth/forms.py (modified) (2 diffs)
- django/branches/gis/django/contrib/auth/models.py (modified) (3 diffs)
- django/branches/gis/django/contrib/auth/tests (copied) (copied from django/trunk/django/contrib/auth/tests)
- django/branches/gis/django/contrib/auth/tests/basic.py (copied) (copied from django/trunk/django/contrib/auth/tests/basic.py)
- django/branches/gis/django/contrib/auth/tests/forms.py (copied) (copied from django/trunk/django/contrib/auth/tests/forms.py)
- django/branches/gis/django/contrib/auth/tests/__init__.py (copied) (copied from django/trunk/django/contrib/auth/tests/__init__.py)
- django/branches/gis/django/contrib/auth/tests.py (deleted)
- django/branches/gis/django/contrib/auth/views.py (modified) (5 diffs)
- django/branches/gis/django/contrib/comments/admin.py (copied) (copied from django/trunk/django/contrib/comments/admin.py)
- django/branches/gis/django/contrib/comments/models.py (modified) (4 diffs)
- django/branches/gis/django/contrib/comments/views/comments.py (modified) (3 diffs)
- django/branches/gis/django/contrib/databrowse/plugins/calendars.py (modified) (2 diffs)
- django/branches/gis/django/contrib/flatpages/admin.py (copied) (copied from django/trunk/django/contrib/flatpages/admin.py)
- django/branches/gis/django/contrib/flatpages/models.py (modified) (1 diff)
- django/branches/gis/django/contrib/formtools/tests.py (modified) (1 diff)
- django/branches/gis/django/contrib/formtools/wizard.py (modified) (1 diff)
- django/branches/gis/django/contrib/localflavor/ar/forms.py (modified) (1 diff)
- django/branches/gis/django/contrib/localflavor/au/forms.py (modified) (1 diff)
- django/branches/gis/django/contrib/localflavor/br/forms.py (modified) (1 diff)
- django/branches/gis/django/contrib/localflavor/ca/forms.py (modified) (1 diff)
- django/branches/gis/django/contrib/localflavor/ch/forms.py (modified) (1 diff)
- django/branches/gis/django/contrib/localflavor/cl/forms.py (modified) (1 diff)
- django/branches/gis/django/contrib/localflavor/de/forms.py (modified) (1 diff)
- django/branches/gis/django/contrib/localflavor/es/forms.py (modified) (1 diff)
- django/branches/gis/django/contrib/localflavor/fi/forms.py (modified) (1 diff)
- django/branches/gis/django/contrib/localflavor/fr/forms.py (modified) (1 diff)
- django/branches/gis/django/contrib/localflavor/generic/forms.py (modified) (1 diff)
- django/branches/gis/django/contrib/localflavor/in_/forms.py (modified) (1 diff)
- django/branches/gis/django/contrib/localflavor/is_/forms.py (modified) (1 diff)
- django/branches/gis/django/contrib/localflavor/it/forms.py (modified) (1 diff)
- django/branches/gis/django/contrib/localflavor/jp/forms.py (modified) (1 diff)
- django/branches/gis/django/contrib/localflavor/mx/forms.py (modified) (1 diff)
- django/branches/gis/django/contrib/localflavor/nl/forms.py (modified) (1 diff)
- django/branches/gis/django/contrib/localflavor/no/forms.py (modified) (1 diff)
- django/branches/gis/django/contrib/localflavor/pe/forms.py (modified) (1 diff)
- django/branches/gis/django/contrib/localflavor/pl/forms.py (modified) (1 diff)
- django/branches/gis/django/contrib/localflavor/sk/forms.py (modified) (1 diff)
- django/branches/gis/django/contrib/localflavor/uk/forms.py (modified) (1 diff)
- django/branches/gis/django/contrib/localflavor/us/forms.py (modified) (1 diff)
- django/branches/gis/django/contrib/localflavor/za/forms.py (modified) (1 diff)
- django/branches/gis/django/contrib/redirects/models.py (modified) (2 diffs)
- django/branches/gis/django/contrib/sites/admin.py (copied) (copied from django/trunk/django/contrib/sites/admin.py)
- django/branches/gis/django/contrib/sites/models.py (modified) (3 diffs)
- django/branches/gis/django/core/handlers/base.py (modified) (2 diffs)
- django/branches/gis/django/core/management/validation.py (modified) (3 diffs)
- django/branches/gis/django/core/serializers/base.py (modified) (2 diffs)
- django/branches/gis/django/core/serializers/json.py (modified) (3 diffs)
- django/branches/gis/django/core/validators.py (modified) (2 diffs)
- django/branches/gis/django/db/backends/__init__.py (modified) (1 diff)
- django/branches/gis/django/db/backends/mysql/creation.py (modified) (1 diff)
- django/branches/gis/django/db/backends/mysql_old/base.py (deleted)
- django/branches/gis/django/db/backends/mysql_old/client.py (deleted)
- django/branches/gis/django/db/backends/mysql_old/creation.py (deleted)
- django/branches/gis/django/db/backends/mysql_old/__init__.py (deleted)
- django/branches/gis/django/db/backends/mysql_old/introspection.py (deleted)
- django/branches/gis/django/db/backends/oracle/creation.py (modified) (1 diff)
- django/branches/gis/django/db/backends/postgresql/creation.py (modified) (1 diff)
- django/branches/gis/django/db/backends/sqlite3/base.py (modified) (2 diffs)
- django/branches/gis/django/db/backends/sqlite3/creation.py (modified) (1 diff)
- django/branches/gis/django/db/models/base.py (modified) (5 diffs)
- django/branches/gis/django/db/models/fields/__init__.py (modified) (13 diffs)
- django/branches/gis/django/db/models/fields/related.py (modified) (15 diffs)
- django/branches/gis/django/db/models/__init__.py (modified) (1 diff)
- django/branches/gis/django/db/models/manipulators.py (modified) (4 diffs)
- django/branches/gis/django/db/models/options.py (modified) (2 diffs)
- django/branches/gis/django/db/models/query.py (modified) (1 diff)
- django/branches/gis/django/db/models/sql/query.py (modified) (1 diff)
- django/branches/gis/django/forms/extras (copied) (copied from django/trunk/django/forms/extras)
- django/branches/gis/django/forms/extras/__init__.py (copied) (copied from django/trunk/django/forms/extras/__init__.py)
- django/branches/gis/django/forms/extras/widgets.py (copied) (copied from django/trunk/django/forms/extras/widgets.py)
- django/branches/gis/django/forms/fields.py (copied) (copied from django/trunk/django/forms/fields.py)
- django/branches/gis/django/forms/formsets.py (copied) (copied from django/trunk/django/forms/formsets.py)
- django/branches/gis/django/forms/forms.py (copied) (copied from django/trunk/django/forms/forms.py)
- django/branches/gis/django/forms/__init__.py (modified) (1 diff)
- django/branches/gis/django/forms/models.py (copied) (copied from django/trunk/django/forms/models.py)
- django/branches/gis/django/forms/util.py (copied) (copied from django/trunk/django/forms/util.py)
- django/branches/gis/django/forms/widgets.py (copied) (copied from django/trunk/django/forms/widgets.py)
- django/branches/gis/django/newforms/extras/__init__.py (deleted)
- django/branches/gis/django/newforms/extras/widgets.py (deleted)
- django/branches/gis/django/newforms/fields.py (deleted)
- django/branches/gis/django/newforms/forms.py (deleted)
- django/branches/gis/django/newforms/__init__.py (modified) (1 diff)
- django/branches/gis/django/newforms/models.py (deleted)
- django/branches/gis/django/newforms/util.py (deleted)
- django/branches/gis/django/newforms/widgets.py (deleted)
- django/branches/gis/django/test/utils.py (modified) (2 diffs)
- django/branches/gis/django/utils/datetime_safe.py (copied) (copied from django/trunk/django/utils/datetime_safe.py)
- django/branches/gis/django/utils/tzinfo.py (modified) (1 diff)
- django/branches/gis/django/views/debug.py (modified) (3 diffs)
- django/branches/gis/django/views/generic/create_update.py (modified) (7 diffs)
- django/branches/gis/django/views/generic/__init__.py (modified) (1 diff)
- django/branches/gis/docs/admin.txt (copied) (copied from django/trunk/docs/admin.txt)
- django/branches/gis/docs/authentication.txt (modified) (5 diffs)
- django/branches/gis/docs/contenttypes.txt (modified) (1 diff)
- django/branches/gis/docs/custom_model_fields.txt (modified) (1 diff)
- django/branches/gis/docs/generic_views.txt (modified) (9 diffs)
- django/branches/gis/docs/model-api.txt (modified) (8 diffs)
- django/branches/gis/docs/modelforms.txt (modified) (1 diff)
- django/branches/gis/docs/newforms.txt (modified) (4 diffs)
- django/branches/gis/docs/settings.txt (modified) (4 diffs)
- django/branches/gis/docs/tutorial02.txt (modified) (12 diffs)
- django/branches/gis/docs/upload_handling.txt (modified) (1 diff)
- django/branches/gis/tests/modeltests/fixtures/models.py (modified) (1 diff)
- django/branches/gis/tests/modeltests/invalid_models/models.py (modified) (2 diffs)
- django/branches/gis/tests/modeltests/lookup/models.py (modified) (1 diff)
- django/branches/gis/tests/modeltests/many_to_one/models.py (modified) (1 diff)
- django/branches/gis/tests/modeltests/model_formsets (copied) (copied from django/trunk/tests/modeltests/model_formsets)
- django/branches/gis/tests/modeltests/model_formsets/__init__.py (copied) (copied from django/trunk/tests/modeltests/model_formsets/__init__.py)
- django/branches/gis/tests/modeltests/model_formsets/models.py (copied) (copied from django/trunk/tests/modeltests/model_formsets/models.py)
- django/branches/gis/tests/modeltests/model_forms/models.py (modified) (5 diffs)
- django/branches/gis/tests/modeltests/test_client/views.py (modified) (1 diff)
- django/branches/gis/tests/modeltests/transactions/models.py (modified) (1 diff)
- django/branches/gis/tests/regressiontests/admin_ordering (copied) (copied from django/trunk/tests/regressiontests/admin_ordering)
- django/branches/gis/tests/regressiontests/admin_ordering/__init__.py (copied) (copied from django/trunk/tests/regressiontests/admin_ordering/__init__.py)
- django/branches/gis/tests/regressiontests/admin_ordering/models.py (copied) (copied from django/trunk/tests/regressiontests/admin_ordering/models.py)
- django/branches/gis/tests/regressiontests/admin_scripts/tests.py (modified) (2 diffs)
- django/branches/gis/tests/regressiontests/admin_views (copied) (copied from django/trunk/tests/regressiontests/admin_views)
- django/branches/gis/tests/regressiontests/admin_views/fixtures (copied) (copied from django/trunk/tests/regressiontests/admin_views/fixtures)
- django/branches/gis/tests/regressiontests/admin_views/fixtures/admin-views-users.xml (copied) (copied from django/trunk/tests/regressiontests/admin_views/fixtures/admin-views-users.xml)
- django/branches/gis/tests/regressiontests/admin_views/fixtures/string-primary-key.xml (copied) (copied from django/trunk/tests/regressiontests/admin_views/fixtures/string-primary-key.xml)
- django/branches/gis/tests/regressiontests/admin_views/__init__.py (copied) (copied from django/trunk/tests/regressiontests/admin_views/__init__.py)
- django/branches/gis/tests/regressiontests/admin_views/models.py (copied) (copied from django/trunk/tests/regressiontests/admin_views/models.py)
- django/branches/gis/tests/regressiontests/admin_views/tests.py (copied) (copied from django/trunk/tests/regressiontests/admin_views/tests.py)
- django/branches/gis/tests/regressiontests/admin_views/urls.py (copied) (copied from django/trunk/tests/regressiontests/admin_views/urls.py)
- django/branches/gis/tests/regressiontests/admin_widgets (copied) (copied from django/trunk/tests/regressiontests/admin_widgets)
- django/branches/gis/tests/regressiontests/admin_widgets/__init__.py (copied) (copied from django/trunk/tests/regressiontests/admin_widgets/__init__.py)
- django/branches/gis/tests/regressiontests/admin_widgets/models.py (copied) (copied from django/trunk/tests/regressiontests/admin_widgets/models.py)
- django/branches/gis/tests/regressiontests/datetime_safe (copied) (copied from django/trunk/tests/regressiontests/datetime_safe)
- django/branches/gis/tests/regressiontests/datetime_safe/__init__.py (copied) (copied from django/trunk/tests/regressiontests/datetime_safe/__init__.py)
- django/branches/gis/tests/regressiontests/datetime_safe/models.py (copied) (copied from django/trunk/tests/regressiontests/datetime_safe/models.py)
- django/branches/gis/tests/regressiontests/datetime_safe/tests.py (copied) (copied from django/trunk/tests/regressiontests/datetime_safe/tests.py)
- django/branches/gis/tests/regressiontests/forms/error_messages.py (modified) (1 diff)
- django/branches/gis/tests/regressiontests/forms/extra.py (modified) (3 diffs)
- django/branches/gis/tests/regressiontests/forms/fields.py (modified) (10 diffs)
- django/branches/gis/tests/regressiontests/forms/formsets.py (copied) (copied from django/trunk/tests/regressiontests/forms/formsets.py)
- django/branches/gis/tests/regressiontests/forms/forms.py (modified) (2 diffs)
- django/branches/gis/tests/regressiontests/forms/media.py (copied) (copied from django/trunk/tests/regressiontests/forms/media.py)
- django/branches/gis/tests/regressiontests/forms/models.py (modified) (1 diff)
- django/branches/gis/tests/regressiontests/forms/regressions.py (modified) (1 diff)
- django/branches/gis/tests/regressiontests/forms/tests.py (modified) (2 diffs)
- django/branches/gis/tests/regressiontests/forms/util.py (modified) (2 diffs)
- django/branches/gis/tests/regressiontests/forms/widgets.py (modified) (8 diffs)
- django/branches/gis/tests/regressiontests/inline_formsets (copied) (copied from django/trunk/tests/regressiontests/inline_formsets)
- django/branches/gis/tests/regressiontests/inline_formsets/__init__.py (copied) (copied from django/trunk/tests/regressiontests/inline_formsets/__init__.py)
- django/branches/gis/tests/regressiontests/inline_formsets/models.py (copied) (copied from django/trunk/tests/regressiontests/inline_formsets/models.py)
- django/branches/gis/tests/regressiontests/invalid_admin_options (deleted)
- django/branches/gis/tests/regressiontests/mail (copied) (copied from django/trunk/tests/regressiontests/mail)
- django/branches/gis/tests/regressiontests/mail/__init__.py (copied) (copied from django/trunk/tests/regressiontests/mail/__init__.py)
- django/branches/gis/tests/regressiontests/mail/models.py (copied) (copied from django/trunk/tests/regressiontests/mail/models.py)
- django/branches/gis/tests/regressiontests/mail/tests.py (copied) (copied from django/trunk/tests/regressiontests/mail/tests.py)
- django/branches/gis/tests/regressiontests/modeladmin (copied) (copied from django/trunk/tests/regressiontests/modeladmin)
- django/branches/gis/tests/regressiontests/modeladmin/__init__.py (copied) (copied from django/trunk/tests/regressiontests/modeladmin/__init__.py)
- django/branches/gis/tests/regressiontests/modeladmin/models.py (copied) (copied from django/trunk/tests/regressiontests/modeladmin/models.py)
- django/branches/gis/tests/regressiontests/queries/models.py (modified) (4 diffs)
- django/branches/gis/tests/regressiontests/views/fixtures/testdata.json (modified) (2 diffs)
- django/branches/gis/tests/regressiontests/views/models.py (modified) (2 diffs)
- django/branches/gis/tests/regressiontests/views/tests/generic/create_update.py (copied) (copied from django/trunk/tests/regressiontests/views/tests/generic/create_update.py)
- django/branches/gis/tests/regressiontests/views/tests/__init__.py (modified) (1 diff)
- django/branches/gis/tests/regressiontests/views/urls.py (modified) (2 diffs)
- django/branches/gis/tests/regressiontests/views/views.py (modified) (1 diff)
- django/branches/gis/tests/templates/custom_admin (copied) (copied from django/trunk/tests/templates/custom_admin)
- django/branches/gis/tests/templates/custom_admin/change_form.html (copied) (copied from django/trunk/tests/templates/custom_admin/change_form.html)
- django/branches/gis/tests/templates/custom_admin/change_list.html (copied) (copied from django/trunk/tests/templates/custom_admin/change_list.html)
- django/branches/gis/tests/templates/custom_admin/delete_confirmation.html (copied) (copied from django/trunk/tests/templates/custom_admin/delete_confirmation.html)
- django/branches/gis/tests/templates/custom_admin/index.html (copied) (copied from django/trunk/tests/templates/custom_admin/index.html)
- django/branches/gis/tests/templates/custom_admin/login.html (copied) (copied from django/trunk/tests/templates/custom_admin/login.html)
- django/branches/gis/tests/templates/custom_admin/object_history.html (copied) (copied from django/trunk/tests/templates/custom_admin/object_history.html)
- django/branches/gis/tests/templates/views/article_confirm_delete.html (copied) (copied from django/trunk/tests/templates/views/article_confirm_delete.html)
- django/branches/gis/tests/templates/views/article_detail.html (modified) (1 diff)
- django/branches/gis/tests/templates/views/article_form.html (copied) (copied from django/trunk/tests/templates/views/article_form.html)
- django/branches/gis/tests/templates/views/urlarticle_detail.html (copied) (copied from django/trunk/tests/templates/views/urlarticle_detail.html)
- django/branches/gis/tests/templates/views/urlarticle_form.html (copied) (copied from django/trunk/tests/templates/views/urlarticle_form.html)
- django/branches/gis/tests/urls.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/gis
- Property svnmerge-integrated changed from /django/trunk:1-7917 to /django/trunk:1-7978
django/branches/gis/AUTHORS
r7918 r7979 75 75 Paul Bissex <http://e-scribe.com/> 76 76 Simon Blanchard 77 David Blewett <david@dawninglight.net> 77 78 Matt Boersma <ogghead@gmail.com> 78 79 boobsd@gmail.com … … 173 174 Thomas Güttler <hv@tbz-pariv.de> 174 175 dAniel hAhler 176 hambaloney 175 177 Brian Harring <ferringb@gmail.com> 176 178 Brant Harris … … 195 197 james_027@yahoo.com 196 198 jcrasta@gmail.com 199 jdetaeye 197 200 Zak Johnson <zakj@nox.cx> 198 201 Nis Jørgensen <nis@superlativ.dk> … … 242 245 limodou 243 246 Philip Lindborg <philip.lindborg@gmail.com> 247 Simon Litchfield <simon@quo.com.au> 244 248 Daniel Lindsley <polarcowz@gmail.com> 245 249 Trey Long <trey@ktrl.com> … … 247 251 Matt McClanahan <http://mmcc.cx/> 248 252 Martin Maney <http://www.chipy.org/Martin_Maney> 253 Petr Marhoun <petr.marhoun@gmail.com> 249 254 masonsimon+django@gmail.com 250 255 Manuzhai … … 259 264 Jason McBrayer <http://www.carcosa.net/jason/> 260 265 mccutchen@gmail.com 266 Christian Metts 261 267 michael.mcewan@gmail.com 262 268 michal@plovarna.cz … … 271 277 mrmachine <real.human@mrmachine.net> 272 278 Robin Munn <http://www.geekforgod.com/> 279 msundstr 273 280 Robert Myers <myer0052@gmail.com> 274 281 Nebojša Dorđević … … 291 298 pgross@thoughtworks.com 292 299 phaedo <http://phaedo.cx/> 300 Julien Phalip <http://www.julienphalip.com> 293 301 phil@produxion.net 294 302 phil.h.smith@gmail.com … … 299 307 Daniel Poelzleithner <http://poelzi.org/> 300 308 polpak@yahoo.com 309 Matthias Pronk <django@masida.nl> 301 310 Jyrki Pulliainen <jyrki.pulliainen@gmail.com> 302 311 Johann Queuniet <johann.queuniet@adh.naellia.eu> … … 315 324 Henrique Romano <onaiort@gmail.com> 316 325 Armin Ronacher 326 Daniel Roseman <http://roseman.org.uk/> 317 327 Brian Rosner <brosner@gmail.com> 318 328 Oliver Rutherfurd <http://rutherfurd.net/> django/branches/gis/django/conf/project_template/urls.py
r4265 r7979 1 1 from django.conf.urls.defaults import * 2 3 # Uncomment this for admin: 4 #from django.contrib import admin 2 5 3 6 urlpatterns = patterns('', … … 5 8 # (r'^{{ project_name }}/', include('{{ project_name }}.foo.urls')), 6 9 10 # Uncomment this for admin docs: 11 #(r'^admin/doc/', include('django.contrib.admindocs.urls')), 12 7 13 # Uncomment this for admin: 8 # (r'^admin/', include('django.contrib.admin.urls')),14 #('^admin/(.*)', admin.site.root), 9 15 ) django/branches/gis/django/contrib/admin/filterspecs.py
r6672 r7979 16 16 class FilterSpec(object): 17 17 filter_specs = [] 18 def __init__(self, f, request, params, model ):18 def __init__(self, f, request, params, model, model_admin): 19 19 self.field = f 20 20 self.params = params … … 24 24 register = classmethod(register) 25 25 26 def create(cls, f, request, params, model ):26 def create(cls, f, request, params, model, model_admin): 27 27 for test, factory in cls.filter_specs: 28 28 if test(f): 29 return factory(f, request, params, model )29 return factory(f, request, params, model, model_admin) 30 30 create = classmethod(create) 31 31 … … 53 53 54 54 class RelatedFilterSpec(FilterSpec): 55 def __init__(self, f, request, params, model ):56 super(RelatedFilterSpec, self).__init__(f, request, params, model )55 def __init__(self, f, request, params, model, model_admin): 56 super(RelatedFilterSpec, self).__init__(f, request, params, model, model_admin) 57 57 if isinstance(f, models.ManyToManyField): 58 58 self.lookup_title = f.rel.to._meta.verbose_name … … 82 82 83 83 class ChoicesFilterSpec(FilterSpec): 84 def __init__(self, f, request, params, model ):85 super(ChoicesFilterSpec, self).__init__(f, request, params, model )84 def __init__(self, f, request, params, model, model_admin): 85 super(ChoicesFilterSpec, self).__init__(f, request, params, model, model_admin) 86 86 self.lookup_kwarg = '%s__exact' % f.name 87 87 self.lookup_val = request.GET.get(self.lookup_kwarg, None) … … 99 99 100 100 class DateFieldFilterSpec(FilterSpec): 101 def __init__(self, f, request, params, model ):102 super(DateFieldFilterSpec, self).__init__(f, request, params, model )101 def __init__(self, f, request, params, model, model_admin): 102 super(DateFieldFilterSpec, self).__init__(f, request, params, model, model_admin) 103 103 104 104 self.field_generic = '%s__' % self.field.name … … 134 134 135 135 class BooleanFieldFilterSpec(FilterSpec): 136 def __init__(self, f, request, params, model ):137 super(BooleanFieldFilterSpec, self).__init__(f, request, params, model )136 def __init__(self, f, request, params, model, model_admin): 137 super(BooleanFieldFilterSpec, self).__init__(f, request, params, model, model_admin) 138 138 self.lookup_kwarg = '%s__exact' % f.name 139 139 self.lookup_kwarg2 = '%s__isnull' % f.name … … 160 160 # more appropriate, and the AllValuesFilterSpec won't get used for it. 161 161 class AllValuesFilterSpec(FilterSpec): 162 def __init__(self, f, request, params, model ):163 super(AllValuesFilterSpec, self).__init__(f, request, params, model )162 def __init__(self, f, request, params, model, model_admin): 163 super(AllValuesFilterSpec, self).__init__(f, request, params, model, model_admin) 164 164 self.lookup_val = request.GET.get(f.name, None) 165 self.lookup_choices = model ._meta.admin.manager.distinct().order_by(f.name).values(f.name)165 self.lookup_choices = model_admin.queryset(request).distinct().order_by(f.name).values(f.name) 166 166 167 167 def title(self): django/branches/gis/django/contrib/admin/__init__.py
r4265 r7979 1 from django.contrib.admin.options import ModelAdmin, HORIZONTAL, VERTICAL 2 from django.contrib.admin.options import StackedInline, TabularInline 3 from django.contrib.admin.sites import AdminSite, site 4 5 def autodiscover(): 6 """ 7 Auto-discover INSTALLED_APPS admin.py modules and fail silently when 8 not present. This forces an import on them to register any admin bits they 9 may want. 10 """ 11 from django.conf import settings 12 for app in settings.INSTALLED_APPS: 13 try: 14 __import__("%s.admin" % app) 15 except ImportError: 16 pass django/branches/gis/django/contrib/admin/media/css/forms.css
r5492 r7979 59 59 .flatpages-flatpage #id_content { height:40.2em; } 60 60 .module table .vPositiveSmallIntegerField { width:2.2em; } 61 62 /* x unsorted */ 63 .inline-group {padding:10px; padding-bottom:5px; background:#eee; margin:10px 0;} 64 .inline-group h3.header {margin:-5px -10px 5px -10px; background:#bbb; color:#fff; padding:2px 5px 3px 5px; font-size:11px} 65 .inline-related {margin-bottom:15px; position:relative;} 66 .last-related {margin-bottom:0px;} 67 .inline-related h2 { margin:0; padding:2px 5px 3px 5px; font-size:11px; text-align:left; font-weight:bold; color:#888; } 68 .inline-related h2 b {font-weight:normal; color:#aaa;} 69 .inline-related h2 span.delete {padding-left:20px; position:absolute; top:0px; right:5px;} 70 .inline-related h2 span.delete label {margin-left:2px; padding-top:1px;} 71 .inline-related fieldset {background:#fbfbfb;} 72 .inline-related fieldset.module h2 { margin:0; padding:2px 5px 3px 5px; font-size:11px; text-align:left; font-weight:bold; background:#bcd; color:#fff; } 73 .inline-related.tabular fieldset.module table {width:100%;} 74 75 .inline-group .tabular tr.has_original td {padding-top:2em;} 76 .inline-group .tabular tr td.original { padding:2px 0 0 0; width:0; _position:relative; } 77 .inline-group .tabular th.original {width:0px; padding:0;} 78 .inline-group .tabular td.original p {position:absolute; left:0; height:1.1em; padding:2px 7px; overflow:hidden; font-size:9px; font-weight:bold; color:#666; _width:700px; } 79 .inline-group ul.tools {padding:0; margin: 0; list-style:none;} 80 .inline-group ul.tools li {display:inline; padding:0 5px;} 81 .inline-group ul.tools a.add {background:url(../img/admin/icon_addlink.gif) 0 50% no-repeat; padding-left:14px;} django/branches/gis/django/contrib/admin/media/js/admin/CollapsedFieldsets.js
r3415 r7979 48 48 var divs = fs.getElementsByTagName('div'); 49 49 for (var i=0; i<divs.length; i++) { 50 if (divs[i].className.match(/\berror \b/)) {50 if (divs[i].className.match(/\berrors\b/)) { 51 51 return true; 52 52 } django/branches/gis/django/contrib/admin/media/js/admin/RelatedObjectLookups.js
r681
