Iuri de Silvio

(iurisilvio)

Most Active Role

N/A

Most Active Component

N/A

Activity Timeline

[No data in this time period]

Components

[No data in this time period]

Tickets

Trac Ticket (18) Reporter (14) Owner (13) Commenter (49) Summary Component
34132 34132 1 Migration with CheckConstraint fails on PostgreSQL in PyPy with psycopg2cffi due to AttributeError Database layer (models, ORM)
33201 33201 2 RenameModel with db_table should be a noop. Migrations
34615 34615 4 queryset.order_by().first() is not consistent with other queryset behaviours Database layer (models, ORM)
33953 33953 3 RenameModel breaking change in 4.1 with ManyToManyField Migrations
33848 33848 1 Migration StateApps.clone deepcopy too many objects Migrations
33252 33252 4 CacheMiddleware and FetchFromCacheMiddleware are not thread safe. Core (Cache system)
32863 32863 Model.check() crashes with invalid app label and no explicit DEFAULT_AUTO_FIELD Database layer (models, ORM)
32844 32844 1 Cached pages can crash on 3.1 to 3.2 upgrade Documentation
32841 32841 3 Decorator cache_page don't use CACHE_MIDDLEWARE_KEY_PREFIX properly Core (Cache system)
32627 32627 3 QuerySet.values()/values_list() crash on combined querysets ordered by unannotated columns. Database layer (models, ORM)
32487 32487 2 GIN indexes on Postgres doesn't work with --nomigrations Migrations
32313 32313 1 Queryset in_bulk docs don't explicit field_name as kwarg only Documentation
31826 31826 8 AlterField with db_column addition should be a noop. Migrations
31825 31825 6 RenameField with db_column should be a noop. Migrations
31870 31870 3 App with default_app_config and without apps.py or with an empty apps.py crashes. Core (Other)
31831 31831 3 AlterOrderWithRespectTo() with ForeignKey crash when _order is included in Index(). Migrations
27996 27996 2 Add pgcrypto extension and GEN_RANDOM_UUID function to contrib.postgres contrib.postgres
31832 31832 2 PasswordResetTokenGenerator is difficult to extend contrib.auth