Re: [Django] #9200: Add a session based form wizard

2009-04-24 Thread Django
#9200: Add a session based form wizard ---+ Reporter: ddurham | Owner: nobody Status: new | Milestone:

Re: [Django] #10923: Use thread-safe GEOS API if available

2009-04-24 Thread Django
#10923: Use thread-safe GEOS API if available ---+ Reporter: andrew_pendleton | Owner: jbronn Status: new | Milestone: 1.2 Compo

Re: [Django] #10923: Use thread-safe GEOS API if available

2009-04-24 Thread Django
#10923: Use thread-safe GEOS API if available ---+ Reporter: andrew_pendleton | Owner: jbronn Status: new | Milestone: 1.2 Compo

[Django] #10923: Use thread-safe GEOS API if available

2009-04-24 Thread Django
#10923: Use thread-safe GEOS API if available --+- Reporter: andrew_pendleton | Owner: nobody Status: new | Milestone: Component: GIS | Version: SVN Keyw

[Django] #10922: Model formsets - matching POST data to model instances is fragile

2009-04-24 Thread Django
#10922: Model formsets - matching POST data to model instances is fragile --+- Reporter: kmtracey | Owner: nobody Status: new | Milestone: Component: Forms | Version: 1.0

[Django] #10921: geodjango t-shirt feature requested

2009-04-24 Thread Django
#10921: geodjango t-shirt feature requested ---+ Reporter: elijah | Owner: nobody Status: new| Milestone: Component: Generic views | Version: 1.0 Keywords: t-sh

[Changeset] r10633 - django/trunk/django/contrib/gis/admin

2009-04-24 Thread noreply
Author: jbronn Date: 2009-04-24 15:34:48 -0500 (Fri, 24 Apr 2009) New Revision: 10633 Modified: django/trunk/django/contrib/gis/admin/options.py Log: Removed references to deprecated `GeometryField` atribute in `GeoModelAdmin`. Modified: django/trunk/django/contrib/gis/admin/options.py =

[Changeset] r10632 - in django/branches/releases/1.0.X/django/contrib/gis: db/backend/oracle db/models db/models/sql tests/geoapp

2009-04-24 Thread noreply
Author: jbronn Date: 2009-04-24 15:25:48 -0500 (Fri, 24 Apr 2009) New Revision: 10632 Added: django/branches/releases/1.0.X/django/contrib/gis/db/models/sql/subqueries.py Modified: django/branches/releases/1.0.X/django/contrib/gis/db/backend/oracle/field.py django/branches/releases/1.0.X

[Changeset] r10631 - in django/trunk/django/contrib/gis: db/backend/oracle db/models db/models/sql tests/geoapp

2009-04-24 Thread noreply
Author: jbronn Date: 2009-04-24 15:24:50 -0500 (Fri, 24 Apr 2009) New Revision: 10631 Added: django/trunk/django/contrib/gis/db/models/sql/subqueries.py Modified: django/trunk/django/contrib/gis/db/backend/oracle/field.py django/trunk/django/contrib/gis/db/models/manager.py django/tru

[Django] #10920: json serializer should not return javascript array

2009-04-24 Thread Django
#10920: json serializer should not return javascript array ---+ Reporter: j_king | Owner: nobody Status: new| Milestone: Component: Serialization | Version: SVN

Re: [Django] #10888: Inserting model with GeometryField as None crashes on Oracle

2009-04-24 Thread Django
#10888: Inserting model with GeometryField as None crashes on Oracle ---+ Reporter: jtiai | Owner: jbronn Status: assigned | Milestone: 1.1 Component: GI

Re: [Django] #10516: Admin search doesn't work when having multiple search_fields to the same base model.

2009-04-24 Thread Django
#10516: Admin search doesn't work when having multiple search_fields to the same base model. ---+ Reporter: akaariai | Owner: zain Status: assigned

Re: [Django] #10888: Inserting model with GeometryField as None crashes on Oracle

2009-04-24 Thread Django
#10888: Inserting model with GeometryField as None crashes on Oracle -+-- Reporter: jtiai | Owner: jbronn Status: new | Milestone:

[Django] #10918: to_field and raw_id_fields in ModelAdmin

2009-04-24 Thread Django
#10918: to_field and raw_id_fields in ModelAdmin --+- Reporter: dcramer | Owner: nobody Status: new | Milestone: Component: django.contrib.admin | Version: S

[Django] #10917: admin/base.html should contain messages block

2009-04-24 Thread Django
#10917: admin/base.html should contain messages block +--- Reporter: anonymous | Owner: nobody Status: new | Milestone: Component: Uncate

Re: [Django] #10916: annotate() method doesn't include content_type_id into WHERE clause when used with generic relations

2009-04-24 Thread Django
#10916: annotate() method doesn't include content_type_id into WHERE clause when used with generic relations --+- Reporter: skam | Owner: Status: closed | Milestone

[Django] #10916: annotate() method doesn't include content_type_id into WHERE clause when used with generic relations

2009-04-24 Thread Django
#10916: annotate() method doesn't include content_type_id into WHERE clause when used with generic relations -+-- Reporter: skam | Owner: Status: new | Milestone: 1.1 C

Re: [Django] #10915: For QuerySet qs, list(qs)[k] does not always equal qs[k]

2009-04-24 Thread Django
#10915: For QuerySet qs, list(qs)[k] does not always equal qs[k] ---+ Reporter: dgouldin | Owner: nobody Status: closed| Milestone:

Re: [Django] #10915: For QuerySet qs, list(qs)[k] does not always equal qs[k]

2009-04-24 Thread Django
#10915: For QuerySet qs, list(qs)[k] does not always equal qs[k] ---+ Reporter: dgouldin | Owner: nobody Status: new | Milestone:

Re: [Django] #10915: For QuerySet qs, list(qs)[k] does not always equal qs[k]

2009-04-24 Thread Django
#10915: For QuerySet qs, list(qs)[k] does not always equal qs[k] ---+ Reporter: dgouldin | Owner: nobody Status: new | Milestone:

[Django] #10915: For QuerySet qs, list(qs)[k] does not always equal qs[k]

2009-04-24 Thread Django
#10915: For QuerySet qs, list(qs)[k] does not always equal qs[k] --+- Reporter: dgouldin | Owner: nobody Status: new | Milestone: Component: Databas

Re: [Django] #10828: deleting all forms within a formset is not possible

2009-04-24 Thread Django
#10828: deleting all forms within a formset is not possible ---+ Reporter: patrickk | Owner: nobody Status: new | Milestone: 1.1 Component: Forms | Version: S

Re: [Django] #10828: deleting all forms within a formset is not possible

2009-04-24 Thread Django
#10828: deleting all forms within a formset is not possible ---+ Reporter: patrickk | Owner: nobody Status: new | Milestone: 1.1 Component: Forms | Version: S

Re: [Django] #10801: tutorial part 4 vote view needs to redirect in the error case

2009-04-24 Thread Django
#10801: tutorial part 4 vote view needs to redirect in the error case +--- Reporter: br...@z2a.org | Owner: mtredinnick Status: new| Milestone: 1.1 Component:

Re: [Django] #10914: The chapter "Write a simple form" produces code with bad Choice.DoesNotExist handling

2009-04-24 Thread Django
#10914: The chapter "Write a simple form" produces code with bad Choice.DoesNotExist handling +--- Reporter: tobami | Owner: nobody Status: closed | Milestone:

Re: [Django] #10828: deleting all forms within a formset is not possible

2009-04-24 Thread Django
#10828: deleting all forms within a formset is not possible ---+ Reporter: patrickk | Owner: nobody Status: new | Milestone: 1.1 Component: Forms | Version: S

Re: [Django] #10913: Default related_name is broken

2009-04-24 Thread Django
#10913: Default related_name is broken ---+ Reporter: neithere | Owner: nobody Status: closed| Milestone:

Re: [Django] #10914: The chapter "Write a simple form" produces code with bad Choice.DoesNotExist handling

2009-04-24 Thread Django
#10914: The chapter "Write a simple form" produces code with bad Choice.DoesNotExist handling +--- Reporter: tobami | Owner: nobody Status: new| Milestone:

[Django] #10914: The chapter "Write a simple form" produces code with bad Choice.DoesNotExist handling

2009-04-24 Thread Django
#10914: The chapter "Write a simple form" produces code with bad Choice.DoesNotExist handling ---+ Reporter: tobami | Owner: nobody Status: new| Milestone: Component: Document

Re: [Django] #10828: deleting all forms within a formset is not possible

2009-04-24 Thread Django
#10828: deleting all forms within a formset is not possible ---+ Reporter: patrickk | Owner: nobody Status: new | Milestone: 1.1 Component: Forms | Version: S