-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
Insights: django/django
Overview
-
0 Active issues
-
- 15 Merged pull requests
- 8 Open pull requests
- 0 Closed issues
- 0 New issues
Could not load contribution data
Please try again later
15 Pull requests merged by 8 people
-
Triggered window resize to fix layout issues.
#19644 merged
Jul 18, 2025 -
Refs #35680 -- Sorted shell default autoimports to prevent isort mismatches.
#19649 merged
Jul 18, 2025 -
Fixed #36456 -- Improved content type negotiation in technical 500 error response.
#19562 merged
Jul 18, 2025 -
Fixed #35728 -- Computed error messages in assertions only on test failures.
#19402 merged
Jul 18, 2025 -
Added tests for assertRedirects() when following a redirect.
#19621 merged
Jul 17, 2025 -
Fixed #36163 -- Deprecated most positional args to django.core.mail.
#19186 merged
Jul 17, 2025 -
Fixed #35680 -- Added default automatic imports to shell.
#18560 merged
Jul 17, 2025 -
[5.2.x] Added SimpleTestCase.enterContext() on Python < 3.11.
#19646 merged
Jul 16, 2025 -
Fixed GitHub Action that checks commit prefixes to fetch PR head correctly.
#19647 merged
Jul 16, 2025 -
Refs #35581 -- Reduced implementation dependencies in mail tests.
#19642 merged
Jul 16, 2025 -
Fixed #36477, Refs #36163 -- Implemented deprecate_posargs decorator.
#19145 merged
Jul 16, 2025 -
Added GitHub Action to enforce stable branch commit message prefix.
#19640 merged
Jul 16, 2025 -
Fixed typo in docs/ref/utils.txt.
#19637 merged
Jul 13, 2025 -
Skipped test_no_logs_without_debug test when the runner is invoked with --debug-sql.
#19493 merged
Jul 13, 2025 -
Added Django ecosystem page to the documentation.
#19635 merged
Jul 13, 2025
8 Pull requests opened by 8 people
-
Refs #31223 -- Added __class_getitem__() to SetPasswordMixin and UnusablePasswordMixin
#19638 opened
Jul 13, 2025 -
Add initial workflow to check if tests are added in PRs
#19641 opened
Jul 16, 2025 -
Fixed #36410 -- Added named template partials to DTL
#19643 opened
Jul 16, 2025 -
Fixed #36369: Added tests to verify FORWARD_PROPERTIES and REVERSE_PROPERTIES cache behaviours.
#19645 opened
Jul 16, 2025 -
Fixed #25251 -- Added --use-clones option to never run against test DB
#19648 opened
Jul 17, 2025 -
Improved readability of AppConfig.__init__ and added validation error using f-strings. Refs ticket - N/A
#19650 opened
Jul 18, 2025 -
Removed double spaces after periods.
#19651 opened
Jul 18, 2025
28 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Fixed #35581 -- Updated django.core.mail to Python's modern email API.
#18966 commented on
Jul 17, 2025 • 13 new comments -
Fixed #28696 - Added support for GeometryType database function
#18667 commented on
Jul 17, 2025 • 12 new comments -
Fixed #35859 -- Implement Tasks interface as per DEP 14
#18627 commented on
Jul 18, 2025 • 9 new comments -
Fixed #31354: Properly reconstruct host header in presence of X-Forwarded-* header.
#18835 commented on
Jul 12, 2025 • 9 new comments -
Fixed #36226: Added support for all hashers to accept `str` or `bytes` for encoding and verifying passwords
#19626 commented on
Jul 16, 2025 • 7 new comments -
Fixed #36458 Move focus to admin widget popup window after button click
#19632 commented on
Jul 16, 2025 • 6 new comments -
Fixed #36134 -- Add support for ABSENT ON NULL clause for JSONArray.
#19097 commented on
Jul 16, 2025 • 6 new comments -
Fixed #36336 -- Fixed autocomplete field width in collapsed admin inlines.
#19601 commented on
Jul 14, 2025 • 3 new comments -
Fixed #36439: Optimize `acheck_password` CPU heavy internal hashing process by using a ThreadPoolExecutor
#19611 commented on
Jul 16, 2025 • 3 new comments -
Fixed #36368 -- Prevented possibility of duplicate locale paths and write_po_file calls in makemessages management command
#19447 commented on
Jul 18, 2025 • 3 new comments -
Fixed #24067 -- Renamed permissions upon model renaming.
#19405 commented on
Jul 18, 2025 • 2 new comments -
Fixed #36282 -- Check all ancestors for cached prefetched relations
#19362 commented on
Jul 18, 2025 • 2 new comments -
Extended the GitHub pull request template to require AI assistance disclosure.
#19594 commented on
Jul 17, 2025 • 1 new comment -
Fixed #36168: Handled backward migration in multi squashed migration app
#19623 commented on
Jul 14, 2025 • 0 new comments -
Removed verbose "which" from migrations topic
#19607 commented on
Jul 19, 2025 • 0 new comments -
Fixed #34613 -- Added support for Partitioned cookies
#19603 commented on
Jul 17, 2025 • 0 new comments -
Fixed #8408. Add ModelAdmin.estimated_count flag for optional fast row estimation in admin changelists
#19624 commented on
Jul 18, 2025 • 0 new comments -
Fixed #36482 -- Rendered PK with value_to_string() in admin.
#19600 commented on
Jul 17, 2025 • 0 new comments -
Refs #36009 -- Added support for PostGIS 3.5
#19597 commented on
Jul 15, 2025 • 0 new comments -
Refs #35581 -- Time travelled to Django 7.0 to remove deprecated code.
#19577 commented on
Jul 16, 2025 • 0 new comments -
Asynchronous implementation of a database connection
#19576 commented on
Jul 14, 2025 • 0 new comments -
Refs #25706 -- Avoided adding an unneeded and potentially non-unique ID.
#19566 commented on
Jul 17, 2025 • 0 new comments -
Fixed #36460 -- Improve accessibility and add new feature to column sorting in admin ChangeList.
#19564 commented on
Jul 18, 2025 • 0 new comments -
Fixed #36420 -- Used actual SQLite limits in last_executed_query() quoting.
#19517 commented on
Jul 15, 2025 • 0 new comments -
Fixed #35462 -- Added support for JSON_ArrayAgg aggregate function.
#19406 commented on
Jul 16, 2025 • 0 new comments -
Fixed #27775 -- Added support for custom expiry in signed cookies.
#19191 commented on
Jul 15, 2025 • 0 new comments -
Ticket 35813 - Add AlterField functionality to makemigrations for unmanaged models
#18651 commented on
Jul 17, 2025 • 0 new comments -
Refs #21961 : Added support for database-level cascading options
#16851 commented on
Jul 16, 2025 • 0 new comments