Adam Johnson
|
2f6b096b83
Fixed #35950 -- Restored refreshing of relations when fields deferred.
|
4 days ago |
antoliny0919
|
32b9e00b0c
Fixed #35964 -- Cleaned up can_order and can_delete formset examples.
|
2 weeks ago |
SaJH
|
b0d9c1fe32
Updated docs example to clear cached_property without raising AttributeError.
|
2 months ago |
jburns6789
|
b8f9f625a1
Fixed #35915 -- Clarified the empty list case in QueryDict.__getitem__() docs.
|
1 week ago |
Mariusz Felisiak
|
49761ac99a
Refs #373 -- Simplified DatabaseIntrospection.get_constraints() tests for composite primary keys.
|
3 days ago |
Mariusz Felisiak
|
81cf690111
Refs #373 -- Fixed CompositePKChecksTests.test_composite_pk_cannot_include_generated_field() test crash on databases with no GeneratedField support.
|
4 days ago |
Sarah Boyce
|
d783a6f1c0
Improved assert_serializer test assertions in test.serializers.
|
6 days ago |
Sarah Boyce
|
a444d2600b
Used skipIf/UnlessDBFeature in test.serializers.
|
6 days ago |
Clifford Gama
|
3d819e2324
Removed reference to "removing older versions of Django" in tutorial.
|
1 month ago |
Ayush khatri
|
7a05f63a8e
Fixed #35925 -- Added CSS gap for FilteredSelectMultiple filter icon.
|
1 week ago |
Jacob Walls
|
58cc91275a
Fixed #35308 -- Handled OSError when launching code formatters.
|
5 days ago |
Bendeguz Csirmaz
|
978aae4334
Fixed #373 -- Added CompositePrimaryKey.
|
8 months ago |
Tainara Palmeira
|
86661f2449
Fixed #35791 -- Updated icon button dimensions to 24x24 pixels.
|
2 weeks ago |
Natalia
|
15ca75449b
Refs #10941 -- Added tests in querystring template tag.
|
2 weeks ago |
Natalia
|
f2b44ef408
Refs #10941 -- Added helper and refactored tests for querystring template tag.
|
2 weeks ago |
Jaap Roes
|
ceecd518b1
Fixed #35530 -- Deprecated request.user fallback in auth.login and auth.alogin.
|
6 days ago |
Jaap Roes
|
28b9b8d6d9
Refs #35530 -- Added basic test cases for auth.login.
|
6 days ago |
Salvo Polizzi
|
b82f80906a
Fixed #35038 -- Created AlterConstraint operation.
|
6 days ago |
Salvo Polizzi
|
b92511b474
Refs #35038 -- Added test for drop and recreation of a constraint.
|
6 days ago |
Klaas van Schelven
|
1722f2db58
Fixed #35897 -- Removed unnecessary escaping in template's get_exception_info().
|
3 weeks ago |
Adam Zapletal
|
1636912bf1
Refs #21286 -- Fixed serializer test with primary key TextField.
|
3 weeks ago |
Paolo Melchiorre
|
0977ec671a
Added parallelism support via --jobs to docs build Makefile rule.
|
6 days ago |
Clifford Gama
|
e9929cb494
Made reverse() docs more self-contained.
|
1 week ago |
David Smith
|
73d532d9a9
Upgraded to Python 3.12, Ubuntu 24.04, and enabled fail_on_warning for docs builds.
|
1 week ago |
Adam Zapletal
|
e9ed5da3cb
Removed trailing whitespace in docs.
|
1 week ago |
Sarah Boyce
|
2544c15854
Added stub release notes and release date for 5.1.4, 5.0.10, and 4.2.17.
|
1 week ago |
Jacob Walls
|
d4b2e06a67
Fixed #35921 -- Fixed failure when running tests in parallel on postgres.
|
2 weeks ago |
Brock
|
d8eb13f0f8
Fixed #35939 -- Linked documentation of Permission.content_type to the ContentType model.
|
1 week ago |
Jacob Walls
|
a5bc0cfd35
Refs #33735 -- Captured stderr during ASGITest.test_file_response.
|
1 week ago |
Tommy Allen
|
c635decb00
Fixed #35942 -- Fixed createsuperuser crash on Python 3.13+ when username is unavailable.
|
1 week ago |