summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-24Added assertions for the results of migrating an integer pk to AutoField.Tim Graham
2020-08-21Fixed #31925 -- Fixed typo in docs/releases/3.0.txt.Kaustubh
2020-08-21Fixed #31906 -- Fixed typo in docs/ref/forms/fields.txt.Ninad Kulkarni
2020-08-20Improved wording in async views docs.Juan Pedro Fisanotti
2020-08-20Refs #29887, #27480 -- Moved touch() to BaseMemcachedCache.Nick Pope
2020-08-20Fixed comments related to nonexistent keys for incr()/decr() in memcached bac...Nick Pope
2020-08-20Fixed #31909 -- Fixed typo in docs/ref/contrib/admin/index.txt.Enderson Menezes
2020-08-19Fixed #31895 -- Fixed crash when decoding invalid session data.Mariusz Felisiak
2020-08-19Fixed #31902 -- Fixed crash of ExclusionConstraint on expressions with params.Maxim Petrov
2020-08-18Fixed #27679 -- Doc'd that empty formsets display extra + min_num forms.David Smith
2020-08-18Refs #9061 -- Allowed GenericInlineFormSet to disable deleting extra forms.Mariusz Felisiak
2020-08-18Refs #20347 -- Allowed customizing the maximum number of instantiated forms i...Mariusz Felisiak
2020-08-18Refs #17642 -- Doc'd min_num and validate_min arguments in modelformset_facto...Mariusz Felisiak
2020-08-18Fixed typo in docs/ref/django-admin.txt.Mariusz Felisiak
2020-08-17Fixed #31892 -- Added backward incompatibility note about Media <script> tags...Jon Dufresne
2020-08-17Fixed #31888 -- Avoided module-level MySQL queries in tests.Ahmad A. Hussein
2020-08-14Fixed #31826 -- Made AlterField operation a noop when adding db_column.Iuri de Silvio
2020-08-14Added missing items to django.test.client.__all__ and django.test.utils.__all__.Mads Jensen
2020-08-14Removed unnecessary urlsplit() call from SimpleTestCase.assertRedirects().Mads Jensen
2020-08-14Fixed #31878 -- Made createsuperuser respect --database option in default use...Yan Mitrofanov
2020-08-14Fixed typo in tests/auth_tests/test_management.py docstring.Yan Mitrofanov
2020-08-13Refs #31811 -- Added optional timing outputs to the test runner.Ahmad A. Hussein
2020-08-13Refs #31863 -- Added release notes for 94ea79be137f3cb30949bf82198e96e094f2650d.Mariusz Felisiak
2020-08-13Fixed #31792 -- Made Exists() reuse QuerySet.exists() optimizations.Simon Charette
2020-08-13Fixed #31825 -- Made RenameField operation a noop for fields with db_column.Iuri de Silvio
2020-08-13Fixes #31877 -- Used lazy() for TemplateView kwarg deprecation warning.Adam Johnson
2020-08-12Fixed #31382 -- Made Model.save(update_fields=...) raise ValueError on non-co...Pat Garcia
2020-08-12Fixed #31863 -- Prevented mutating model state by copies of model instances.Gert Burger
2020-08-11Fixed #21181 -- Added Collate database function.Tom Carrick
2020-08-11Fixed #31866 -- Fixed locking proxy models in QuerySet.select_for_update(of=()).Daniel Hillier
2020-08-11Fixed #31865 -- Adjusted admin nav sidebar template to reduce debug logging.Carlton Gibson
2020-08-11Added stub release notes for 2.2.16 and 3.0.10.Mariusz Felisiak
2020-08-11Refs #31180 -- Fixed unreachable assertions in apps tests.Mariusz Felisiak
2020-08-11Added note about password updates on argon2 attributes change.Roy Zheng
2020-08-10Fixed #31870 -- Fixed crash when populating app registry with empty or withou...Iuri de Silvio
2020-08-10Fixed #31871 -- Updated SESSION_COOKIE_SAMESITE comment in global_settings.py.אורי
2020-08-08Fixed #31831 -- Fixed migration operations ordering when adding order_with_re...Iuri de Silvio
2020-08-08Refs #31831 -- Added autodector test for unique/index_together on _order field.Iuri de Silvio
2020-08-08Refs #31864 -- Doc'd that DEFAULT_HASHING_ALGORITHM requires 3.1.1+ in releas...Uri
2020-08-07Fixed #31864 -- Fixed encoding session data during transition to Django 3.1.Mariusz Felisiak
2020-08-07Used mock.Mock() in SMTPBackendTests.Konstantin Alekseev
2020-08-07Removed unnecessary sentence in QuerySet docs.Adam Alton
2020-08-07Fixed typo in docs/ref/contrib/postgres/fields.txt.Thomas
2020-08-06Fixed #25513 -- Extracted admin pagination to Paginator.get_elided_page_range().Nick Pope
2020-08-06Refs #25513 -- Fixed admin pagination elision bounds.Nick Pope
2020-08-06Refs #25513 -- Adjusted admin pagination to be 1-indexed.Nick Pope
2020-08-05Linked to DSF fundraising page from README.Danilo Alexandrino
2020-08-05Added Hypercorn to ASGI deployment guide. Phil Jones
2020-08-05Fixed #29336 -- Doc'd circular template inheritanceDavid Smith
2020-08-05Fixed #31854 -- Fixed wrapping of long model names in admin's sidebar.Mariusz Felisiak