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

Commit Graph

  • baa26b0880
    Merge e8e99ef212 into fcd9d08379 David Smith 2024-12-20 13:18:34 +0000
  • b562c169b1
    Merge 42f366dba7 into fcd9d08379 Igor Scheller 2024-12-20 05:18:12 -0800
  • fcd9d08379 Refs #35844 -- Fixed OtherModelFormTests.test_prefetch_related_queryset() test on Python 3.14+. main Mariusz Felisiak 2024-12-20 08:43:14 +0100
  • 6eaca5da4f Fixed #35998 -- Added caching to django.utils.html.urlize(). Sarah Boyce 2024-10-11 13:44:12 +0200
  • 25d8ec94ae Fixed #35999 -- Removed #django IRC channel references where appropriate. Sarah Boyce 2024-12-11 15:21:28 +0100
  • cfb235fec3
    Fix #26220 -- Allowed ModelFormMixin._get_model() to retrieve the model from form_class's Meta. Clifford Gama 2024-12-20 13:55:14 +0200
  • 9f716580c4
    Refs #26220 -- Added SingleObjectMixin._get_model(). Clifford Gama 2024-12-20 13:49:44 +0200
  • 6af75bb7c7 Fixed #32819 -- Added aria-describedby to fields with errors. David Smith 2023-11-19 19:26:12 +0000
  • 9388a4e326 formatting Foucauld Degeorges 2024-12-20 09:44:19 +0100
  • b06eeb75dd ticket 36028: add AdminSite.template_engine option Foucauld Degeorges 2024-12-20 09:33:28 +0100
  • a8f061d81d Refs #35844 -- Fixed OtherModelFormTests.test_prefetch_related_queryset() test on Python 3.14+. Mariusz Felisiak 2024-12-20 08:43:14 +0100
  • 146b602491
    Merge e108cb4a57 into f05edb2b43 Abhinav Yadav 2024-12-20 06:51:42 +0000
  • f6ae03da62
    Added release notes for partial JSONField updates support. Shafiya Adzhani 2024-08-24 23:19:13 +0700
  • 6bbc16f3c1
    Added topic guide for updating JSONField. Shafiya Adzhani 2024-08-24 23:18:24 +0700
  • fafdc4c213
    Added JSONRemove for removing keys in JSONField. Shafiya Adzhani 2024-08-24 18:06:35 +0700
  • b050b072a4
    Added JSONSet for making partial updates to JSONField. Shafiya Adzhani 2024-08-24 18:01:29 +0700
  • 1ef8e66ed1 lint Chaitanya Rahalkar 2024-12-19 21:32:00 -0600
  • 4d595d70de made the regex even more efficient Chaitanya Rahalkar 2024-12-19 21:30:27 -0600
  • abc874fb7c
    Refs #35444 -- Deprecated contrib.postgres.OrderableAggMixin Chris Muthig 2024-08-14 13:54:09 -0600
  • ec78aded29
    Fixed #35444 -- Added generic support for Aggregate.order_by. Chris Muthig 2024-08-14 13:48:21 -0600
  • 606ae76007
    Merge 6a9515bcf9 into f05edb2b43 Claude Paroz 2024-12-20 03:56:25 +0200
  • cdf868d5e6
    Merge d922db3f9b into f05edb2b43 rob101 2024-12-20 03:56:21 +0200
  • 57408266b5
    Merge fd6b7456e5 into f05edb2b43 Cory Zue 2024-12-20 03:56:19 +0200
  • 042cb747dc
    Merge af737c05d2 into f05edb2b43 Thibaud Colas 2024-12-20 03:56:15 +0200
  • 82b6ca0c9d
    Merge 1844e5b74b into f05edb2b43 Thibaud Colas 2024-12-20 03:56:12 +0200
  • 9d2e25e73e
    Merge b81604f973 into f05edb2b43 Andrew Egeler 2024-12-20 03:56:05 +0200
  • a131d0891a
    Merge 0505f9df71 into f05edb2b43 Patryk Bratkowski 2024-12-20 03:56:01 +0200
  • 674e08030a
    Merge 652bb58a0c into f05edb2b43 Daniel Hahler 2024-12-19 22:35:40 +0000
  • 941d5831d8 [5.1.x] Fixed #36017 (merge #36014 before) greg 2024-12-19 20:06:19 +0100
  • 16311a0762 remove unused variable Chaitanya Rahalkar 2024-12-19 14:30:55 -0600
  • d33b909a2e updated the validator to combine both regexes into one Chaitanya Rahalkar 2024-12-19 14:28:11 -0600
  • eb94b3f679 Update the class based view documentation to make it more clear Chaitanya Rahalkar 2024-12-19 14:04:04 -0600
  • a0e0c908aa
    fix __repr__ methods Flavio Curella 2024-12-19 12:08:32 -0600
  • 183ca3074b
    Merge 1851128c55 into f05edb2b43 Aivars Kalvāns 2024-12-19 17:57:05 +0000
  • 5346289513
    Added JSONField handling for Cast() on SQLite. Shafiya Adzhani 2024-08-24 17:08:15 +0700
  • fe847ba555 lint Chaitanya Rahalkar 2024-12-19 10:19:25 -0600
  • 6271cc9af0 fix the regex to help with form tests Chaitanya Rahalkar 2024-12-19 10:18:58 -0600
  • b7bd2182dc immediately quit if settings module wasn't specified at all Ben Cail 2024-12-19 11:14:18 -0500
  • 561bf64867 quit immediately if settings module couldn't be imported Ben Cail 2024-12-19 10:53:16 -0500
  • 9171d89be3 resolve flake8 linting errors Chaitanya Rahalkar 2024-12-19 09:44:15 -0600
  • a92843241d linting Chaitanya Rahalkar 2024-12-19 09:37:46 -0600
  • 2ce22536a8 Merge branch 'ticket_36014' of github.com:chaitanyarahalkar/django into ticket_36014 Chaitanya Rahalkar 2024-12-19 09:36:15 -0600
  • fa075d1f35 remove the simple IDNA logic and reuse the DomainValidator code Chaitanya Rahalkar 2024-12-19 09:35:46 -0600
  • 1b98aa68e0 add a test for a command that doesn't require settings Ben Cail 2024-11-13 14:12:52 -0500
  • e2b4c14281 remove unnecessary call to settings.INSTALLED_APPS Ben Cail 2024-11-13 13:57:29 -0500
  • 894b227d29 add requires_settings attribute Ben Cail 2024-09-25 15:47:35 -0400
  • eee0557112 fix linters Ben Cail 2024-09-23 14:53:39 -0400
  • e7d23bf59f add test for case in the ticket Ben Cail 2024-09-23 14:50:27 -0400
  • 0bc79fc543 PR review Ben Cail 2023-02-03 09:41:01 -0500
  • f87b23d8a1 fix flake8 errors Ben Cail 2022-11-28 11:25:31 -0500
  • e9c7695a43 run black Ben Cail 2022-11-28 11:22:12 -0500
  • f992997fbe Fixed #32915 - Don't catch ImportErrors unless it's the settings module that can't be imported Ben Cail 2022-11-01 14:55:40 -0400
  • 1e11f052d5 rerun failing CI Tom Wojcik 2024-12-19 12:05:50 +0100
  • f05edb2b43 Fixed #36016 -- Prevented traceback when quitting makemigrations with Ctrl-C. Aman Sharma 2024-12-17 14:00:33 +0530
  • 34abe25ed9 Fixed #36016 -- Prevented traceback when quitting makemigrations with Ctrl-C. Aman Sharma 2024-12-17 14:00:33 +0530
  • 69e1fe252c
    Merge 2ccb3ed243 into 3ee4c6a27a Adam Johnson 2024-12-19 01:14:58 +0000
  • 194e80471b
    Merge 1ad20e8bc0 into 3ee4c6a27a Ryan Hiebert 2024-12-19 00:49:18 +0200
  • cda168be42
    Merge 426387630c into 3ee4c6a27a David Sanders 2024-12-19 00:48:48 +0200
  • 5276453c70
    Merge 33878180d8 into 3ee4c6a27a Emmanuel Katchy 2024-12-19 00:46:50 +0200
  • 8879a800bb Add _source_model url param to test. Sean Helvey 2024-12-18 11:27:52 -0800
  • 3958387872 Fixed #35705 -- Added Rotate GIS database function to rotate geometries. enprava 2024-09-08 20:32:13 +0200
  • 2410ace701 Fix get_context formatting. seanhelvey 2024-12-13 18:37:26 -0800
  • 8c72a21cd9 Checkout django forms models back to main. seanhelvey 2024-12-13 17:55:20 -0800
  • 50690d441a Fixed #13883 -- Added optgroups for SelectBox in Admin (updated) seanhelvey 2024-12-13 11:56:53 -0800
  • 2f2348bc2c
    Merge c13dd65d28 into 3ee4c6a27a David Sanders 2024-12-18 18:12:32 +0000
  • bd3b499cf9
    Update tests.py Chaitanya Rahalkar 2024-12-18 10:29:02 -0600
  • 323d32d758
    Merge ed6788bbd7 into 3ee4c6a27a Simon Charette 2024-12-18 15:51:54 +0200
  • b3505f38f6
    Fixed #35870 -- Replaced blank select choice with accessible text. Marijke Luttekes 2024-12-17 00:22:56 +0100
  • 3ee4c6a27a Refs #26007 -- Improved the ImproperlyConfigured error message for SingleObjectTemplateResponseMixin.get_template_names(). Andrew Miller 2024-12-15 21:04:29 +0000
  • 0fc6d5362b Fixed #26007 -- Clarified SingleObjectTemplateResponseMixin.get_template_names() docs. Andrew Miller 2024-12-13 16:44:53 +0000
  • c446006b8a
    Apply suggestions from code review lufafajoshua 2024-12-18 14:57:51 +0300
  • bb6114ce50
    Added DatabaseFeatures.rounds_to_even. Tim Graham 2024-12-18 06:50:48 -0500
  • 20f9f61805 Fixed #35996 -- Fixed database serialization crash when serializing a many-to-many field that had a prefetch. Erica Pisani 2024-12-18 09:03:02 +0100
  • 921dd5820c Fixed #36013 -- Removed use of IDNA-2003 in django.utils.html. Mike Edmunds 2024-12-14 16:54:42 -0800
  • 3fbd504014
    Merge 3315497633 into a8b70aeffd Josiah White 2024-12-18 10:18:44 +0100
  • 9f84610250
    Merge 988e3f9460 into a8b70aeffd j-bernard 2024-12-18 10:18:44 +0100
  • 59958ec7e1
    Merge 137e99bc50 into a8b70aeffd David Sanders 2024-12-18 10:18:44 +0100
  • a8b70aeffd Fixed #36002 -- Referred to request.Meta key in Persistent/RemoteUserMiddleware comments. Anders Einar Hilden 2024-12-11 18:59:57 +0100
  • 0cf3d5a49f Refs #26007 -- Improved the ImproperlyConfigured error message for SingleObjectTemplateResponseMixin.get_template_names(). Andrew Miller 2024-12-15 21:04:29 +0000
  • 2992917838 Fixed #26007 -- Clarified SingleObjectTemplateResponseMixin.get_template_names() docs. Andrew Miller 2024-12-13 16:44:53 +0000
  • 9e00e2cfd2
    Merge 14f58423fd into 7e41a7a47d j-bernard 2024-12-18 08:06:18 +0000
  • b8215ee7d3 Fixed #35996 -- Fixed database serialization crash when serializing a many-to-many field that had a prefetch. Erica Pisani 2024-12-18 09:03:02 +0100
  • 4ddd59bf39 Fixed #36002 -- Referred to request.Meta key in Persistent/RemoteUserMiddleware comments. Anders Einar Hilden 2024-12-11 18:59:57 +0100
  • 28c24a95e8 isort linter fix Chaitanya Rahalkar 2024-12-17 23:30:11 -0600
  • b58fc85dc1 Fix isort linter error Chaitanya Rahalkar 2024-12-17 23:28:34 -0600
  • ec53a12866 Lint code Chaitanya Rahalkar 2024-12-17 23:26:48 -0600
  • 78e5cb0941 Fixed issue where IDNA 2008 encoded domains were not validated Chaitanya Rahalkar 2024-12-17 23:17:17 -0600
  • 825aea26b2
    Refs #35967 -- Deprecated BaseDatabaseCreation.create_test_db(serialize). Simon Charette 2024-12-17 23:38:23 -0500
  • e9becbe303
    Fixed #35967 -- Deferred test suite fixtures serialization after all dbs setup. Simon Charette 2024-12-11 00:37:49 -0500
  • 4916b2835f
    Merge fba9c355a4 into 7e41a7a47d William 2024-12-18 03:54:58 +0000
  • 33ee6b23c7 Fixed #35529 -- Added support for positional arguments in querystring template tag. Giannis Terzopoulos 2024-12-02 16:38:22 +0100
  • a545d76005 Added DatabaseFeatures.rounds_to_even. Tim Graham 2024-12-17 08:59:38 -0500
  • 9122e8542b Fixed #35192 -- Added possibility to override BoundField at Form level or Field level. Christophe Henry 2024-06-11 12:25:24 +0200
  • 7e41a7a47d Refs #35520 -- Fixed expected query count in admin_views tests. Tim Graham 2024-12-16 12:33:42 -0500
  • 274f855f4a Added Chiemezuo to AUTHORS. Chiemezuo 2024-12-16 14:33:59 +0100
  • 1e05431881 Refs #32819 -- Added aria-describedby property to BoundField. David Smith 2024-12-13 08:20:27 +0000
  • 27375ad50e Fixed #35969 -- Disallowed specifying a USING clause for altered generated field. lufafajoshua 2024-12-09 15:37:05 +0300
  • 0d9872fc9a Fixed #7732 -- Added support for connection pools on Oracle. suraj 2024-09-10 20:56:16 +0530
  • 79317febfb
    Merge ad07a407f8 into 2249370c86 Sarah Boyce 2024-12-17 11:22:33 +0100
  • 17e82f0410 Refs #32819 -- Added aria-describedby property to BoundField. David Smith 2024-12-13 08:20:27 +0000