d1b

(d1b)

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 (41) Reporter (1) Owner (0) Commenter (1) Summary Component
34013 34013 Support ordering by annotation transforms (e.g JSONObject/ArrayAgg transforms). Database layer (models, ORM)
34118 34118 Python 3.12 compatibility Core (Other)
34994 34994 Visual regression in admin checkboxes on mobile contrib.admin
34200 34200 Allow setting postgres role during connection setup Database layer (models, ORM)
34534 34534 Reduce index/constraints operations. Migrations
34140 34140 Format python code blocks in documentation files Documentation
34958 34958 Intermittent `messages_tests.tests.TestLevelTags.test_lazy` test failure Core (Other)
34912 34912 Admindocs back-links and bookmarklet help text is too small contrib.admindocs
34849 34849 Appending django.contrib.postgres to the INSTALLED_APPS via @modify_settings crashes. Database layer (models, ORM)
34712 34712 Prevent misconfiguration of `STORAGES` setting contrib.staticfiles
34792 34792 Creating and saving a model using a custom primary key field can yield a bad "id" value on the instance Database layer (models, ORM)
34644 34644 social-app-django's JSONField doesn't work as expected. Database layer (models, ORM)
34539 34539 `get_prep_value` no longer called for JSONField Database layer (models, ORM)
34621 34621 Django admin site name shouldn’t be an h1 contrib.admin
27778 27778 Update unicode documentation for Python 3 Documentation
34381 34381 Postgres tests fail on Windows Core (Other)
34318 34318 Add a release note that makemessages no longer changes .po files when up to date. Documentation
34254 34254 Exists annotations can return non-boolean results (i.e. None) if used with an empty QuerySet. Database layer (models, ORM)
34226 34226 QuerySet.select_related() with multiple filtered relations to the OneToOneField sets the last one. Database layer (models, ORM)
34119 34119 ModelForm fields with callable defaults don't correctly propagate default values Forms
27718 27718 Add QuerySet.union(), intersection(), difference() Database layer (models, ORM)
27666 27666 Delay rendering of models in migration operations when possible Migrations
27086 27086 running servers.tests may hang in parallel mode on Mac OS X Core (Other)
27795 27795 Audit force_text invocations Utilities
14808 14808 1 i18n is not safe. Documentation
27979 27979 Using F() to save negative integers in unsigned columns on MySQL should raise IntegrityError rather than OperationalError Database layer (models, ORM)
27873 27873 setup_test_environment() doesn't allow ALLOWED_HOSTS to be a tuple Testing framework
27828 27828 ORM crash on F('date_field') - F('int_field') on PostgreSQL Database layer (models, ORM)
27722 27722 if a template context is an instance of get_template(), it will raise "TypeError: context must be a dict rather than RequestContext" Template system
27148 27148 Invalid input for UUIDField with ModelMultipleChoiceField throws ValueError, not ValidationError Forms
27393 27393 Admin: input boxes on password reset forms are not aligned contrib.admin
27396 27396 Docs: send POST request on base.html does not mention {{ csrf_token }} Documentation
27368 27368 mail.tests.SMTPBackendTests.test_server_login generates ResourceWarning unclosed socket Testing framework
27276 27276 Document how to reverse the admin's login view Documentation
27085 27085 UI Discrepancy in "Writing your first Django app, part 2" Documentation
27065 27065 Deferred fields not passed to inherited models' __class__.__dict__ Database layer (models, ORM)
27014 27014 Raster support for spatial lookup breaks filtering by annotations GIS
14003 14003 Filtering on a relation whose model has a different PK type doesn't work Database layer (models, ORM)
14786 14786 get_db_prep_lookup call get_prep_value twice for each value if prepared == False Database layer (models, ORM)
14264 14264 settings.configure has undocumented differences from using a settings module Core (Other)
15768 15768 The setUp() method FileStorageTests in tests/regressiontests/file_storage/tests.py uses tempfile.mktemp() Testing framework