1
0
mirror of https://github.com/django/django.git synced 2025-01-18 14:24:39 +00:00

Commit Graph

  • f4f923fdb7 Fixed #36055 -- Change the position of the object-tools in the admin list and change pages. antoliny0919 2025-01-12 19:22:15 +09:00
  • 8550319d14
    Fixed #36085 -- negative indexing jsonfield array syntax for SQLite. savanto 2025-01-04 15:31:29 -06:00
  • 7735d66343
    Merge 24dfcc50e57fb34e2b8375bd159cb7b818f4f484 into 8bee7fa45cd7bfe70b68784314e994e2d193fd70 julianklotz 2025-01-12 03:47:20 +05:30
  • 9f175ead6d
    Merge 2166f4b0771feeec57706fb14a072d60a71351d9 into 8bee7fa45cd7bfe70b68784314e994e2d193fd70 bcail 2025-01-11 22:54:07 +02:00
  • 106430c1d3
    Fixed #36086 -- Fixed crash when using GeneratedField with non-AutoField pk. Simon Charette 2025-01-11 01:08:35 -05:00
  • d4c363e464 Include warning with decorators Rob Hudson 2025-01-11 11:50:25 -08:00
  • f05a522eb9 Rename @csp_exempt to @csp_disabled Rob Hudson 2025-01-11 11:40:22 -08:00
  • a048407c54 Refs #35844 -- Removed unnecessary and deprecated ArgumentParser.add_argument_group()'s prefix_chars argument. Mariusz Felisiak 2025-01-11 19:59:00 +01:00
  • 1049cab935 Update middleware tests after previous change Rob Hudson 2025-01-11 10:20:38 -08:00
  • 64de636ab4 Update CSP middleware with suggestions from @pauloxnet Rob Hudson 2025-01-11 09:49:33 -08:00
  • b599209682
    Refs #373 -- Adjusted test allowing AutoField in composite primary keys. Simon Charette 2025-01-11 11:29:52 -05:00
  • 277546b5fb added support for 3D M Andrew Harris 2025-01-10 15:43:44 -05:00
  • 6a054161d3 Added role_required decorator for role-based access control houssemCoder 2025-01-11 15:08:22 +01:00
  • 5a3efa3626 Added role_required decorator for role-based access control houssemCoder 2025-01-11 14:55:56 +01:00
  • 79465891a8 Fixed test_decorator issues for the role_required decorator houssemCoder 2025-01-11 14:46:55 +01:00
  • 445eb11493 Fixed test_decorator issues for the role_required decorator houssemCoder 2025-01-11 14:44:05 +01:00
  • 526c9c1b9e Added role_required decorator for role-based access control houssemCoder 2025-01-11 14:30:49 +01:00
  • 1eb806fa69 Fixed some pull request issue for the role_required decorator houssemCoder 2025-01-11 12:45:35 +01:00
  • c498db0fde Fixed some pull request issue for the role_required decorator houssemCoder 2025-01-11 12:11:58 +01:00
  • 62a035beb5 Fixed #36069 -- Fix the position of the 'X' button for the InlineForm in TabularInline. antoliny0919 2025-01-07 20:22:30 +09:00
  • 4192e1fd50 Added role_required decorator for role-based access control houssemCoder 2025-01-11 10:58:24 +01:00
  • 60f03a64db
    Merge 33154976331d52bddaf26a87bab30f906cff9047 into 8bee7fa45cd7bfe70b68784314e994e2d193fd70 Josiah White 2025-01-11 06:41:41 +00:00
  • cd72b21c9d
    Refs #373 -- Removed unused composite pk code in SQLInsertCompiler. Simon Charette 2025-01-11 00:02:52 -05:00
  • 71b529c59e Refactor CSP docs after PR reviews Rob Hudson 2025-01-10 16:56:44 -08:00
  • fe4a090bc8 Move constants to django.conf Rob Hudson 2025-01-10 15:02:09 -08:00
  • 0e5ebced8e conditionally support M dimension if GEOS > 3.12.0 Andrew Harris 2025-01-08 11:33:55 -05:00
  • 50d3877a05 Per ticket-36036, added support 4d data in the GEOS API. Andrew Harris 2024-12-23 16:28:28 -05:00
  • 4b632f8ef2
    Merge a6687ed02561216c0f2a6dd86300cc75b0b1b063 into 8bee7fa45cd7bfe70b68784314e994e2d193fd70 Gagaro 2025-01-10 19:35:54 +00:00
  • 35e8166571
    Fixed #35518 -- Used simpler string operations for converter-less routes Jake Howard 2024-06-10 17:32:08 +01:00
  • 6866cd5a62 Exclude CSP headers from debug views Rob Hudson 2024-12-30 17:05:44 -08:00
  • 191a162e63 Add a CSP section to the 5.2 release notes Rob Hudson 2024-12-21 11:09:58 -08:00
  • 86e3efaf02 Word wrap at 80 Rob Hudson 2024-12-21 09:51:48 -08:00
  • a09b049f75 Rework CSP limitations section Rob Hudson 2024-12-21 09:36:58 -08:00
  • ef67cc610a Move CSP intro to topics/security Rob Hudson 2024-12-21 09:19:31 -08:00
  • 2e4632c3c8 Add async tests for decorators Rob Hudson 2024-12-15 15:09:10 -08:00
  • 62ca724585 Fix blacken-docs problem Rob Hudson 2024-12-15 14:30:51 -08:00
  • 9f48666826 Update tests to use assertEqual Rob Hudson 2024-12-15 14:25:26 -08:00
  • b8c7841b31 Drop TODO item based on decision Rob Hudson 2024-12-15 14:25:12 -08:00
  • 6170aed299 Docs changes based on feedback. Rob Hudson 2024-12-15 14:24:37 -08:00
  • 4c7019e256 Add documentation Rob Hudson 2024-10-24 16:14:44 -07:00
  • 4d61899314 Fixed #15727 -- Added Content-Security-Policy support. Rob Hudson 2024-10-04 11:56:29 -07:00
  • 80769552fe
    Merge ee5b8e53cbb502c2c1890ca1cc3c53e3bc67709a into 8bee7fa45cd7bfe70b68784314e994e2d193fd70 DongwookKim0823 2025-01-11 00:13:03 +09:00
  • f89285eaa4 added conditional support for GEOSHasM Andrew Harris 2025-01-10 10:11:03 -05:00
  • 8bee7fa45c Fixed #36050 -- Added OuterRef support to CompositePrimaryKey. Bendeguz Csirmaz 2025-01-07 20:08:25 +08:00
  • 97ee8b82c2 Fixed #36032 -- Rendered URLField values as links in the admin. antoliny0919 2024-12-25 11:35:27 +09:00
  • 5851605863 Fixed #36064 -- Skipped an UPDATE when adding a model instance with a composite primary key with default values. Bendeguz Csirmaz 2025-01-10 08:47:10 +01:00
  • 8287fd4915 Refs #36064 -- Added test that falsey primary key default/db_default value skips an update query on save. Bendeguz Csirmaz 2025-01-10 08:44:10 +01:00
  • a936c093de Fixed #36050 -- Added OuterRef support to CompositePrimaryKey. Bendeguz Csirmaz 2025-01-07 20:08:25 +08:00
  • 4158fc834b Fixed #36032 -- Rendered URLField values as links in the admin. antoliny0919 2024-12-25 11:35:27 +09:00
  • 3c67b6b30c Fixed #36064 -- Skipped an UPDATE when adding a model instance with a composite primary key with default values. Bendeguz Csirmaz 2025-01-10 08:47:10 +01:00
  • f835a7175c Refs #36064 -- Added test that falsey primary key default/db_default value skips an update query on save. Bendeguz Csirmaz 2025-01-10 08:44:10 +01:00
  • 9fa4d07ce0 Refs #36064 -- Added Model.has_db_default() to encapsulate NOT_PROVIDED checks. Simon Charette 2024-12-09 22:14:59 -05:00
  • 0fb51ec5a0 Fixed #36068 -- Raised ValueError when providing a composite PK field to bulk_create() update_fields. Jacob Walls 2025-01-07 06:28:57 -05:00
  • 4b8afe7197
    Refs #36064 -- Added Model.has_db_default() to encapsulate NOT_PROVIDED checks. Simon Charette 2024-12-09 22:14:59 -05:00
  • e0e85610bd Refs #33783 -- Added IsEmpty GIS database function and __isempty lookup on SpatiaLite. David Smith 2024-09-29 16:53:46 +01:00
  • 9c308088a2
    Fixed failing black tests. lufafajoshua 2025-01-09 20:43:00 +03:00
  • fafbe7d545 Fixed #36068 -- Raised ValueError when providing a composite PK field to bulk_create() update_fields. Jacob Walls 2025-01-07 06:28:57 -05:00
  • af6336f2c8 Fixed #36074 -- Excluded composite primary key fields on save() updates. Simon Charette 2025-01-09 00:29:58 -05:00
  • fc28550fe4
    Fixed #35515 -- Added automatic model imports to shell management command. Salvo Polizzi 2025-01-09 17:00:29 +01:00
  • 5b62edac4a Refs #35612 -- Extended docs on how the security team evaluates reports. Natalia 2025-01-09 11:54:02 -03:00
  • 96cb6cc0bb Fixed #35515 -- Added automatic model imports to shell management command. Salvo Polizzi 2024-10-08 17:06:20 +02:00
  • 8c118c0e00 Fixed #35940 -- Disabled SelectFilter add/remove buttons when appropriate. Brock 2024-12-02 15:51:03 +01:00
  • 1dbe68ef6e
    Fixed #36074 -- Excluded composite primary key fields on save() updates. Simon Charette 2025-01-09 00:29:58 -05:00
  • a4c8ea19a2
    Merge a5fe0cd2621660606961c81a104d72874896f26b into a9c79b462923ce366101db1b5a3fff3d1dad870c Alanna Cao 2025-01-08 22:24:45 +00:00
  • 98c64d7f80
    Merge fba9c355a413f247dda6b13053c95c1120509177 into a9c79b462923ce366101db1b5a3fff3d1dad870c William 2025-01-08 15:49:47 +00:00
  • b32823813f Converted comments to docstrings. GappleBee 2024-11-22 22:11:34 +00:00
  • 6274cbe738 Removed redundant bitand and bitor methods. GappleBee 2024-11-21 18:50:33 +00:00
  • 1925237795 Fixed minor syntax issues. GappleBee 2024-11-21 18:41:19 +00:00
  • db94fb985a Applied Paolo's code simplification. Calvin Vu 2024-11-21 18:30:12 +00:00
  • a3910c45c6 Removed whitespace from empty line. GappleBee 2024-11-21 14:34:08 +00:00
  • 82620adda6 Used multi-line comments for multi-line comments. Calvin Vu 2024-11-21 14:31:16 +00:00
  • 44d83c3b3e Simplified code. Calvin Vu 2024-11-21 14:30:56 +00:00
  • 23a4c801eb Made code more pythonic. Calvin Vu 2024-11-21 14:30:31 +00:00
  • 568a0a7dc3 Added a full stop to docs. Calvin Vu 2024-11-21 14:29:52 +00:00
  • 1fbc5269c2 Added back missing Trigram classes. GappleBee 2024-11-19 15:49:16 +00:00
  • a7831aaecf Made blacken-docs checks happy. GappleBee 2024-11-18 22:36:43 +00:00
  • 699f923d94 Made isort happy. GappleBee 2024-11-18 22:24:01 +00:00
  • dcc3288c01 Removed version changes from docs and added lexeme and lexemes to spelling_wordlist. GappleBee 2024-11-18 22:21:29 +00:00
  • ff060aa382 Made isort happy. GappleBee 2024-11-17 14:49:49 +00:00
  • 3692af7523 Made flake8 checks happy. GappleBee 2024-11-17 14:39:17 +00:00
  • d0b19ca1ab Simplified CombinedLexeme constructor. GappleBee 2024-11-17 14:18:51 +00:00
  • 0f68e229e6 Updated docs and removed diamond inheritance pattern. GappleBee 2024-11-17 14:08:47 +00:00
  • 39ed0efd05 Made checks happy. GappleBee 2024-11-17 13:04:48 +00:00
  • ec430b26ad Fix broken tests Karl Hobley 2020-11-25 12:21:17 +00:00
  • 4591200ce2 Change method of escaping lexemes Karl Hobley 2020-11-25 12:17:10 +00:00
  • 84f1f03996 Docs fixes Karl Hobley 2020-11-25 11:30:09 +00:00
  • cbeed1142a Add some basic docs Karl Hobley 2020-04-15 17:50:10 +01:00
  • 419859c0ad Replace RawSearchQuery with SearchQuery(search_type='raw') Karl Hobley 2020-04-15 16:26:53 +01:00
  • 754c2f7077 Allow ~ syntax on Lexemes Karl Hobley 2020-04-15 14:06:03 +01:00
  • 22f19af0c7 Add some more tests Karl Hobley 2020-04-15 13:54:47 +01:00
  • 25e0c7aaf3 Escaping fixes Karl Hobley 2020-04-15 12:22:21 +01:00
  • 79ca67f7aa Remove second parameter to compiler.compile() Karl Hobley 2020-04-15 12:19:27 +01:00
  • c59d23ffb3 Add weighting to lexemes Joe Tsoi 2017-06-15 17:38:20 +01:00
  • 383ece8134 Add 'or' search for postgres fts prefix matching Joe Tsoi 2017-06-15 17:17:49 +01:00
  • 4301f801ee Add tests for postgres prefix matching joetsoi 2017-06-13 19:57:04 +01:00
  • e1f2a03780 Add prefix matching for Postgres full text search joetsoi 2017-04-06 16:42:49 +01:00
  • a9c79b4629 Fixed #36063 -- Made a FileField navigate to the object admin change page when in list_display_links. antoliny0919 2025-01-05 18:58:03 +09:00
  • c8355bc3af Added GitHub action to label pull requests without a ticket in title. Sarah Boyce 2025-01-08 15:45:32 +01:00
  • 28e2d28b78
    Updated queries.txt lufafajoshua 2025-01-08 17:04:14 +03:00
  • 291dce80ee
    Merge e108cb4a57e9cdd6e5ed7bc2757458601e595a76 into 6a1a9c0eade674780060cf8af5f5b3375156cdd5 Abhinav Yadav 2025-01-08 13:58:52 +00:00