Markus Holtermann

(Markush2010)

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 (33) Reporter (9) Owner (13) Commenter (46) Summary Component
34613 34613 add support for Partitioned cookies HTTP handling
34841 34841 Reverse migrations model state rendering slow with moderate to large migrations Migrations
34250 34250 Duplicate model names in M2M relationship causes RenameModel migration failure Migrations
27737 27737 Investigate if reloading old relational fields in migration operations' state_forwards is needed Migrations
23359 23359 5 Add ability to show the migration plan Migrations
27666 27666 Delay rendering of models in migration operations when possible Migrations
23322 23322 3 CircularDependencyError in migrations Migrations
27869 27869 Add fastupdate and gin_pending_list_limit parameters to GinIndex contrib.postgres
27915 27915 Defining Index object in Meta.indexes in abstract class causes failure during migration of sub-classes Database layer (models, ORM)
27840 27840 Password reset: `post_reset_login` throws KeyError if user already logged in contrib.auth
27663 27663 Make Index.create_sql() and SchemaEditor._create_index_sql() return SQL parameters as well Migrations
27518 27518 HTTP Referer leaks password reset link contrib.auth
27151 27151 FK index created two times on PostgreSQL if referenced table PK is varchar Migrations
27300 27300 makemigrations --dry-run -v 3 on Python 3 writes byte string to stdout Core (Management commands)
27311 27311 Support unpickled models (e.g. read from cache) in migrations Migrations
27142 27142 makemigrations fails on special database connections Migrations
14030 14030 1 Use F() objects in aggregates(), annotates() and values() Database layer (models, ORM)
23455 23455 3 migrations created with python2 break with python3 Migrations
23410 23410 Backward migrations change overall state rather than reverting single migration Migrations
23556 23556 2 Allow migrations to depend on a migration only part of a squashed migration Migrations
23614 23614 2 Altering unique_together sometimes missing deleted fields Migrations
23426 23426 5 migrations.RunSQL's function signature implies it won't do any parameter substitution Migrations
23609 23609 3 Migration fails when removing a NULL constraint Database layer (models, ORM)
23601 23601 1 Possible side-imports through admindocs contrib.admindocs
23602 23602 2 Document that get_absolute_url should not return a link/url made from user input Documentation
23415 23415 3 OneToField reference to default 'id' instead of actual primary key Migrations
22959 22959 3 Document that custom validator must be comparable to prevent infinite migrations Documentation
23473 23473 4 Django prompts to create new migrations when none are needed when a class is used in a field declaration Migrations
23512 23512 2 Make migration docs about initial_data fixtures clearer Documentation
23418 23418 1 Classes embedded inside other classes are not serialized correctly Migrations
23452 23452 2 Infinite migrations with empty unique_together Migrations
23329 23329 3 Regression in security patch for querystring manipulation in admin contrib.admin
23364 23364 1 sql_queries from debug template context processor always empty HTTP handling