Commit Graph

  • 4e73d8c04d Avoided parallel assignment in template classes. Adam Johnson 2022-04-27 07:10:21 +01:00
  • 4a5753fb0a
    Refs #32339 -- Fixed super() call in deprecated renderers. Carlton Gibson 2023-05-17 16:11:43 +02:00
  • cdd970ae22 [4.2.x] Fixed #34568 -- Made makemigrations --update respect --name option. Mariusz Felisiak 2023-05-17 13:14:43 +02:00
  • c52f4295f2
    Fixed #34568 -- Made makemigrations --update respect --name option. Mariusz Felisiak 2023-05-17 13:14:43 +02:00
  • 2b5c5e54de [4.2.x] Updated broken links in docs. Mariusz Felisiak 2023-05-17 12:13:10 +02:00
  • 93830abf76
    Updated broken links in docs. Mariusz Felisiak 2023-05-17 12:13:10 +02:00
  • 201d29b371 [4.2.x] Fixed #34570 -- Silenced noop deferral of many-to-many and GFK. Simon Charette 2023-05-16 15:11:19 -04:00
  • 99e5dff737 Fixed #34570 -- Silenced noop deferral of many-to-many and GFK. Simon Charette 2023-05-16 15:11:19 -04:00
  • 9c301814b0 [4.2.x] Fixed #34539 -- Restored get_prep_value() call when adapting JSONFields. Julie Rymer 2023-05-15 15:19:38 +02:00
  • 0ec60661e6 Fixed #34539 -- Restored get_prep_value() call when adapting JSONFields. Julie Rymer 2023-05-15 15:19:38 +02:00
  • 7414704e88 Fixed #470 -- Added support for database defaults on fields. Ian Foote 2020-11-22 22:27:57 +00:00
  • ddccecee91 [4.2.x] Fixed #34556 -- Doc'd that StreamingHttpResponse accepts memoryviews and strings iterators. Alexerson 2023-05-12 06:34:47 -07:00
  • 599f3e2cda
    Fixed #34556 -- Doc'd that StreamingHttpResponse accepts memoryviews and strings iterators. Alexerson 2023-05-12 06:34:47 -07:00
  • dbe263751c [4.2.x] Clarified database connections lifetime outside HTTP requests. Alberto Sottile 2023-05-12 13:09:38 +02:00
  • e901407e23
    Clarified database connections lifetime outside HTTP requests. Alberto Sottile 2023-05-12 13:09:38 +02:00
  • 72a86ceb33
    Fixed #34558 -- Fixed QuerySet.bulk_create() crash with Now() on Oracle. Mariusz Felisiak 2023-05-11 18:22:55 +02:00
  • e50fe33e13 [4.2.x] Made explicit the location of locally-built HTML docs. nessita 2023-05-11 07:55:45 -03:00
  • 2b11740e1d
    Made explicit the location of locally-built HTML docs. nessita 2023-05-11 07:55:45 -03:00
  • ffff17d4b0 Fixed #34553 -- Fixed improper % escaping of literal in constraints. Simon Charette 2023-05-09 22:34:43 -04:00
  • e0f8104a96 Refs #34553 -- Split constraint escaping test in subtests. Simon Charette 2023-05-09 22:18:05 -04:00
  • 6e32d1fa1d
    Fixed #34554 -- Fixed Reverse(Value(…)) crash on Oracle. Mariusz Felisiak 2023-05-10 17:22:45 +02:00
  • c494c6974d Removed obsolete docstring from Field.db_returning. Lily Foote 2023-05-10 08:26:25 +02:00
  • 92f0017133 Refs #34534 -- Reduced Add/RemoveConstraint and Add/RenameIndex operations when optimizing migrations. Akash Kumar Sen 2023-05-08 23:24:46 +05:30
  • 59262c294d
    Moved SQLite DatabaseSchemaEditor.add_field()'s comment to the correct line. Mariusz Felisiak 2023-05-09 11:39:49 +02:00
  • e0d8981139 [4.2.x] Fixed #34544 -- Avoided DBMS_LOB.SUBSTR() wrapping with IS NULL condition on Oracle. Mariusz Felisiak 2023-05-08 19:34:30 +02:00
  • 1586a09b79
    Fixed #34544 -- Avoided DBMS_LOB.SUBSTR() wrapping with IS NULL condition on Oracle. Mariusz Felisiak 2023-05-08 19:34:30 +02:00
  • dc3b8190ed [4.2.x] Fixed #34545 -- Corrected the number of months in installation FAQ. Akash Kumar Sen 2023-05-08 12:04:23 +05:30
  • aaf8c76c56
    Fixed #34545 -- Corrected the number of months in installation FAQ. Akash Kumar Sen 2023-05-08 12:04:23 +05:30
  • bcf66f1355 [4.2.x] Corrected code-block directive in docs/ref/templates/builtins.txt. Pan Dango 2023-05-07 18:21:27 +05:30
  • 12ec80726f
    Corrected code-block directive in docs/ref/templates/builtins.txt. Pan Dango 2023-05-07 18:21:27 +05:30
  • ca5d3c99ef
    Refs #27236 -- Made more cosmetic edits to Meta.index_together deprecation. Mariusz Felisiak 2023-05-05 09:26:51 +02:00
  • 4eaed191b6 [4.2.x] Corrected code-block directives in docs. Jannis Vajen 2023-05-04 13:56:36 +02:00
  • 024954aad4 Corrected code-block directives in docs. Jannis Vajen 2023-05-04 13:56:36 +02:00
  • 60ac77f32e
    Removed unnecessary workarounds for Sphinx < 4.3.0. Sarah Boyce 2023-05-04 13:55:06 +02:00
  • e1bbbbe6ac [3.2.x] Fixed MultipleFileFieldTest.test_file_multiple_validation() test if Pillow isn't installed. Mariusz Felisiak 2023-05-04 08:09:02 +02:00
  • 0e5948b8df [4.1.x] Fixed MultipleFileFieldTest.test_file_multiple_validation() test if Pillow isn't installed. Mariusz Felisiak 2023-05-04 08:09:02 +02:00
  • 9ec1ff7879 [4.2.x] Fixed MultipleFileFieldTest.test_file_multiple_validation() test if Pillow isn't installed. Mariusz Felisiak 2023-05-04 08:09:02 +02:00
  • fcfbf08abe
    Fixed MultipleFileFieldTest.test_file_multiple_validation() test if Pillow isn't installed. Mariusz Felisiak 2023-05-04 08:09:02 +02:00
  • f5b39b77e3 Fixed #34535 -- Fixed SQLite dbshell crash on pathlib.Path when handling CommandError. Jan Pieter Waagmeester 2023-05-03 14:24:45 +02:00
  • 47ef12e69c [3.2.x] Added CVE-2023-31047 to security archive. Mariusz Felisiak 2023-05-03 15:20:31 +02:00
  • 66e1e9b006 [4.1.x] Added CVE-2023-31047 to security archive. Mariusz Felisiak 2023-05-03 15:20:31 +02:00
  • 2756c69601 [4.2.x] Added CVE-2023-31047 to security archive. Mariusz Felisiak 2023-05-03 15:20:31 +02:00
  • 49830025c9 Added CVE-2023-31047 to security archive. Mariusz Felisiak 2023-05-03 15:20:31 +02:00
  • 110919987b [4.2.x] Added stub release notes for 4.2.2. Mariusz Felisiak 2023-05-03 15:13:07 +02:00
  • b0d3a5de95 Added stub release notes for 4.2.2. Mariusz Felisiak 2023-05-03 15:13:07 +02:00
  • 15f90ebff3 [3.2.x] Post-release version bump. Mariusz Felisiak 2023-05-03 14:00:58 +02:00
  • fc42edd2e6 [3.2.x] Bumped version for 3.2.19 release. 3.2.19 Mariusz Felisiak 2023-05-03 13:59:19 +02:00
  • eed53d0011 [3.2.x] Fixed CVE-2023-31047, Fixed #31710 -- Prevented potential bypass of validation when uploading multiple files using one form field. Mariusz Felisiak 2023-04-13 10:10:56 +02:00
  • d1385cc51b [4.1.x] Post-release version bump. Mariusz Felisiak 2023-05-03 13:57:05 +02:00
  • dceb634ba4 [4.1.x] Bumped version for 4.1.9 release. 4.1.9 Mariusz Felisiak 2023-05-03 13:55:10 +02:00
  • e7c3a2ccc3 [4.1.x] Fixed CVE-2023-31047, Fixed #31710 -- Prevented potential bypass of validation when uploading multiple files using one form field. Mariusz Felisiak 2023-04-13 10:10:56 +02:00
  • 00152276e9 [4.2.x] Post-release version bump. Mariusz Felisiak 2023-05-03 13:51:05 +02:00
  • fea17b7615 [4.2.x] Bumped version for 4.2.1 release. 4.2.1 Mariusz Felisiak 2023-05-03 13:44:49 +02:00
  • 21b1b1fc03 [4.2.x] Fixed CVE-2023-31047, Fixed #31710 -- Prevented potential bypass of validation when uploading multiple files using one form field. Mariusz Felisiak 2023-04-13 10:10:56 +02:00
  • fb4c55d9ec Fixed CVE-2023-31047, Fixed #31710 -- Prevented potential bypass of validation when uploading multiple files using one form field. Mariusz Felisiak 2023-04-13 10:10:56 +02:00
  • 290fd5ecec [4.2.x] Fixed #34529, Refs #34525 -- Reduced index operations with Meta.indexes/index_together when optimizing migrations. Mariusz Felisiak 2023-05-03 13:06:19 +02:00
  • 8e2460d599
    Fixed #34529, Refs #34525 -- Reduced index operations with Meta.indexes/index_together when optimizing migrations. Mariusz Felisiak 2023-05-03 13:06:19 +02:00
  • 83339d2103
    Fixed #34523 -- Fixed TransactionManagementError in QuerySet.update_or_create() with MyISAM storage engine. Mariusz Felisiak 2023-05-03 07:58:42 +02:00
  • ea53e7c09f Fixed #34517 -- Avoided connection post_init signal to ImageField without width/height fields. Orhan Hirsch 2023-04-26 09:22:43 +02:00
  • 4c68482c3e [4.2.x] Fixed #34530 -- Improved docs when customizing storage for FileField. Ran Benita 2023-05-02 21:32:24 +03:00
  • 3b62d8c83e
    Refs #31369 -- Improved hint message in NullBooleanField's deprecation warning. Paul Brown 2023-05-02 18:42:11 +00:00
  • 506f93f0c3
    Fixed #34530 -- Improved docs when customizing storage for FileField. Ran Benita 2023-05-02 21:32:24 +03:00
  • c61219a7ae
    Fixed #34513 -- Added system check for relational fields in ModelAdmin.list_display. Bakdolot 2023-05-02 10:46:22 +06:00
  • f200d83698 [4.2.x] Fixed #34515 -- Made LocaleMiddleware prefer language from paths when i18n patterns are used. Mariusz Felisiak 2023-04-28 08:05:43 +02:00
  • 0e444e84f8 Fixed #34515 -- Made LocaleMiddleware prefer language from paths when i18n patterns are used. Mariusz Felisiak 2023-04-28 08:05:43 +02:00
  • 191f6a9a45
    Fixed #34528 -- Reduced Add/RemoveIndex operations when optimizing migrations. Mariusz Felisiak 2023-05-01 18:57:24 +02:00
  • 0b0998dc15 Fixed #33759 -- Avoided unnecessary subquery in QuerySet.delete() with self-referential subqueries if supported. 4the4ryushin 2023-04-28 02:33:25 +05:30
  • 4f343a10f7 [4.2.x] Refs #34118, Refs #34504 -- Added backward incompatibility note about EmailBackend.ssl_context. Mariusz Felisiak 2023-04-28 13:04:08 +02:00
  • 5a6d4d3bfd
    Refs #34118, Refs #34504 -- Added backward incompatibility note about EmailBackend.ssl_context. Mariusz Felisiak 2023-04-28 13:04:08 +02:00
  • 7bbbadc693 Fixed #34380 -- Allowed specifying a default URL scheme in forms.URLField. Coen van der Kamp 2023-03-08 20:12:34 +01:00
  • 070cbac0db
    Restored multiprocessing concurrency on coverage.py settings Marc Gibbons 2023-04-27 14:02:55 -06:00
  • 88f23b6b81 [4.2.x] Refs #33662 -- Corrected Sitemap.get_languages_for_item() signature in docs. Andrei Shabanski 2023-04-27 22:53:26 +05:00
  • 5c456a8793
    Refs #33662 -- Corrected Sitemap.get_languages_for_item() signature in docs. Andrei Shabanski 2023-04-27 22:53:26 +05:00
  • 720abed343
    Avoided creating default form fields in fields_for_model() when declared on form. Mariusz Felisiak 2023-04-27 15:26:23 +02:00
  • 01779cdcef [4.2.x] Doc'd that Count("*") is equivalent to COUNT(*) SQL. Tom Forbes 2023-04-27 10:52:54 +01:00
  • 23d24f82a7
    Doc'd that Count("*") is equivalent to COUNT(*) SQL. Tom Forbes 2023-04-27 10:52:54 +01:00
  • 7d0e566208
    Fixed #34518 -- Fixed crash of random() template filter with an empty list. David Sanders 2023-04-26 22:17:57 +10:00
  • 007e46d815 [3.2.x] Added missing backticks in docs/releases/1.7.txt. Mariusz Felisiak 2023-04-26 09:30:14 +02:00
  • 491dccec1a [4.1.x] Added missing backticks in docs/releases/1.7.txt. Mariusz Felisiak 2023-04-26 09:30:14 +02:00
  • a37e4d5d6e [3.2.x] Added stub release notes for 3.2.19. Mariusz Felisiak 2023-04-20 09:01:59 +02:00
  • 6d334a0ca5 [4.1.x] Added stub release notes for 4.1.9 and 3.2.19. Mariusz Felisiak 2023-04-20 09:01:59 +02:00
  • 28d4282703 [4.2.x] Added stub release notes and release date for 4.2.1, 4.1.9, and 3.2.19. Mariusz Felisiak 2023-04-20 09:01:59 +02:00
  • 18a7f2c711 Added stub release notes and release date for 4.2.1, 4.1.9, and 3.2.19. Mariusz Felisiak 2023-04-20 09:01:59 +02:00
  • fffbf85080 [4.2.x] Fixed #34512 -- Restored breadcrumbs on admin app index view. Mariusz Felisiak 2023-04-26 08:36:56 +02:00
  • 9440f6ba41
    Fixed #34512 -- Restored breadcrumbs on admin app index view. Mariusz Felisiak 2023-04-26 08:36:56 +02:00
  • 453cfa2815 Replaced docutils link by PyPI reference. Claude Paroz 2023-04-24 08:24:46 +02:00
  • 4dfc6ff8a8 Refs #31949 -- Made @never_cache and @cache_control() decorators to work with async functions. Ben Lomax 2022-07-08 09:39:33 +01:00
  • a14ddc8cfc Added more tests for @cache_control decorator. Ben Lomax 2023-04-21 13:23:05 +02:00
  • c24cd6575f Updated admin's XRegExp to 5.1.1. Andreas Dickow 2023-04-18 16:11:40 +02:00
  • c813fb327c
    Fixed #34481 -- Added system check for reverse related fields in ModelAdmin.list_display. Bakdolot 2023-04-24 17:14:35 +06:00
  • 83c9765f45 Refs #33766 -- Removed sql.Query.build_filtered_relation_q(). Simon Charette 2023-04-21 23:10:15 -04:00
  • 1a13161eab Refs #33766 -- Removed unused Join.equals(). Simon Charette 2023-04-21 01:57:30 -04:00
  • d660cee5bc Fixed #33766 -- Resolved FilteredRelation.condition at referencing time. Simon Charette 2023-04-20 00:25:57 -04:00
  • 9ab8067229 [4.2.x] Updated Django Transifex links. Claude Paroz 2023-04-22 16:18:21 +02:00
  • 3fe0c609cf
    Updated Django Transifex links. Claude Paroz 2023-04-22 16:18:21 +02:00
  • 851b687956
    Refs #34462 -- Fixed queryset antipattern when processing object deletion. nessita 2023-04-22 07:23:22 -03:00
  • 0a805cf42d [4.2.x] Fixed #34506 -- Fixed margin of ClearableFileInput in admin CSS. Mariusz Felisiak 2023-04-21 19:49:59 +02:00
  • 92537e83c1
    Fixed #34506 -- Fixed margin of ClearableFileInput in admin CSS. Mariusz Felisiak 2023-04-21 19:49:59 +02:00
  • a4f7d935a2 [4.2.x] Added meaningful titles to ..admonition:: directives. Mariusz Felisiak 2023-04-21 12:03:59 +02:00
  • c487634c10
    Added meaningful titles to ..admonition:: directives. Mariusz Felisiak 2023-04-21 12:03:59 +02:00