nessita
|
e359f05b49
Updated docs for updating translations in docs/internals/howto-release-django.txt.
|
11 months ago |
Sarah Boyce
|
f973a70bfc
Made postgresql.tests.Tests.test_connect_pool less flaky by increasing timeout value.
|
11 months ago |
Natalia
|
42435fc55c
Fixed #35361 -- Added release notes for 4.2.12 and 5.0.5 for backport of b231bcd19e57267ce1fc21d42d46f0b65fdcfcf8.
|
11 months ago |
Natalia
|
338ec052b4
Refs #35361 -- Added test for Email line length checks when dealing with surrogate pairs.
|
11 months ago |
Sarah Boyce
|
8b53560eea
Fixed #35350 -- Fixed save() with pk set on models with GeneratedFields.
|
11 months ago |
Carlton Gibson
|
ca5cd3e3e8
Refs #35354 -- Clarified FORCE_SCRIPT_NAME docs.
|
1 year ago |
Carlton Gibson
|
bcd255cd5c
Fixed #35354 -- Simplified ASGIRequest path handling.
|
1 year ago |
Carlton Gibson
|
4d2ef9bb82
Refs #35169 -- Added test for ASGIRequest root_path handling.
|
1 year ago |
Adam Johnson
|
ba4ffdc877
Refs #31710 -- Improved multiple file upload docs.
|
1 year ago |
Lang Tran
|
e279c724c1
Fixed #35347 -- Clarified choice_set attribute in tutorial 2.
|
1 year ago |
Natalia
|
4636baec17
Added stub release notes for 5.0.5.
|
1 year ago |
Natalia
|
81da153e5f
Added release date for 5.0.4.
|
1 year ago |
Sarah Boyce
|
89403dbedd
Fixed SeleniumTests.test_related_object_update_with_camel_casing() assert.
|
1 year ago |
devin13cox
|
8665cf03d7
Fixed #35330 -- Fixed the update of related widgets when the referenced model is camel case named.
|
1 year ago |
Simon Charette
|
888b9042b3
Fixed #35336 -- Addressed crash when adding a GeneratedField with % literals.
|
1 year ago |
Johannes Westphal
|
5f18021640
Fixed #35344, Refs #34838 -- Corrected output_field of resolved columns for GeneratedFields in aliased tables.
|
1 year ago |
Mariusz Felisiak
|
425b26092f
Refs #35234 -- Skipped CheckConstraint system checks if not supported.
|
1 year ago |
Taishi Endo
|
0df520979a
Restored django.db.models.F import in final code snippet added at the beginning of tutorial 4.
|
1 year ago |
Matthias Kestenholz
|
5f3cdf219d
Fixed typo in docs/topics/signals.txt.
|
1 year ago |
Fabian Braun
|
944745afe2
Fixed #34977 -- Improved accessibility in the UserChangeForm by replacing the reset password link with a button.
|
1 year ago |
Giannis Terzopoulos
|
d658a3162f
Fixed #35233 -- Moved template engine system checks to backend methods.
|
1 year ago |
Mariusz Felisiak
|
b98271a6e4
Fixed #35329 -- Fixed migrations crash when adding partial unique constraints with nulls_distinct.
|
1 year ago |
Mariusz Felisiak
|
ae10146793
Removed unused _alter_column_collation_sql() in PostgreSQL DatabaseSchemaEditor.
|
1 year ago |
Mariusz Felisiak
|
a2dcc4ecbb
Increased test coverage for django.db.migrations.operations.special.
|
1 year ago |
Ben Cail
|
07c8d979ae
Fixed #35323 -- Prevented file_move_safe() from trying to overwrite existing file when allow_overwrite is False.
|
1 year ago |
David Sanders
|
b6e2b83901
Fixed #34841 -- Avoided rendering apps on state still requiring mutation.
|
1 year ago |
Mariusz Felisiak
|
1c11dba835
Added ModelState.from_model() test for abstract model with unnamed indexes.
|
1 year ago |
Ben Cail
|
8dbfef4695
Fixed #35320 -- Removed unnecessary django.core.files.move._samefile() hook.
|
1 year ago |
sharonwoo
|
6a37e9bfae
Fixed #35257 -- Corrected resolving output_field for IntegerField/DecimalField with NULL.
|
1 year ago |
Adam Zapletal
|
fd2514d17d
Added RowNumber() link in Rank() docs.
|
1 year ago |