Benjamin Hedrich

(bh)

Most Active Role

N/A

Most Active Component

Database Layer (Models, Orm)

Activity Timeline

[No data in this time period]

Components

Tickets

Trac Ticket (90) Reporter (1) Owner (0) Commenter (93) Summary Component
470 470 1 Add Field.db_default for defining database defaults Database layer (models, ORM)
34976 34976 1 startproject and startapp should provide feedback Core (Management commands)
34609 34609 Deprecate format_html calls without args or kwargs Utilities
34898 34898 Adding non-deterministic collations to unique CharFields crashes on PostgreSQL. Migrations
34624 34624 1 RelatedFieldWidgetWrapper links toggling isn’t working for radio widgets contrib.admin
27909 27909 Use AUTH_USER_MODEL in startproject template Core (Management commands)
34846 34846 Add "Copy" button to the code snippets in docs. Documentation
34417 34417 AlterField migration on ForeignKey field re-creates foreign key constraints unnecessarily Migrations
34977 34977 1 Turn link to change password form in admin user change form into a button contrib.auth
34981 34981 7 Promote `--pair` and `--bisect` from `runtest.py` to be available as flags for the Django `test` command Testing framework
34151 34151 Adding explicit primary key with different type doesn't update related ManyToManyFields. Migrations
34806 34806 4 Make cached_db backend resilient to cache backend errors contrib.sessions
34988 34988 Makemigrations shouldn't prompt for default values for non-nullable fields of other apps. Migrations
34955 34955 Make Concat() use the database operator `||` on PostgreSQL. Database layer (models, ORM)
34875 34875 Use RFC 9106 recommendations in Argon2PasswordHasher contrib.auth
34891 34891 force_str(urlsafe_base64_decode(uidb64)) returns object not value Utilities
34768 34768 1 Calling `colorama.init()` on module load can have unwanted side effects Core (Management commands)
34801 34801 1 Django project redirects for a user assigned in a group, it redirects to the url which is not present in the group assigned django app HTTP handling
34451 34451 Incorrect exception handling within the django exception handler Error reporting
34210 34210 Show the duration of individual tests Testing framework
34796 34796 Deleting child table does not delete rows in parent table when using multi-table inheritance Database layer (models, ORM)
34793 34793 Django ORM returns None when field has value in BD Database layer (models, ORM)
34448 34448 1 makemessages' --no-obsolete option is undocumented and untested. Core (Management commands)
34671 34671 Inspectdb collation issue with oracle views Core (Management commands)
34649 34649 Modernise selenium --headless support Testing framework
34647 34647 Foreign Key index names are not renamed when a model is renamed causing duplicate key if a model with the origin name and column is added Migrations
34637 34637 Add support for database defaults in questioner. Migrations
34635 34635 ModelChoiceField with a to_attr that can have an EMPTY_VALUE Forms
34603 34603 ~Q() incorrectly interpreted as full rather than empty Database layer (models, ORM)
34579 34579 Documentation points to `django-developers` mailing list as primary point of contact for discussion Documentation
34567 34567 slugify template filter with allow_unicode Template system
34465 34465 Handle malformed CSRF cookie CSRF
27778 27778 2 Update unicode documentation for Python 3 Documentation
34446 34446 Coding style docs should contain incorrect example for Model style. Documentation
34217 34217 Migration removing a CheckConstraint results in ProgrammingError using MySQL < 8.0.16. Migrations
34250 34250 Duplicate model names in M2M relationship causes RenameModel migration failure Migrations
34324 34324 Django Discord Server is not mentioned in the "Join the Django community ❤️" section in contributing guide Documentation
34290 34290 X-Forwarded-Prefix support HTTP handling
34192 34192 2 Callable storage on FileField fails to deconstruct when it returns default_storage Database layer (models, ORM)
34257 34257 ForeignKeyRawIdWidget doesn't include vForeignKeyRawIdAdminField class when custom class passed in attrs contrib.admin
34237 34237 FileField does not take upload_to into account when setting unique=True File uploads/storage
34203 34203 Drop support for psycopg2 2.8 Database layer (models, ORM)
34184 34184 Improve tutorial by mentioning User Interaction testing like django-webtest Documentation
34173 34173 2 SessionMiddleware support 503 status code contrib.sessions
34064 34064 USE_THOUSAND_SEPARATOR docs clarification of override by locale Documentation
34171 34171 QuerySet.bulk_create() crashes on mixed case columns in unique_fields/update_fields. Database layer (models, ORM)
34147 34147 Add aall() for related managers. Database layer (models, ORM)
34149 34149 Postgres "ExclusionConstraint with conditions cannot be deferred." seems wrong contrib.postgres
34135 34135 Add async interface to ManyRelatedManager & RelatedManager Database layer (models, ORM)
34137 34137 model.refresh_from_db() doesn't clear cached generic foreign keys contrib.contenttypes
34112 34112 Add async interface to Model Database layer (models, ORM)
34030 34030 add SystemCheckError for LocaleMiddleware Core (Management commands)
34023 34023 inlines variable not bound in loop in ModelAdmin._create_formsets contrib.admin
34019 34019 "Extending Django's default user" section refers to a deleted note Documentation
34000 34000 Fix numberformat.py "string index out of range" when null Utilities
14035 14035 Cannot access POST after request.encoding was set to a custom value HTTP handling
27575 27575 2 Make host validation run on all requests HTTP handling
27804 27804 Use unittest.subTest() in Django's test suite Core (Other)
14370 14370 2 Adding support for Autocomplete in contrib.admin contrib.admin
27258 27258 Raise an exception if RequestContext is used with template.backends.django.Template.render() Template system
27989 27989 1 Passing an empty QueryDict to a form stores it as a plain dictionary Forms
27945 27945 2 Clarify RegexValidator docs (match vs. search) Documentation
27457 27457 Cannot migrate ArrayField on SQLite Database layer (models, ORM)
27252 27252 Remove hosting4django.net from DjangoFriendlyWebHosts Uncategorized
27099 27099 2 Document that ModelAdmin.list_filter doesn't appear unless there's more than one choice Documentation
27085 27085 8 UI Discrepancy in "Writing your first Django app, part 2" Documentation
14098 14098 1 Prevent introspection errors from crashing inspectdb Core (Management commands)
14518 14518 5 Field.to_python not called on foreign key IDs Database layer (models, ORM)
14772 14772 1 Reversing a URL with optional arguments fails Core (URLs)
24504 24504 1 StandardError is not defined in django.utils.dictconfig Utilities
14087 14087 10 django.core.management.get_commands only sees commands in the last package of a namespace package Core (Other)
14334 14334 4 Queries don't ensure that comparison objects are the correct type Database layer (models, ORM)
14638 14638 4 to_python howto documentation improvement Documentation
14787 14787 8 Upload handler should pass errors on to forms.FileField File uploads/storage
14945 14945 2 ContentType.objects.get_for_model doesn't allow using multiple databases Database layer (models, ORM)
14571 14571 3 Update jQuery contrib.admin
596 596 4 Allow Django to be packaged as a Python egg Core (Other)
14693 14693 staticfiles app doesn't work with form media framework and 3rd party asset managers Contrib apps
14301 14301 django crashes on email address that passed validate_email() (utf8-tld) Core (Mail)
14766 14766 3 ordering by a field that does not exists returns an empty QuerySet Database layer (models, ORM)
14318 14318 Add GEOSGeometry.valid_reason GIS
14425 14425 Unused imports in contrib.admin contrib.admin
14173 14173 Reference documentation for changepassword django-admin command added in 1.2 Documentation
14352 14352 MANIFEST.in refers to non-existant files Uncategorized
14054 14054 1 Document the connection_created signal Documentation
391 391 3 date_based generic views might be off by one Generic views
139 139 edit_inline should grow some Javascript magic to increase usability contrib.admin
247 247 Webpage to list web hosts *.djangoproject.com
521 521 1 Multilevel foreign key ordering causes error in Admin changeview Metasystem
542 542 1 [patch] Add an "or cancel" link to add, edit, and delete admin views. contrib.admin