Michael
(mangelozzi)
Most Active Role
Reporter
Most Active Component
Contrib.Staticfiles
Activity Timeline
[No data in this time period]
Components
Tickets
Trac | Ticket (72) | Reporter (27) | Owner (1) | Commenter (64) | Summary | Component |
---|---|---|---|---|---|---|
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) | |||
32915 | 32915 | ✅ | ./manage runserver --nostatic still doesn't return a traceback | Core (Management commands) | ||
35371 | 35371 | ✅ | 1 | False positive in JS module aggregation export regex when an export declaration precedes an import declaration | contrib.staticfiles | |
35553 | 35553 | ✅ | 2 | HashedFilesMixin for ES modules does not work with `import*as ...` syntax | contrib.staticfiles | |
34608 | 34608 | ✅ | 5 | Migrations generates code that it can't execute | Migrations | |
34613 | 34613 | add support for Partitioned cookies | HTTP handling | |||
34853 | 34853 | 1 | Accept-Language Header takes precedence over cookie for format localization | Internationalization | ||
35314 | 35314 | ✅ | 5 | Django 5 breaks value of Date field rendering correctly in template | Forms | |
33353 | 33353 | ✅ | 10 | Can't collect static files if don't have vendor's JavaScript source map files | contrib.staticfiles | |
34572 | 34572 | Confirm/Add support for GDAL 3.7. | GIS | |||
34616 | 34616 | Incorrect code example in 5.0 release notes | Documentation | |||
34563 | 34563 | ✅ | ManifestStaticFilesStorage support for CSS module scripts in Javascript files. | contrib.staticfiles | ||
34544 | 34544 | DBMS_LOB.SUBSTR() is unnecessary for "IS NULL" condition on Oracle. | Database layer (models, ORM) | |||
34247 | 34247 | Cannot resolve operation dependencies | Migrations | |||
34129 | 34129 | Admin list_editable failed to edit | contrib.admin | |||
33870 | 33870 | ✅ | Add a SHORT_TIME_FORMAT to settings.py | Internationalization | ||
33810 | 33810 | ✅ | 4 | Admin "now" time is incorrect | contrib.admin | |
33782 | 33782 | ✅ | 1 | runserver `--nostatic` masks actual error | Core (Management commands) | |
33774 | 33774 | ✅ | 2 | Where/how is the `application namespace` defined? | Documentation | |
14092 | 14092 | 1 | ImageField should allow SVG | Database layer (models, ORM) | ||
32129 | 32129 | ✅ | 4 | Confusing documentation on how to get cookie's time until it expires in seconds. | Documentation | |
33533 | 33533 | ✅ | 4 | SESSION_SAVE_EVERY_REQUEST = True does not handle parallel requests well if some scenarios | contrib.sessions | |
33522 | 33522 | ✅ | 7 | Unexpected behaviour when logging in | contrib.auth | |
33529 | 33529 | ✅ | 2 | Possibly Incorrect statement in the docs about CRSF tokens | contrib.auth | |
33498 | 33498 | ✅ | 1 | Email FROM: field unusual behavior of changing the input, can lead to errors | Core (Mail) | |
33404 | 33404 | ✅ | Make `get_elided_page_range` easier to use | Template system | ||
33398 | 33398 | ✅ | ✅ | 1 | ModelAdmin.empty_value_display example in docs should use list_display. | Documentation |
33370 | 33370 | ✅ | {% if %} tag incorreclty being evaluated | Template system | ||
33324 | 33324 | ✅ | 4 | Missing static file errors with manifest storage are particularly hard to debug (no error email) | contrib.staticfiles | |
33097 | 33097 | ✅ | Class based simple tag that takes context fails with simple_tag(). | Template system | ||
33069 | 33069 | ✅ | Comment to match code in django.form.widget.Widget.value_from_datadict | Uncategorized | ||
32999 | 32999 | ✅ | 3 | Admin Tabular Stacked Inline widget headings are not aligned headings | contrib.admin | |
33000 | 33000 | ✅ | 2 | Form does not render html input of RadioSelect | Forms | |
32938 | 32938 | ✅ | 2 | App name changes and is confusing to use across a project | Uncategorized | |
32170 | 32170 | ✅ | 1 | Admin select_related is different to the model's select related | Uncategorized | |
27188 | 27188 | Allow using unique=True with FileField | File uploads/storage | |||
32118 | 32118 | ✅ | 1 | Add field for 4-bytes floats (RealField/SmallFloatField). | Database layer (models, ORM) | |
17 | 17 | Metasystem optimization: Share select_related in memory | Database layer (models, ORM) | |||
27164 | 27164 | Database routers examples could be more realistic | Documentation | |||
27533 | 27533 | inspectdb crashes on unsupported unique_together constraints in PostgreSQL | Database layer (models, ORM) | |||
27932 | 27932 | EmailValidator fails on "a.@example.com" | Core (Mail) | |||
27627 | 27627 | OneToOneField doesn't allow multiple records with NULL value on Microsoft SQL Server | Database layer (models, ORM) | |||
27313 | 27313 | Allow overriding the admin's popup response template on an app or model basis | contrib.admin | |||
27443 | 27443 | support executing ANALYZE on tables | Database layer (models, ORM) | |||
27280 | 27280 | can_order/can_delete documentation examples don't require initial data | Documentation | |||
27186 | 27186 | Cannot change CheckboxSelectMultiple, FileInput, MultiWidget, SplitDateTimeWidget, and SelectDateWidget with model field default since Django 1.10.1 | Forms | |||
27270 | 27270 | Clarify wording of "A form may include HTML attributes such as maxlength" | Documentation | |||
27255 | 27255 | Change test runner to display full dotted name of test | Testing framework | |||
27128 | 27128 | A method model.objects.get(pk=obj.pk) returns many objects, but in a database is one. | Uncategorized | |||
14030 | 14030 | Use F() objects in aggregates(), annotates() and values() | Database layer (models, ORM) | |||
14286 | 14286 | Support for BigAutoField | Database layer (models, ORM) | |||
14019 | 14019 | SQLInsertCompiler.as_sql() failure | Database layer (models, ORM) | |||
14315 | 14315 | memcached doesn't support negative deltas for incr() and decr() | Core (Cache system) | |||
632 | 632 | database stored templates | Template system | |||
14486 | 14486 | Change unittest / unittest2 import logic on trunk | Testing framework | |||
14558 | 14558 | Generic View http_method bug | Generic views | |||
14698 | 14698 | django.utils.module_loading.module_has_submodule yields false positives | Core (Other) | |||
13 | 13 | Related objects interface should be tighter (edit_inline) | contrib.admin | |||
811 | 811 | IPv6 address field support | Core (Other) | |||
14020 | 14020 | Make HttpResponse.get work like dict.get | HTTP handling | |||
987 | 987 | HttpResponseRedirect uses/allows relative URIs for the HTTP Location header, which is forbidden by HTTP | Core (Other) | |||
24 | 24 | edit_inline support for OneToOne relationships | Metasystem | |||
265 | 265 | Patch: RequiredIfOtherField and friends don't work with edit_inline | Core (Other) | |||
115 | 115 | Models CRUD via web services | Core (Other) | |||
518 | 518 | Need validators that aren't attached to a form field | Validators | |||
611 | 611 | fields with editable=False do not render | contrib.admin | |||
952 | 952 | [patch] Allow for database client encoding configuration from project settings | Database layer (models, ORM) | |||
474 | 474 | Better method of serving admin media files needed | Documentation | |||
344 | 344 | Improvements to raw_id_admin for ManyToManyFields | contrib.admin | |||
923 | 923 | [patch] 'KeyError' in wsgi.py when there is no 'QUERY_STRING' in os.environ | Core (Other) | |||
579 | 579 | Split template_file template loading and template location logic | Template system |