1
0
mirror of https://github.com/django/django.git synced 2024-12-22 09:05:43 +00:00

Commit Graph

  • b641b6a90e Fixed #35941 -- Added composite GenericForeignKey support. Bendeguz Csirmaz 2024-04-07 10:32:16 +0800
  • 3c4d24319e
    Merge 9861770d81 into 5e998d717f Simon Charette 2024-12-10 11:25:46 +0000
  • 0766f5e200 Fixed #35993 -- Replaced outdated information on gettext f-string support. Athena Wolfskämpf 2024-12-10 10:51:35 +0100
  • 5e998d717f Refs #35987 -- Added extra tests for ErrorList and ErrorDict copy methods. Adam Johnson 2024-12-09 15:43:01 +0000
  • 4806c42efa Fixed #35987 -- Made ErrorList.copy() copy the renderer attribute. Adam Johnson 2024-12-09 15:40:47 +0000
  • 02628c051c Fixed #35988 -- Made BaseForm.full_clean() pass renderer to ErrorDict. Adam Johnson 2024-12-09 11:17:25 +0000
  • 007e44e8a6
    Refs #35842 -- Fixed test_lookups_special_chars_double_quotes on SQLite 3.47+. Sage Abdullah 2024-12-08 19:06:20 +0000
  • 9861770d81
    Avoided unnecessary DEFAULT usage on bulk_create(). Simon Charette 2024-12-09 18:38:18 -0500
  • e197a2b222
    Added Model.has_db_default() to encapsulate NOT_PROVIDED checks. Simon Charette 2024-12-09 22:14:59 -0500
  • 0cb31fda4e
    Fixed #22977 -- Added check for clash between model manager and model field's related_name. Anthony Joseph 2024-12-10 06:55:18 +1100
  • 6123a1ba49
    Merge fab52fc571 into 1860a1afc9 Paul Schilling 2024-12-10 02:18:43 +0200
  • 0f7fc9da59 Merge remote-tracking branch 'django/main' tanaydin 2024-12-10 00:14:53 +0100
  • e165c6ef09
    Fixed #35936 -- Used unnest for bulk inserts on Postgres when possible. Simon Charette 2024-11-17 00:30:00 -0500
  • 96730998b7
    Refs #35936 -- Avoided field placeholder lookup for each value inserted. Simon Charette 2024-11-16 23:34:11 -0500
  • 7411a45a6b Fixed #35980 -- Updated setuptools and project name. Nick Pope 2024-12-06 18:32:39 +0000
  • b5f5cc8f9c
    Fixed #34856 -- Fixed references to index_together in historical migrations. Simon Charette 2024-11-16 10:39:02 -0500
  • 7217625e69
    Refs #27236 -- Removed references to index_together from ModelState.from_model. Simon Charette 2024-11-16 10:02:11 -0500
  • ea5b9905ee Refs #35987 -- Added extra tests for ErrorList and ErrorDict copy methods. Adam Johnson 2024-12-09 15:43:01 +0000
  • 6be16459c4 Fixed #35987 -- Made ErrorList.copy() copy the renderer attribute. Adam Johnson 2024-12-09 15:40:47 +0000
  • e99199b289 Fixed #35969 -- Disallowed specifying a USING clause for altered generated field. lufafajoshua 2024-12-09 15:37:05 +0300
  • 6eed97e15f Fixed #35988 -- Made BaseForm.full_clean() pass renderer to ErrorDict. Adam Johnson 2024-12-09 11:17:25 +0000
  • 1860a1afc9 Fixed #35982 -- Made DecimalField.get_db_prep_value() call DatabaseOperations.adapt_decimalfield_value(). Tim Graham 2024-12-06 20:44:35 -0500
  • b0b3024720 Refs #35982 -- Made BaseDatabaseOperations.adapt_decimalfield_value() a no-op. Simon Charette 2024-12-07 10:07:55 -0500
  • a0db341c3c Added GeometryDistance to the GIS available functions table. Francisco Couzo 2024-12-08 16:26:03 -0300
  • 6f6b261c3e Removed unused and unnecessary words from docs/spelling_wordlist. Mariusz Felisiak 2024-12-09 06:20:13 +0100
  • f7e2eede99
    Refs #35842 -- Added GitHub Actions workflow job for testing against the latest SQLite release. Sage Abdullah 2024-12-08 17:07:35 +0000
  • 534de20389 Added GeometryDistance to the GIS available functions table. Francisco Couzo 2024-12-08 16:26:03 -0300
  • 08feaae588 Fixed #35973 -- Improved makemessages locale validation to handle numeric region codes. Juan Pablo Mallarino 2024-12-05 08:14:59 -0500
  • d345e5b5f8 Fixed #35935 -- Colorized system checks when running sqlmigrate. Jacob Walls 2024-11-24 16:53:39 -0500
  • c5f863c7dd Removed unused and unnecessary words from docs/spelling_wordlist. Mariusz Felisiak 2024-12-09 06:20:13 +0100
  • a5fe0cd262 Updated based on completed SelectFilter2 changes Alanna Cao 2024-12-08 19:22:37 -0500
  • 502084394c Removed myproject/ from tracking Alanna Cao 2024-12-08 19:22:06 -0500
  • 287b7599ae stash files with potential changes, removing myproject to submit pr Alanna Cao 2024-12-08 19:13:01 -0500
  • 7af335597b qa with eslint for js files modified during bug fix, eslint reported errors all fixed Alanna Cao 2024-12-08 18:24:36 -0500
  • 7a4bd305fd minor edits to widgets.py to satisfy missing attributes test case, completed and passing test case for new filtered select functionality Alanna Cao 2024-12-08 18:04:00 -0500
  • a9528e68c8 added js tests to test fix for filtered select multiple widget Alanna Cao 2024-12-08 17:43:38 -0500
  • 2c260eb3b9 updated gitignore to ignore env files Alanna Cao 2024-12-08 17:42:46 -0500
  • a64eabd817 added new render function for MultiWidget and custom renderings sschauk 2024-12-08 15:03:33 -0500
  • 9002660245 Fix: Implement MultiWidget rendering and clean commit history sschauk 2024-12-08 14:52:15 -0500
  • 5a9088eff8 added the new render method to the MultiWidget subclass sschauk 2024-12-08 14:50:44 -0500
  • 2d60ed277f resolve conflicts from main Tom Wojcik 2024-12-08 10:47:38 +0100
  • 8912820541 Fixed the testcases and some orientation #35414 YashRaj1506 2024-12-08 00:43:39 +0530
  • e567ac6e0b Fixed #35982 -- Made DecimalField.get_db_prep_value() call DatabaseOperations.adapt_decimalfield_value(). Tim Graham 2024-12-06 20:44:35 -0500
  • d383945a7b Refs #35982 -- Made BaseDatabaseOperations.adapt_decimalfield_value() a no-op. Simon Charette 2024-12-07 10:07:55 -0500
  • 8baa3b9873 fix postgresql NULL insertion test Joris Benschop 2024-12-07 16:21:17 +0100
  • dad0d7301e
    Give the test suite a run without decimal formating. Simon Charette 2024-12-07 10:07:55 -0500
  • fbd83db92b fixed isort Joris Benschop 2024-12-07 15:47:38 +0100
  • cceeaba7c4 added tests for force_insertty Joris Benschop 2024-12-07 15:45:35 +0100
  • caf4cb649a fixing tests that try to read error messages from DB Joris Benschop 2024-12-07 14:34:18 +0100
  • b0e1a7a991 added tests for stdout in fixtures loaddata Joris Benschop 2024-12-07 13:57:03 +0100
  • 136f617275 Fixed black errors onn ci, #35414 YashRaj1506 2024-12-07 17:56:46 +0530
  • 044377df04 Fixed error of black on CI, added comma after name #35414 YashRaj1506 2024-12-07 17:39:18 +0530
  • d9a1ca1526 Fixed errors given by flake8 and black on CI/CD - #35414 YashRaj1506 2024-12-07 17:35:37 +0530
  • ac4eecb8eb Fixed #35414 -- Issue with AsyncClient ignoring default headers compared to synchronous Client. YashRaj1506 2024-12-07 17:19:46 +0530
  • da74631d9f Fixed #35974 - test only _state.adding to assert that an object is unsaved in RelatedManager.add and GenericRelatedObjectManager.add Laurent Szyster 2024-12-07 10:08:19 +0100
  • f2c1baec44 Updated formset remove event listener- creates some sort of error but causes filter to reset DhanyaShah 2024-12-06 19:11:49 -0500
  • 62e557d25a Fix icon refresh and formset handling- reinitialized Selectfilter DhanyaShah 2024-12-06 19:03:05 -0500
  • e1971467d7 Fixed #35959 -- Checked for change permission to show "password" field. Brock 2024-12-06 16:52:26 -0500
  • e4b25bac7d Implemented PEP 639 license tags in pyproject.toml Michiel W. Beijen 2024-12-06 20:54:41 +0100
  • 870c7a9d19
    Merge ada9b81a91 into c075d4c2c8 David Smith 2024-12-06 18:06:59 +0330
  • 00b4f41885
    Changed absolute into relative imports in docs examples raffaella 2024-01-17 11:38:12 +0100
  • c075d4c2c8 Made index view examples consistent in tutorial by removing trailing comma. Ülgen Sarıkavak 2024-11-23 13:25:06 +0300
  • 6bf2eec360 Made index view examples consistent in tutorial by removing trailing comma. Ülgen Sarıkavak 2024-11-23 13:25:06 +0300
  • 55855bc6d0 Fixed #35493 -- Allowed template self-inclusion with relative paths. Gabriel Nick Pivovarov 2024-12-05 16:24:47 +0100
  • 6fba44b28f Fixed #35493 -- Allowed template self-inclusion with relative paths. Gabriel Nick Pivovarov 2024-12-05 16:24:47 +0100
  • b5f73b759f fixed black violation Joris Benschop 2024-12-05 16:04:11 +0100
  • b8f5576246 fixed black violation Joris Benschop 2024-12-05 16:01:08 +0100
  • 3a8e9077a9 added bulk insertion and forced insertion options to loaddata command Joris Benschop 2024-12-05 15:41:19 +0100
  • ded4854642 Fixed #35944 -- Handled serialization of Unicode values in ArrayField and HStoreField. Oleg Sverdlov 2024-12-05 14:12:45 +0100
  • 7fc80b6889 Fixed #35973 -- Improved makemessages locale validation to handle numeric region codes. Juan Pablo Mallarino 2024-12-05 08:14:59 -0500
  • 0a187cf182 Fixed #35944 -- Handled serialization of Unicode values in ArrayField and HStoreField. Oleg Sverdlov 2024-12-05 14:12:45 +0100
  • edd74c3417 Refs #32819 -- Added id to ErrorList class and template. David Smith 2023-11-18 20:36:45 +0000
  • 28f81a1019 Refs #373 -- Fixed CompositePrimaryKey tests if yaml isn't installed. Sarah Boyce 2024-12-05 09:12:29 +0100
  • 058bb3607a Refs #373 -- Fixed CompositePrimaryKey tests if yaml isn't installed. Sarah Boyce 2024-12-05 09:12:29 +0100
  • 3d508ececb Refs #21286 -- Fixed serializers tests if Pillow isn't installed. Mariusz Felisiak 2024-12-05 08:08:09 +0100
  • 3ab206f03e Refs #21286 -- Fixed serializers tests if Pillow isn't installed. Mariusz Felisiak 2024-12-05 08:08:09 +0100
  • c7e1d832cf Support translation of built-in add/change/delete/view permissions Thibaud Colas 2024-12-04 22:44:31 +0000
  • 32103cb228 Add support for translating custom permission names Thibaud Colas 2024-12-04 22:39:00 +0000
  • 6786d07989
    Merge 642774f543 into eb665e076c Kushagra S 2024-12-04 20:10:55 +0000
  • 1ac1aca5cf
    Merge 03f0bef0d8 into eb665e076c Mariana 2024-12-04 20:09:49 +0000
  • 39cf3c63f3 [4.2.x] Cleaned up CVE-2024-53907 and CVE-2024-53908 security archive descriptions. stable/4.2.x Sarah Boyce 2024-12-04 16:51:46 +0100
  • 392817a258 [5.0.x] Cleaned up CVE-2024-53907 and CVE-2024-53908 security archive descriptions. stable/5.0.x Sarah Boyce 2024-12-04 16:51:46 +0100
  • 65e8c8f776 [5.1.x] Cleaned up CVE-2024-53907 and CVE-2024-53908 security archive descriptions. Sarah Boyce 2024-12-04 16:51:46 +0100
  • eb665e076c Cleaned up CVE-2024-53907 and CVE-2024-53908 security archive descriptions. Sarah Boyce 2024-12-04 16:51:46 +0100
  • c60579bced Cleaned up CVE-2024-53907 and CVE-2024-53908 security archive descriptions. Sarah Boyce 2024-12-04 16:51:46 +0100
  • 0ff19d12e7 [4.2.x] Added CVE-2024-53907 and CVE-2024-53908 to security archive. Sarah Boyce 2024-12-04 16:30:03 +0100
  • cb115d85e2 [5.0.x] Added CVE-2024-53907 and CVE-2024-53908 to security archive. Sarah Boyce 2024-12-04 16:30:03 +0100
  • d972812d82 [5.1.x] Added CVE-2024-53907 and CVE-2024-53908 to security archive. Sarah Boyce 2024-12-04 16:30:03 +0100
  • 595cb4a7ae Added CVE-2024-53907 and CVE-2024-53908 to security archive. Sarah Boyce 2024-12-04 16:30:03 +0100
  • 22dca34036 [5.1.x] Added stub release notes for 5.1.5. Sarah Boyce 2024-12-04 16:23:59 +0100
  • 828afd782f Added stub release notes for 5.1.5. Sarah Boyce 2024-12-04 16:23:59 +0100
  • 6c4fc7d620 [4.2.x] Post-release version bump. Sarah Boyce 2024-12-04 14:37:13 +0100
  • 1f0356ff2a [4.2.x] Bumped version for 4.2.17 release. 4.2.17 Sarah Boyce 2024-12-04 14:34:11 +0100
  • 7376bcbf50 [4.2.x] Fixed CVE-2024-53908 -- Prevented SQL injections in direct HasKeyLookup usage on Oracle. Simon Charette 2024-11-08 21:27:31 -0500
  • 790eb058b0 [4.2.x] Fixed CVE-2024-53907 -- Mitigated potential DoS in strip_tags(). Sarah Boyce 2024-11-13 15:06:23 +0100
  • 2d230132d7 [5.0.x] Post-release version bump. Sarah Boyce 2024-12-04 14:30:58 +0100
  • 3b3a5f4efb [5.0.x] Bumped version for 5.0.10 release. 5.0.10 Sarah Boyce 2024-12-04 14:27:16 +0100
  • ff08bb6c70 [5.0.x] Fixed CVE-2024-53908 -- Prevented SQL injections in direct HasKeyLookup usage on Oracle. Simon Charette 2024-11-08 21:27:31 -0500
  • a5a89ea28c [5.0.x] Fixed CVE-2024-53907 -- Mitigated potential DoS in strip_tags(). Sarah Boyce 2024-11-13 15:06:23 +0100
  • b02aaf6ab4 [5.1.x] Post-release version bump. Sarah Boyce 2024-12-04 14:23:44 +0100