Model Inheritance Downcasting

2011-11-16 Thread Bastian Kuberek
Hi, I have looked a lot and have not yet figured out how to accomplish this. Let me show with an example what I am trying to accomplish. class WidgetType(models.Model): """WidgetType categorizes the type of Widget""" name = models.CharField(max_length=255) slug = models.SlugField(m

Failed Unit tests in 1.4.2

2012-10-18 Thread Bastian Kuberek
Hi I am getting the following errors: == FAIL: test_broken_unicode (regressiontests.model_regress.tests.ModelTests) -- Traceback (most recent call last): File

Re: Failed Unit tests in 1.4.2

2012-10-18 Thread Bastian Kuberek
I just cloned the master branch (1, 5, 0, 'alpha', 2) and ran the tests and they all passed. So I believe there is an issue with the packaged 1.4.2 source I downloaded. On Thursday, October 18, 2012 4:06:21 PM UTC-4, Bastian Kuberek wrote: > > Hi I am getting the

Full text search available on PostgreSQL?

2014-06-28 Thread Bastian Kuberek
Hi, Just saw that django.contrib.admin.ModelAdmin.search_fields full text search only support MySQL. Are there plans on any progress towards getting this functionality on PostgreSQL? Than

Re: Full text search available on PostgreSQL?

2014-07-08 Thread Bastian Kuberek
This looks promising. Thanks -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to djan