This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-02-10 17:35:38 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
/
contrib
/
postgres
History
Ilia Peterov
0010721e89
Improved example of index on SearchVector in full text search docs.
2022-08-29 19:28:00 +02:00
..
aggregates.txt
Avoided counting attributes and methods in docs.
2021-12-28 12:36:57 +01:00
constraints.txt
Fixed
#33717
-- Dropped support for PostgreSQL 11.
2022-05-19 09:26:48 +02:00
expressions.txt
Removed versionadded/changed annotations for 4.0.
2022-05-17 14:22:06 +02:00
fields.txt
Fixed
#33872
-- Deprecated django.contrib.postgres.fields.CIText/CICharField/CIEmailField/CITextField.
2022-08-03 11:42:51 +02:00
forms.txt
…
functions.txt
…
index.txt
…
indexes.txt
Fixed
#33804
-- Corrected GinIndex.gin_pending_list_limit description in docs.
2022-06-24 14:52:21 +02:00
lookups.txt
Fixed
#33788
-- Added TrigramStrictWordSimilarity() and TrigramStrictWordDistance() on PostgreSQL.
2022-06-17 11:14:30 +02:00
operations.txt
Fixed
#33717
-- Dropped support for PostgreSQL 11.
2022-05-19 09:26:48 +02:00
search.txt
Improved example of index on SearchVector in full text search docs.
2022-08-29 19:28:00 +02:00
validators.txt
…