Sage Abdullah

(laymonage)

Most Active Role

Reporter

Most Active Component

Database Layer (Models, Orm)

Activity Timeline

[No data in this time period]

Components

Tickets

Trac Ticket (22) Reporter (14) Owner (15) Commenter (45) Summary Component
34856 34856 2 Running tests with historical migrations that contain index together fails with TypeError. Migrations
27580 27580 1 add special field for storing content types contrib.contenttypes
33548 33548 Use -> operator to implement KeyTransform on SQLite 3.38+ Database layer (models, ORM)
35301 35301 2 Overriding a @property of an abstract model with a GenericRelation causes a models.E025 error. Database layer (models, ORM)
27460 27460 1 Allow declaring a GenericRelation from an abstract model to another abstract model Database layer (models, ORM)
34705 34705 3 BoundField.as_widget() ignores aria-describedby in attrs argument Forms
30515 30515 Document django.shortcuts.resolve_url. Documentation
34435 34435 2 JSONField with string default raises fields.E010 warning. Documentation
34304 34304 3 Adding and removing a conditional UniqueConstraint to ForeignKey multiple times crashes on MySQL Database layer (models, ORM)
34243 34243 5 timesince() raises TypeError with USE_TZ=True and >1 month interval. Utilities
32213 32213 QuerySet.values()/.values_list() on KeyTransforms return wrong values for double-quoted strings on SQLite and Oracle Database layer (models, ORM)
33552 33552 1 has_key, has_keys, and has_any_keys JSONField() lookups don't handle numeric keys on SQLite, MySQL, and Oracle. Database layer (models, ORM)
32309 32309 4 Allow including hidden directories for startproject/startapp --template Core (Management commands)
12990 12990 4 Add JSONField model field Database layer (models, ORM)
32252 32252 1 Using __isnull=True on a KeyTransform should not match JSON null on SQLite and Oracle Database layer (models, ORM)
32203 32203 3 Error with values with JSON path lookup in Sqlite when value is numeric. Database layer (models, ORM)
32199 32199 1 Missing documentation of JSONField in ModelForm field mapping Documentation
30294 30294 2 HttpResponse doesn't handle memoryview objects HTTP handling
31829 31829 3 Chaining KeyTransform with 'contains' lookup uses builtin lookup instead of overridden lookup Database layer (models, ORM)
31779 31779 2 Executing complex JSONField queries crashes on MariaDB < 10.2.16 Database layer (models, ORM)
30326 30326 2 Document how to avoid F() assignments persistence Documentation
30295 30295 3 MaxLengthORMTests.test_custom_max_lengths test fails when run in isolation Core (Other)