summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2021-10-15Refs #30509 -- Adjusted internal FileResponse variable name.Carlton Gibson
2021-10-15Fixed #23953 -- Made makemigrations continue number sequence for squashed mig...Jacob Walls
2021-10-14Removed unused DOTS list.Claude Paroz
2021-10-14Fixed #30509 -- Made FileResponse better handle buffers and non-zero file off...Piotr Kunicki
2021-10-14Fixed #33008 -- Fixed prefetch_related() for deleted GenericForeignKeys.Martin Svoboda
2021-10-13Refs #25265 -- Allowed Query subclasses to build filters.Erik Cederstrand
2021-10-12Fixed #29470 -- Logged makemigrations automatic decisions in non-interactive ...Jacob Walls
2021-10-12Fixed #28401 -- Allowed hashlib.md5() calls to work with FIPS kernels.Ade Lee
2021-10-12Fixed #33178 -- Made createsuperuser validate required fields passed in optio...Christophe Henry
2021-10-12Refs #21755 -- Fixed createsuperuser crash for required foreign keys passed i...Christophe Henry
2021-10-12Refs #29628, Refs #33178 -- Made createsuperuser validate password against re...Mariusz Felisiak
2021-10-11Fixed #33149 -- Made test runner --pdb option work with subTest().Abhyudai
2021-10-11Refs #32900 -- Restored '[y/N]' in questioner prompt when merging migrations.Seonghyeon Cho
2021-10-07Fixed #33151 -- Fixed createsuperuser crash for many-to-many required fields ...Christophe Henry
2021-10-06Fixed #33131 -- Improved error messages for clashing reverse accessor names.Bernd Wechner
2021-10-06Fixed #33156 -- Used sessionStorage to preserve quick filter for admin's navi...Maxim Milovanov
2021-10-06Fixed #23408 -- Added migrations questioner prompt for adding unique fields w...Jacob Walls
2021-10-06Refs #26430 -- Removed unused branch in sql.Query.get_count().Simon Charette
2021-10-05Refs #29026 -- Added log() to makemigrations.Jacob Walls
2021-10-04Refs #33107 -- Optimized cached_import() helper.Nick Pope
2021-10-01Refs #32943 -- Added support for covering exclusion constraints using SP-GiST...Nick Pope
2021-10-01Refs #32943 -- Added support for covering SP-GiST indexes on PostgreSQL 14+.Nick Pope
2021-10-01Fixed #32961 -- Added BitXor() aggregate to django.contrib.postgres.Nick Pope
2021-10-01Fixed typo in exception message for GiST indexes and exclusion constraints.Nick Pope
2021-10-01Fixed #33160 -- Avoided suppressing query errors in _nodb_cursor() on Postgre...Daniel Hahler
2021-09-30Fixed #33029 -- Allowed multiple popups for self-related fields in admin.Yash Jhunjhunwala
2021-09-30Optimized @async_unsafe.Adam Johnson
2021-09-30Fixed #33155 -- Made ModelChoiceIteratorValue instances hashable.Aljaž Košir
2021-09-30Fixed #33159 -- Reverted "Fixed #32970 -- Changed WhereNode.clone() to create...Mariusz Felisiak
2021-09-29Fixed #33018 -- Fixed annotations with empty queryset.David Wobrock
2021-09-29Fixed #33141 -- Renamed Expression.empty_aggregate_value to empty_result_set_...David Wobrock
2021-09-29Fixed #33027 -- Made autoreloader pass -X options.Chenyang Yan
2021-09-29Fixed #33134 -- Fixed recursion depth error when rendering Form with BoundFie...David Smith
2021-09-28Fixed #33033 -- Prevented models.DecimalField from accepting NaN values.Chinmoy Chakraborty
2021-09-28Fixed #33125 -- Avoided redundant unique constraint when converting a non-uni...Jordan Bae
2021-09-27Fixed #33136 -- Added GEOSGeometry.make_valid() method.Claude Paroz
2021-09-27Used Path.read_text() in jinja2.get_exception_info().Mariusz Felisiak
2021-09-27Refs #32355 -- Used @functools.lru_cache as a straight decorator.Mariusz Felisiak
2021-09-27Refs #32355 -- Modernized subprocess.run() calls.Adam Johnson
2021-09-27Fixed #33114 -- Defined default output_field of StringAgg.ali
2021-09-24Fixed #33124 -- Avoided accessing the database connections when not necessary.Keryn Knight
2021-09-24Fixed #33130 -- Restored form errors to be a dict.Jaap Roes
2021-09-24Fixed #33132 -- Fixed test client handling of querystring only redirects.Jaap Roes
2021-09-24Fixed #33127 -- Added error messages on | and & operators with combined query...Hasan Ramezani
2021-09-23Refs #33129 -- Added missing return statement.Carlton Gibson
2021-09-23Fixed #33133 -- Fixed handling NullBooleanField in historical migrations.Mariusz Felisiak
2021-09-22Fixed #32499 -- Escaped additional metacharacters in simplify_regex().Nick Pope
2021-09-22Refs #32499 -- Fixed escaped metacharacters in simplify_regex().Nick Pope
2021-09-22Refs #32499 -- Added metacharacters helper for simplify_regex().Nick Pope
2021-09-22Fixed #33129 -- Dropped support for MariaDB 10.2.Mariusz Felisiak