Simon Charette <charette.s@...

(Simon Charette <charette.s@...)

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 (26) Reporter (0) Owner (4) Commenter (32) Summary Component
373 373 Add support for multi-column primary keys. Database layer (models, ORM)
34609 34609 Deprecate format_html calls without args or kwargs Utilities
27236 27236 Deprecate Model.Meta.index_together in favour of Model.Meta.indexes Database layer (models, ORM)
34856 34856 Running tests with historical migrations that contain index together fails with TypeError. Migrations
34967 34967 Queries not generating GROUP BY clause with static annotation crashes on SQLite Database layer (models, ORM)
34861 34861 KeyTextTransform incompatible with GeneratedField Database layer (models, ORM)
34634 34634 Creating objects with nested MTI crashes. Database layer (models, ORM)
34176 34176 1 Annotation's original field-name can clash with result field name over aggregation Database layer (models, ORM)
27257 27257 2 Use the ->> operator when filtering builtin text lookups on JSONField keys contrib.postgres
27458 27458 2 Oracle backend giving ORA-00911 : Invalid Character, querying with a literal "%s" Database layer (models, ORM)
27843 27843 2 M2M db table names with explicit `username` Database layer (models, ORM)
28038 28038 2 Cast regression in PostgresSQL using built-in lookups Database layer (models, ORM)
27928 27928 1 Avoid SET/DROP DEFAULT unless a field changes from null to non-null Migrations
27709 27709 1 ContentTypes.objects.get_for_models returns inconsistent results for proxy models contrib.contenttypes
27693 27693 1 Case insensitive lookups on JSONField nested values contrib.postgres
27631 27631 1 Prevent execution of transactional DDL statements when unsupported. Migrations
27310 27310 1 Refactor RenameModel.state_forwards to avoid relying on state.apps. Migrations
27407 27407 2 Model.delete(keep_parents=True) should preserve parent reverse relationships Database layer (models, ORM)
27279 27279 2 Performance regression when running migrate with RenameModel operations Migrations
27214 27214 1 The skipIfDBFeature decorators and its variants should respect their defined wrapped order and test case inheritance. Testing framework
27195 27195 1 Avoid unnecessary DROP DEFAULT when adding a NULLable column. Migrations
27100 27100 2 The pre-migration state used to generate the `AppConfig` exposed through the `pre_migrate` signal should include already applied migration changes Migrations
27044 27044 2 `apps` passed to post_migrate_signal should contain migrated appconfigs even when no migration has been applied to them Migrations
23940 23940 2 ORM should allow model fields named "exact" Database layer (models, ORM)
12030 12030 5 PositiveIntegerField in model form does not validate max value Database layer (models, ORM)
14786 14786 1 get_db_prep_lookup call get_prep_value twice for each value if prepared == False Database layer (models, ORM)