rene

(rene)

Most Active Role

N/A

Most Active Component

Database Layer (Models, Orm)

Activity Timeline

[No data in this time period]

Components

Tickets

Trac Ticket (13) Reporter (1) Owner (0) Commenter (8) Summary Component
34262 34262 Queryset grouped by annotation with aggregates on another annotated expression crashes on MySQL with sql_mode=only_full_group_by. Database layer (models, ORM)
470 470 Add Field.db_default for defining database defaults Database layer (models, ORM)
34840 34840 Django 4.2 casts text fields when testing IS NULL, preventing use of partial indexes Database layer (models, ORM)
34892 34892 Static files aren't served correctly on dev server when DEBUG and FORCE_SCRIPT_NAME are enabled contrib.staticfiles
34728 34728 OR operator on queryset does not work as expected Database layer (models, ORM)
34434 34434 psycopg 3 cursor.execute no longer accepts Python tuple binding Database layer (models, ORM)
27590 27590 Allow configuration of where to save staticfiles manifest. contrib.staticfiles
14722 14722 @last_modified should ignore lack of etag method when USE_ETAGS is enabled. HTTP handling
27379 27379 Django violates RFC7230 when handling requests. HTTP handling
14950 14950 Javascript errors when building CHM file from django docs using Sphinx Documentation
15032 15032 6 Changeset 15031 breaks filtering to objects which are subclassed. contrib.admin
14134 14134 Ability to set csrf cookie path and https-only plus add 'secure' Core (Other)
14283 14283 2 AttributeError on admin detail page after r13708 Contrib apps