summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-14Fixed typo in docs/internals/contributing/committing-code.txt.ᴙɘɘᴙgYmɘᴙɘj
2021-07-14Fixed #21936 -- Allowed DeleteView to work with custom Forms and SuccessMessa...Carlton Gibson
2021-07-13Refs #31676 -- Removed Django Core-Mentorship mailing list references in docs.Mariusz Felisiak
2021-07-13Simplified django.utils.dateformat methods.Nick Pope
2021-07-13Completed test coverage for django.utils.dateformat.Nick Pope
2021-07-13Used subTest() in utils_tests.test_dateformat.Nick Pope
2021-07-13Fixed #32899 -- Added note about avoiding non-dict objects in JsonResponse docs.Hasan Ramezani
2021-07-13Refs #32880 -- Made some titles consistent in how-to documents.Daniele Procida
2021-07-13Fixed #32917 -- Added BaseForm._widget_data_value()/_field_data_value().Chris Jerdonek
2021-07-13Refs #23359 -- Corrected showmigrations help text for the --database option.Wilhelm Klopp
2021-07-12Refs #32074 -- Used Enum.repr() format proposed for Python 3.10.Mariusz Felisiak
2021-07-12Refs #32880 -- Created a new logging how-to document.Daniele Procida
2021-07-12Fixed #32914 -- Prevented test --shuffle from skipping test methods.Chris Jerdonek
2021-07-09Fixed typo in docs/ref/contrib/gis/tutorial.txt.Wille Marcel
2021-07-09Fixed #27021 -- Allowed lookup expressions in annotations, aggregations, and ...Ian Foote
2021-07-09Refs #24522 -- Fixed code comment about seeds in Shuffler.__init__().Chris Jerdonek
2021-07-09Fixed isolation of NonAutocommitTests.test_orm_query_after_error_and_rollback().Mariusz Felisiak
2021-07-08Fixed isolation of GenericRelationTests.test_filter_targets_related_pk().Mariusz Felisiak
2021-07-08Fixed #24522 -- Added a --shuffle option to DiscoverRunner.Chris Jerdonek
2021-07-08Fixed #32908 -- Allowed select_for_update(skip_locked) on MariaDB 10.6+.Mariusz Felisiak
2021-07-07Fixed #32840 -- Optimized Field.get_col().Keryn Knight
2021-07-07Fixed inspectdb and schema tests on MariaDB 10.6+.Mariusz Felisiak
2021-07-07Fixed #32904 -- Made parse_time() more strict.abhiabhi94
2021-07-07Fixed #32866 -- Fixed trimming trailing punctuation from escaped string in ur...Shipeng Feng
2021-07-07Used more specific unittest assertions in tests.Mads Jensen
2021-07-07Documented in_bulk behavior with nonexistent id_list items.Claude Paroz
2021-07-06Added test for errors when saving timezone-aware times if not supported.abhiabhi94
2021-07-06Fixed #32892 -- Optimized django.utils.dateparse functions by using fromisofo...Keryn Knight
2021-07-06Added more tests for parse_time().Keryn Knight
2021-07-06Bumped versions in pre-commit configuration.Adam Johnson
2021-07-06Fixed #32776 -- Added support for Array subqueries on PostgreSQL.Hannes Ljungberg
2021-07-05Fixed isolation of RouterTestCase.test_m2m_cross_database_protection().Mariusz Felisiak
2021-07-05Fixed #32901 -- Optimized BaseForm.__getitem__().Chris Jerdonek
2021-07-05Refs #32508 -- Raised ImproperlyConfigured/TypeError instead of using "assert".Mateo Radman
2021-07-05Fixed isolation of test_filename_traversal_upload().Mariusz Felisiak
2021-07-05Fixed #32226 -- Fixed JSON format of QuerySet.explain() on PostgreSQL.Wu Haotian
2021-07-05Refs #28574 -- Added test for XML format output to Queryset.explain().Wu Haotian
2021-07-05Refs #24121 -- Added __repr__() to AdminSite, DefaultAdminSite, and ModelAdmin.Eduardo Aldair Ahumada Garcia Jurado
2021-07-02Fixed #30934 -- Included database alias in django.db.backends log messages.Nick Pope
2021-07-02Fixed #28935 -- Fixed display of errors in extended blocks.cammil
2021-07-02Refs #26430 -- Re-introduced empty aggregation optimization.Simon Charette
2021-07-02Fixed #26430 -- Fixed coalesced aggregation of empty result sets.Simon Charette
2021-07-01Fixed #32893 -- Fixed serialization of models.Model class in migrations.abhiabhi94
2021-07-01Fixed #32889 -- Allowed per-request sync_to_async context in ASGIHandler .Allan Feldman
2021-07-01Refs #32144 -- Made makemessages remove temporary files on preprocessing error.Carlton Gibson
2021-07-01Fixed #32144 -- Made makemessages remove temporary files when locale path doe...Carlton Gibson
2021-07-01Added CVE-2021-35042 to security archive.Mariusz Felisiak
2021-07-01Added stub release notes for Django 3.2.6.Mariusz Felisiak
2021-07-01Forwardported release notes for CVE-2021-35042.Mariusz Felisiak
2021-07-01Refs #32880 -- Renamed/reordered logging topic sections.Daniele Procida