summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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
2019-09-11[3.0.x] Refs #30591 -- Fixed too long identifier crash in migrations.test_ope...Mariusz Felisiak
2019-09-11[3.0.x] Fixed #30591 -- Fixed recreation of foreign key constraints on MySQL ...Adnan Umer
2019-09-10Fixed #30754 -- Prevented inclusion of aliases in partial index conditions.Simon Charette
2019-09-09Fixed #28107 -- Added DatabaseFeatures.allows_group_by_selected_pks_on_model(...Vojtech Bocek
2019-09-09Fixed #29406 -- Added support for Referrer-Policy header.Nick Pope
2019-09-09Refs #29444 -- Allowed returning multiple fields from INSERT statements on Po...Johannes Hoppe
2019-09-09Fixed #30757 -- Added a system check to ensure max_length fits the longest ch...Nick Pope
2019-09-09Fixed #30426 -- Changed X_FRAME_OPTIONS setting default to DENY.Claude Paroz
2019-09-06Fixed #30763 -- Fixed management commands when using required mutually exclus...Hasan Ramezani
2019-09-05Made SchemaTests.test_alter_db_table_case run only on backends where table na...Hasan Ramezani
2019-09-04Fixed #27910 -- Added enumeration helpers for use in Field.choices.Shai Berger
2019-09-04Fixed #29714 -- Allowed using ExceptionReporter subclass with AdminEmailHandler.Nasir Hussain
2019-09-03Fixed #30691 -- Made migrations autodetector find dependencies for foreign ke...Viktor Lomakin
2019-09-02Fixed #30747 -- Renamed is_safe_url() to url_has_allowed_host_and_scheme().Carlton Gibson
2019-09-02Fixed #30739 -- Fixed exclusion of multi-valued lookup against outer rhs.Simon Charette
2019-08-30Fixed #30731 -- Fixed handling trailing groups in simplify_regex().Alan Crosswell
2019-08-29Fixed #18763 -- Added ModelBackend/UserManager.with_perm() methods.Berker Peksag
2019-08-29Fixed #30066 -- Enabled super user creation without email and passworddaniel a rios
2019-08-29Converted auth test to use subTest().Carlton Gibson
2019-08-29Fixed #25367 -- Allowed boolean expressions in QuerySet.filter() and exclude().Matthew Schinckel
2019-08-29Used skipUnlessDBFeature instead of checking vendor in test_filtering_on_anno...Mariusz Felisiak
2019-08-29Added tests for raising an error when passing non-boolean expression to When().Mariusz Felisiak
2019-08-27Fixed #30722 -- Added default rate-limiting requests to admin's Select2 widget.Federico Jaramillo Martínez
2019-08-27Fixed #30727 -- Made Subquery pickle without evaluating their QuerySet.Andrew Brown