Mike Fogel

(carbonXT)

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 (10) Reporter (7) Owner (1) Commenter (5) Summary Component
373 373 2 Add support for multi-column primary keys. Database layer (models, ORM)
901 901 1 Reload method for models Database layer (models, ORM)
22537 22537 Misleading documentation on choices for a model field Documentation
20594 20594 models.SlugField doesn't validate against slug_re Database layer (models, ORM)
20413 20413 respect Query.get_meta() Database layer (models, ORM)
14879 14879 1 Aggregates (Min, Max) for CharField fails with Postgresql Database layer (models, ORM)
15209 15209 Manager.raw() allow for WITH ( ... ) SELECT Database layer (models, ORM)
15270 15270 1 augment staticfiles_urlpatterns to accept kwarg 'document_root' contrib.staticfiles
14995 14995 from django.views.generic import FormView Generic views
15794 15794 csrf_exempt decorator applied to http method in class based view - broken Documentation