summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2019-12-18[3.0.x] Fixed CVE-2019-19844 -- Used verified user email for password reset r...Simon Charette
2019-12-11[3.0.x] Fixed #31073 -- Prevented CheckboxInput.get_context() from mutating a...Peter Andersen
2019-12-06[3.0.x] Fixed #31060 -- Reallowed window expressions to be used in conditions...Alex Aktsipetrov
2019-12-06[3.0.x] Fixed #31061 -- Ignored positional args in django.urls.resolve() when...Mariusz Felisiak
2019-12-03[3.0.x] Fixed #31056 -- Allowed disabling async-unsafe check with an environm...Andrew Godwin
2019-12-02Fixed CVE-2019-19118 -- Required edit permissions on parent model for editabl...Carlton Gibson
2019-12-02[3.0.x] Fixed #30953 -- Made select_for_update() lock queryset's model when u...Mariusz Felisiak
2019-11-29[3.0.x] Fixed #31021 -- Fixed proxy model permissions data migration crash wi...Mariusz Felisiak
2019-11-26[3.0.x] Fixed #31031 -- Fixed data loss in admin changelist view when formset...Baptiste Mispelon
2019-11-25[3.0.x] Fixed #27914 -- Fixed serialization of nested classes in migrations.John Bowen
2019-11-25[3.0.x] Refs #23950 --- Moved test DeconstructibleInstances class to a module...John Bowen
2019-11-21[3.0.x] Fixed #31012 -- Reverted "Fixed #29056 -- Fixed HTML5 validation of r...Carlton Gibson
2019-11-20[3.0.x] Pinned asgiref to 3.2 series.Carlton Gibson
2019-11-18[3.0.x] Fixed #30986 -- Fixed queryset crash when filtering against boolean R...Mariusz Felisiak
2019-11-13[3.0.x] Fixed #30971 -- Prevented Query.resolve_lookup_value() from coercing ...George Marshall
2019-11-11[3.0.x] Fixed #30967 -- Fixed TrigramTest failures on PostgreSQL 12+.Hannes Ljungberg
2019-11-06[3.0.x] Refs #30183 -- Doc'd dropping support for sqlparse < 0.2.2.Stephen Rauch
2019-11-04[3.0.x] Fixed #30931 -- Restored ability to override Model.get_FIELD_display().Carlton Gibson
2019-10-25[3.0.x] Fixed #30902 -- Added __str__() for model choice enums.Carlton Gibson
2019-10-24[3.0.x] Fixed #30900 -- Skipped async-related tests on Windows using Python 3...Carlton Gibson
2019-10-24[3.0.x] Fixed #30903 -- Fixed migrations crash on PostgreSQL when adding Inde...Hannes Ljungberg
2019-10-23[3.0.x] Refs #29926 -- Bumped minimum tblib version to 1.5.0 in test requirem...Mariusz Felisiak
2019-10-22[3.0.x] Refs #29926 -- Skipped RemoteTestResultTest.test_add_failing_subtests...Mariusz Felisiak
2019-10-15[3.0.x] Refs #27910 -- Added __init__.py file for model_enums tests.Mariusz Felisiak
2019-10-14[3.0.x] Fixed #30870 -- Fixed showing that RunPython operations are irreversi...Mariusz Felisiak
2019-10-14[3.0.x] Isolated migrations.test_commands.MigrateTests.test_migrate_plan.Mariusz Felisiak
2019-10-14[3.0.x] Fixed #30868 -- Prevented unnecessary AlterField when renaming a refe...Simon Charette
2019-10-11[3.0.x] Fixed #30014 -- Fixed ModelChoiceField validation when initial value ...Etienne Chové
2019-10-11[3.0.x] Added ModelChoiceField test for validation with to_field_name.Etienne Chové
2019-10-11[3.0.x] Fixed #30826 -- Fixed crash of many JSONField lookups when one hand s...Louise Grandjonc
2019-10-11[3.0.x] Fixed #30854 -- Fixed QuerySet.select_related() with multiple Filtere...Hasan Ramezani
2019-10-08[3.0.x] Fixed #30839 -- Fixed Field.__deepcopy__() so forms don't share error...Hasan Ramezani
2019-10-03[3.0.x] Refs #27914 -- Fixed serialization of nested enum.Enum classes in mig...Hasan Ramezani
2019-10-03[3.0.x] Refs #27914 -- Moved test enum.Enum subclasses outside of WriterTests...Hasan Ramezani
2019-10-01[3.0.x] Fixed #30510 -- Fixed crash of QuerySet.bulk_create() with mixed-leng...Ahmet Kucuk
2019-09-30[3.0.x] Fixed #28690 -- Fixed handling of two-digit years in parse_http_date().Ad Timmering
2019-09-30[3.0.x] Refs #28690 -- Added more tests for parse_http_date().Ad Timmering
2019-09-30[3.0.x] Fixed #30774 -- Made serialization in migrations use members names fo...Hasan Ramezani
2019-09-27[3.0.x] Fixed #30802 -- Prevented manifest creation when running collectstati...pablo
2019-09-27[3.0.x] Fixed #30798 -- Fixed Meta.ordering validation for pk of related fields.Hasan Ramezani
2019-09-27[3.0.x] Refs #30798 -- Prevented chaining fields from the same related model ...Hasan Ramezani
2019-09-27[3.0.x] Fixed #30810 -- Fixed WatchmanReloaderTests.test_setting_timeout_from...Pablo García
2019-09-25[3.0.x] Fixed #30800 -- Fixed migrations crash when altering a field with cus...Mariusz Felisiak
2019-09-24[3.0.x] Fixed #30796 -- Prevented select_related() from mutating a queryset o...Simon Charette
2019-09-23[3.0.x] Fixed #13296 -- Fixed ordering by Options.order_with_respect_to after...Hasan Ramezani
2019-09-20[3.0.x] Refs #30771 -- Fixed RemovedInDjango31Warning in test_exact_query_rhs...Mariusz Felisiak
2019-09-20[3.0.x] Fixed #30771 -- Fixed exact lookup against queries with selected colu...James Timmins
2019-09-18[3.0.x] Fixed #30776 -- Restored max length validation on AuthenticationForm....Sam Reynolds
2019-09-17[3.0.x] Fixed #30758 -- Made RangeFields use multiple hidden inputs for initi...Nasir Hussain
2019-09-16[3.0.x] Fixed #30769 -- Fixed a crash when filtering against a subquery JSON/...Simon Charette