Historie revizí

Autor SHA1 Zpráva Datum
  Adnan Umer 534d8d875e Fixed #28600 -- Added prefetch_related() support to RawQuerySet. před 7 roky
  Adnan Umer f2026ca5e2 Fixed #29337 -- Added __len__() & __bool__() to RawQuerySet. před 7 roky
  Adnan Umer ec0319ff82 Fixed #29339 -- Added result caching to RawQuerySet. před 7 roky
  Tom c1c163b427 Fixed #28574 -- Added QuerySet.explain(). před 7 roky
  Nick Pope df90e462d9 Fixed #29212 -- Doc'd redirect loop if @permission_required used with redirect_authenticated_user. před 7 roky
  Burhanuddin Baharuddin c2598a6f4d Clarified wording in tutorial text. před 7 roky
  Tim Graham a917a5601f Refs #23890 -- Removed numpy deprecation warning silencing. před 7 roky
  Tim Graham c3437f734d Fixed #29174, #29175 -- Doc'd that f-strings and JavaScript template strings can't be translated. před 7 roky
  Tim Graham 7a22d9f751 Fixed a test failure with the latest GeoIP2 database. před 7 roky
  Brett Cannon 64b74804c5 Fixed #29334 -- Updated pypi.python.org URLs to pypi.org. před 7 roky
  Jon Dufresne b3cffde555 Fixed #29324 -- Made Settings raise ImproperlyConfigured if SECRET_KEY is accessed and not set. před 7 roky
  Tim Graham fff689ed98 Added a test for a settings error message. před 7 roky
  Mariusz Felisiak e0a3cfaca0 Simplified Oracle's DatabaseOperations.cache_key_culling_sql() with LIMIT/OFFSET. před 7 roky
  Chris Jerdonek fdc936c913 Fixed #29253 -- Made method_decorator(list) copy attributes. před 7 roky
  Tim Graham a480ef89ad Fixed inconsistent formatting in tests/modeladmin/test_checks.py. před 7 roky
  Chris Jerdonek 09f1f0387b Updated decorators test to use subTest(). před 7 roky
  GS-14 93331877c8 Fixed #29274 -- Increased the number of common passwords from 1k to 20k. před 7 roky
  Daniel Miller 60156750f6 Fixed #29330 -- Fixed crash when pickling BaseExpression. před 7 roky
  Ben Menesini 1d5d4867f4 Fixed typo in docs/topics/i18n/translation.txt. před 7 roky
  Alex Gaynor 9a56b4b13e Fixed #27863 -- Added support for the SameSite cookie flag. před 7 roky
  Matthias Kestenholz 13efbb233a Fixed #29322 -- Made admin check all ModelAdmin fieldsets for duplicates. před 7 roky
  Mariusz Felisiak 0b66c3b442 Fixed #29286 -- Fixed column mismatch crash with QuerySet.values() or values_list() after combining an annotated and unannotated queryset with union(), difference(), or intersection(). před 7 roky
  Flávio Juvenal e1f13f1551 Fixed #29320 -- Added an exception when an annotation alias matches a ForeignKey attname. před 7 roky
  Tim Graham 78f8b80f9b Fixed schema test failure when running tests in reverse. před 7 roky
  Paul Donohue 33a0b7ac81 Fixed #29296 -- Fixed crashes in admindocs when a view is a callable object. před 7 roky
  Jeremy Bowman ee17bb8a67 Fixed #29193 -- Prevented unnecessary foreign key drops when altering a unique field. před 7 roky
  Jeremy Bowman 003334f8af Tested altering a unique field when a reverse M2M relation exists. před 7 roky
  Luoxzhg 99539ca319 Fixed typo in docs/topics/db/managers.txt. před 7 roky
  David Foster c3055242c8 Fixed #29301 -- Made management command --help display command-specific arguments before common arguments. před 7 roky
  Tim Graham 2919a08c20 Refs #28062 -- Doc'd PostgreSQL server-side cursors as a backwards incompatible change. před 7 roky