Marcelo Galigniana

(mgaligniana)

Most Active Role

Bug Fixer

Most Active Component

Contrib.Admin

Activity Timeline

Components

Tickets

Trac Ticket (28) Reporter (2) Owner (22) Commenter (86) Summary Component
12090 12090 11 Show admin actions on the edit pages too contrib.admin
34789 34789 `filter_horizontal` duplicates entries in "Chosen" column after instance is added via in another field using the "plus" JS action contrib.admin
28889 28889 4 Use JavaScript to prevent double submission of admin forms contrib.admin
34488 34488 2 ClearableFileInput widget forgets "Clear" selection when form is not valid Forms
25493 25493 3 Model instances created with unittest.mock can raise confusing errors Database layer (models, ORM)
34718 34718 3 Allow django.contrib.admin's ListFilter to render details tag collasped by default contrib.admin
27471 27471 5 Make admin's list_filter choices collapsable contrib.admin
34309 34309 8 Documentate how to delete a Django app correctly Documentation
34696 34696 1 Actions selection counter gets cleared when using Chrome's back button contrib.admin
34638 34638 Rows are selected if BooleanField is in list_editable contrib.admin
27505 27505 2 Error messages customization and internationalization in Paginator class Core (Other)
34310 34310 2 Add deletion example at one_to_one relations documentation Documentation
34283 34283 1 Missing parameter escaping in admin filters.js contrib.admin
30127 30127 4 Deprecate cached_property's name argument Utilities
19215 19215 2 ImageField's “Currently” and “Clear” Sometimes Don't Appear Forms
34025 34025 Autocomplete field fills all empty required fields references to the same model when added a choice in popup. contrib.admin
33491 33491 3 Rows are selected only on Chrome when going back from the confirmation page. contrib.admin
33726 33726 4 Django admin needs a skip link contrib.admin
33028 33028 6 ModelAdmin.init has self.opts, but it still nowerewhere else in django.admin.contrib.options not used contrib.admin
17637 17637 4 Client side validation classes for forms Forms
22078 22078 5 views.Feed methods cannot be decorated contrib.syndication
27550 27550 3 add version of GEOSGeometry.normalize() that returns new geometry GIS
11803 11803 2 Admin does not update every ForeignKey select of the same model contrib.admin
24296 24296 2 clear select fields for `.exists()` of distinct, non-sliced querysets Database layer (models, ORM)
13251 13251 2 Add ability to know where an object was deleted from to pre/post delete signals Database layer (models, ORM)
33316 33316 2 History view should be paginated by default. contrib.admin
33338 33338 3 Document that @never_cache and add_never_cache_headers() set the Expires header. Core (Cache system)
33298 33298 2 get_object_or_404()/get_list_or_404() don't document or test passing *args. Utilities