mage
(mage)
Most Active Role
N/A
Most Active Component
N/A
Activity Timeline
[No data in this time period]
Components
[No data in this time period]
Tickets
Trac | Ticket (121) | Reporter (2) | Owner (0) | Commenter (3) | Summary | Component |
---|---|---|---|---|---|---|
34619 | 34619 | Ensure FilteredSelectMultiple select elements are associated with their label | contrib.admin | |||
34917 | 34917 | Links in the Django admin should be underlined. | contrib.admin | |||
373 | 373 | Add support for multi-column primary keys. | Database layer (models, ORM) | |||
470 | 470 | Add Field.db_default for defining database defaults | Database layer (models, ORM) | |||
34624 | 34624 | RelatedFieldWidgetWrapper links toggling isn’t working for radio widgets | contrib.admin | |||
34643 | 34643 | Move admin form labels to a more accessible place | contrib.admin | |||
34746 | 34746 | High CPU/memory consumption when a 5XX is raised with large local variables | Error reporting | |||
34846 | 34846 | Add "Copy" button to the code snippets in docs. | Documentation | |||
34789 | 34789 | `filter_horizontal` duplicates entries in "Chosen" column after instance is added via in another field using the "plus" JS action | contrib.admin | |||
34994 | 34994 | Visual regression in admin checkboxes on mobile | contrib.admin | |||
34977 | 34977 | Turn link to change password form in admin user change form into a button | contrib.auth | |||
34853 | 34853 | Accept-Language Header takes precedence over cookie for format localization | Internationalization | |||
34488 | 34488 | ClearableFileInput widget forgets "Clear" selection when form is not valid | Forms | |||
27465 | 27465 | Allow EmailMessage to load attachments from the Storage API | Core (Mail) | |||
34151 | 34151 | Adding explicit primary key with different type doesn't update related ManyToManyFields. | Migrations | |||
34852 | 34852 | Django Unit Tests break when using replicated MySQL Cluster v8.0.28 | Testing framework | |||
34044 | 34044 | Admin app search filter appears in nav sidebar but not on admin homepage | contrib.admin | |||
27055 | 27055 | Model form with geometry widgets has invalid html | GIS | |||
35001 | 35001 | Add related object icon (green plus sign) is not fully visible in some screens | contrib.admin | |||
34995 | 34995 | Add link for admin's related widget is in the wrong place | contrib.admin | |||
34982 | 34982 | Visual regression for helptext at certain screen sizes | contrib.admin | |||
34999 | 34999 | Admin search bar input doesn't have proper background color when in dark mode | contrib.admin | |||
34991 | 34991 | Wrong layout of pagination buttons with editable list in the admin. | contrib.admin | |||
34867 | 34867 | [Date Input Localization] Accept-Language Header Takes Precedence Over Language Set With Cookie | Internationalization | |||
34824 | 34824 | Migrations generates two records when ForeignObject.to_fields/from_fields is not a tuple. | Migrations | |||
34751 | 34751 | FilteredSelectMultiple ignores select optgroup | contrib.admin | |||
34728 | 34728 | OR operator on queryset does not work as expected | Database layer (models, ORM) | |||
34720 | 34720 | BaseReloader.watch_dir() incorrectly checks for existence of path | Utilities | |||
34639 | 34639 | MySQL 8.0 hangs indefinitely when using the admin search with a Foreign Key and Annotate | contrib.admin | |||
34671 | 34671 | Inspectdb collation issue with oracle views | Core (Management commands) | |||
34634 | 34634 | Creating objects with nested MTI crashes. | Database layer (models, ORM) | |||
34517 | 34517 | ImageField unnecessarily adds a post_init signal handler to the model | Database layer (models, ORM) | |||
34628 | 34628 | RelatedFieldWidgetWrapper link icons are very hard to see | contrib.admin | |||
34638 | 34638 | Rows are selected if BooleanField is in list_editable | contrib.admin | |||
34645 | 34645 | Timezone warning visual regression for DateFields and TimeFields. | contrib.admin | |||
34625 | 34625 | FilteredSelectMultiple widget’s elements aren’t labelled | contrib.admin | |||
27925 | 27925 | Document how to deploy using pip installed mod_wsgi | Documentation | |||
34506 | 34506 | Visual regressions in admin's clearable file input. | contrib.admin | |||
34492 | 34492 | I get an error when using BinaryField in sqllite3. | Database layer (models, ORM) | |||
34478 | 34478 | django 4.2 admin page issue | contrib.admin | |||
34383 | 34383 | Layout error in Admin when using help_text | Template system | |||
34316 | 34316 | Visual regressions in admin's change password form | contrib.admin | |||
34356 | 34356 | Memory leak when generating PDFs | Core (Other) | |||
34124 | 34124 | Developer experience on {% with %} template tag can be improved. | Template system | |||
34035 | 34035 | ImageField doesn't consider EXIF rotation when storing width and height | Database layer (models, ORM) | |||
34086 | 34086 | Confirm support for PostGIS 3.3 | GIS | |||
34067 | 34067 | django.core.Paginator wrong query slicing | Core (Other) | |||
34049 | 34049 | Admin - Scrollbar appears without overflowing content | contrib.admin | |||
14092 | 14092 | ImageField should allow SVG | Database layer (models, ORM) | |||
14296 | 14296 | 'manage.py test' failing for apps that access read-only databases | Testing framework | |||
27936 | 27936 | Add some clarifications to "Spanning multi-valued relationships" | Documentation | |||
27590 | 27590 | Allow configuration of where to save staticfiles manifest. | contrib.staticfiles | |||
27697 | 27697 | JSONField with blank=True is rendered as non-required field in a ModelForm | Documentation | |||
27188 | 27188 | Allow using unique=True with FileField | File uploads/storage | |||
27267 | 27267 | Renaming a primary key fails with "cannot drop constraint on table because other objects depend on it" | Migrations | |||
27848 | 27848 | EmailMessage.attach_file() with .eml file crashes | Core (Mail) | |||
27359 | 27359 | Make it possible to specify a default template engine | Template system | |||
27741 | 27741 | staticfiles_tests test_corrupt_intermediate_files fails intermittently when run in parallel | contrib.staticfiles | |||
27690 | 27690 | remove sleep before dropping test db? | Testing framework | |||
27492 | 27492 | JsonResponse can't handle model_to_dict() with empty ImageField | HTTP handling | |||
27393 | 27393 | Admin: input boxes on password reset forms are not aligned | contrib.admin | |||
27406 | 27406 | Signals pre_delete and post_delete break logical relationship of models and behave in diffrently with different backends | Database layer (models, ORM) | |||
27328 | 27328 | return `Set-Cookie` if sessionid= None value | contrib.sessions | |||
27396 | 27396 | Docs: send POST request on base.html does not mention {{ csrf_token }} | Documentation | |||
27336 | 27336 | Whitespace control django configuration template | Template system | |||
27158 | 27158 | Incorrect positioning of admin' horizontal/vertical filter widgets in RTL languages | contrib.admin | |||
27240 | 27240 | Allow passing custom parameters to formset forms in admin | contrib.admin | |||
14284 | 14284 | Support for Google Maps version 3 | GIS | |||
27178 | 27178 | ImageField when default provided in model, it's impossible to change the value. | Forms | |||
27208 | 27208 | It does not work when using the download image ImageField via Admin since Django 1.10.1 | Forms | |||
27085 | 27085 | UI Discrepancy in "Writing your first Django app, part 2" | Documentation | |||
14497 | 14497 | ModelAdmin.readonly_fields isn't graceful with filefields. | contrib.admin | |||
14881 | 14881 | 2 | [nonrel] Do not assume ``User.id`` to be an integer in django.contrib.auth's pasword reset feature | contrib.auth | ||
14319 | 14319 | Add signals test_setup and test_teardown to Django test suite runner Options | Testing framework | |||
14760 | 14760 | Admin inlines with file/image field fails to save_as | contrib.admin | |||
14800 | 14800 | Development server should NOT elide favicon from the logs | Core (Management commands) | |||
14705 | 14705 | Model Field Order not influenced by MRO of superclasses | Database layer (models, ORM) | |||
14436 | 14436 | Bump PendingDeprecationWarnings to DeprecationWarnings | Core (Other) | |||
14799 | 14799 | Test database creation order problem after r14696 | Testing framework | |||
14330 | 14330 | Test failure with get_image_dimensions since [13715] | File uploads/storage | |||
285 | 285 | 1 | WSGIRequest should set request.path to full uri path | HTTP handling | ||
13 | 13 | Related objects interface should be tighter (edit_inline) | contrib.admin | |||
116 | 116 | Default admin media doesn't display for 'django-admin runserver' | contrib.admin | |||
14969 | 14969 | To have a way to modify third part model classes | Database layer (models, ORM) | |||
14814 | 14814 | Check for file binding in FieldFile.delete() | Database layer (models, ORM) | |||
14902 | 14902 | Won't delete files with accents (or other unicode characters) | Core (Other) | |||
14762 | 14762 | documentation does not document ContentFile | Documentation | |||
14416 | 14416 | ImageField forms require an enctype, not documented | Documentation | |||
14245 | 14245 | django/contrib/flatpages/fixtures not included in the 1.2.2 release tarball | Uncategorized | |||
22 | 22 | [patch] FileUploadField should allow for clearing the field | contrib.admin | |||
7734 | 7734 | ✅ | python2.3 compatibility bug in query.py | Uncategorized | ||
7354 | 7354 | ✅ | pickle.dumps on formwizard fails in python2.3 because of keyword argument | contrib.formtools | ||
708 | 708 | search for meta.IPAddressField with postgresql backend is broken (admin) | Database layer (models, ORM) | |||
871 | 871 | ImageField doesn''t honor blank=True argument | contrib.admin | |||
425 | 425 | django.utils.images should have a thumbnail function | Tools | |||
16 | 16 | Create some form of "edit many at once" feature for the admin | contrib.admin | |||
572 | 572 | When i have an ImageField and a auto_now DateTimeField in the same model it doesnt get saved | contrib.admin | |||
952 | 952 | [patch] Allow for database client encoding configuration from project settings | Database layer (models, ORM) | |||
652 | 652 | An option to upload files into database would be a great alternative to filesystem uploads. | Database layer (models, ORM) | |||
639 | 639 | Model FileFields empty on first pass through save() | Core (Other) | |||
613 | 613 | prevent raw_post_data parsing on defined view functions | Core (Other) | |||
934 | 934 | ImageField's cause the admin UI to not allow modifications? | Validators | |||
472 | 472 | ImageField description should include link to pitfall or FAQ | Documentation | |||
349 | 349 | [patch] Bad styling in Admin interface | contrib.admin | |||
312 | 312 | Adding images fails for edit-inline with width_field set | contrib.admin | |||
967 | 967 | [patch] Safe quoting of table names | Database layer (models, ORM) | |||
416 | 416 | Automate site introspection for url pattern modules, view methods, template directories, and applications | contrib.admin | |||
201 | 201 | ImageField validation error | contrib.admin | |||
913 | 913 | [patch] incorrect `list_filter` field error message a bit stranger than necessary | contrib.admin | |||
935 | 935 | weird interaction between edit_inline and OneToOneField causes adding through admin to fail | contrib.admin | |||
119 | 119 | Serving media | Core (Other) | |||
233 | 233 | Using ImageField without PIL | Core (Other) | |||
961 | 961 | [patch] Add automatic thumbnail generation to ImageFields | Core (Other) | |||
746 | 746 | refactor models/__init__.py so fields themselves add their own get_XXXX_count/list functions | Core (Other) | |||
930 | 930 | [patch] Leaving out ¨ordering¨ in OneToOne relationship causes bad SQL statement | Metasystem | |||
674 | 674 | ImageField display use undocumented thumbnails for change_list display | contrib.admin | |||
672 | 672 | get_absolute_url isn't nice | contrib.syndication | |||
900 | 900 | [patch] Premature close of postgres connection with multiple threads | Database layer (models, ORM) | |||
151 | 151 | javascript clock not dismissed by clicking "cancel"; several references to ljworld.com in the src code | contrib.admin | |||
678 | 678 | I would like to see a tutorial describing how to edit One-To-Many relationships | Documentation | |||
493 | 493 | [patch] FileField.get_foo_url returns absolute path instead url | Metasystem |