Bhuvnesh

(DevilsAutumn)

Most Active Role

Bug Fixer

Most Active Component

Migrations

Activity Timeline

Components

Tickets

Trac Ticket (32) Reporter (1) Owner (20) Commenter (78) Summary Component
34609 34609 4 Deprecate format_html calls without args or kwargs Utilities
26739 26739 2 Backward operation for RemoveField does not allow a default value in case the field is not null. Migrations
24686 24686 5 Support for Moving a model between two Django apps Migrations
34221 34221 1 Plural-Forms in .po files break Django's translation precedence. Internationalization
32263 32263 2 squashmigrations produces incorrect result with a RenameModel on a ForeignKey target. Migrations
35359 35359 1 Got `django.core.exceptions.FieldError` when adding GeneratedField Migrations
34417 34417 1 AlterField migration on ForeignKey field re-creates foreign key constraints unnecessarily Migrations
34151 34151 5 Adding explicit primary key with different type doesn't update related ManyToManyFields. Migrations
34988 34988 1 Makemigrations shouldn't prompt for default values for non-nullable fields of other apps. Migrations
25765 25765 2 makemigrations and app_label are incompatible Documentation
34677 34677 1 Django Admin built-in password reset feature has UI issues contrib.admin
34649 34649 2 Modernise selenium --headless support Testing framework
34647 34647 Foreign Key index names are not renamed when a model is renamed causing duplicate key if a model with the origin name and column is added Migrations
34637 34637 2 Add support for database defaults in questioner. Migrations
23528 23528 1 django.db.migrations.swappable_dependency not documented Documentation
34606 34606 Right() function on Oracle and SQLite returns improper value when the length is zero. Database layer (models, ORM)
34600 34600 1 Review reference to bleach in docs Documentation
28056 28056 3 Reverse migration for model rename with cross-app ForeignKey fails Migrations
34366 34366 1 Migration optimizer does not reduce multiple AlterField Migrations
34217 34217 2 Migration removing a CheckConstraint results in ProgrammingError using MySQL < 8.0.16. Migrations
34250 34250 8 Duplicate model names in M2M relationship causes RenameModel migration failure Migrations
34171 34171 2 QuerySet.bulk_create() crashes on mixed case columns in unique_fields/update_fields. Database layer (models, ORM)
28987 28987 6 Migration changing ManyToManyField target to 'self' doesn't work correctly Migrations
34147 34147 3 Add aall() for related managers. Database layer (models, ORM)
34149 34149 1 Postgres "ExclusionConstraint with conditions cannot be deferred." seems wrong contrib.postgres
34135 34135 1 Add async interface to ManyRelatedManager & RelatedManager Database layer (models, ORM)
34137 34137 3 model.refresh_from_db() doesn't clear cached generic foreign keys contrib.contenttypes
34112 34112 5 Add async interface to Model Database layer (models, ORM)
34019 34019 3 "Extending Django's default user" section refers to a deleted note Documentation
34000 34000 3 Fix numberformat.py "string index out of range" when null Utilities
33995 33995 1 Rendering empty_form crashes when empty_permitted is passed to form_kwargs Forms
33975 33975 5 __in doesn't clear selected fields on the RHS when QuerySet.alias() is used after annotate(). Database layer (models, ORM)