summaryrefslogtreecommitdiff
path: root/django
Commit message (Expand)AuthorAgeFilesLines
* Fixed #29470 -- Logged makemigrations automatic decisions in non-interactive ...Jacob Walls2021-10-122-1/+38
* Fixed #28401 -- Allowed hashlib.md5() calls to work with FIPS kernels.Ade Lee2021-10-129-22/+43
* Fixed #33178 -- Made createsuperuser validate required fields passed in optio...Christophe Henry2021-10-121-0/+2
* Refs #21755 -- Fixed createsuperuser crash for required foreign keys passed i...Christophe Henry2021-10-121-4/+4
* Refs #29628, Refs #33178 -- Made createsuperuser validate password against re...Mariusz Felisiak2021-10-121-3/+3
* Fixed #33149 -- Made test runner --pdb option work with subTest().Abhyudai2021-10-111-0/+5
* Refs #32900 -- Restored '[y/N]' in questioner prompt when merging migrations.Seonghyeon Cho2021-10-111-1/+1
* Fixed #33151 -- Fixed createsuperuser crash for many-to-many required fields ...Christophe Henry2021-10-071-0/+4
* Fixed #33131 -- Improved error messages for clashing reverse accessor names.Bernd Wechner2021-10-061-2/+6
* Fixed #33156 -- Used sessionStorage to preserve quick filter for admin's navi...Maxim Milovanov2021-10-061-2/+2
* Fixed #23408 -- Added migrations questioner prompt for adding unique fields w...Jacob Walls2021-10-062-0/+33
* Refs #26430 -- Removed unused branch in sql.Query.get_count().Simon Charette2021-10-061-4/+1
* Refs #29026 -- Added log() to makemigrations.Jacob Walls2021-10-051-19/+22
* Refs #33107 -- Optimized cached_import() helper.Nick Pope2021-10-041-7/+7
* Refs #32943 -- Added support for covering exclusion constraints using SP-GiST...Nick Pope2021-10-011-6/+16
* Refs #32943 -- Added support for covering SP-GiST indexes on PostgreSQL 14+.Nick Pope2021-10-012-0/+8
* Fixed #32961 -- Added BitXor() aggregate to django.contrib.postgres.Nick Pope2021-10-012-1/+11
* Fixed typo in exception message for GiST indexes and exclusion constraints.Nick Pope2021-10-012-2/+2
* Fixed #33160 -- Avoided suppressing query errors in _nodb_cursor() on Postgre...Daniel Hahler2021-10-011-0/+3
* Fixed #33029 -- Allowed multiple popups for self-related fields in admin.Yash Jhunjhunwala2021-09-301-5/+58
* Optimized @async_unsafe.Adam Johnson2021-09-301-10/+10
* Fixed #33155 -- Made ModelChoiceIteratorValue instances hashable.Aljaž Košir2021-09-301-0/+3
* Fixed #33159 -- Reverted "Fixed #32970 -- Changed WhereNode.clone() to create...Mariusz Felisiak2021-09-301-1/+5
* Fixed #33018 -- Fixed annotations with empty queryset.David Wobrock2021-09-293-3/+15
* Fixed #33141 -- Renamed Expression.empty_aggregate_value to empty_result_set_...David Wobrock2021-09-295-12/+12
* Fixed #33027 -- Made autoreloader pass -X options.Chenyang Yan2021-09-291-0/+5
* Fixed #33134 -- Fixed recursion depth error when rendering Form with BoundFie...David Smith2021-09-291-1/+0
* Fixed #33033 -- Prevented models.DecimalField from accepting NaN values.Chinmoy Chakraborty2021-09-281-0/+7
* Fixed #33125 -- Avoided redundant unique constraint when converting a non-uni...Jordan Bae2021-09-282-8/+4
* Fixed #33136 -- Added GEOSGeometry.make_valid() method.Claude Paroz2021-09-273-4/+14
* Used Path.read_text() in jinja2.get_exception_info().Mariusz Felisiak2021-09-271-2/+1
* Refs #32355 -- Used @functools.lru_cache as a straight decorator.Mariusz Felisiak2021-09-2712-15/+15
* Refs #32355 -- Modernized subprocess.run() calls.Adam Johnson2021-09-272-4/+3
* Fixed #33114 -- Defined default output_field of StringAgg.ali2021-09-271-1/+4
* Fixed #33124 -- Avoided accessing the database connections when not necessary.Keryn Knight2021-09-244-18/+19
* Fixed #33130 -- Restored form errors to be a dict.Jaap Roes2021-09-241-4/+4
* Fixed #33132 -- Fixed test client handling of querystring only redirects.Jaap Roes2021-09-241-1/+4
* Fixed #33127 -- Added error messages on | and & operators with combined query...Hasan Ramezani2021-09-241-0/+6
* Refs #33129 -- Added missing return statement.Carlton Gibson2021-09-231-1/+1
* Fixed #33133 -- Fixed handling NullBooleanField in historical migrations.Mariusz Felisiak2021-09-231-3/+0
* Fixed #32499 -- Escaped additional metacharacters in simplify_regex().Nick Pope2021-09-221-1/+1
* Refs #32499 -- Fixed escaped metacharacters in simplify_regex().Nick Pope2021-09-221-1/+5
* Refs #32499 -- Added metacharacters helper for simplify_regex().Nick Pope2021-09-222-3/+7
* Fixed #33129 -- Dropped support for MariaDB 10.2.Mariusz Felisiak2021-09-226-17/+14
* Optimized handling case-insensitive mappings.Illia Volochii2021-09-222-22/+20
* Fixed #33083 -- Fixed selecting all items in the admin changelist when action...Carlton Gibson2021-09-211-3/+8
* Updated source translation catalogs.Mariusz Felisiak2021-09-213-340/+354
* Fixed #33111 -- Fixed passing object to ModelAdmin.get_inlines() when editing...Hasan Ramezani2021-09-211-1/+5
* Refs #32204 -- Replaced three dots with ellipsis in navigation sidebar template.Mariusz Felisiak2021-09-211-1/+1
* Fixed #33070 -- Fixed loading translations with language subtags in admin's S...Cleiton Lima2021-09-211-2/+3