Matt Westcott

(gasman)

Most Active Role

N/A

Most Active Component

Database Layer (Models, Orm)

Activity Timeline

[No data in this time period]

Components

Tickets

Trac Ticket (15) Reporter (14) Owner (4) Commenter (24) Summary Component
32503 32503 2 AlterField migration to TextField with default fails on MySQL 8.0.13+ Migrations
34889 34889 Broken fallback for prefetchers that only implement get_prefetch_queryset Database layer (models, ORM)
34192 34192 2 Callable storage on FileField fails to deconstruct when it returns default_storage Database layer (models, ORM)
34105 34105 1 Invalid query generated on Postgres when annotate and order_by have common sub-expressions Database layer (models, ORM)
33036 33036 1 Custom tags with missing context param and no other params throw an unhelpful IndexError Template system
28935 28935 Template error raised in an {% extends %} child template shows incorrect source location on debug page Template system
32645 32645 1 order_by().update() with joined fields crashes on MySQL/MariaDB. Database layer (models, ORM)
30254 30254 1 Custom model metaclasses cannot access the attribute dict in __init__ Database layer (models, ORM)
30179 30179 7 Merging 3 or more media objects can throw unnecessary MediaOrderConflictWarnings Forms
29948 29948 Single empty TransactionTestCase fails with IntegrityError Testing framework
27887 27887 TypeError when namespaced urlconf included from non-namespaced one Core (System checks)
27186 27186 Cannot change CheckboxSelectMultiple, FileInput, MultiWidget, SplitDateTimeWidget, and SelectDateWidget with model field default since Django 1.10.1 Forms
27037 27037 'required' attribute on prefilled ClearableFileInput prevents valid form submissions Forms
24340 24340 7 Nested deconstruction does not descend into lists, tuples or dicts Migrations
24255 24255 2 modelformset_factory examples in documentation do not specify a field list Documentation