mirror of
https://github.com/django/django.git
synced 2025-08-01 09:32:50 +00:00
Refs #32943 -- Added support for covering SP-GiST indexes on PostgreSQL 14+.
This commit is contained in:
parent
bd47b9bc81
commit
e76f9d5b44
9 changed files with 54 additions and 5 deletions
|
@ -101,7 +101,7 @@ class BigAutoFieldModel(models.Model):
|
|||
# Scene/Character/Line models are used to test full text search. They're
|
||||
# populated with content from Monty Python and the Holy Grail.
|
||||
class Scene(models.Model):
|
||||
scene = models.CharField(max_length=255)
|
||||
scene = models.TextField()
|
||||
setting = models.CharField(max_length=255)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue