new Open Layers map widget for use in/out of admin

2009-04-18 Thread Charlie DeTar
Howdy, In the past week I've created a new OpenLayers mapping widget for use in Django, which works both inside and outside the admin site. It simplifies the process of creating open layers maps for geodjango data, and also adds some features that the current admin lacks (such as editing geometr

Re: Schema Evolution

2009-04-18 Thread Malcolm Tredinnick
On Fri, 2009-04-17 at 07:01 -0700, JL wrote: > Just to through in my 2c (since I'm acutally in the US). I'd second > South as being the most complete and flexible migration project. Have you written up your comparison of South with the other major options anywhere that we can need? Perhaps doing

Re: BigInt Patch for Django 1.0.2

2009-04-18 Thread Malcolm Tredinnick
On Fri, 2009-04-17 at 03:19 -0700, Richard Davies wrote: > Ticket 399 has various patches. > > Not clear to me why none of these have been merged for 1.1 yet? Because it's not on the 1.1 roadmap and the time for feature additions is long past. Regards, Malcolm --~--~-~--~~---

Search for the ORM and Haystack

2009-04-18 Thread Ben Firshman
Hi all, For Google's Summer of Code last year, I worked on djangosearch (http://code.google.com/p/djangosearch/ ) with the aim of extending it with more backends. It soon became clear that the full text support in Django's database backends was sufficient for most small sites. Considering t

Re: opening up RegexURLResolver

2009-04-18 Thread Steve Howell
I totally agree that returning an object is the way to go. I know a lot of other folks are busy getting the next release out, but after that, I am happy to submit a proposed patch. I think it should be straightforward to preserve the current api while still adding new functionality. On Apr

Re: opening up RegexURLResolver

2009-04-18 Thread fas
You can take this idea further by not providing the name but the resolver object. This gives you much more flexibility. It might be helpful to have it in the result of the reverse dict. --~--~-~--~~~---~--~~ You received this message because you are subscribed to t