Tom Carrick
|
ed65610653
Changed the screenshots Github workflow to run in the PR's branch by using pull_request as event trigger.
|
1 年之前 |
Nick Pope
|
a93375e8ab
Fixed #34305 -- Changed GeoIP2 tests to use MaxMind test databases.
|
4 年之前 |
Nick Pope
|
ed4f83782d
Refs #34305 -- Added SimpleTestCase.enterClassContext() on Python < 3.11.
|
1 年之前 |
Simon Charette
|
b0ad41198b
Fixed #34013 -- Added QuerySet.order_by() support for annotation transforms.
|
1 年之前 |
Mariusz Felisiak
|
fcf95e5927
Fixed #35018 -- Fixed migrations crash on GeneratedField with BooleanField as output_field on Oracle < 23c.
|
1 年之前 |
Sarah Boyce
|
b287af5dc9
Fixed #35019 -- Fixed save() on models with both GeneratedFields and ForeignKeys.
|
1 年之前 |
Yashas
|
eeb2119985
Fixed #35016 -- Doc'd that DATABASES["OPTIONS"] are passed to new PostgreSQL connections.
|
1 年之前 |
Avaneesh Kumar
|
705b1702bd
Fixed #34742 -- Made CommonMiddleware raise APPEND_SLASH RuntimeError on DELETE requests.
|
1 年之前 |
Mariusz Felisiak
|
5b3b791e90
Fixed #35024 -- Fixed model instance creation crash on GeneratedField.output_field with backend converters.
|
1 年之前 |
Nick Pope
|
2dca98f4f7
Refs #34986 -- Added PyPy 3.10 with PostgreSQL to daily builds.
|
1 年之前 |
Nick Pope
|
af6e7e3de8
Refs #34986 -- Fixed backends.postgresql.test_server_side_cursors.ServerSideCursorsPostgres tests for PyPy.
|
1 年之前 |
Nick Pope
|
958a590e53
Refs #34986 -- Used non-binary build of psycopg for PyPy.
|
1 年之前 |
Sarah Boyce
|
f80669d2f5
Fixed #35020 -- Fixed ModelAdmin.lookup_allowed() for non-autofield primary keys.
|
1 年之前 |
Mariusz Felisiak
|
00ef74376e
Replaced deprecated database type synonyms in Oracle backend.
|
1 年之前 |
Nick Pope
|
66d58e77de
Refs #34986 -- Added PyPy to tox.ini.
|
1 年之前 |
Nick Pope
|
fb9216382a
Refs #34986 -- Moved garbage_collect() helper to django.test.utils.
|
1 年之前 |
Nick Pope
|
1c3614e306
Refs #34986 -- Avoided implementation-specific unpickleable types.
|
1 年之前 |
Nick Pope
|
2c6e4a29b0
Fixed typo in tests/backends/postgresql/test_server_side_cursors.py.
|
1 年之前 |
Nick Pope
|
0ee2b8c326
Changed django.contrib.gis.geoip2 package to a module.
|
1 年之前 |
Nick Pope
|
60c7cb90f8
Inlined django.contrib.gis.geoip2.resources module.
|
4 年之前 |
Nick Pope
|
07f9f9960c
Deprecated django.contrib.gis.geoip2.GeoIP2.open().
|
4 年之前 |
Mariusz Felisiak
|
464af0975c
Added stub release notes for 4.2.9.
|
1 年之前 |
Mariusz Felisiak
|
689306c745
Updated expected release date for 5.0.1.
|
1 年之前 |
Natalia
|
14884b6be8
Added stub release notes for 5.0.1.
|
1 年之前 |
Natalia
|
5076bb41d0
Updated translations from Transifex.
|
1 年之前 |
Natalia
|
1994a26438
Finalized release notes for Django 5.0.
|
1 年之前 |
yushanfans2233
|
14b0132e5e
Fixed #34830 -- Added request to bad_request/csrf_failure view template contexts.
|
1 年之前 |
Mariusz Felisiak
|
8fcb9f1f10
Added release date for 4.2.8.
|
1 年之前 |
Tom Carrick
|
94d495f960
Removed unused CSS rules for related widget in RTL.
|
1 年之前 |
Peter Thomassen
|
54cb1a7e16
Fixed #35002 -- Made UniqueConstraints with fields respect nulls_distinct.
|
1 年之前 |