-
-
Notifications
You must be signed in to change notification settings - Fork 32.8k
Insights: django/django
Overview
-
0 Active issues
-
- 14 Merged pull requests
- 8 Open pull requests
- 0 Closed issues
- 0 New issues
Could not load contribution data
Please try again later
14 Pull requests merged by 10 people
-
Refs #36210 -- Added release note for further subquery support for composite pks.
#19721 merged
Aug 11, 2025 -
Refs #36210 -- Corrected output_field comparison in Subquery.resolve_expression().
#19718 merged
Aug 11, 2025 -
Corrected code examples in topics docs.
#19697 merged
Aug 11, 2025 -
Improved docs.yml GitHub Action covering docs quality checks.
#19714 merged
Aug 8, 2025 -
Fixed #36525 -- Silenced individual deleted file messages in collectstatic --clear's default verbosity.
#19700 merged
Aug 8, 2025 -
Fixed #36540 -- Updated request.auser() in contrib.auth.alogin() and contrib.auth.alogout().
#19709 merged
Aug 8, 2025 -
Fixed typo in django/contrib/gis/geos/geometry.py.
#19711 merged
Aug 8, 2025 -
Fixed #36210 -- Allowed Subquery usage in further lookups against composite pks.
#19459 merged
Aug 7, 2025 -
Refs #34140, Refs #36485 -- Grouped docs checks under a unified make check target.
#19605 merged
Aug 5, 2025 -
Fixed #26583 -- Silenced individual clashing name warnings in collectstatic's default verbosity.
#19574 merged
Aug 5, 2025 -
Fixed #36079 -- Fixed text size of TabularInline object titles.
#19698 merged
Aug 5, 2025 -
Fixed #36537 -- Ensured unique HTML IDs for geometry widget option scripts in the admin.
#19692 merged
Aug 5, 2025 -
Fixed #36530 -- Added system check for ManyToManyField involving CompositePrimaryKeys.
#19679 merged
Aug 5, 2025 -
Refs #36282 -- Fixed PrefetchRelatedMTICacheTests test ordering expectations.
#19705 merged
Aug 5, 2025
8 Pull requests opened by 8 people
-
Converted all relative imports to in-package absolute ones in ./django.
#19707 opened
Aug 5, 2025 -
Fixed #36533 -- Refactored startapp handle method to simplify empty directory handling.
#19708 opened
Aug 6, 2025 -
Fix 29291 negated q when expression
#19712 opened
Aug 7, 2025 -
Fixed #34643 -- Moved admin form label to a more accessible place.
#19713 opened
Aug 8, 2025 -
Fixed #36543 -- French Canadian locale formats times incorrectly.
#19716 opened
Aug 8, 2025 -
Remove unused OneToOneField from DatabaseWrapper.data_types
#19717 opened
Aug 9, 2025 -
Brought UniqueConstraint fields example format in line with other examples
#19722 opened
Aug 11, 2025
27 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 #36410 -- Added named template partials to DTL
#19643 commented on
Aug 11, 2025 • 25 new comments -
Fixed #36460 -- Improve accessibility and add new feature to column sorting in admin ChangeList.
#19564 commented on
Aug 9, 2025 • 8 new comments -
Fixed #35673 -- Enhanced `ExceptionReporter` to handle GET and FILES parameters
#19702 commented on
Aug 11, 2025 • 8 new comments -
Fixed #35859 -- Implement Tasks interface as per DEP 14
#18627 commented on
Aug 8, 2025 • 6 new comments -
Fixed #36430 -- Removed artificially low limit on single field bulk operations on SQLite.
#19522 commented on
Aug 11, 2025 • 4 new comments -
Fixed #36368 -- Prevented duplicate locale paths and write_po_file calls in makemessages.
#19447 commented on
Aug 11, 2025 • 4 new comments -
Fixed #27489 -- Renamed permissions upon model renaming.
#19405 commented on
Aug 11, 2025 • 4 new comments -
Fixed #35924 -- Removed icons from the Select/Remove all buttons in the FilteredSelectMultiple widget.
#19699 commented on
Aug 6, 2025 • 4 new comments -
Fixed #36539 -- Admin uses related field verbose_name attribute if available
#19704 commented on
Aug 7, 2025 • 4 new comments -
Fixed #28586 -- Added model field fetching modes.
#17554 commented on
Aug 8, 2025 • 2 new comments -
Fixed #36513 -- M2M multi-select background color.
#19674 commented on
Aug 9, 2025 • 2 new comments -
Fixed #36083 -- Ran system checks in ParallelTestSuite workers
#19070 commented on
Aug 6, 2025 • 1 new comment -
Fixed #36485 -- Added linting tool for documentation files.
#19549 commented on
Aug 11, 2025 • 1 new comment -
Refs #36532 - Added CSP view decorators.
#19680 commented on
Aug 8, 2025 • 1 new comment -
Add initial workflow to check if tests are added in PRs
#19641 commented on
Aug 10, 2025 • 1 new comment -
Fixed #20024 -- Made exclude(field__in=[None, ...]) generate IS NULL clause.
#19691 commented on
Aug 7, 2025 • 0 new comments -
Fixed #36367 -- Improving the accessibility of the date_hierarchy layout in the admin.
#19688 commented on
Aug 6, 2025 • 0 new comments -
Refs #36005 -- Bumped minimum supported versions of docutils to 0.22.
#19686 commented on
Aug 10, 2025 • 0 new comments -
Fixed #35892 -- Supported Widget.use_fieldset in admin forms and linked help texts aria-describedby for accessibility.
#19678 commented on
Aug 5, 2025 • 0 new comments -
Fixed #2259 -- Made manually specified primary keys readonly in the admin.
#19675 commented on
Aug 6, 2025 • 0 new comments -
Fixed #36499 -- Adjusted utils_tests.test_html.TestUtilsHtml.test_strip_tags following Python's HTMLParser new behavior.
#19639 commented on
Aug 7, 2025 • 0 new comments -
Refs #31223 -- Added __class_getitem__() to SetPasswordMixin and UnusablePasswordMixin
#19638 commented on
Aug 9, 2025 • 0 new comments -
Fixed #36458 Move focus to admin widget popup window after button click
#19632 commented on
Aug 8, 2025 • 0 new comments -
Fixed #35462 -- Added support for JSON_ArrayAgg aggregate function.
#19406 commented on
Aug 5, 2025 • 0 new comments -
Fixed #36175 -- Refactor admin pagination to make it reusable across different queryset.
#19172 commented on
Aug 7, 2025 • 0 new comments -
Fixed #35485 Added how to guide for project and app templates.
#18804 commented on
Aug 7, 2025 • 0 new comments -
Refs #33620 -- Accessibility in pipeline
#16115 commented on
Aug 8, 2025 • 0 new comments