summaryrefslogtreecommitdiffstats
path: root/pgfulltext/management.py
Commit message (Collapse)AuthorAgeFilesLines
* "Reversed" some m2m relations with the user model.hrcerqueira2010-02-221-23/+0
| | | | | | | Fixed and improved most of modules functionality. Definitevly moved books to a separate module. Fixed some missing imports in views. Adapted some of the interface changes Rick did on robofaqs to osqa.
* Complete reorganization of models and managers, and removal of some raw sql ↵hrcerqueira2010-02-171-1/+1
| | | | queries.
* remove experimental and unused files, small cleanupsEvgeny Fadeev2010-02-021-22/+22
|
* missing files from the last commithrcerqueira2010-02-021-22/+22
|
* added full text search support for postgresql, database setup is done as a ↵unknown2010-02-021-0/+23
response to the post_syncdb signal. search is done against question summary, title and tags with crescent weight respectively. everything works but is still in a early stage of development