django icon indicating copy to clipboard operation
django copied to clipboard

The Web framework for perfectionists with deadlines.

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

This refs the closed ticket (do we `#Refs` wontfix tickets?) https://code.djangoproject.com/ticket/34964 I'm not really sure what we want to say here - Mariusz or Simon will have better phrasing -...

ticket -[ #34566](https://code.djangoproject.com/ticket/34566) ### ModelAdmin get_field_queryset uses related admin ordering, but not related admin querysets.

This addresses [Trac ticket #16429](https://code.djangoproject.com/ticket/16429) requesting configurable caching of FilePathField options. Includes documentation and tests. All tests pass on my machine.

DjangoCon 🦄

https://code.djangoproject.com/ticket/373 Continued from #16075.

Ticket: https://code.djangoproject.com/ticket/13314 This ticket has been laying about for over a decade and I decided I'd have a stab at closing it. ## The problem Django forms do not validate...

https://code.djangoproject.com/ticket/34907 As explained in the ticket, while running the `loaddata`, we get the below error. this change would skip the deserialization for this table, which will subsequently allow `loaddata` to...

Unlike Chromium-based browsers, Firefox does not automatically scroll elements into view when using the Actions API with `move_to_element`. This calls the `scrollIntoView` function explicitly, which fixes some selenium tests when...

selenium