aral

(aral)

Most Active Role

N/A

Most Active Component

N/A

Activity Timeline

[No data in this time period]

Components

[No data in this time period]

Tickets

Trac Ticket (28) Reporter (1) Owner (0) Commenter (0) Summary Component
34597 34597 Queryset (split) exclude's usage of Exists is significantly slower than subquery Database layer (models, ORM)
34986 34986 Fix up support for PyPy 3.10 Core (Other)
34958 34958 Intermittent `messages_tests.tests.TestLevelTags.test_lazy` test failure Core (Other)
34930 34930 Parallel tests fail on Python 3.11+ when IsolatedAsyncioTestCase is used Testing framework
34825 34825 SQLite database files are not destroyed after tests Testing framework
34875 34875 Use RFC 9106 recommendations in Argon2PasswordHasher contrib.auth
34849 34849 Appending django.contrib.postgres to the INSTALLED_APPS via @modify_settings crashes. Database layer (models, ORM)
34810 34810 Calculate coverage on subprocesses such as django-admin commands Core (Other)
34210 34210 Show the duration of individual tests Testing framework
34523 34523 Model.objects.update_or_create method sometimes raises TransactionManagementError Database layer (models, ORM)
34010 34010 Parallel tests don't work with spawn. Testing framework
27734 27734 Add a helpful error message when a parallel test worker is assigned an unexpected index Testing framework
27430 27430 `manage.py test` does not support unittest `-b` buffer option Testing framework
27160 27160 Document that running the Django test suite requires creating the databases and, on PostgresQL, a superuser Documentation
27086 27086 running servers.tests may hang in parallel mode on Mac OS X Core (Other)
27317 27317 Make Form subclasses combine Form.Media from all parents Forms
27741 27741 staticfiles_tests test_corrupt_intermediate_files fails intermittently when run in parallel contrib.staticfiles
27596 27596 LiveServerTestCase in 1.10.4 doesnt close server ports properly Testing framework
27526 27526 test_fuzzy_compiling failing on a machine with 64 cores Internationalization
27301 27301 Better handling of errors that are not pickleable when testing in parallel Testing framework
27193 27193 ORDER BY clause not included in subqueries using select_for_update() Database layer (models, ORM)
27028 27028 Clarify failed parallel tests run message Testing framework
14496 14496 Conflict between ModelForm.Meta.exclude and ModelAdmin.readonly attributes contrib.admin
14614 14614 Dont send Request message when handle_uncaught_exception() Core (Other)
14677 14677 tests.py cannot be split to package always Testing framework
14474 14474 Unnecessary deepcopying of QuerySet inside filter() method results in slower execution Database layer (models, ORM)
9157 9157 Ellipses should be optional, and faux ellipses should be true ellipses in truncatewords filter. Uncategorized
672 672 get_absolute_url isn't nice contrib.syndication