m@...

(m@...)

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 (33) Reporter (1) Owner (0) Commenter (1) Summary Component
14628 14628 Document which settings can be changed at runtime Documentation
27869 27869 Add fastupdate and gin_pending_list_limit parameters to GinIndex contrib.postgres
14370 14370 Adding support for Autocomplete in contrib.admin contrib.admin
27818 27818 Use contextlib.suppress to suppress exceptions. Core (Other)
27931 27931 Clarify the meaning of "django catch-all logger" Documentation
27935 27935 BrinIndex crashes if name > 30 characters contrib.postgres
27356 27356 admin lookup_allowed incorrectly returns False for a nested reverse OneToOneField contrib.admin
27767 27767 Support DISTINCT queries in ArrayAgg contrib.postgres
27544 27544 F() Expressions updating dates in .update() field fails on SQLite Database layer (models, ORM)
27432 27432 showmigrations --plan should show migrations that would be applied for the given app_labels Core (Management commands)
27582 27582 Allow HStoreField to store null values in key: value pairs contrib.postgres
27138 27138 timezone.localtime accepts naive datetimes on Python ≥ 3.6 Utilities
27378 27378 Add UUID serialization support to migration writer Migrations
27372 27372 inspectdb fails to inspect sqlite3 tables with foreign keys that have spaces Core (Management commands)
27301 27301 Better handling of errors that are not pickleable when testing in parallel Testing framework
27143 27143 SearchQuery is not combinable using more than one `&` or `|` operators contrib.postgres
494 494 Collapse in admin interface for inline related objects contrib.admin
14497 14497 ModelAdmin.readonly_fields isn't graceful with filefields. contrib.admin
14881 14881 [nonrel] Do not assume ``User.id`` to be an integer in django.contrib.auth's pasword reset feature contrib.auth
14930 14930 `values_list()` fails on queryset ordered by extra column Database layer (models, ORM)
14319 14319 Add signals test_setup and test_teardown to Django test suite runner Options Testing framework
14950 14950 Javascript errors when building CHM file from django docs using Sphinx Documentation
14007 14007 Automatically discover models within a package without using the app_label Meta attribute Database layer (models, ORM)
14580 14580 Clean up duplicate code in admin formset handling contrib.admin
14300 14300 manage.py sqlcustom fails if models are in a submodule Core (Management commands)
19586 19586 1 URL_VALIDATOR_USER_AGENT is said to be deprecated, but has actually been removed Documentation
159 159 Circular logout problem contrib.admin
632 632 database stored templates Template system
285 285 WSGIRequest should set request.path to full uri path HTTP handling
13 13 Related objects interface should be tighter (edit_inline) contrib.admin
14220 14220 Backwards-compat code in db.fields.subclassing is a bottleneck Database layer (models, ORM)
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