summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2023-06-04[4.2.x] Fixed #34620 -- Fixed serialization crash on m2m fields without natur...Mariusz Felisiak
2023-06-01[4.2.x] Fixed #34612 -- Fixed QuerySet.only() crash on reverse relationships.Simon Charette
2023-05-24[4.2.x] Fixed #34590 -- Reverted "Refs #33308 -- Improved adapting DecimalFie...David Sanders
2023-05-23[4.2.x] Refs #34118 -- Fixed FunctionalTests.test_cached_property_reuse_diffe...Mariusz Felisiak
2023-05-23[4.2.x] Fixed #34551 -- Fixed QuerySet.aggregate() crash when referencing sub...Simon Charette
2023-05-23[4.2.x] Refs #34551 -- Fixed QuerySet.aggregate() crash on precending aggrega...Simon Charette
2023-05-17[4.2.x] Fixed #34568 -- Made makemigrations --update respect --name option.Mariusz Felisiak
2023-05-17[4.2.x] Fixed #34570 -- Silenced noop deferral of many-to-many and GFK.Simon Charette
2023-05-16[4.2.x] Fixed #34539 -- Restored get_prep_value() call when adapting JSONFields.Julie Rymer
2023-05-08[4.2.x] Fixed #34544 -- Avoided DBMS_LOB.SUBSTR() wrapping with IS NULL condi...Mariusz Felisiak
2023-05-04[4.2.x] Fixed MultipleFileFieldTest.test_file_multiple_validation() test if P...Mariusz Felisiak
2023-05-03[4.2.x] Fixed CVE-2023-31047, Fixed #31710 -- Prevented potential bypass of v...Mariusz Felisiak
2023-05-03[4.2.x] Fixed #34529, Refs #34525 -- Reduced index operations with Meta.index...Mariusz Felisiak
2023-05-02[4.2.x] Fixed #34515 -- Made LocaleMiddleware prefer language from paths when...Mariusz Felisiak
2023-04-26[4.2.x] Fixed #34512 -- Restored breadcrumbs on admin app index view.Mariusz Felisiak
2023-04-14[4.2.x] Refs #34483 -- Fixed timesince()/timeuntil() with timezone-aware date...Mariusz Felisiak
2023-04-14[4.2.x] Fixed #34486 -- Fixed DatabaseOperations.compose_sql() crash with no ...Scott Macpherson
2023-04-14[4.2.x] Refs #34483 -- Fixed utils_tests.test_timesince crash on Python 3.8.Mariusz Felisiak
2023-04-13[4.2.x] Fixed #34483 -- Fixed timesince()/timeuntil() with timezone-aware dat...nessita
2023-04-12[4.2.x] Refs #34482 -- Reverted "Fixed #32969 -- Fixed pickling HttpResponse ...Mariusz Felisiak
2023-04-12[4.2.x] Fixed #34484, Refs #34482 -- Reverted "Fixed #29186 -- Fixed pickling...Mariusz Felisiak
2023-04-10[4.2.x] Fixed #34455 -- Restored i18n_patterns() respect of prefix_default_la...sarahboyce
2023-04-07[4.2.x] Refs #34118 -- Fixed CustomChoicesTests.test_uuid_unsupported on Pyth...Mariusz Felisiak
2023-04-07[4.2.x] Fixed #34470 -- Enforced UTF-8 encoding on PostgreSQL.Mariusz Felisiak
2023-04-07[4.2.x] Fixed #34466 -- Reallowed setting cursor_factory in DATABASES["option...Anders Kaseorg
2023-04-07[4.2.x] Fixed #34464 -- Fixed queryset aggregation over group by reference.Simon Charette
2023-04-06[4.2.x] Fixed #34459 -- Fixed SearchVector() crash for parameters with % symbol.Mariusz Felisiak
2023-04-06[4.2.x] Moved SearchVectorIndexTests.test_search_vector_index to postgres_tes...Mariusz Felisiak
2023-04-05[4.2.x] Refs #34118 -- Fixed CustomChoicesTests.test_uuid_unsupported on Pyth...Mariusz Felisiak
2023-04-05[4.2.x] Fixed #34458 -- Fixed QuerySet.defer() crash on attribute names.Simon Charette
2023-03-28[4.2.x] Fixed #34443 -- Fixed filtering by transforms on reverse relations.Mariusz Felisiak
2023-03-28[4.2.x] Refs #29799 -- Added field instance lookups to suggestions in FieldEr...Mariusz Felisiak
2023-03-28[4.2.x] Fixed #34438 -- Reallowed extending UserCreationForm.Gary Jarrel
2023-03-28[4.2.x] Fixed #34383 -- Fixed layout of admin fieldsets with multiple fields ...Tom Carrick
2023-03-21[4.2.x] Fixed #34428 -- Made ASGIStaticFilesHandler adapt response to async i...Carlton Gibson
2023-03-18[4.2.x] Fixed #34322 -- Made ES module support to ManifestStaticFilesStorage ...Mariusz Felisiak
2023-03-08[4.2.x] Fixed #34384 -- Fixed session validation when rotation secret keys.David Wobrock
2023-02-28[4.2.x] Refs #34320 -- Added skipIf for a test requiring check constraints.Tim Graham
2023-02-27[4.2.x] Fixed #34368 -- Made subquery raise NotSupportedError when referencin...Simon Charette
2023-02-27[4.2.x] Fixed #34372 -- Fixed queryset crash on order by aggregation using Or...Simon Charette
2023-02-22[4.2.x] Fixed #34363 -- Fixed floatformat crash on zero with trailing zeros.Panagiotis H.M. Issaris
2023-02-20[4.2.x] Fixed #34349 -- Fixed FormSet.empty_form crash when deleting extra fo...Laurens Verhoeven
2023-02-20[4.2.x] Fixed #34346 -- Ordered selected expressions by position.Simon Charette
2023-02-18[4.2.x] Refs #33308 -- Added tests for queryset ordered by annotation with nu...Simon Charette
2023-02-17[4.2.x] Fixed #34302 -- Fixed SpatialReference.srid for objects without top-l...Stefan Brand
2023-02-17[4.2.x] Refs #34302 -- Fixed SpatialReference.auth_name()/auth_code() when ta...Stefan Brand
2023-02-17[4.2.x] Fixed #34342, Refs #33735 -- Fixed test client handling of async stre...Alexandre Spaeth
2023-02-17[4.2.x] Refs #34342 -- Added tests for handling sync streaming responses by t...Alexandre Spaeth
2023-02-15[4.2.x] Fixed #34320 -- Make sure constraints names are obtained from truncat...nabil-rady
2023-02-14[4.2.x] Fixed #34250 -- Fixed renaming model with m2m relation to a model wit...DevilsAutumn