kapil garg

(kapilgarg1996)

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 (8) Reporter (2) Owner (5) Commenter (23) Summary Component
27953 27953 1 Make default Model.__str__() more useful (such as by displaying the primary key) Database layer (models, ORM)
27730 27730 3 Document that template tags with "as" variable assignment don't propogate variables across blocks Documentation
28001 28001 6 Investigate/update comment about context popping in ForNode.render() Template system
27974 27974 6 Degraded performance when rendering ChoiceField with lots of options and DEBUG=True Template system
28002 28002 3 named cycle tags don't work if cycle is instantiated outside included template Template system
27990 27990 1 QuerySet.count() raises ValueError when QuerySet.union() is used Database layer (models, ORM)
27969 27969 2 models.Field.formfield() should allow the 'disabled' kwarg for fields with choices Database layer (models, ORM)
27976 27976 1 label_from_instance fails silently: form field disappears. Forms