0
0
mirror of https://github.com/django/django.git synced 2024-11-21 19:09:18 +01:00

Commit Graph

  • a23b5e557a Refs #35849 -- Skipped ParallelTestSuiteTest.test_handle_add_error_before_first_test() without tblib. Mariusz Felisiak 2024-11-08 22:02:50 +0100
  • ab577b5d74 Refs #32365 -- Removed pytz from list of test dependencies in unit test docs. Mariusz Felisiak 2024-11-09 20:00:37 +0100
  • d52bbbfa29 Fixed typo in django/db/backends/sqlite3/features.py. Mariusz Felisiak 2024-11-11 09:44:01 +0100
  • 6ed3ef3f5c Fixed #35011, Refs #28900 -- Added tests for QuerySet.union() with multiple models and DateTimeField annotations. Jacob Rief 2024-10-30 17:04:46 +0100
  • 023ae04df9 Refs #23968 -- Removed unnecessary list comprehension in contrib.admin.helpers. John Parton 2024-11-05 11:05:13 -0600
  • 2a348a2836 Fixed #35849 -- Made ParallelTestSuite report correct error location. David Winiecki 2024-10-16 15:40:26 -0700
  • 2bd6fed035 Refs #35849 -- Added a handle_event hook to ParallelTestSuite. David Winiecki 2024-10-16 15:40:01 -0700
  • 5eca08b6d4 Fixed #35863 -- Replaced bold text with heading level 3 in new contributors docs. ssanger 2024-11-02 10:52:14 -0700
  • 08918acec3 Fixed #27409 -- Made admindocs support custom link text in docstrings. sai-ganesh-03 2024-11-03 11:03:48 +0530
  • fe6276db0a Fixed #35778 -- Used JSON_OBJECT database function on PostgreSQL 16+ with server-side bindings. John Parton 2024-09-26 10:52:12 -0500
  • eacfe0137c Fixed #35889 -- Corrected reference of default widgets in "Styling widget instance" docs. antoliny0919 2024-11-06 18:47:54 +0900
  • dceaed0822 Removed definition of JSONObject ArgJoiner class in as_native function. Sarah Boyce 2024-11-05 12:35:50 +0100
  • 33cd59a134 Clarified instructions on how to claim a ticket. Maria Hynes 2024-11-04 08:59:45 +0000
  • cf54714460 Fixed typo in docs/internals/howto-release-django.txt. Mariusz Felisiak 2024-11-05 12:14:55 +0100
  • 2e02d07690 Fixed #35880 -- Removed invalid example in form Field.required docs due to CharField.strip. antoliny0919 2024-11-05 07:59:14 +0900
  • cc8da82be4 Refs #26001 -- Handled relationship exact lookups in ModelAdmin.search_fields. Sarah Boyce 2024-11-04 16:09:55 +0100
  • 5cc193f35f Added stub release notes for 5.1.4. Mariusz Felisiak 2024-11-05 06:30:22 +0100
  • b2490d621e Added release date for 5.1.3. Mariusz Felisiak 2024-11-05 05:55:58 +0100
  • 4266f61caa Fixed #35867, Refs #2411 -- Allowed links in admindocs view details summary. sai-ganesh-03 2024-10-31 19:10:00 +0530
  • 71d260ab80 Made minor edits to form fields docs. antoliny0919 2024-11-04 09:10:58 +0100
  • 5b0795ec02 Fixed #26001 -- Fixed non-string field exact lookups in ModelAdmin.search_fields. 0saurabh0 2024-11-01 08:26:10 +0100
  • fd82e00697 Fixed #35883 -- Confirmed support for GDAL 3.9. David Smith 2024-11-02 15:47:07 +0000
  • 3d5272be0e Refs #373 -- Added TupleIn subqueries. Bendeguz Csirmaz 2024-10-15 01:31:27 +0800
  • 40fa376d51 Fixed #35837 -- Added missing alters_data=True to QuerySet and UserManager methods. Sarah Boyce 2024-10-14 13:59:00 +0200
  • e0d0827cf4 Refs #373 -- Used a feature flag to disable composite subquery test on MySQL. Simon Charette 2024-10-31 09:05:58 -0400
  • e5dbb627ff Updated the "Built-in Field classes" section reference to a link. antoliny0919 2024-10-31 07:49:24 +0900
  • 85a2434c24 Fixed #35876 -- Displayed non-ASCII fieldset names when rendering ModelAdmin.fieldsets. Sarah Boyce 2024-10-30 09:27:57 +0100
  • 9d7190cf42 Fixed #35180 -- Recreated PostgreSQL _like indexes when changing between TextField and CharField field types. Ben Cail 2024-09-17 15:10:39 -0400
  • 8aac7445f6 Fixed #35866 -- Clarified the positioning Python magic methods on models in the internal style guide. maddrum 2024-10-26 14:46:46 +0300
  • c2e1bfbe9b Fixed #35856 -- Added QuerySet.explain() support for MEMORY/SERIALIZE option on PostgreSQL 17+. Anthony Joseph 2024-10-23 22:13:18 +1100
  • ff75ae3b62 Added missing lang attributes to html elements in docs. Johanan-Ayadata 2024-10-22 22:20:55 +0000
  • 4a90b0b227 Clarified default behavior when fields and fieldsets are not set on ModelAdmin. aruseni 2024-10-27 21:31:36 +0200
  • c3d5e52399 Fixed #35864 -- Documented EmailMessage.connection is ignored when using send_messages(). Mike Edmunds 2024-10-28 12:54:20 -0700
  • 3fbc7ff11b Fixed #35873 -- Corrected Form.as_table() call in form docs. antoliny0919 2024-10-30 07:17:55 +0900
  • 9eb7c3a57e Refs #35844 -- Expanded compatibility for expected error messages in command tests on Python 3.12 and 3.13. Tainara Palmeira 2024-10-28 14:46:20 +0100
  • c4832e7193 Corrected note on importing fields in model field reference docs. aruseni 2024-10-27 21:46:13 +0200
  • a6ad41a1aa Removed unneeded OS reference on running the test suite in contributing docs. Maria Hynes 2024-10-27 11:05:49 +0000
  • 3cd08b222b Fixed typo in ref/models/fields.txt. Clifford Gama 2024-10-27 12:12:55 +0200
  • f182dacc21 Refs #35581 -- Reduced boilerplate in mail tests. Mike Edmunds 2024-08-24 12:49:58 -0700
  • 85cb3c7cd4 Refs #35581 -- Identified mail tests that check for Python 2 behavior. Mike Edmunds 2024-10-28 14:42:53 +0100
  • 041000416b Refs #35581 -- Verified attachments in the generated message in mail tests. Mike Edmunds 2024-10-28 14:41:00 +0100
  • 616b19cfe3 Refs #35581 -- Clarified some test names and comments in mail tests. Mike Edmunds 2024-10-28 14:29:00 +0100
  • 6c8427cb65 Fixed #35868 -- Removed unneeded AttributeError catching in collectstatic's delete_file(). Peter Ruszel 2024-10-28 15:37:10 -0700
  • d8e3c73ec2 Fixed #35871 -- Corrected example on altering the base_fields attribute in forms docs. antoliny0919 2024-10-29 08:44:37 +0900
  • da5b710c56 Refs #34900 -- Removed usage of deprecated glob.glob1(). earthyoung 2024-10-28 15:59:18 +0900
  • dcdba99c90 Refs #35742 -- Used curly quote in add user form message. Claude Paroz 2024-10-25 21:06:31 +0200
  • 328488b6ed Improved the writing documentation contributing guide. Paolo Melchiorre 2024-10-25 15:26:46 +0200
  • 45dd23f666 Refs #35844 -- Corrected expected error messages in commands tests on Python 3.14+. Tainara Palmeira 2024-10-24 11:27:56 +0200
  • 1019cf3708 Made GitHub actions display all warnings in Python tests. Mariusz Felisiak 2024-10-25 09:41:11 +0200
  • 123f87f0dd Improved readability of triage workflow image by increasing its size and color contrast. mbcodes 2024-10-23 12:22:38 -0700
  • df6241ff0b Refs #35803 -- Added support for __covers GIS lookup on MySQL. Mariusz Felisiak 2024-09-29 19:46:26 +0200
  • 3e4d3e707a Fixed #35803 -- Added support for Collect, GeoHash, and IsValid on MariaDB 11.7+. Mariusz Felisiak 2024-09-27 22:26:35 +0200
  • ecb0415ee9 Refs #35803 -- Added support for __coveredby GIS lookup on MySQL and MariaDB 11.7+. Mariusz Felisiak 2024-09-27 21:08:20 +0200
  • 446bb2dac8 Refs #26029 -- Extended docs for the StorageHandler default instance. Carlton Gibson 2024-10-24 16:57:04 +0200
  • 8e5daf2dfe Refs #35844 -- Fixed tests for test --parallel option on Python 3.14+. Mariusz Felisiak 2024-10-24 16:41:37 +0200
  • e542bc1ba6 Used webbroswer module in docs Makefile. Paolo Melchiorre 2024-10-24 09:43:43 +0200
  • 763dfbc163 Updated authentication solutions list on using REMOTE_USER how-to. AfiMaameDufie 2024-10-24 09:28:52 +0200
  • cb7f1180a8 Fixed #22828 -- Warned that ModelAdmin get hooks return the property itself rather a copy. koresi 2024-09-25 03:57:20 +0200
  • cc44500f6b Refs #35803 -- Added more tests for __coveredby and __covers GIS lookups. Mariusz Felisiak 2024-09-28 20:55:21 +0200
  • 0208305b00 Doc'd that unusable passwords are defined by metadata in the password field. David D Lowe 2024-10-23 18:20:36 +0100
  • 5a65adb2f8 Fixed #28999 -- Documented how to reverse a class-based view by instance. Clifford Gama 2024-10-22 14:12:02 +0200
  • 2d25d64c63 Refs #28999 -- Added tests for reversing a class-based view by instance. Clifford Gama 2024-10-17 17:59:58 +0200
  • 33887d9f84 Fixed #35731 -- Extended db_default docs. Yash 2024-10-16 14:38:31 +0530
  • 523c1efe14 Refs #34406 -- Added support for GDAL curved geometries. David Smith 2024-10-22 21:24:36 +0100
  • 40c3f0f4db Restructured how-to docs landing page. Daniele Procida 2024-10-22 20:10:25 +0200
  • 608422addc Added missing alt attribute to <img> tag in docs. ssanger 2024-10-18 18:18:43 -0700
  • 55d60b9903 Fixed example indentation in howto/overriding-templates.txt. Mariusz Felisiak 2024-10-22 11:06:34 +0200
  • 8b59f0ca64 Updated Hypercorn links in docs/howto/deployment/asgi/hypercorn.txt. amirreza sohrabi far 2024-10-22 01:01:39 +0330
  • 68a753b629 Updated tutorial part count from 7 to 8 in docs/intro/reusable-apps.txt. Mariusz Felisiak 2024-10-21 19:20:03 +0200
  • 10072a95c4 Fixed #35841 -- Restored support for DB-IP databases in GeoIP2. Nick Pope 2024-10-15 09:48:59 +0100
  • 56a377d35f Refs #35841 -- Adjusted GeoIP2 tests for easier test case extension. Nick Pope 2024-10-15 09:58:19 +0100
  • 7353279ba1 Refs #35841 -- Updated GeoIP2 test database files. Nick Pope 2024-10-15 09:26:12 +0100
  • 91a9ced3b3 Fixed #35845 -- Updated DomainNameValidator to require entire string to be a valid domain name. Justin Thurman 2024-10-16 09:43:02 -0400
  • ba50497dab Fixed #26322 -- Consolidated lazy relationships details in docs/ref/models/fields.txt. Clifford Gama 2024-10-17 16:39:40 +0200
  • 7426f1bb8b Refs #35844 -- Used asgiref.sync.iscoroutinefunction() instead of deprecated asyncio.iscoroutinefunction(). Mariusz Felisiak 2024-10-17 15:15:10 +0200
  • 31047bd42d Fixed #35795 -- Added role="button" to links acting as buttons for screen readers. Jay Patel 2024-10-05 11:26:59 +0200
  • 49197abf59 Refs #35844 -- Added Python 3.14 to daily builds. Mariusz Felisiak 2024-10-17 03:19:17 +0200
  • cf805a0255 Expanded contributor docs on getting feedback from the wider community. Maryam Yusuf 2024-08-13 00:21:49 +0100
  • 42a904b0ce Refs #35727 -- Updated response.content.decode calls to use the HttpResponse.text property. SaJH 2024-10-16 01:11:46 +0900
  • 4c2b48e9a1 Fixed #35727 -- Added HttpResponse.text property. SaJH 2024-09-11 21:23:23 +0900
  • d695891c74 Fixed #35782 -- Allowed overriding password validation error messages. Ben Cail 2024-09-26 10:11:41 -0400
  • c88cad9ac6 Fixed #35656 -- Added an autodetector attribute to the makemigrations and migrate commands. leondaz 2024-09-09 19:15:40 +0300
  • 04af776dc9 Fixed #35682 -- Updated docstrings for base view classes which require a response mixin. Yash 2024-09-04 20:10:27 +0530
  • f3436b0dbb Refs #35782 -- Documented the get_help_text methods in password validators. Ben Cail 2024-10-14 09:12:56 -0400
  • 6c7733842e Fixed #35744 -- Relabelled external aliases of combined queries. Simon Charette 2024-10-14 19:21:48 -0400
  • 5afaaf2c57 Refs #373 -- Added additional validations to tuple lookups. Bendeguz Csirmaz 2024-09-27 00:04:33 +0800
  • f551c0800b Fixed docs build on Sphinx 8.1+. Mariusz Felisiak 2024-10-11 13:50:51 +0200
  • 147a6cc2c5 Fixed #35612 -- Added documentation on how the security team evaluates reports. Sarah Boyce 2024-10-08 08:47:10 +0200
  • 8427137283 Fixed #35717 -- Reduced Create/RemoveCollation operations when optimizing migrations. Adam Johnson 2024-08-29 18:52:31 +0100
  • a2c1e8599a Fixed #35789 -- Improved the error message raised when the tag must be first in the template. ekinertac 2024-10-06 15:29:35 +0300
  • 8dc9020a41 Fixed #35103 -- Used provided error code and message when fields is set without a condition on UniqueConstraint. gabn88 2024-01-11 17:43:52 +0100
  • 7336c0a85a Fixed docstring for django.core.exceptions module. Baptiste Mispelon 2024-10-09 11:33:32 +0200
  • aa822db66b Fixed typo in docs/releases/5.2.txt. Mariusz Felisiak 2024-10-09 20:46:25 +0200
  • cd3eedcd9c Explained exception to using include() within urlpatterns in tutorial 1. Chiara Mezzavilla 2024-10-09 16:46:26 +0200
  • eea5c22c64 Fixed #35792 -- Simplified ModelBackend._get_group_permissions(). Bona Fide IT GmbH 2024-09-28 11:36:38 +0200
  • bd96728ece Added GitHub Action workflow to test all Python versions listed in the project config file. nessita 2024-10-09 10:19:12 -0300
  • fe0442925e Refs #35502 -- Clarified models.py file path in docs/topics/db/queries.txt. Natalia 2024-08-07 16:08:21 -0300
  • 0480a112f6 Fixed #35502 -- Removed duplication of "mysite" directory name in intro docs. Meta 2024-08-07 16:07:22 -0300
  • 834ac0ea6a Refs #34900 -- Doc'd Python 3.13 compatibility. Mariusz Felisiak 2024-10-08 08:14:54 +0200
  • 1318c54386 Refs #34900 -- Added Python 3.12 to classifiers and tox.ini, and used it in GitHub actions. Mariusz Felisiak 2024-10-08 08:10:06 +0200