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
> 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
> 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
>
> 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
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'
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).
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
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