django icon indicating copy to clipboard operation
django copied to clipboard

The Web framework for perfectionists with deadlines.

Results 294 django issues
Sort by recently updated
recently updated
newest added

Ticket : https://code.djangoproject.com/ticket/21961 Following PR : #14550

This is the branch I created to fix the issue of admin widgets not quoting primary keys. I fixed it from the server side and client side(creating a function in...

selenium

This PR addresses - Ticket [#35137](https://code.djangoproject.com/ticket/35137) The change mainly include - Adding an Interactive button on the front of the Error Container (accessible using the keyboard) - Changes in the...

Following on from #17673, I noticed that we could make more use of `SimpleTestCase.settings()` and `SimpleTestCase.modify_settings()`. By making them static methods, we can also use them in `.setUpClass()`, etc. where...

reminder

Ticket: https://code.djangoproject.com/ticket/34901 Forum discussions: https://forum.djangoproject.com/t/asyncifying-django-contrib-auth-and-signals-and-maybe-sessions/18770 This adds an async interface and implementation to `django.contrib.sessions`. This is based on the implementation from Andrew-Chen-Wang which was posted to the Django forum thread...

https://code.djangoproject.com/ticket/34977 To improve usability and accessibility, this PR replaces the link to change a user's password within the help text of the password field of the change user form by...

- reusing some parts of `nav-sidebar` without doing too much unnecessary changes in said element to keep the diff small at this stage of PR. - forum thread https://forum.djangoproject.com/t/ticket-21183-reopening/25269 before...

In the modeladmin, when using raw_id_fields = ("parent",) in the ModelAdmin, the search button and name are aligned at the top. This PR fixes that allign. **Before** ![image](https://github.com/django/django/assets/2875254/f1cb25fe-e634-43a9-8460-24d5ab4d24a0) **After** ![image](https://github.com/django/django/assets/2875254/21af882b-a6f7-44da-8e2c-f44021591f58)

selenium