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

Commit Graph

  • 4b65dc2f21
    Updated link with valid options for LANGUAGE_CODE in global_settings.py. r0Zh-ovanya 2024-09-19 15:18:05 +03:00
  • 1fa8493640 Refs #29522 -- Fixed serializers/fixtures test crash if PyYAML isn't installed. Mariusz Felisiak 2024-09-19 08:19:43 +02:00
  • f8cc9285e1 Fixed #35074 -- Fixed adding/removing indexes when spatial_index is changed on MySQL, PostgreSQL, and Oracle. Mariusz Felisiak 2024-08-18 07:12:51 +02:00
  • ae1ee24178 Fixed #35766 -- Handled slices in BaseChoiceIterator. Sarah Boyce 2024-09-17 12:40:21 +02:00
  • 9ca1f6eff6 Refs #373, Refs #24121 -- Added ColPairs.__repr__(). Bendeguz Csirmaz 2024-09-10 21:12:25 +08:00
  • ee5147cfd7 Fixed #29522 -- Refactored the Deserializer functions to classes. Amir Karimi 2024-09-12 10:56:18 +02:00
  • a060a22ee2 Fixed #35660 -- Made serialized_rollback and fixture data available in TransactionTestCase.setUpClass(). Jacob Walls 2024-09-04 09:33:44 -04:00
  • 8eca3e9bce Refs #35660 -- Updated TransactionTestCase methods into class or static methods. Jacob Walls 2024-09-04 09:33:31 -04:00
  • d2c97981fb Fixed #35735 -- Enabled template access to methods and properties of classes with __class_get_item__. Fabian Braun 2024-09-16 22:05:33 +02:00
  • 8b9a2bf34e
    Fixed #35762 -- Avoided unneeded quote_name() calls in SQLite introspection. Claude Paroz 2024-09-17 08:56:44 +02:00
  • d96b661135 [5.1.x] Fixed #35767 -- Adjusted customizing User model docs. Carlton Gibson 2024-09-16 22:40:11 +02:00
  • c0128e3a81
    Fixed #35767 -- Adjusted customizing User model docs. Carlton Gibson 2024-09-16 22:40:11 +02:00
  • d50f61be7f
    Improved TokenType.COMMENT test by using correct block syntax in template tests. Lily Foote 2024-09-16 15:30:30 +02:00
  • fd92f24789 Fixed #34887 -- Added support for unlimited models.CharField on SQLite. saJaeHyukc 2024-09-13 20:07:37 +09:00
  • 121747fdba Removed setting the release schedule from Steering Council prerogatives as per DEP 44. Sarah Boyce 2024-09-16 10:20:59 +02:00
  • b579485d99 Fixed #34221 -- Honored translation precedence with mixed plural forms. Claude Paroz 2024-09-14 19:10:01 +02:00
  • 1f3f0cd8ca Fixed #35754 -- Mapped full-width characters in latex to half-width. khanxmetu 2024-09-12 14:45:59 +03:00
  • ccd6e13cc9 Pinned Miniforge in benchmark workflow. Sarah Boyce 2024-09-12 11:45:05 +02:00
  • 8dd3f7d538 Closed connection pool in clean up of test_allowed_database_copy_queries. suraj 2024-09-13 11:13:50 +02:00
  • 16af0c60ed Fixed #35755 -- Hid help text of hidden fields in admin fieldsets. Richard Laager 2024-09-11 22:45:55 -05:00
  • b2501759eb Refs #29522 -- Improved test coverage of deserializers. Amir Karimi 2024-09-12 10:55:24 +02:00
  • c12fe0a724 [5.1.x] Added example of email sending with additional capabilities to docs/topics/email.txt. Ronny V. 2024-09-11 18:04:43 +02:00
  • f4813211e2
    Added example of email sending with additional capabilities to docs/topics/email.txt. Ronny V. 2024-09-11 18:04:43 +02:00
  • 96c990795c
    Refs #373 -- Removed outdated comment in RelatedIn lookup. Csirmaz Bendegúz 2024-09-11 22:32:06 +08:00
  • 590f5e09f0 [5.1.x] Fixed #35732 -- Wrapped ConcatPair expression in parentheses to ensure operator precedence. Gastón Avila 2024-09-04 17:32:40 -03:00
  • c3ca6075cc Fixed #35732 -- Wrapped ConcatPair expression in parentheses to ensure operator precedence. Gastón Avila 2024-09-04 17:32:40 -03:00
  • bf45f06769 [5.1.x] Refs #35060 -- Fixed the update to update_fields in overridden save() method docs. Clifford Gama 2024-09-06 14:29:15 +02:00
  • 38c2065154 Refs #35060 -- Fixed the update to update_fields in overridden save() method docs. Clifford Gama 2024-09-06 14:29:15 +02:00
  • 0bfaa55708 Fixed #35752 -- Fixed crash when using In() lookup in filters. Bendeguz Csirmaz 2024-09-11 00:48:56 +08:00
  • 727587c089 Refs #373 -- Refactored variable assignments in ColPairs and tuple lookups. Bendeguz Csirmaz 2024-09-10 23:09:16 +08:00
  • 347ab72c02 Refs #373 -- Improved test coverage of tuple lookup checks. Bendeguz Csirmaz 2024-08-15 13:27:47 +08:00
  • 2a4321ba23 Fixed #35747 -- Used default ordering when the ORDER_VAR param is blank in the admin changelist. ldeluigi 2024-09-11 09:04:46 +02:00
  • 371a9f3c5f Refs #35074 -- Added _create_spatial_index_sql()/_delete_spatial_index_sql() hooks to GIS backends. Mariusz Felisiak 2024-08-18 07:12:51 +02:00
  • d4bce26c94 Refs #35074 -- Added PostGISSchemaEditor._create_spatial_index_name(). Mário Falcão 2024-08-18 07:19:52 +02:00
  • 5865ff5adc
    Refs #373 -- Added Model._is_pk_set() abstraction to check if a Model's PK is set. Csirmaz Bendegúz 2024-09-10 04:46:50 +08:00
  • cdbd31960e Refs #33817 -- Corrected errors raised when Oracle driver is not installed. Mariusz Felisiak 2024-09-09 10:39:15 +02:00
  • e161bd4657 Fixed #35631 -- Added HttpRequest.get_preferred_type(). Jake Howard 2024-07-26 12:34:42 +01:00
  • d3da505999 [5.1.x] Fixed #35681 -- Corrected geoip2 docs when describing GeoIP2Exception. Jon Ribbens 2024-09-07 03:21:15 +01:00
  • 826ef00668
    Fixed #35681 -- Corrected geoip2 docs when describing GeoIP2Exception. Jon Ribbens 2024-09-07 03:21:15 +01:00
  • 9da696f539 [5.1.x] Fixed #35737 -- Clarified where "models" comes from in tutorial 7. Mariatta 2024-09-05 17:37:03 -07:00
  • 01a4d8a3c7
    Fixed #35737 -- Clarified where "models" comes from in tutorial 7. Mariatta 2024-09-05 17:37:03 -07:00
  • 76bbeee273 [5.1.x] Updated instruction for deploying with Uvicorn and Gunicorn. SirenityK 2024-09-05 14:32:46 -07:00
  • 03d52d2a52
    Updated instruction for deploying with Uvicorn and Gunicorn. SirenityK 2024-09-05 14:32:46 -07:00
  • 33cd593420 [5.1.x] Fixed #32831 -– Allowed cache tests to be retried via a new "retry" decorator. Wassef Ben Ahmed 2024-09-05 22:25:05 +01:00
  • 957c54d945
    Fixed #32831 -– Allowed cache tests to be retried via a new "retry" decorator. Wassef Ben Ahmed 2024-09-05 22:25:05 +01:00
  • 5211677454 [4.2.x] Added CVE-2024-45230 and CVE-2024-45231 to security archive. Natalia 2024-09-03 11:19:02 -03:00
  • 901ec7a217 [5.0.x] Added CVE-2024-45230 and CVE-2024-45231 to security archive. Natalia 2024-09-03 11:19:02 -03:00
  • 1b7b5e0d17 [5.1.x] Added CVE-2024-45230 and CVE-2024-45231 to security archive. Natalia 2024-09-03 11:19:02 -03:00
  • aa52930687 Added CVE-2024-45230 and CVE-2024-45231 to security archive. Natalia 2024-09-03 11:19:02 -03:00
  • 669bc196c9 [5.1.x] Added stub release notes for 5.1.2. Natalia 2024-09-03 10:01:46 -03:00
  • 60073a3e6b Added stub release notes for 5.1.2. Natalia 2024-09-03 10:01:46 -03:00
  • 8f6c36234d [4.2.x] Post-release version bump. Natalia 2024-09-03 09:46:50 -03:00
  • 6f9fea3313 [4.2.x] Bumped version for 4.2.16 release. 4.2.16 Natalia 2024-09-03 09:44:17 -03:00
  • bf4888d317 [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when email sending fails. Natalia 2024-08-19 14:47:38 -03:00
  • d147a8ebbd [4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizetrunc template filters. Sarah Boyce 2024-08-12 15:17:57 +02:00
  • cc13485c29 [5.0.x] Post-release version bump. Natalia 2024-09-03 09:37:31 -03:00
  • 8e68f938f3 [5.0.x] Bumped version for 5.0.9 release. 5.0.9 Natalia 2024-09-03 09:34:49 -03:00
  • 96d8404771 [5.0.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when email sending fails. Natalia 2024-08-19 14:47:38 -03:00
  • 813de2672b [5.0.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizetrunc template filters. Sarah Boyce 2024-08-12 15:17:57 +02:00
  • 83137036e1 [5.1.x] Post-release version bump. Natalia 2024-09-03 09:30:56 -03:00
  • 1e1d791787 [5.1.x] Bumped version for 5.1.1 release. 5.1.1 Natalia 2024-09-03 09:26:51 -03:00
  • 3c733c78d6 [5.1.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when email sending fails. Natalia 2024-08-19 14:47:38 -03:00
  • 022ab0a75c [5.1.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizetrunc template filters. Sarah Boyce 2024-08-12 15:17:57 +02:00
  • 8c35a0a903 Fixed CVE-2024-45231 -- Avoided server error on password reset when email sending fails. Natalia 2024-08-19 14:47:38 -03:00
  • 320dd27412 Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizetrunc template filters. Sarah Boyce 2024-08-12 15:17:57 +02:00
  • f5ddd54986 Fixed #35704 -- Fixed reduction for AddIndex subclasses. Adam Johnson 2024-08-22 19:26:42 +01:00
  • ad7f8129f3 Added EMAIL_USE_SSL to the 'Core Settings Topical Index' docs. github-user-en 2024-08-31 10:17:40 +05:30
  • 4470d1f156 Refs #35706 -- Replaced template _('...') usages with translate tag. sanjeevholla26 2024-09-03 08:17:09 +05:30
  • 6f9c6678bf Added assertion for the results of migrating an integer pk to SmallAutoField. Tim Graham 2024-08-30 20:17:17 -04:00
  • 4082a8886e Fixed #35724 -- Tested migration commands handling of distributed namespace packages. Jacob Walls 2024-06-01 19:34:30 -04:00
  • c6a4f853c7 Fixed #35712 -- Prevented Q.check() from leaving the connection in an unusable state. Alex Fischer 2024-08-28 09:53:40 -06:00
  • 387475c5b2 Refs #35706 -- Prefixed 'Error:' to titles of admin pages with form errors. sanjeevholla26 2024-08-30 23:44:32 +05:30
  • e4a2e22ddb Fixed #35690 -- Errored nicely when using in_bulk() with a values() or values_list() queryset. John Parton 2024-08-18 21:52:58 -05:00
  • 6203965960 [5.1.x] Fixed #35716 -- Fixed VariableDoesNotExist when rendering admin fieldsets. Sarah Boyce 2024-08-29 19:01:10 +02:00
  • fd1dd76778 Fixed #35716 -- Fixed VariableDoesNotExist when rendering admin fieldsets. Sarah Boyce 2024-08-29 19:01:10 +02:00
  • 20d44abb41 Fixed #35700 -- Added AlterModelTable and AlterModelTableComment reductions. Adam Johnson 2024-08-22 12:03:08 +01:00
  • 884ce37479 Fixed #35083 -- Updated method_decorator to handle async methods. Vaarun Sinha 2024-07-05 17:35:03 +05:30
  • 2c1f27d0d0 Dropped safeguards against very old versions of gettext. Claude Paroz 2024-08-27 21:31:07 +02:00
  • 2ff00251f9 Fixed #35669 -- Improved max post-process passes exceeded error message in HashedFilesMixin. SaJH 2024-08-26 23:49:30 +09:00
  • 2b2a2c0e26 Fixed #35702 -- Removed connection pooling note for mysql drivers. Hisham Mahmood 2024-08-29 00:04:17 +05:00
  • 26c06671d9 [5.1.x] Fixed #35688 -- Restored timezone and role setters to be PostgreSQL DatabaseWrapper methods. Sarah Boyce 2024-08-19 16:51:31 +02:00
  • 7380ac5734 Fixed #35688 -- Restored timezone and role setters to be PostgreSQL DatabaseWrapper methods. Sarah Boyce 2024-08-19 16:51:31 +02:00
  • fcb71a76cc [5.1.x] Removed outdated note about lack of subquery support in MySQL. Adam Johnson 2024-08-28 19:55:30 +01:00
  • 26a67943ac
    Removed outdated note about lack of subquery support in MySQL. Adam Johnson 2024-08-28 19:55:30 +01:00
  • 9b09a4fd95 [5.1.x] Fixed typos in docs/howto/initial-data.txt. Jacob Walls 2024-08-28 14:24:07 -04:00
  • 920efe503f
    Fixed typos in docs/howto/initial-data.txt. Jacob Walls 2024-08-28 14:24:07 -04:00
  • 9a461cae3e [5.1.x] Fixed #35666 -- Documented stacklevel usage and testing, and adjusted test suite accordingly. Simon Charette 2024-08-09 13:03:24 -04:00
  • dd58edcc37 [5.1.x] Refs #35405 -- Adjusted deprecation warning stacklevel in FieldCacheMixin.get_cache_name(). Simon Charette 2024-08-09 12:55:40 -04:00
  • 8f5d2c374a [5.1.x] Refs #35326 -- Adjusted deprecation warning stacklevel in FileSystemStorage.OS_OPEN_FLAGS. Simon Charette 2024-08-09 12:45:44 -04:00
  • c87007ab60 [5.1.x] Refs #35060 -- Adjusted deprecation warning stacklevel in Model.save()/asave(). Simon Charette 2024-08-09 13:41:18 -04:00
  • 57307bbc7d Fixed #35666 -- Documented stacklevel usage and testing, and adjusted test suite accordingly. Simon Charette 2024-08-09 13:03:24 -04:00
  • 39abd56a7f Refs #35405 -- Adjusted deprecation warning stacklevel in FieldCacheMixin.get_cache_name(). Simon Charette 2024-08-09 12:55:40 -04:00
  • 47f18a7226 Refs #35326 -- Adjusted deprecation warning stacklevel in FileSystemStorage.OS_OPEN_FLAGS. Simon Charette 2024-08-09 12:45:44 -04:00
  • 52ed2b645e Refs #35060 -- Adjusted deprecation warning stacklevel in Model.save()/asave(). Simon Charette 2024-08-09 13:41:18 -04:00
  • a69f895d7d Refs #34547 -- Adjusted deprecation warning stacklevel in DatabaseOperations.field_cast_sql(). Simon Charette 2024-08-09 12:57:58 -04:00
  • c042fe3a74 Refs #33735 -- Adjusted warning stacklevel in StreamingHttpResponse.__iter__()/__aiter__(). Simon Charette 2024-08-09 12:48:32 -04:00
  • 7e6e1c8383 Refs #32339 -- Adjusted deprecation warning stacklevel in transitional form renderers. Simon Charette 2024-08-09 12:32:50 -04:00
  • 6bd5d4f705 Refs #22712 -- Adjusted deprecation warning stacklevel in staticfiles finders. Simon Charette 2024-08-09 12:35:28 -04:00
  • 8ee17037ae Refs #16055 -- Adjusted deprecation warning stacklevel in get_joining_columns()/get_reverse_joining_columns(). Simon Charette 2024-08-09 13:49:59 -04:00
  • 5e81a4e790 Refs #12581 -- Adjusted warning stacklevel in queries ring buffer. Simon Charette 2024-08-09 12:39:18 -04:00