Re: Aggregation branch fails with GIS models.

2008-12-30 Thread Russell Keith-Magee
On Wed, Dec 31, 2008 at 8:43 AM, Justin Bronn wrote: > >> I'll be looking into this, this week. >> Good news is: So far so good (But I haven't tried to mix geo aggregates with >> new aggregates yet). > > OK, in the GeoDjango 1.1 mercurial [1], I've merged in Russell's > aggregation branch and mod

Re: Aggregation branch fails with GIS models.

2008-12-30 Thread Ariel Mauricio Nunez Gomez
> OK, in the GeoDjango 1.1 mercurial [1], I've merged in Russell's > aggregation branch and modified the aggregate geographic methods to > internally use the new aggregation API. Awesome, I am gonna switch to that branch right away. Ariel. --~--~-~--~~~---~--~~ Y

Re: Aggregation branch fails with GIS models.

2008-12-30 Thread Justin Bronn
> I'll be looking into this, this week. > Good news is: So far so good (But I haven't tried to mix geo aggregates with > new aggregates yet). OK, in the GeoDjango 1.1 mercurial [1], I've merged in Russell's aggregation branch and modified the aggregate geographic methods to internally use the new

Re: Aggregation branch fails with GIS models.

2008-12-29 Thread Ariel Mauricio Nunez Gomez
> > Any reports of problems or suggestions for improvements would be gratefully > accepted > I'll be looking into this, this week. Good news is: So far so good (But I haven't tried to mix geo aggregates with new aggregates yet). Ariel. --~--~-~--~~~---~--~~ You rec

Re: Aggregation branch fails with GIS models.

2008-12-28 Thread Russell Keith-Magee
On Sun, Dec 28, 2008 at 7:29 AM, Justin Bronn wrote: > > Ariel, > >> Is it a gis issue or an aggregation one? > > As I indicated in private correspondence, this was a matter of > updating GeoQuery.get_columns to reflect Russell's aggregation > changes. I've attached to #3566 a patch for Russell'

Re: Aggregation branch fails with GIS models.

2008-12-27 Thread Justin Bronn
Ariel, > Is it a gis issue or an aggregation one? As I indicated in private correspondence, this was a matter of updating GeoQuery.get_columns to reflect Russell's aggregation changes. I've attached to #3566 a patch for Russell's git repo that fixes the problem (geoquery_aggregation_fix.diff).

Re: Aggregation branch fails with GIS models.

2008-12-27 Thread alex.gay...@gmail.com
Likely both, I would start by filing a ticket. There's a good bet that one or both sides are making some assumptions that conflict. Alex On Dec 27, 10:08 am, "Ariel Mauricio Nunez Gomez" wrote: > Not sure if this deserves a ticket(yet), but the current aggregation branch > in Russell's git hub

Aggregation branch fails with GIS models.

2008-12-27 Thread Ariel Mauricio Nunez Gomez
Not sure if this deserves a ticket(yet), but the current aggregation branch in Russell's git hub repository fails with default manager django.contrib.gis.db.models.GeoManager {{{ #models.py from django.contrib.gis.db import models class SimpleModel(models.Model): pass class SimpleGeoModel(model