David Sanders

(rapilabs)

Most Active Role

Reporter

Most Active Component

Database Layer (Models, Orm)

Activity Timeline

[No data in this time period]

Components

Tickets

Trac Ticket (76) Reporter (8) Owner (1) Commenter (6) Summary Component
34699 34699 Filtering on annotated TruncSecond expression gives unexpected result. Database layer (models, ORM)
34871 34871 Validation of UniqueConstraint with Case() crashes. Database layer (models, ORM)
373 373 1 Add support for multi-column primary keys. Database layer (models, ORM)
470 470 Add Field.db_default for defining database defaults Database layer (models, ORM)
34060 34060 Creating CheckConstraint on JSONField with __exact lookup on key transforms crashes on Oracle. Database layer (models, ORM)
34856 34856 Running tests with historical migrations that contain index together fails with TypeError. Migrations
30408 30408 CheckConstraint with lookup using LIKE & % crash on Oracle and PostgreSQL. Database layer (models, ORM)
34118 34118 Python 3.12 compatibility Core (Other)
28553 28553 Querysets: annotate() columns are forced into a certain position which may disrupt union() Database layer (models, ORM)
34789 34789 `filter_horizontal` duplicates entries in "Chosen" column after instance is added via in another field using the "plus" JS action contrib.admin
34007 34007 Single-field conditional UniqueContraint validation errors are classified as non-field-errors Database layer (models, ORM)
34841 34841 Reverse migrations model state rendering slow with moderate to large migrations Migrations
34059 34059 Validation of check constraints on JSONField key transforms with None produces invalid SQL on PostgreSQL. Database layer (models, ORM)
28452 28452 2 Consider adding a test command argument --locals to show traceback locals Testing framework
34964 34964 Reversing the order of Q objects in a CheckConstraint generates a migration Migrations
34597 34597 Queryset (split) exclude's usage of Exists is significantly slower than subquery Database layer (models, ORM)
34936 34936 db_default with decimal.Decimal() crashes on SQLite. Database layer (models, ORM)
27813 27813 BinaryField type inconsistent between sqlite3 (bytes) and postgresql (memoryview) Database layer (models, ORM)
34984 34984 Adding a field with default crashes for models with GeneratedField on SQLite. Database layer (models, ORM)
34972 34972 Aggregate with CombinedExpression resulting in NotImplemented instead of None after update from 3.2 -> 4.2 Database layer (models, ORM)
34944 34944 Missing or misinferred attributes in output fields of generated fields Database layer (models, ORM)
34967 34967 Queries not generating GROUP BY clause with static annotation crashes on SQLite Database layer (models, ORM)
34963 34963 Recursive and other "combinator" queries broken in django-cte Uncategorized
34959 34959 Q(a=b) and Exact(a, b) handle NULLs differently Database layer (models, ORM)
34457 34457 makemigrations --check no longer prints the changes Migrations
34939 34939 Widget templates not refreshing Forms
34903 34903 Parallel test runner failure on Windows Testing framework
34825 34825 SQLite database files are not destroyed after tests Testing framework
34921 34921 Filtering an unbound DateTimeField with naive date crashes Database layer (models, ORM)
34922 34922 Add dynamic HTML/CSS classes to table row elements in admin changelist view contrib.admin
34808 34808 Some aggregation functions may return None; this isn't well documented Documentation
34849 34849 Appending django.contrib.postgres to the INSTALLED_APPS via @modify_settings crashes. Database layer (models, ORM)
34859 34859 Format SQL code prodcued by sqlmigrate Migrations
34862 34862 For clarity, the `password_reset_email.html` template should have `.txt` extension contrib.auth
34845 34845 Slow query when using exclude Database layer (models, ORM)
34828 34828 DateTimeField breaks when given datetime that would be invalid in UTC Database layer (models, ORM)
34812 34812 Validate that URLConf modules contain a urlpatterns entry Core (URLs)
34744 34744 Migration re-add constraints when check condition contains a dict_keys object. Migrations
34716 34716 Class methods from nested classes cannot be used as Field.default. Migrations
34711 34711 Make ChoiceField auto-detect and coerce values. Forms
27646 27646 Add QuerySet support for group by modifiers and OLAP functionality Database layer (models, ORM)
34631 34631 Expression.identity() performance Database layer (models, ORM)
34445 34445 DateField.input_formats cannot be printed Utilities
34630 34630 Neither `pgettext` nor `pgettext_lazy` return contextual markers in PO files Internationalization
34590 34590 Querying for decimals larger than max_digits crashes on SQLite Database layer (models, ORM)
34568 34568 makemigrations --update should respect the --name option. Database layer (models, ORM)
34069 34069 get_language_from_request should not fallback to settings.LANGUAGE_CODE Internationalization
34518 34518 "random" template filter crashes on an empty list. Template system
34512 34512 Admin missing breadcrumbs in app index contrib.admin
34510 34510 sqlmigrate does not follows replaces in squashed migrations Core (Management commands)
34440 34440 AND operator on queryset with joins gives wrong results Documentation
34459 34459 SearchVector() can return query strings that are unsafe to combine. contrib.postgres
34028 34028 Django 'static' template tag fails to generate URLs with SCRIPT_NAME prefix Template system
34461 34461 Constructing urls outside the request cycle Core (Other)
34460 34460 Replace Flake8 by Ruff Utilities
34450 34450 Lookup expressions across foreign keys introduce extra joins Database layer (models, ORM)
34449 34449 ProgrammingError: non-integer constant in GROUP BY with Case When and annotate Count Database layer (models, ORM)
34427 34427 Improve error message for incorrect context processors Template system
34119 34119 ModelForm fields with callable defaults don't correctly propagate default values Forms
34103 34103 Queries with duplicate params incorrectly logged for Oracle Database layer (models, ORM)
34123 34123 Ambiguous aliases in ordering on combined queries with select_related(). Database layer (models, ORM)
34080 34080 __exact lookup on nested arrays with None values fails on PostgreSQL. contrib.postgres
34129 34129 Admin list_editable failed to edit contrib.admin
34066 34066 Accessing UserAdmin via to_field leads to link to PasswordResetForm being broken (404) contrib.auth
34106 34106 Allow LogoutView to render a confirmation template on a GET request (Like LoginView) contrib.auth
34068 34068 `runserver 0`'s "Starting development server at <address>" doesn't work Core (Management commands)
34012 34012 QuerySet.order_by() silently skips non-existing fields on related fields with Meta.ordering. Database layer (models, ORM)
34025 34025 Autocomplete field fills all empty required fields references to the same model when added a choice in popup. contrib.admin
34027 34027 Changing CharField type referenced by ForeignKey crashes on PostgreSQL. Migrations
34024 34024 'WhereNode' object has no attribute 'is_summary' when counting a queryset with annotation from a subquery Database layer (models, ORM)
30484 30484 1 Add conditional expression support to CheckConstraint. Database layer (models, ORM)
25247 25247 makemigrations unable to generate necessary migration for making a superclass abstract Migrations
27741 27741 staticfiles_tests test_corrupt_intermediate_files fails intermittently when run in parallel contrib.staticfiles
25350 25350 1 Add alias '--no-input' to '--noinput' options for naming consistency Core (Management commands)
24537 24537 Migration autodetector not detecting RenameModel if foreign keys are defined before sibling fields Migrations
24540 24540 1 Migrations will generate migrations in a virtualenv Migrations