dw
(dw)
Most Active Role
N/A
Most Active Component
Http Handling
Activity Timeline
[No data in this time period]
Components
Tickets
Trac | Ticket (78) | Reporter (1) | Owner (0) | Commenter (45) | Summary | Component |
---|---|---|---|---|---|---|
34865 | 34865 | DatabaseWrapper are not GC and connections are not closed | Database layer (models, ORM) | |||
373 | 373 | 3 | Add support for multi-column primary keys. | Database layer (models, ORM) | ||
34624 | 34624 | RelatedFieldWidgetWrapper links toggling isn’t working for radio widgets | contrib.admin | |||
14974 | 14974 | Add support for translation backends other than gettext | Internationalization | |||
34998 | 34998 | 1 | Raising a StopIteration in asynchronous mode hangs the request | Core (Other) | ||
34752 | 34752 | ASGI http.disconnect not handled for streaming responses | HTTP handling | |||
34757 | 34757 | AsyncClient should follow redirects | Testing framework | |||
34413 | 34413 | Variant of Prefetch but for the earliest/latest related object | Database layer (models, ORM) | |||
34628 | 34628 | RelatedFieldWidgetWrapper link icons are very hard to see | contrib.admin | |||
34350 | 34350 | WSGIRequest crashes when "wsgi.input" is None. | Core (Other) | |||
34514 | 34514 | `firstof` and `cycle` tags do not escapes variables defined in `wth` tag | Template system | |||
34394 | 34394 | ASGIRequest doesn't respect settings.FORCE_SCRIPT_NAME. | HTTP handling | |||
34433 | 34433 | OneToOneField can only be saved one way | Database layer (models, ORM) | |||
34294 | 34294 | File locking fails if argtypes redefined on Windows. | File uploads/storage | |||
34170 | 34170 | Mitigate the BREACH attack | HTTP handling | |||
34124 | 34124 | Developer experience on {% with %} template tag can be improved. | Template system | |||
34109 | 34109 | Uvicorn can be run without installing gunicorn | Documentation | |||
34104 | 34104 | 1 | Making Q.__eq__ work regardless of ordering | Database layer (models, ORM) | ||
34068 | 34068 | `runserver 0`'s "Starting development server at <address>" doesn't work | Core (Management commands) | |||
34017 | 34017 | Mention that when using Argon2PasswordHasher, this means Argon2id gets used | Documentation | |||
27064 | 27064 | Implement RenameIndex in a backwards compatible way | Migrations | |||
27590 | 27590 | Allow configuration of where to save staticfiles manifest. | contrib.staticfiles | |||
27795 | 27795 | Audit force_text invocations | Utilities | |||
14370 | 14370 | Adding support for Autocomplete in contrib.admin | contrib.admin | |||
27258 | 27258 | Raise an exception if RequestContext is used with template.backends.django.Template.render() | Template system | |||
27858 | 27858 | 1 | Stop read-only management commands from attempting to create a django_migrations table | Migrations | ||
27905 | 27905 | Admin RelatedFieldWidgetWrapper ignores wrapped widget's value_omitted_from_data() | contrib.admin | |||
27850 | 27850 | Admin Related Widget Wrapper ignores custom render() | contrib.admin | |||
27823 | 27823 | Use python-home in WSGI daemon installation documentation | Documentation | |||
27199 | 27199 | Integer inputs marked as type="text" instead of type="number" | contrib.admin | |||
27112 | 27112 | django.test.client.Client doesn't support timeouts | Testing framework | |||
14402 | 14402 | help_text is not displayed for ManyToMany raw_id fields | contrib.admin | |||
23157 | 23157 | ✅ | O(n) behaviour in default configuration when uploading many duplicate filenames | File uploads/storage | ||
14007 | 14007 | 1 | Automatically discover models within a package without using the app_label Meta attribute | Database layer (models, ORM) | ||
14056 | 14056 | 1 | Wrong query generated when using reverse foreign key | Database layer (models, ORM) | ||
14043 | 14043 | 1 | Incorrect and/or confusing behaviour with nullable OneToOneField | Database layer (models, ORM) | ||
14057 | 14057 | Expose an interface for custom-escaping template content | Template system | |||
14342 | 14342 | Part 2 of the Tutorial -- path format for TEMPLATE_DIR | Documentation | |||
14516 | 14516 | 1 | Extract methods from removetags and slugify template filters | Template system | ||
14026 | 14026 | Setting for TRANSACTION_LEVEL on db backends | Database layer (models, ORM) | |||
14138 | 14138 | Apache setup using sqlite3 breaks when performing a field__regex filter | Database layer (models, ORM) | |||
14995 | 14995 | 1 | from django.views.generic import FormView | Generic views | ||
14004 | 14004 | 3 | update() is not mention in the Queryset API Reference | Documentation | ||
14176 | 14176 | Error raised when using django.contrib.comments.feeds.LatestCommentsFeed | contrib.comments | |||
14193 | 14193 | 2 | prepopulated_fields should concatenate fields in given order | contrib.admin | ||
14221 | 14221 | 3 | Mashed Sentences in Doc | Documentation | ||
14391 | 14391 | 2 | update man django-admin.1 to include missing commands | Core (Management commands) | ||
14431 | 14431 | 1 | Add a X-Powered-By header by default | Core (Other) | ||
14543 | 14543 | 1 | ContentTypes tests fails if auth app is not installed | contrib.contenttypes | ||
14570 | 14570 | 1 | New format character to represent locale-specifc alternative month names | Internationalization | ||
14755 | 14755 | Wsgi Error | HTTP handling | |||
14816 | 14816 | 1 | Error in documentation of InlineModelAdmin options | Documentation | ||
14948 | 14948 | 1 | Broken routers in 1.2.4: type object 'ModelBase' has no attribute '_meta' | Database layer (models, ORM) | ||
14063 | 14063 | 3 | Validating form file fields is hard | File uploads/storage | ||
14013 | 14013 | 'django.db.backends.postgresql_psycopg2' isn't an available database backend. (?!?!?) | Database layer (models, ORM) | |||
14888 | 14888 | 2 | Remove duplicated code in serializers. | Core (Serialization) | ||
14929 | 14929 | 2 | Move doc-comment for gzip decorator | HTTP handling | ||
14991 | 14991 | SQL injection in quote_name() | Database layer (models, ORM) | |||
14277 | 14277 | Error in documentation for mod_wsgi | Documentation | |||
14939 | 14939 | 2 | Django's Test Client strips out URL ;-parameters | Testing framework | ||
14424 | 14424 | rel_to undefined in init scope of RelatedFieldWidgetWrapper | contrib.admin | |||
14085 | 14085 | 1 | DATE_FORMAT, TIME_FORMAT etc. docs should have a link to allowed formatting strings | Documentation | ||
14407 | 14407 | ManyToManyRawIdWidget.value_from_datadict is inexplicably complicated and can be simplified | contrib.admin | |||
14435 | 14435 | 1 | postgis and NoSQL for postgre version 9.1 postgreQUEL | Uncategorized | ||
14363 | 14363 | ManyToManyRawIdWidget.render is assuming `attrs` is always passed as a dict. | contrib.admin | |||
14362 | 14362 | ManyToManyRawIdWidget doesn't work with multidb | contrib.admin | |||
565 | 565 | Unique fields don't work on edit_inline models | contrib.admin | |||
509 | 509 | 1 | We need a "Powered by Django" button | Database layer (models, ORM) | ||
198 | 198 | 2 | istartswith doesn't work | Contrib apps | ||
12 | 12 | 1 | Add metasystem database-check functionality | Metasystem | ||
270 | 270 | Patch: edit_inline and default on fields don't work together | contrib.admin | |||
463 | 463 | [patch] new mysql.DatabaseWrapper - solving multiple MySQL problems | Core (Other) | |||
828 | 828 | 1 | Same function used for GET and POST | Database layer (models, ORM) | ||
695 | 695 | 1 | sqlupdate, creates sql to update the database based on an updated model file | Database layer (models, ORM) | ||
704 | 704 | 1 | AttributeError with non-standard primary key name | contrib.admin | ||
980 | 980 | 1 | Database Querying | Database layer (models, ORM) | ||
709 | 709 | The MultiValueDict in datastructures.py should have a "__contains__" method defined | Core (Other) | |||
244 | 244 | [patch] Make new get_values() function more forgiving of mistakes | Metasystem |