David Gouldin

(dgouldin)

Most Active Role

Reporter

Most Active Component

Contrib.Admin

Activity Timeline

[No data in this time period]

Components

Tickets

Trac Ticket (19) Reporter (13) Owner (6) Commenter (36) Summary Component
12203 12203 2 ManyToManyField with through model can't be used in admin contrib.admin
16955 16955 3 Querying on the reverse of a FK with the wrong class silently returns bad data Database layer (models, ORM)
11096 11096 1 .values including related fields does not work when specified after an aggregate's .annotate Database layer (models, ORM)
14003 14003 1 Filtering on a relation whose model has a different PK type doesn't work Database layer (models, ORM)
15701 15701 2 User._profile_cache cache collides when a model uses "profile" as related_name to User contrib.auth
17459 17459 Subquery fails across multiple databases Database layer (models, ORM)
14502 14502 1 Feature: escape hatch for colliding template syntax in Django templates Template system
8317 8317 1 inspectdb does not set primary_key=True or unique=True on foreign keys Core (Management commands)
8291 8291 4 "pk" alias doesn't work for Meta option "ordering" Database layer (models, ORM)
13668 13668 2 ManyToManyField passes ModelBase to router.db_for_write Database layer (models, ORM)
9784 9784 5 Django admin: prepopulated_fields does not update on javascript (calendar) change contrib.admin
10757 10757 1 GeoManager.values does not properly select primary keys across relations GIS
11087 11087 2 Filtering by Count aggregate does not work when using GeoManager GIS
10413 10413 2 RelatedManager.add fails silently when adding an object of the wrong type Database layer (models, ORM)
10002 10002 5 Data does not display in TabularInline when validation fails for an ImageField contrib.admin
11301 11301 1 Fields using SplitHiddenDateTimeWidget are still rendered with their label Forms
12209 12209 1 ManyToManyField.through does not work as the model property of an inline when specified using a string contrib.admin
10915 10915 1 For QuerySet qs, list(qs)[k] does not always equal qs[k] Database layer (models, ORM)
10638 10638 1 Inline forms do not render correctly for models with custom primary keys Uncategorized