Adrian Torres
|
7eee1dca42
Fixed #14094 -- Added support for unlimited CharField on PostgreSQL.
|
2 éve |
kimsoungryoul
|
78f163a4fb
Fixed #18468 -- Added support for comments on columns and tables.
|
2 éve |
DevilsAutumn
|
68ef274bc5
Fixed #34217 -- Fixed migration crash when removing check constraints on MySQL < 8.0.16.
|
2 éve |
朱穆穆
|
bbeeb45161
Fixed #34226 -- Fixed QuerySet.select_related() with multiple FilteredRelations to the OneToOneField.
|
2 éve |
Mariusz Felisiak
|
48b6108e50
Used allow_migrate_model() shortcut in Field._check_backend_specific_checks().
|
2 éve |
Mariusz Felisiak
|
e07e83589b
Refs #34226 -- Renamed local field variables in SQLCompiler.get_related_selections() to avoid redefinition.
|
2 éve |
David Wobrock
|
5aaad5f39c
Fixed #34165 -- Made permissions creation respect the "using" parameter.
|
2 éve |
Carlton Gibson
|
0bd2c0c901
Fixed #33735 -- Added async support to StreamingHttpResponse.
|
2 éve |
Mariusz Felisiak
|
ae0899be0d
Fixed #34219 -- Preserved Char/TextField.db_collation when altering column type.
|
2 éve |
Mariusz Felisiak
|
3b24a3fa33
Removed unnecessary commas in tests.
|
2 éve |
Mariusz Felisiak
|
2d676ee119
Updated translations from Transifex.
|
2 éve |
Carlton Gibson
|
32d70b2f55
Refs #34118 -- Adopted asgiref coroutine detection shims.
|
2 éve |
Andrew Godwin
|
a09d39f286
Refs DEP 12 -- Renamed TB to Steering Council wherever mentioned.
|
2 éve |
Mariusz Felisiak
|
0c60d11bdb
Fixed typo in docs/topics/async.txt.
|
2 éve |
Roxane
|
289e9a75af
Fixed #33662 -- Allowed Sitemap to customize languages for each item.
|
2 éve |
Andreas Pelme
|
ab7a85ac29
Fixed #34170 -- Implemented Heal The Breach (HTB) in GzipMiddleware.
|
2 éve |
Leo
|
a1bcdc94da
Fixed #34212 -- Made RedisCacheClient.incr() use write connection.
|
2 éve |
Mariusz Felisiak
|
1e4da43955
Fixed lookup.tests.LookupTests.test_exact_none_transform() test on Oracle.
|
2 éve |
TAKAHASHI Shuuji
|
05d70fb92b
Fixed typo in docs/topics/http/sessions.txt.
|
2 éve |
Daniele Varrazzo
|
09ffc5c121
Fixed #33308 -- Added support for psycopg version 3.
|
2 éve |
Paolo Melchiorre
|
d44ee518c4
Fixed #34213 -- Updated PostgreSQL package names in installing PostGIS docs.
|
2 éve |
Mariusz Felisiak
|
9d9ec0c79f
Removed KyngChaos packages from docs.
|
2 éve |
Marti Raudsepp
|
32268456d6
Fixed #34209 -- Prevented FileBasedCache.has_key() crash caused by a race condition.
|
2 éve |
Nimra Aftab
|
1d0fa848e0
Fixed #34038 -- Improved color contrast for links in admin.
|
2 éve |
Jarek Pacocha
|
4cc900bcbf
Made urls.py docstring consistent with other files in project template.
|
2 éve |
Florian Apolloner
|
db7bb3b64e
Refs #33308 -- Added DatabaseOperations.compose_sql() on PostgreSQL.
|
2 éve |
Florian Apolloner
|
1d90c9b113
Refs #33308 -- Added psycopg_any.IsolationLevel.
|
2 éve |
Florian Apolloner
|
2f38f7b8f9
Refs #33308 -- Added psycopg_any.sql.quote() hook.
|
2 éve |
Florian Apolloner
|
2ebfbd894e
Refs #33308 -- Moved psycopg2 imports to the psycopg_any module.
|
2 éve |
James Gillard
|
c5ed884eab
Fixed #34205 -- Fixed Meta.constraints validation crash with ArrayField and __len lookup.
|
2 éve |