Commit History

Author SHA1 Message Date
  Andrew-Chen-Wang 301a85a12f Fixed #32076 -- Added async methods to BaseCache. 4 years ago
  sage 84c7c4a477 Fixed #32309 -- Added --exclude option to startapp/startproject management commands. 3 years ago
  Jan Szoja b667ac24ea Fixed #25264 -- Allowed suppressing base command options in --help output. 3 years ago
  Eugene Morozov d89f976bdd Fixed #33054 -- Made TestCase.captureOnCommitCallbacks() capture callbacks recursively. 3 years ago
  David Smith 5942ab5eb1 Refs #32338 -- Made RadioSelect/CheckboxSelectMultiple render in <div> tags. 3 years ago
  Chris Jerdonek b263f4b69d Fixed #32552 -- Added logger argument to DiscoverRunner. 3 years ago
  Chris Jerdonek 7800596924 Fixed #33014 -- Made ProjectState raise exception when real_apps argument is not a set. 3 years ago
  Jarosław Wygoda d3c4696596 Fixed #27590 -- Allowed customizing a manifest file storage in ManifestFilesMixin. 3 years ago
  Chris Jerdonek 4fe3774c72 Refs #32986 -- Moved TRANSLATOR_COMMENT_MARK to django.utils.translation.template. 3 years ago
  Ties Jan Hefting 4f3acf9579 Fixed #32984 -- Allowed customizing a deletion field widget in formsets. 3 years ago
  Adam Johnson ae89daf46f Fixed #31621 -- Added support for '--parallel auto' to test management command. 4 years ago
  Chris Jerdonek 7c30bdbdb1 Refs #32916 -- Replaced request.csrf_cookie_needs_reset with request.META['CSRF_COOKIE_NEEDS_UPDATE']. 3 years ago
  Keryn Knight 5b8ef8aa5b Refs #32946 -- Changed Query.add_filter() to take two arguments. 3 years ago
  ryowright 1783b3cb24 Fixed #32275 -- Added scrypt password hasher. 4 years ago
  Nick Pope c35b81b864 Fixed #32951 -- Removed Query.where_class & co. 3 years ago
  Nick Pope fee8734596 Refs #10929 -- Deprecated forced empty result value for PostgreSQL aggregates. 3 years ago
  Nick Pope 501a8db465 Fixed #10929 -- Added default argument to aggregates. 4 years ago
  Jacob Walls 56f9579105 Fixed #32655 -- Deprecated extra_tests argument for DiscoverRunner.build_suite()/run_tests(). 3 years ago
  Ties Jan Hefting 84400d2e9d Fixed #32905 -- Added CSS class for non-form errors of formsets. 3 years ago
  Carlton Gibson 3a45fea083 Fixed #21936 -- Allowed DeleteView to work with custom Forms and SuccessMessageMixin. 3 years ago
  Ian Foote f42ccdd835 Fixed #27021 -- Allowed lookup expressions in annotations, aggregations, and QuerySet.filter(). 4 years ago
  Chris Jerdonek 90ba716bf0 Fixed #24522 -- Added a --shuffle option to DiscoverRunner. 3 years ago
  Mariusz Felisiak 77b88fe621 Fixed #32908 -- Allowed select_for_update(skip_locked) on MariaDB 10.6+. 3 years ago
  Hannes Ljungberg a06b977a91 Fixed #32776 -- Added support for Array subqueries on PostgreSQL. 4 years ago
  Nick Pope fa35c8bdbc Fixed #30934 -- Included database alias in django.db.backends log messages. 3 years ago
  Simon Charette 9f3cce172f Refs #26430 -- Re-introduced empty aggregation optimization. 3 years ago
  abhiabhi94 cd124295d8 Fixed #32381 -- Made QuerySet.bulk_update() return the number of objects updated. 3 years ago
  Peter Inglesby 1bbb98d9a4 Fixed #32363 -- Ensured sys.__interactivehook__ is called in shell 4 years ago
  Keryn Knight 854e9b0668 Fixed #32824 -- Improved performance of NodeList.render(). 3 years ago
  Sanskar Jaiswal 8c3bd0b708 Fixed #31653 -- Added AddConstraintNotValid()/ValidateConstraint() operations for PostgreSQL. 4 years ago