This website requires JavaScript.
Explore
Help
Sign In
source
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2026-02-09 10:59:29 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
main
Add File
New File
Upload File
Apply Patch
django
/
tests
/
backends
/
postgresql
History
JaeHyuck Sa
211b631427
Fixed
#36822
-- Added parameter limit for PostgreSQL with server-side binding.
2026-01-16 09:15:53 -05:00
..
__init__.py
Reorganized backends tests.
2017-06-21 12:00:47 -04:00
test_compilation.py
Refs
#33647
-- Fixed silent data truncation in bulk_create on Postgres.
2025-12-31 10:41:55 -05:00
test_creation.py
Refs
#33308
-- Moved psycopg2 imports to the psycopg_any module.
2022-12-12 08:36:17 +01:00
test_features.py
Fixed
#36822
-- Added parameter limit for PostgreSQL with server-side binding.
2026-01-16 09:15:53 -05:00
test_introspection.py
Fixed
#30511
-- Used identity columns instead of serials on PostgreSQL.
2022-04-13 21:51:51 +02:00
test_operations.py
Fixed
#16055
-- Fixed crash when filtering against char/text GenericRelation relation on PostgreSQL.
2023-04-18 12:41:14 +02:00
test_server_side_cursors.py
Fixed
#35028
-- Disabled server-side bindings for named cursors on psycopg >= 3.
2024-01-12 21:40:18 +01:00
tests.py
Refs
#24928
-- Added introspection support for PostgreSQL HStoreField.
2025-11-14 13:36:15 +01:00