summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed #29470 -- Logged makemigrations automatic decisions in non-interactive ...Jacob Walls2021-10-121-4/+22
* Refs #29470 -- Added makemigrations test for adding fields with no default an...Jacob Walls2021-10-121-0/+15
* Fixed #33178 -- Made createsuperuser validate required fields passed in optio...Christophe Henry2021-10-121-0/+23
* Refs #33178 -- Added createsuperuser tests for validation of foreign keys.Christophe Henry2021-10-121-0/+37
* Refs #21755 -- Fixed createsuperuser crash for required foreign keys passed i...Christophe Henry2021-10-121-0/+26
* Refs #29628, Refs #33178 -- Made createsuperuser validate password against re...Mariusz Felisiak2021-10-121-0/+40
* Fixed #33022 -- Fixed isolation of migrations.test_executor.ExecutorTests.tes...Mariusz Felisiak2021-10-081-26/+34
* Refs #25467 -- Added test for excluding one-to-one relation with unsaved obje...Jacob Walls2021-10-081-0/+8
* Fixed tests.queries.models.StaffUser.__str__().Jacob Walls2021-10-081-1/+1
* Fixed #33151 -- Fixed createsuperuser crash for many-to-many required fields ...Christophe Henry2021-10-071-0/+19
* Fixed #33131 -- Improved error messages for clashing reverse accessor names.Bernd Wechner2021-10-062-54/+60
* Refs #33029 -- Fixed popups Selenium tests in headless mode.Carlton Gibson2021-10-061-3/+10
* Fixed #33156 -- Used sessionStorage to preserve quick filter for admin's navi...Maxim Milovanov2021-10-061-1/+1
* Fixed #23408 -- Added migrations questioner prompt for adding unique fields w...Jacob Walls2021-10-061-0/+53
* Refs #27694 -- Added more tests for chaining lookups with HStoreField key tra...Sarah Abderemane2021-10-041-3/+55
* Refs #32943 -- Added support for covering exclusion constraints using SP-GiST...Nick Pope2021-10-011-22/+104
* Refs #32943 -- Added support for covering SP-GiST indexes on PostgreSQL 14+.Nick Pope2021-10-013-2/+29
* Fixed #32961 -- Added BitXor() aggregate to django.contrib.postgres.Nick Pope2021-10-011-3/+31
* Fixed typo in exception message for GiST indexes and exclusion constraints.Nick Pope2021-10-012-2/+2
* Fixed SpGistIndex tests on PostgreSQL 14+.Nick Pope2021-10-011-11/+11
* Fixed #33160 -- Avoided suppressing query errors in _nodb_cursor() on Postgre...Daniel Hahler2021-10-011-0/+5
* Fixed #33029 -- Allowed multiple popups for self-related fields in admin.Yash Jhunjhunwala2021-09-303-4/+81
* Fixed #33155 -- Made ModelChoiceIteratorValue instances hashable.Aljaž Košir2021-09-301-1/+7
* Fixed #33159 -- Reverted "Fixed #32970 -- Changed WhereNode.clone() to create...Mariusz Felisiak2021-09-301-0/+6
* Fixed #33018 -- Fixed annotations with empty queryset.David Wobrock2021-09-292-1/+18
* Fixed #33141 -- Renamed Expression.empty_aggregate_value to empty_result_set_...David Wobrock2021-09-291-1/+1
* Fixed #33027 -- Made autoreloader pass -X options.Chenyang Yan2021-09-291-0/+16
* Fixed #33134 -- Fixed recursion depth error when rendering Form with BoundFie...David Smith2021-09-294-0/+34
* Fixed #33033 -- Prevented models.DecimalField from accepting NaN values.Chinmoy Chakraborty2021-09-281-0/+8
* Fixed #33125 -- Avoided redundant unique constraint when converting a non-uni...Jordan Bae2021-09-281-0/+7
* Fixed #33136 -- Added GEOSGeometry.make_valid() method.Claude Paroz2021-09-271-0/+19
* Refs #32355 -- Modernized subprocess.run() calls.Adam Johnson2021-09-271-2/+3
* Fixed #33114 -- Defined default output_field of StringAgg.ali2021-09-273-1/+17
* Fixed #33130 -- Restored form errors to be a dict.Jaap Roes2021-09-242-0/+47
* Fixed #33132 -- Fixed test client handling of querystring only redirects.Jaap Roes2021-09-243-0/+23
* Fixed #33127 -- Added error messages on | and & operators with combined query...Hasan Ramezani2021-09-241-0/+21
* Fixed #32499 -- Escaped additional metacharacters in simplify_regex().Nick Pope2021-09-221-0/+43
* Refs #32499 -- Fixed escaped metacharacters in simplify_regex().Nick Pope2021-09-221-0/+28
* Refs #32499 -- Added more tests for simplify_regex().Nick Pope2021-09-221-1/+12
* Removed blocking wait in admin inlines selenium test.Carlton Gibson2021-09-221-7/+9
* Fixed #33083 -- Fixed selecting all items in the admin changelist when action...Carlton Gibson2021-09-212-5/+10
* Fixed #33111 -- Fixed passing object to ModelAdmin.get_inlines() when editing...Hasan Ramezani2021-09-213-4/+38
* Refs #31026 -- Fixed forms_tests if Jinja2 is not installed.Mariusz Felisiak2021-09-215-35/+45
* Fixed #33070 -- Fixed loading translations with language subtags in admin's S...Cleiton Lima2021-09-211-1/+2
* Increased the default PBKDF2 iterations for Django 4.1.Mariusz Felisiak2021-09-201-3/+3
* Advanced deprecation warnings for Django 4.1.Mariusz Felisiak2021-09-201-4/+1
* Refs #32191 -- Removed for the pre-Django 3.2 format of messages in CookieSto...Mariusz Felisiak2021-09-201-17/+0
* Refs #32193 -- Removed MemcachedCache per deprecation timeline.Mariusz Felisiak2021-09-202-105/+9
* Refs #31235 -- Made assertQuerysetEqual() not call repr() on a queryset when ...Mariusz Felisiak2021-09-201-29/+2
* Refs #31180 -- Removed default_app_config application configuration variable ...Mariusz Felisiak2021-09-209-145/+2