Commit History

Author SHA1 Message Date
  Ben Lomax 00f5d2d110 Refs #31949 -- Made @xframe_options_(deny/sameorigin/exempt) decorators to work with async functions. 1 year ago
  Ben Lomax b43936f2ec Moved clickjacking decorator tests into decorators/test_clickjacking.py. 1 year ago
  rajeeshp a2da81fe08 Fixed #34578 -- Made "join" template filter respect autoescape for joiner. 1 year ago
  Adam Johnson fce90950be Refs 34343 -- Removed outdated comment about inline template from CSRF view file. 1 year ago
  HappyDingning 674c23999c Fixed #34565 -- Added support for async checking of user passwords. 1 year ago
  Adam Johnson 4e73d8c04d Avoided parallel assignment in template classes. 2 years ago
  Carlton Gibson 4a5753fb0a Refs #32339 -- Fixed super() call in deprecated renderers. 1 year ago
  Mariusz Felisiak c52f4295f2 Fixed #34568 -- Made makemigrations --update respect --name option. 1 year ago
  Mariusz Felisiak 93830abf76 Updated broken links in docs. 1 year ago
  Simon Charette 99e5dff737 Fixed #34570 -- Silenced noop deferral of many-to-many and GFK. 1 year ago
  Julie Rymer 0ec60661e6 Fixed #34539 -- Restored get_prep_value() call when adapting JSONFields. 1 year ago
  Ian Foote 7414704e88 Fixed #470 -- Added support for database defaults on fields. 4 years ago
  Alexerson 599f3e2cda Fixed #34556 -- Doc'd that StreamingHttpResponse accepts memoryviews and strings iterators. 1 year ago
  Alberto Sottile e901407e23 Clarified database connections lifetime outside HTTP requests. 1 year ago
  Mariusz Felisiak 72a86ceb33 Fixed #34558 -- Fixed QuerySet.bulk_create() crash with Now() on Oracle. 1 year ago
  nessita 2b11740e1d Made explicit the location of locally-built HTML docs. 1 year ago
  Simon Charette ffff17d4b0 Fixed #34553 -- Fixed improper % escaping of literal in constraints. 1 year ago
  Simon Charette e0f8104a96 Refs #34553 -- Split constraint escaping test in subtests. 1 year ago
  Mariusz Felisiak 6e32d1fa1d Fixed #34554 -- Fixed Reverse(Value(…)) crash on Oracle. 1 year ago
  Lily Foote c494c6974d Removed obsolete docstring from Field.db_returning. 1 year ago
  Akash Kumar Sen 92f0017133 Refs #34534 -- Reduced Add/RemoveConstraint and Add/RenameIndex operations when optimizing migrations. 1 year ago
  Mariusz Felisiak 59262c294d Moved SQLite DatabaseSchemaEditor.add_field()'s comment to the correct line. 1 year ago
  Mariusz Felisiak 1586a09b79 Fixed #34544 -- Avoided DBMS_LOB.SUBSTR() wrapping with IS NULL condition on Oracle. 1 year ago
  Akash Kumar Sen aaf8c76c56 Fixed #34545 -- Corrected the number of months in installation FAQ. 1 year ago
  Pan Dango 12ec80726f Corrected code-block directive in docs/ref/templates/builtins.txt. 1 year ago
  Mariusz Felisiak ca5d3c99ef Refs #27236 -- Made more cosmetic edits to Meta.index_together deprecation. 1 year ago
  Jannis Vajen 024954aad4 Corrected code-block directives in docs. 1 year ago
  Sarah Boyce 60ac77f32e Removed unnecessary workarounds for Sphinx < 4.3.0. 1 year ago
  Mariusz Felisiak fcfbf08abe Fixed MultipleFileFieldTest.test_file_multiple_validation() test if Pillow isn't installed. 1 year ago
  Jan Pieter Waagmeester f5b39b77e3 Fixed #34535 -- Fixed SQLite dbshell crash on pathlib.Path when handling CommandError. 1 year ago