-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
Insights: django/django
Overview
-
0 Active issues
-
- 14 Merged pull requests
- 11 Open pull requests
- 0 Closed issues
- 0 New issues
Could not load contribution data
Please try again later
14 Pull requests merged by 12 people
-
Fixed #36357 -- Removed unique_together from inspectdb output for tables with composite primary keys.
#19430 merged
Apr 30, 2025 -
Fixed #36358 -- Fixed composite integer primary key introspection on SQLite.
#19431 merged
Apr 30, 2025 -
Used addCleanup() instead of try-finally blocks in inspectdb tests.
#19433 merged
Apr 29, 2025 -
Fixed #36354 -- Removed javascript fallback for outdated browsers not supporting
:has()
.#19421 merged
Apr 28, 2025 -
Fixed #35931 -- Document fields and methods of the FlatPage model
#18867 merged
Apr 27, 2025 -
Fixed #18296 -- Create custom target directory if missing in startproject and startapp
#18387 merged
Apr 27, 2025 -
Fixed #36346 -- Removed outdated section about the threaded option in Oracle driver.
#19413 merged
Apr 27, 2025 -
Fixed #36312 -- Solved
dark_mode.css
size units for svg in Safari#19398 merged
Apr 27, 2025 -
Fixed aggregation tests crash on databases that don't support JSONFields.
#19422 merged
Apr 27, 2025 -
Fixed #36335 -- Fixed typo in docs/topics/db/managers.txt.
#19418 merged
Apr 27, 2025 -
Refs #36326 -- Fixed QuerySet.raw() crash on models with CompositePrimaryKey on Oracle.
#19415 merged
Apr 26, 2025 -
Fixed #36309 -- Made email alternatives and attachments pickleable.
#19410 merged
Apr 24, 2025 -
Refs #36341 -- Added release notes for 5.1.9 and 4.2.21 for fix in 1e9db35836d42a3c72f3d1015c2f302eb6fee046.
#19409 merged
Apr 23, 2025 -
Fixed #36341 -- Fixed utils.text.wrap not preserving empty lines.
#19404 merged
Apr 23, 2025
11 Pull requests opened by 10 people
-
Fixed #36350 -- Respected Field.db_check() when deciding whether to recreate constraint
#19416 opened
Apr 25, 2025 -
Fixed #14688 -- Made BaseInlineFormSet support explicit "auto_id" argument.
#19417 opened
Apr 26, 2025 -
Fixed #35852 -- Fixed inconsistent formatting of numbers in a locale-aware fashion.
#19419 opened
Apr 26, 2025 -
FIXED #5899 -- Allowed having the collapsible fieldset and inlines ex…
#19420 opened
Apr 26, 2025 -
Fixed #33174 -- Fix `migrate`/`makemigrations` crash for model inheriting from `Generic[T]`
#19423 opened
Apr 26, 2025 -
Removed redundant redefinition of variable in tests/test_utils/tests.py.
#19424 opened
Apr 27, 2025 -
Fixed #35276 -- Moved cache backend checks to the relevant backend classes.
#19426 opened
Apr 27, 2025 -
Fixed #36143 -- Made max_query_params respect SQLITE_LIMIT_VARIABLE_NUMBER.
#19427 opened
Apr 27, 2025 -
Update contributing docs for new feature ideas
#19428 opened
Apr 27, 2025 -
removed checks meant for python version less then 3.6.
#19432 opened
Apr 29, 2025 -
Made cosmetic edits and added upcoming security release to release notes.
#19435 opened
Apr 30, 2025
40 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 #36304 -- Added guidelines for function/class headers in documentation
#19397 commented on
Apr 27, 2025 • 21 new comments -
Fixed #36060 -- Prevented IntegrityError in bulk_create() with order_with_respect_to.
#19012 commented on
Apr 29, 2025 • 10 new comments -
Fixed #13314 -- Add docs to `forms.FileField` ref `max_length` and `ModelForm`
#17576 commented on
Apr 30, 2025 • 9 new comments -
Fixed #17461 -- Doc'd the presumed order of foreign keys on the intermediary model of a self-referential m2m.
#18762 commented on
Apr 30, 2025 • 9 new comments -
Fixed #36329 -- Removed non-code custom link text when cross-referencing Python objects.
#19386 commented on
Apr 28, 2025 • 8 new comments -
#32577 autofield allow non ints, add uuid auto
#18365 commented on
Apr 30, 2025 • 8 new comments -
Fixed #36085 -- negative indexing jsonfield array syntax for SQLite.
#19030 commented on
Apr 29, 2025 • 8 new comments -
Fixed #36127 -- Fixed to display whitespace in object str in admin.
#19105 commented on
Apr 29, 2025 • 7 new comments -
Fixed #35972 -- Fixed lookups failing due to list/tuple params mismatch.
#19057 commented on
Apr 27, 2025 • 7 new comments -
Fixed #36348 -- ManifestStaticFilesStorage breaks CSS containing data: URIs with multiple nested url()s
#19408 commented on
Apr 28, 2025 • 6 new comments -
Fixed #28586 -- Added model field fetching modes.
#17554 commented on
Apr 29, 2025 • 6 new comments -
Fixed #15727 -- Added Content-Security-Policy support.
#19393 commented on
Apr 27, 2025 • 4 new comments -
Refs #36175 -- Refactor admin to use querystring template tag.
#19212 commented on
Apr 30, 2025 • 4 new comments -
Fixed #35462 -- Added support for JSON_ArrayAgg aggregate function.
#19406 commented on
Apr 30, 2025 • 4 new comments -
Refs #36315 -- Replaced calls to asyncio.gather with TaskGroup.
#19370 commented on
Apr 26, 2025 • 3 new comments -
Improved GEOS error messages and tests.
#18786 commented on
Apr 26, 2025 • 3 new comments -
Fixed #35629 -- Added support for async database connections and cursors.
#18408 commented on
Apr 29, 2025 • 3 new comments -
Fixed #36053 -- Corrected DOM structure for FilteredSelectMultiple widget label in admin
#19394 commented on
Apr 29, 2025 • 2 new comments -
Fixed #36207 -- Cleared cached ForeignObject relations via refresh_from_db().
#19245 commented on
Apr 30, 2025 • 2 new comments -
Fixed #35930 -- Added @sensitive_variables to database backend methods
#19399 commented on
Apr 26, 2025 • 2 new comments -
Fix #34746: Add a size limit for variable size when pretty printing exception report
#17809 commented on
Apr 28, 2025 • 1 new comment -
Fixed #36295 -- Added support for overriding `GenericForeignKey` in abstract models
#19401 commented on
Apr 26, 2025 • 1 new comment -
Fixed #36030 - Divide an integer field by a constant decimal returns inconsistent decimal
#19004 commented on
Apr 28, 2025 • 1 new comment -
Fixed #35675 - avoid backtracking in Template parsing
#19360 commented on
Apr 27, 2025 • 1 new comment -
Fixed #36305 -- Added documentation indentation guidelines
#19369 commented on
Apr 26, 2025 • 1 new comment -
Fixed #36318 -- Fixed incorrect rollback exception attribution in nested atomic blocks.
#19391 commented on
Apr 26, 2025 • 0 new comments -
Refs #28586 -- Split descriptor from GenericForeignKey.
#19381 commented on
Apr 29, 2025 • 0 new comments -
Fixed #35507 -- Improved accessibility using a search landmark and aria-labelledby.
#19379 commented on
Apr 26, 2025 • 0 new comments -
Fixed #36282 -- Check all ancestors for cached prefetched relations
#19362 commented on
Apr 30, 2025 • 0 new comments -
Fixed #36281 -- Used async-safe write in ASGIHandler.read_body().
#19359 commented on
Apr 28, 2025 • 0 new comments -
Added flatpages app parameters to pass a context and set a default template.
#19344 commented on
Apr 26, 2025 • 0 new comments -
Fixed #32406 -- Demonstration of how update and bulk_update could take advantage of returning rows.
#19298 commented on
Apr 24, 2025 • 0 new comments -
Fixed #27222 -- Refreshed model field values assigned expressions on save().
#19285 commented on
Apr 24, 2025 • 0 new comments -
Fixed #36192 -- Used semantic HTML for buttons.
#19283 commented on
Apr 26, 2025 • 0 new comments -
Removed default for app_configs from system check functions.
#19262 commented on
Apr 30, 2025 • 0 new comments -
Fixed #15879 -- Assigned default filename for files with empty filenames
#19239 commented on
Apr 27, 2025 • 0 new comments -
Fixed #31804 - added support for parallel database setups
#18668 commented on
Apr 27, 2025 • 0 new comments -
Ticket 35813 - Add AlterField functionality to makemigrations for unmanaged models
#18651 commented on
Apr 26, 2025 • 0 new comments -
Refs #33620 -- Accessibility in pipeline
#16115 commented on
Apr 28, 2025 • 0 new comments -
Fixed #12090 -- Show admin actions on the edit pages too
#16012 commented on
Apr 28, 2025 • 0 new comments