사재혁

Results 11 issues of 사재혁

# Trac ticket number [ticket-35429](https://code.djangoproject.com/ticket/35429) # Branch description Provide a concise overview of the issue or rationale behind the proposed changes. # Checklist - [x] This PR targets the `main`...

# Trac ticket number [ticket-35449](https://code.djangoproject.com/ticket/35449) # Branch description The proposed changes ensure that trailing null values are correctly removed before validation occurs, and that errors are appropriately handled. # Checklist...

# I have made things! Some of the Django 5.0 updates were missing from the related classes, so I added them referring to the allowlist_todo. If you need any additional...

# I have made things! I modified the `Any` value of the `django.db.backends.mysql.base.DatabaseWrapper`'s arguments . - [x] `django.db.backends.mysql.base.DatabaseWrapper.data_types` - [x] `django.db.backends.mysql.base.DatabaseWrapper.operators` - [x] `django.db.backends.mysql.base.DatabaseWrapper.pattern_ops` - [x] `django.db.backends.mysql.base.DatabaseWrapper.isolation_levels` - [x] `django.db.backends.mysql.base.DatabaseWrapper.SchemaEditorClass`...

# Trac ticket number [ticket-35669](https://code.djangoproject.com/ticket/35669) # Branch description Improved the error message for RuntimeError: Max post-process passes exceeded in the static files collection process. The updated message now lists specific...

**Is your feature request related to a problem? Please describe.** I'm always frustrated when I can't easily verify the code coverage during pull requests and before releases. Currently, there is...

enhancement

**Is your feature request related to a problem? Please describe.** I'm always frustrated when I can't easily verify the code coverage during pull requests and before releases. Currently, there is...

enhancement

## Description This PR adds pre-commit hooks to automatically run code linting and formatting tools before any commit. ## Scenario ### 1. Install Dependencies from requirements-dev.txt ```bash pip install -r...

chore

**Is your feature request related to a problem? Please describe.** I'm always frustrated when inconsistent code styles and formatting issues are committed to the repository. These inconsistencies can make the...

enhancement

#### Trac ticket number [ticket-35667](https://code.djangoproject.com/ticket/35667) #### Branch description Improved the handling of deprecation warnings by replacing the use of `stacklevel` with `skip_file_prefixes`. This change ensures that deprecation warnings accurately reference...