Matthew Schinckel

(schinckel)

Most Active Role

Reporter

Most Active Component

Core (System Checks)

Activity Timeline

[No data in this time period]

Components

Tickets

Trac Ticket (36) Reporter (24) Owner (7) Commenter (75) Summary Component
28110 28110 3 Model inheritance field name collision check error refers to related accessors as fields Core (System checks)
27747 27747 1 Add signals for Django management commands Core (Management commands)
34552 34552 4 Delaying get_from_clause call as much as possible. Database layer (models, ORM)
27147 27147 3 Add support for defining bounds in postgres range fields contrib.postgres
27149 27149 1 Allow using a subquery in QuerySet.filter() Database layer (models, ORM)
25367 25367 4 Allow expressions in .filter() calls Database layer (models, ORM)
11964 11964 1 Add the ability to use database-level CHECK CONSTRAINTS Database layer (models, ORM)
30719 30719 2 Unable to use OuterRef(Expression(...)) Database layer (models, ORM)
29142 29142 5 QuerySet crashes when OuterRef is combined with an operator Database layer (models, ORM)
28767 28767 1 Incorrect value when annotating empty list as Value() on ArrayField. contrib.postgres
30278 30278 3 Using del on uncalled cached_property throws exception. Utilities
29469 29469 1 Misleading makemigrations "App count not be found" error message with nested apps Migrations
28310 28310 form RangeFields should treat (None, None) as Range(None, None) rather than None contrib.postgres
28076 28076 6 parse_duration() doesn't work with PostgreSQL's format Utilities
28227 28227 1 Make BaseRangeField importable at django.contrib.postgres.forms as documented contrib.postgres
22962 22962 3 Default of [] for postgres array field results in migration application failure. contrib.postgres
27675 27675 Django postgres JSONField encoding contrib.postgres
27862 27862 4 Exists() feature generates invalid SQL query on postgres backend Database layer (models, ORM)
26643 26643 3 AlterModelManagers migration is generated for all Models with custom Managers pointing to the default Django Manager Migrations
26588 26588 2 Unable to reverse a run_before that refers to django.contrib.auth Migrations
26304 26304 2 Unable to use unmanaged ManyToMany through models when backed by a View. Database layer (models, ORM)
494 494 1 Collapse in admin interface for inline related objects contrib.admin
24837 24837 4 Unable to query DateField using DateRange contrib.postgres
24814 24814 2 Unable to order_by an ArrayField element. contrib.postgres
24602 24602 Custom Field documentation mentions __metaclass__ incorrectly. Documentation
22788 22788 5 Custom migration operations are rewritten incorrectly Migrations
13733 13733 2 New Zealand localflavor contrib.localflavor
17380 17380 Default value of ModelAdmin.inlines can be altered. contrib.admin
14612 14612 1 Password reset page leaks user count contrib.auth
12658 12658 4 Import Errors in test files cause tests to be skipped if both the tests file and the models file have been split into folders Testing framework
13729 13729 UK localflavor mis-named/documentation bug. contrib.localflavor
14766 14766 1 ordering by a field that does not exists returns an empty QuerySet Database layer (models, ORM)
15531 15531 2 Changeset #15701 breaks response middleware that inspects content. Generic views
12646 12646 2 Flawed error display in admin when using fieldsets. contrib.admin
14969 14969 1 To have a way to modify third part model classes Database layer (models, ORM)
13732 13732 Minor documentation error in localflavor.au Contrib apps