Shai Berger
(shai)
Most Active Role
Reporter
Most Active Component
Database Layer (Models, Orm)
Activity Timeline
[No data in this time period]
Components
Tickets
Trac | Ticket (72) | Reporter (21) | Owner (18) | Commenter (128) | Summary | Component |
---|---|---|---|---|---|---|
897 | 897 | 2 | Bi-Directional ManyToMany in Admin | contrib.admin | ||
470 | 470 | 1 | Add Field.db_default for defining database defaults | Database layer (models, ORM) | ||
27617 | 27617 | 1 | Add contributor facing documentation for the ORM | Documentation | ||
23251 | 23251 | ✅ | 1 | Use a temporary folder to store uploaded files during tests | Testing framework | |
34841 | 34841 | Reverse migrations model state rendering slow with moderate to large migrations | Migrations | |||
27403 | 27403 | 1 | Document that prefetch_related doesn't guarantee transactional consistency | Documentation | ||
34581 | 34581 | 2 | Filters should not implicitly mark unsafe strings as safe without escaping | Template system | ||
34709 | 34709 | charset should be ignored for the application/x-www-form-urlencoded content type. | HTTP handling | |||
34623 | 34623 | 1 | Swappable dependencies always depend on first migration of app | Migrations | ||
34388 | 34388 | Added support for direct usage of Choices classes on model fields | Database layer (models, ORM) | |||
34176 | 34176 | Annotation's original field-name can clash with result field name over aggregation | Database layer (models, ORM) | |||
34110 | 34110 | 1 | Add InMemoryStorage | File uploads/storage | ||
34123 | 34123 | Ambiguous aliases in ordering on combined queries with select_related(). | Database layer (models, ORM) | |||
27654 | 27654 | 2 | Propogate alters_data value to subclasses | Core (Other) | ||
34094 | 34094 | RTL alignment is off in admin header area | contrib.admin | |||
27844 | 27844 | Add a management command to optimize a migration | Migrations | |||
14296 | 14296 | 2 | 'manage.py test' failing for apps that access read-only databases | Testing framework | ||
27149 | 27149 | 1 | Allow using a subquery in QuerySet.filter() | Database layer (models, ORM) | ||
27417 | 27417 | 1 | Migration to change model field case crashes on Oracle | Migrations | ||
23027 | 23027 | ✅ | Add database-backend-specific checks | Core (System checks) | ||
27910 | 27910 | 2 | Allow using an Enum class in model Field choices | Database layer (models, ORM) | ||
20487 | 20487 | ✅ | 3 | oracle: case mixup causes ORA-00918: column ambiguously defined error | Database layer (models, ORM) | |
20414 | 20414 | ✅ | ✅ | 2 | Handling of numbers under oracle is slow | Database layer (models, ORM) |
27241 | 27241 | 1 | Annotate doesn't work with PostgreSQL views anymore | Database layer (models, ORM) | ||
23147 | 23147 | ✅ | 2 | Sliced for-update queries do not work on Oracle | Database layer (models, ORM) | |
27951 | 27951 | 1 | Nondeterministic ordering test failure in model_forms on Oracle | Forms | ||
27683 | 27683 | 9 | Change default transaction isolation level to READ COMMITTED on MySQL | Database layer (models, ORM) | ||
27798 | 27798 | 1 | Add a standardised approach for packaged apps to define default settings | Core (Other) | ||
27632 | 27632 | 1 | Oracle backend fails to execute a query with an aggregation that contains an expression in the GROUP BY. | Database layer (models, ORM) | ||
27054 | 27054 | makemigrations tries to create django_migrations in external database | Migrations | |||
27470 | 27470 | CSRF context processor never sets NOTPROVIDED | CSRF | |||
27577 | 27577 | 1 | Django annotated query returns wrong results | Database layer (models, ORM) | ||
27535 | 27535 | 1 | RFE: Exclude pk from queries | Database layer (models, ORM) | ||
27525 | 27525 | 1 | Revert to previous migration automatically after failure when using MySQL backend | Migrations | ||
27420 | 27420 | 1 | Oracle DB test user password must be quoted if it starts with a number | Database layer (models, ORM) | ||
27200 | 27200 | 2 | Provide makemigrations router.allow_migrate() with a model_name | Migrations | ||
27456 | 27456 | 1 | Changing the unique parameter from True to False has no effect on MySQL | Migrations | ||
27435 | 27435 | 3 | Raise an error when using --keepdb without an explicit TEST.PASSWORD on Oracle | Testing framework | ||
27323 | 27323 | 1 | Optimize Oracle introspection by using USER_SEQUENCES instead of USER_CATALOG | Database layer (models, ORM) | ||
27193 | 27193 | 3 | ORDER BY clause not included in subqueries using select_for_update() | Database layer (models, ORM) | ||
27142 | 27142 | 2 | makemigrations fails on special database connections | Migrations | ||
27110 | 27110 | makemigrations shouldn't create `django_migrations` table in external databases | Migrations | |||
27128 | 27128 | 1 | A method model.objects.get(pk=obj.pk) returns many objects, but in a database is one. | Uncategorized | ||
27144 | 27144 | 1 | annotating across a ManyToManyField returns duplicate results | Database layer (models, ORM) | ||
27093 | 27093 | 1 | ORM error on apache + wsgi | Database layer (models, ORM) | ||
22343 | 22343 | ✅ | 8 | select_for_update should not be executed outside of transactions | Database layer (models, ORM) | |
14415 | 14415 | ✅ | 6 | Multiple aliases for one database: testing problems | Testing framework | |
19542 | 19542 | ✅ | 4 | Testing with Oracle: mirror databases do not work | Testing framework | |
21403 | 21403 | ✅ | ✅ | 1 | regression test fails on Oracle | Database layer (models, ORM) |
14462 | 14462 | Aggregates default to the database type instead of the field type | Database layer (models, ORM) | |||
23073 | 23073 | ✅ | ✅ | 3 | Oracle 11.2.0.1: Number columns (incl. Booleans) defined with default break introspection | Migrations |
23061 | 23061 | ✅ | 8 | Oracle SQL compiler adding outer pagination selects causing ORA-00907: missing right parenthesis when used with select_for_update. | Database layer (models, ORM) | |
20725 | 20725 | ✅ | ✅ | 1 | Oracle+Python3: Django test suite segfaults | Database layer (models, ORM) |
22816 | 22816 | ✅ | ✅ | 4 | Oracle test failure: Inspecting NullBooleanField | Database layer (models, ORM) |
22715 | 22715 | ✅ | 3 | Failing tests on Oracle/Python 3 | Python 3 | |
22496 | 22496 | ✅ | Data migrations are not transactional (except on Postgres) | Migrations | ||
21207 | 21207 | ✅ | 1 | Test failure on Oracle: test_cursor_contextmanager | Database layer (models, ORM) | |
20814 | 20814 | ✅ | model validation: misleading error message with model inheritance | Database layer (models, ORM) | ||
20907 | 20907 | ✅ | ✅ | 2 | Test failure on Oracle: test_attribute_name_not_python_keyword | Database layer (models, ORM) |
20905 | 20905 | ✅ | 1 | Test failure on Oracle: test_child_link_prefetch | Database layer (models, ORM) | |
20904 | 20904 | ✅ | 1 | Test failure on Oracle: test_ticket_16885 | Database layer (models, ORM) | |
20906 | 20906 | ✅ | Test failure on Oracle: test_lookup_with_non_string_value | Database layer (models, ORM) | ||
20785 | 20785 | ✅ | 8 | [oracle] ORA-01425: escape character must be character string of length 1 | Database layer (models, ORM) | |
20014 | 20014 | ✅ | 3 | A test for database introspection fails under Oracle | Database layer (models, ORM) | |
20501 | 20501 | ✅ | ✅ | 1 | A test for datetime queries with timezones fails under Oracle | Database layer (models, ORM) |
20012 | 20012 | ✅ | 3 | test_year_lookup_edge_case fails under Oracle | Database layer (models, ORM) | |
20015 | 20015 | ✅ | 4 | test_lookup_date_as_str fails under Oracle | Database layer (models, ORM) | |
20453 | 20453 | ✅ | ✅ | 1 | Failure in inspectdb tests under Oracle | Database layer (models, ORM) |
20386 | 20386 | ✅ | 4 | Four tests for inspectdb fail under Oracle | Database layer (models, ORM) | |
20388 | 20388 | ✅ | 2 | Four tests for parameter escaping fail under Oracle | Database layer (models, ORM) | |
19638 | 19638 | ✅ | Oracle: add "supports_transactions=True" to DatabaseFeatures | Database layer (models, ORM) | ||
17565 | 17565 | ✅ | 2 | Cache back-references on OneToOne fields | Database layer (models, ORM) |