Re: [Django] #9981: getting objects where column is null throws exception, when you define ordering by that column

2009-01-07 Thread Django
#9981: getting objects where column is null throws exception, when you define ordering by that column -+-- Reporter: antje.ga...@taconicartemis.com | Owner: mtredinnick Status:

[Changeset] r9718 - in django/branches/releases/1.0.X: django/db/models django/db/models/sql tests/regressiontests/queries

2009-01-07 Thread noreply
Author: mtredinnick Date: 2009-01-07 23:51:15 -0600 (Wed, 07 Jan 2009) New Revision: 9718 Modified: django/branches/releases/1.0.X/django/db/models/query.py django/branches/releases/1.0.X/django/db/models/sql/query.py

[Changeset] r9717 - in django/trunk: django/db/models django/db/models/sql tests/regressiontests/queries

2009-01-07 Thread noreply
Author: mtredinnick Date: 2009-01-07 23:49:03 -0600 (Wed, 07 Jan 2009) New Revision: 9717 Modified: django/trunk/django/db/models/query.py django/trunk/django/db/models/sql/query.py django/trunk/tests/regressiontests/queries/models.py Log: Fixed #9985 -- qs.values_list(...).values(...)

[Changeset] r9715 - in django/trunk: django/db/models django/db/models/sql tests/regressiontests/queries

2009-01-07 Thread noreply
Author: mtredinnick Date: 2009-01-07 23:16:21 -0600 (Wed, 07 Jan 2009) New Revision: 9715 Modified: django/trunk/django/db/models/query.py django/trunk/django/db/models/sql/where.py django/trunk/tests/regressiontests/queries/models.py Log: Using querysets as an rvalue in filter() calls

[Changeset] r9716 - in django/branches/releases/1.0.X: . django/db/backends/oracle

2009-01-07 Thread noreply
Author: ikelly Date: 2009-01-07 23:16:47 -0600 (Wed, 07 Jan 2009) New Revision: 9716 Modified: django/branches/releases/1.0.X/ django/branches/releases/1.0.X/django/db/backends/oracle/base.py django/branches/releases/1.0.X/django/db/backends/oracle/client.py Log: [1.0.x] Fixed #9972:

[Changeset] r9714 - django/trunk/django/db/models/sql

2009-01-07 Thread noreply
Author: mtredinnick Date: 2009-01-07 23:15:41 -0600 (Wed, 07 Jan 2009) New Revision: 9714 Modified: django/trunk/django/db/models/sql/query.py Log: Remove any ordering from a nested select query (in the where-clause). This fixes r9701 for Oracle (the test introduced there did its job and

[Changeset] r9713 - django/trunk/django/db/backends/oracle

2009-01-07 Thread noreply
Author: ikelly Date: 2009-01-07 23:12:14 -0600 (Wed, 07 Jan 2009) New Revision: 9713 Modified: django/trunk/django/db/backends/oracle/base.py django/trunk/django/db/backends/oracle/client.py Log: Fixed #9972: The dbshell command was ignoring the DATABASE_HOST and DATABASE_PORT settings in

Re: [Django] #9985: r9701 breaks for combinations of values_list and unique - it inserts duplicate references in SQL

2009-01-07 Thread Django
#9985: r9701 breaks for combinations of values_list and unique - it inserts duplicate references in SQL ---+ Reporter: cmu...@gmail.com | Owner: mtredinnick Status: assigned

Re: [Django] #6845: Model validation and its propagation to ModelForms

2009-01-07 Thread Django
#6845: Model validation and its propagation to ModelForms -+-- Reporter: Honza_Kral | Owner: nobody Status: new | Milestone: post-1.0

Re: [Django] #9981: getting objects where column is null throws exception, when you define ordering by that column

2009-01-07 Thread Django
#9981: getting objects where column is null throws exception, when you define ordering by that column -+-- Reporter: antje.ga...@taconicartemis.com | Owner: mtredinnick Status:

Re: [Django] #9981: getting objects where column is null throws exception, when you define ordering by that column

2009-01-07 Thread Django
#9981: getting objects where column is null throws exception, when you define ordering by that column -+-- Reporter: antje.ga...@taconicartemis.com | Owner: nobody Status:

Re: [Django] #9982: Inconsistent behavior on model save depending on whether OneToOneField is a primary key

2009-01-07 Thread Django
#9982: Inconsistent behavior on model save depending on whether OneToOneField is a primary key ---+ Reporter: s...@frontsquare.com | Owner: mtredinnick

Re: [Django] #9972: dbshell can't connect to Oracle database

2009-01-07 Thread Django
#9972: dbshell can't connect to Oracle database ---+ Reporter: lijin...@cn-acg.com | Owner: nobody Status: new | Milestone:

[Django] #9986: CACHE_BACKEND argument name doesn't match code

2009-01-07 Thread Django
#9986: CACHE_BACKEND argument name doesn't match code ---+ Reporter: john_scott | Owner: nobody Status: new| Milestone: Component: Documentation | Version: 1.0

Re: [Django] #8261: ModelAdmin hook for customising the "show on site" button

2009-01-07 Thread Django
#8261: ModelAdmin hook for customising the "show on site" button ---+ Reporter: jarrow| Owner: kratorius Status: new | Milestone:

Re: [Django] #6845: Model validation and its propagation to ModelForms

2009-01-07 Thread Django
#6845: Model validation and its propagation to ModelForms -+-- Reporter: Honza_Kral | Owner: nobody Status: new | Milestone: post-1.0

Re: [Django] #6845: Model validation and its propagation to ModelForms

2009-01-07 Thread Django
#6845: Model validation and its propagation to ModelForms -+-- Reporter: Honza_Kral | Owner: nobody Status: new | Milestone: post-1.0

[Django] #9985: r9701 breaks for combinations of values_list and unique - it inserts duplicate references in SQL

2009-01-07 Thread Django
#9985: r9701 breaks for combinations of values_list and unique - it inserts duplicate references in SQL --+- Reporter: cmu...@gmail.com | Owner: nobody Status: new |

[Changeset] r9712 - django/branches/releases/1.0.X/django/contrib/gis/gdal

2009-01-07 Thread noreply
Author: jbronn Date: 2009-01-07 14:23:23 -0600 (Wed, 07 Jan 2009) New Revision: 9712 Modified: django/branches/releases/1.0.X/django/contrib/gis/gdal/field.py Log: [1.0.X] Return None for null date/time fields in OGR-supported data sources. Thanks to Ariel Mauricio Nunez Gomez for bug

[Changeset] r9711 - django/trunk/django/contrib/gis/gdal

2009-01-07 Thread noreply
Author: jbronn Date: 2009-01-07 14:21:19 -0600 (Wed, 07 Jan 2009) New Revision: 9711 Modified: django/trunk/django/contrib/gis/gdal/field.py Log: Return None for null date/time fields in OGR-supported data sources. Thanks to Ariel Mauricio Nunez Gomez for bug report and initial patch.

Re: [Django] #9972: dbshell can't connect to Oracle database

2009-01-07 Thread Django
#9972: dbshell can't connect to Oracle database ---+ Reporter: lijin...@cn-acg.com | Owner: nobody Status: new | Milestone:

Re: [Django] #6845: Model validation and its propagation to ModelForms

2009-01-07 Thread Django
#6845: Model validation and its propagation to ModelForms -+-- Reporter: Honza_Kral | Owner: nobody Status: new | Milestone: post-1.0

Re: [Django] #9977: CSRFMiddleware needs template tag

2009-01-07 Thread Django
#9977: CSRFMiddleware needs template tag +--- Reporter: bthomas| Owner: nobody Status: new| Milestone: Component: Uncategorized | Version: 1.0

[Django] #9984: Documentation needed for reverse() and url tag limitations regarding mixed args and kwargs

2009-01-07 Thread Django
#9984: Documentation needed for reverse() and url tag limitations regarding mixed args and kwargs ---+ Reporter: Killarny | Owner: nobody Status: new| Milestone: Component:

[Django] #9983: Javascript issue on admin interface with prepopulated_fields

2009-01-07 Thread Django
#9983: Javascript issue on admin interface with prepopulated_fields -+-- Reporter: msurdi |Owner: nobody Status: new|Milestone: Component:

Re: [Django] #9980: Nice-have correction for Authentication

2009-01-07 Thread Django
#9980: Nice-have correction for Authentication +--- Reporter: shelldweller | Owner: nobody Status: new| Milestone:

[Django] #9982: Inconsistent behavior on model save depending on whether OneToOneField is a primary key

2009-01-07 Thread Django
#9982: Inconsistent behavior on model save depending on whether OneToOneField is a primary key --+- Reporter: s...@frontsquare.com | Owner: nobody Status: new

Re: [Django] #6324: [patch] 'UserFlagManager' object has no attribute 'objects'

2009-01-07 Thread Django
#6324: [patch] 'UserFlagManager' object has no attribute 'objects' --+- Reporter: deafwolf | Owner: nobody Status: closed | Milestone:

Re: [Django] #9867: Test client login requires sessions framework to be installed

2009-01-07 Thread Django
#9867: Test client login requires sessions framework to be installed --+- Reporter: David Sauve | Owner: nobody Status: closed

Re: [Django] #9867: Test client login requires sessions framework to be installed

2009-01-07 Thread Django
#9867: Test client login requires sessions framework to be installed --+- Reporter: David Sauve | Owner: nobody Status: reopened

Re: [Django] #2131: [patch] HttpResponseSendFile for serving static files handler-specific sendfile mechanism

2009-01-07 Thread Django
#2131: [patch] HttpResponseSendFile for serving static files handler-specific sendfile mechanism ---+ Reporter: ymasuda[at]ethercube.com | Owner: alsleme Status: new |

Re: [Django] #3566: Proposal: ORM aggregation support

2009-01-07 Thread Django
#3566: Proposal: ORM aggregation support +--- Reporter: Honza Král | Owner: russellm Status: assigned | Milestone:

Re: [Django] #3427: newforms: add readonly support to widgets

2009-01-07 Thread Django
#3427: newforms: add readonly support to widgets -+-- Reporter: anonymous | Owner: adrian Status: closed | Milestone: Component: Forms

Re: [Django] #9981: getting objects where column is null throws exception, when you define ordering by that column

2009-01-07 Thread Django
#9981: getting objects where column is null throws exception, when you define ordering by that column -+-- Reporter: antje.ga...@taconicartemis.com | Owner: nobody Status:

Re: [Django] #2373: Add support for multiple profile modules

2009-01-07 Thread Django
#2373: Add support for multiple profile modules -+-- Reporter: da...@dawninglight.net | Owner: adrian Status: closed | Milestone: Component: Contrib apps

[Django] #9981: getting objects where column is null throws exception, when you define ordering by that column

2009-01-07 Thread Django
#9981: getting objects where column is null throws exception, when you define ordering by that column +--- Reporter: antje.ga...@taconicartemis.com | Owner: nobody Status: new |

Re: [Django] #2373: Add support for multiple profile modules

2009-01-07 Thread Django
#2373: Add support for multiple profile modules -+-- Reporter: da...@dawninglight.net | Owner: adrian Status: reopened| Milestone: Component: Contrib apps