ryan

(ryan)

Most Active Role

N/A

Most Active Component

Database Layer (Models, Orm)

Activity Timeline

[No data in this time period]

Components

Tickets

Trac Ticket (19) Reporter (0) Owner (1) Commenter (35) Summary Component
27021 27021 1 Add explicit support for Q object annotations Database layer (models, ORM)
470 470 1 Add Field.db_default for defining database defaults Database layer (models, ORM)
34479 34479 1 Support "watchfiles" in the autoreloader Utilities
27106 27106 3 Document which template filters can be used in Python code (and how) Documentation
14831 14831 13 Django Template Style Guide Documentation
34971 34971 1 Several loggers missing from logging documentation Documentation
27813 27813 1 BinaryField type inconsistent between sqlite3 (bytes) and postgresql (memoryview) Database layer (models, ORM)
34542 34542 1 Required fields allowed to be blank are not accepted non-interactively using createsuperuser contrib.auth
34532 34532 4 Form.default_renderer is ignored in formsets. Forms
34604 34604 On databases lacking XOR, Q(…) ^ Q(…) ^ Q(…) wrongly interpreted as exactly-one rather than parity Database layer (models, ORM)
34165 34165 1 migrate management command does not respect database parameter when adding Permissions. contrib.auth
27910 27910 1 Allow using an Enum class in model Field choices Database layer (models, ORM)
27783 27783 2 VariableDoesNotExist can lead to stack overflows unusually easily Template system
27153 27153 1 HttpResponseBase should check for valid HTTP status code HTTP handling
27070 27070 Support for `Q` objects in `get_or_create` and `update_or_create` Database layer (models, ORM)
14601 14601 ValuesQuerySet join types not being promoted Database layer (models, ORM)
14492 14492 1 Model proxy instance does not equal the respective model instance Database layer (models, ORM)
17848 17848 1 Template context processors cache needs to be restored after it is cleared contrib.auth
22 22 2 [patch] FileUploadField should allow for clearing the field contrib.admin