bcail

(bcail)

Most Active Role

Bug Fixer

Most Active Component

Database Layer (Models, Orm)

Activity Timeline

Components

Tickets

Trac Ticket (29) Reporter (11) Owner (16) Commenter (78) Summary Component
17235 17235 1 Multipartparser shouldn't leave request.POST/request.FILES mutable HTTP handling
23337 23337 4 CircularDependencyError when squashing migrations Migrations
373 373 1 Add support for multi-column primary keys. Database layer (models, ORM)
22997 22997 5 Migration fails when removing explicit primary key Migrations
470 470 2 Add Field.db_default for defining database defaults Database layer (models, ORM)
35326 35326 6 OverwritingStorageTests fail if a TemporaryUploadedFile is used File uploads/storage
34533 34533 1 OuterRef not resolved as part of ORDER BY clause Database layer (models, ORM)
18392 18392 4 Make MySQL backend default to utf8mb4 encoding Database layer (models, ORM)
35180 35180 3 PostgreSQL pattern ops indexes are dropped when changing between CharField and TextField Database layer (models, ORM)
34118 34118 2 Python 3.12 compatibility Core (Other)
34125 34125 1 Limiting QuerySet crashes on union() with a single non-empty query Database layer (models, ORM)
35472 35472 Image files aren't cleaned up after running tests File uploads/storage
35368 35368 3 Postgres schema test failure locally Database layer (models, ORM)
34277 34277 1 Add where clause in QuerySet.bulk_create() when update_conflicts=True Database layer (models, ORM)
35323 35323 3 Fix FileExistsError in django/core/files/move.py. File uploads/storage
35320 35320 3 Remove unnecessary django.core.files.move._samefile() hook. File uploads/storage
28541 28541 3 migration introducing a UUID primary key fails on sqlite3 Migrations
35223 35223 2 Fields with db_default raise ValidationErrors when full_clean() called Database layer (models, ORM)
35222 35222 4 Update tablespaces tests Core (Other)
34534 34534 4 Reduce index/constraints operations. Migrations
35073 35073 4 models.SET's callable is called when there are no objects to update. Database layer (models, ORM)
16281 16281 9 ContentType.get_object_for_this_type using wrong database for creating object contrib.contenttypes
35156 35156 3 Update Doc comment about SQLite foreign keys Documentation
34958 34958 2 Intermittent `messages_tests.tests.TestLevelTags.test_lazy` test failure Core (Other)
32106 32106 2 Redirect following in test client does not correctly set HTTP_HOST Testing framework
34744 34744 1 Migration re-add constraints when check condition contains a dict_keys object. Migrations
26056 26056 2 ArrayField does not work with ValueListQuerySet contrib.postgres
33462 33462 1 Altering type of referenced primary key with MTI causes duplicated operations. Migrations
31810 31810 1 HttpRequest.headers doesn't contain headers without HTTP prefix. HTTP handling