Fabian Büchler
|
eeff1787b0
|
Fixed #33449 -- Fixed makemigrations crash on models without Meta.order_with_respect_to but with _order field.
Regression in aa4acc164d .
|
2022-01-21 06:44:53 +01:00 |
Keryn Knight
|
f4b06a3cc1
|
Fixed #33426 -- Fixed ResolverMatch.__repr_() for class-based views.
Regression in 7c08f26bf0 .
|
2022-01-10 17:30:41 +01:00 |
Keryn Knight
|
2a66c102d9
|
Fixed #33425 -- Fixed view name for CBVs on technical 404 debug page.
Regression in 0c0b87725b .
|
2022-01-08 13:05:55 +01:00 |
David
|
4c60c3edff
|
Fixed #33419 -- Restored marking forms.Field.help_text as HTML safe.
Regression in 456466d932 .
Thanks Matt Westcott for the report.
|
2022-01-07 15:35:31 +01:00 |
Petter Friberg
|
bc174e6ea0
|
Fixed #33410 -- Fixed recursive capturing of callbacks by TestCase.captureOnCommitCallbacks().
Regression in d89f976bdd .
|
2022-01-06 06:38:17 +01:00 |
Carlton Gibson
|
f38c66b555
|
Added stub release notes for Django 4.0.2.
|
2022-01-04 11:10:53 +01:00 |