Showing 1 - 4 of 4 items. (Page 1 of 1)


Link2009 Jan 28

Full-text searching in Django with PostgreSQL and tsearch2

A complete run down on setting up search with Django using PostgreSQL and tsearch2.

Link2009 Jan 15

Django | Aggregation | Django Documentation

Django Aggregates have landed in Django. The documentation looks pretty good. People have been waiting for this for a long time. It's great to see such a solid implementation.

Link2008 Apr 09

jQuery-database

The ability to get DOM elements from an HTML table via jQuery using SQL-like syntax. Very slick.

Link2007 Nov 25

django-evolution - Google Code

A SQL migration package for Django. It's nicely done with a good balance between magic and manual operation. The nicely done documentation on what's there so far looks really good. I'd love to see this land in Django proper eventually.