Wal

(WasOnce)

Most Active Role

Reporter

Most Active Component

Documentation

Activity Timeline

[No data in this time period]

Components

Tickets

Trac Ticket (96) Reporter (1) Owner (0) Commenter (0) Summary Component
27029 27029 Make EmailValidator accept non-ASCII characters in local part Core (Other)
34917 34917 Links in the Django admin should be underlined. contrib.admin
373 373 Add support for multi-column primary keys. Database layer (models, ORM)
27021 27021 Add explicit support for Q object annotations Database layer (models, ORM)
34898 34898 Adding non-deterministic collations to unique CharFields crashes on PostgreSQL. Migrations
34533 34533 OuterRef not resolved as part of ORDER BY clause Database layer (models, ORM)
34479 34479 Support "watchfiles" in the autoreloader Utilities
27587 27587 Document str(QuerySet.query) Documentation
34900 34900 Python 3.13 compatibility. Core (Other)
35519 35519 Django website FAQ points to deprecated link Documentation
34925 34925 refresh_from_db() will not iterate through all of the fields listed in the 'fields' parameter. Database layer (models, ORM)
34964 34964 Reversing the order of Q objects in a CheckConstraint generates a migration Migrations
34051 34051 makemigrations --check generating migrations is inconsistent with other uses of --check Migrations
34036 34036 Low text contrast over light blue backgrounds in admin light theme contrib.admin
34974 34974 makemigrations --check does not show diff as documented Uncategorized
34958 34958 Intermittent `messages_tests.tests.TestLevelTags.test_lazy` test failure Core (Other)
34457 34457 makemigrations --check no longer prints the changes Migrations
34935 34935 makemigrations --check no longer reports pending migrations Migrations
34825 34825 SQLite database files are not destroyed after tests Testing framework
34918 34918 Assigning model instance to `_id`/attname field saves correctly, but breaks accessing the field Database layer (models, ORM)
34858 34858 Output field for combined PositiveIntegerField is not properly resolved. Database layer (models, ORM)
34233 34233 Drop support for Python 3.8 & 3.9. Core (Other)
34821 34821 Syncing DEFAULT_FILE_STORAGE/STATICFILES_STORAGE settings with STORAGES can mutate user settings. contrib.staticfiles
34820 34820 Migrations crashes when changing ForeignObject properties. Database layer (models, ORM)
34810 34810 Calculate coverage on subprocesses such as django-admin commands Core (Other)
34778 34778 startproject could use find_spec() rather than import_module() to check for conflicts Core (Management commands)
34542 34542 Required fields allowed to be blank are not accepted non-interactively using createsuperuser contrib.auth
34723 34723 `TypeError` when loading a Django app with incorrect type of `choices` Database layer (models, ORM)
34632 34632 Let makemigrations output an error message with --check Migrations
27079 27079 Refactor LiveServerPort tests to not make extra calls to setUpClass() and tearDownClass() Testing framework
34570 34570 QuerySet.defer() raises an AttributeError when the field is ManyToManyField or GenericForeignKey Database layer (models, ORM)
27925 27925 Document how to deploy using pip installed mod_wsgi Documentation
34590 34590 Querying for decimals larger than max_digits crashes on SQLite Database layer (models, ORM)
34579 34579 Documentation points to `django-developers` mailing list as primary point of contact for discussion Documentation
34455 34455 i18n_patterns() not respecting prefix_default_language=False Internationalization
34496 34496 ManifestStaticFilesStorage.patterns for sourceMappingURL does not retrieve matched for data URI contrib.staticfiles
34497 34497 ManifestStaticFilesStorage skips import and export of javascript modules with absolute paths contrib.staticfiles
34480 34480 Annotating with Chr raises ValueError Database layer (models, ORM)
34472 34472 Push for inspectdb in Django 4.1 Database layer (models, ORM)
34217 34217 Migration removing a CheckConstraint results in ProgrammingError using MySQL < 8.0.16. Migrations
34259 34259 Management command subparsers don’t retain error formatting Core (Management commands)
34198 34198 Django content type prefetching wrong data Database layer (models, ORM)
34129 34129 Admin list_editable failed to edit contrib.admin
34094 34094 RTL alignment is off in admin header area contrib.admin
34085 34085 Black shouldn't format non-Python files Core (Management commands)
34052 34052 migrate --check still emits signals if database is up to date Migrations
34050 34050 Generated migration file is not detected by django because of the name of newly generated migration file Migrations
34040 34040 Autofocus on model list views can be problematic for screen reader users contrib.admin
27147 27147 Add support for defining bounds in postgres range fields contrib.postgres
27961 27961 Misconfigured SECURE_PROXY_SSL_HEADER setting is ignored HTTP handling
14296 14296 'manage.py test' failing for apps that access read-only databases Testing framework
27936 27936 Add some clarifications to "Spanning multi-valued relationships" Documentation
27141 27141 makemigrations fails with PermissionDenied on django_migrations Migrations
27694 27694 Improve documentation of supported lookups on HStore & JSON fields Documentation
27590 27590 Allow configuration of where to save staticfiles manifest. contrib.staticfiles
27697 27697 JSONField with blank=True is rendered as non-required field in a ModelForm Documentation
27854 27854 Make `collectstatic` warn (rather than blow up) on missing directories contrib.staticfiles
27827 27827 Raising InvalidTemplateLibrary completely masks out real exception in get_package_libraries Template system
27807 27807 Overriding username validators doesn't work as documented contrib.auth
27917 27917 Allow ModelAdmin.radio_fields to work with NullBooleanField contrib.admin
27906 27906 assertInHTML('<a/><b/>', '<a/><b/><c/>') fails Testing framework
14317 14317 numberformat.format produces wrong results Internationalization
27921 27921 Documentation of make_aware() with is_dst is misleading Documentation
27392 27392 Remove "Tests that", "Ensures that", etc. from test docstings Documentation
14642 14642 save_as=True and generic inline in admin gives IndexError contrib.contenttypes
27902 27902 user_can_authenticate prevents confirm_login_allowed from checking inactive user contrib.auth
27794 27794 Fix confusing error messages for broken `context_processors` Error reporting
27119 27119 full_clean() called too many times during formset validation Forms
27357 27357 Variant of FilePathField that uses a Storage backend Database layer (models, ORM)
494 494 Collapse in admin interface for inline related objects contrib.admin
14881 14881 [nonrel] Do not assume ``User.id`` to be an integer in django.contrib.auth's pasword reset feature contrib.auth
14857 14857 has_results cleanup Uncategorized
361 361 Some Basic Math Filters Template system
14574 14574 Initial values support for inline model formsets Forms
14597 14597 request.is_secure() should support headers like: X-Forwarded-Protocol and X-Forwarded-Ssl HTTP handling
14570 14570 New format character to represent locale-specifc alternative month names Internationalization
14501 14501 Django runserver + Chrome/Safari + AJAX POST quirk Uncategorized
14602 14602 bug in wsgi handler in trunk Core (Other)
14045 14045 makemessage miss some gettext in javascript Internationalization
14766 14766 ordering by a field that does not exists returns an empty QuerySet Database layer (models, ORM)
14267 14267 Trac Upgrade Tracking Ticket *.djangoproject.com
14856 14856 Cleanup of ForeignKey.db_type Database layer (models, ORM)
14508 14508 Test suite silences warnings Testing framework
14535 14535 Model.objects.all() causing ImportError in Django 1.2.3 in stand-alone script Database layer (models, ORM)
14274 14274 Document the fact that running tests with warnings on is a good step before an upgrade/good practice Documentation
785 785 many2many table and legacy databases. Database layer (models, ORM)
397 397 Can't checkout with svn *.djangoproject.com
149 149 Show latest comments on djangoproject.com Core (Cache system)
555 555 DateTimeFields with auto_now and auto_now_add don't change in place Core (Other)
61 61 [patch] auth.User admin form shouldn't require people to edit hashes contrib.admin
813 813 we need spam protection for the ticket system :-( *.djangoproject.com
419 419 Create meta.AbstractModel Metasystem
306 306 cached date time values have greater precision then ones retrieved from db causing issues Database layer (models, ORM)
826 826 Development server kills itself to reload, causing browser GET failures contrib.admin
477 477 js errors in code.djangoproject.com *.djangoproject.com
432 432 Trac throwing errors when attempting to replace attachment *.djangoproject.com