Andrew
(Andrew)
Most Active Role
N/A
Most Active Component
Contrib.Sessions
Activity Timeline
[No data in this time period]
Components
Tickets
Trac | Ticket (62) | Reporter (1) | Owner (0) | Commenter (74) | Summary | Component |
---|---|---|---|---|---|---|
34865 | 34865 | DatabaseWrapper are not GC and connections are not closed | Database layer (models, ORM) | |||
373 | 373 | 1 | Add support for multi-column primary keys. | Database layer (models, ORM) | ||
34925 | 34925 | refresh_from_db() will not iterate through all of the fields listed in the 'fields' parameter. | Database layer (models, ORM) | |||
34901 | 34901 | Add async interface to contrib.sessions | contrib.sessions | |||
27201 | 27201 | 4 | Django 1.10 with STATICFILES_STORAGE breaks on absolute path in CSS with double slash | contrib.staticfiles | ||
34998 | 34998 | 1 | Raising a StopIteration in asynchronous mode hangs the request | Core (Other) | ||
34952 | 34952 | manage.py compilemessages may skip locale folders if ignore is used. | Internationalization | |||
34752 | 34752 | ASGI http.disconnect not handled for streaming responses | HTTP handling | |||
34757 | 34757 | AsyncClient should follow redirects | Testing framework | |||
34477 | 34477 | 1 | Asyncio send mail backend | Core (Mail) | ||
34688 | 34688 | Remove contrib.sitemaps.ping_google(). | contrib.sitemaps | |||
34678 | 34678 | README.rst does not mention the Django Discord or Django forum | Documentation | |||
34676 | 34676 | Normalise MeasureBase unit not found exceptions to use AttributeError | GIS | |||
34623 | 34623 | Swappable dependencies always depend on first migration of app | Migrations | |||
34394 | 34394 | ASGIRequest doesn't respect settings.FORCE_SCRIPT_NAME. | HTTP handling | |||
34458 | 34458 | QuerySet.defer('user_id') raises AttributeError: 'ForeignKey' object has no attribute 'field' | Database layer (models, ORM) | |||
34109 | 34109 | Uvicorn can be run without installing gunicorn | Documentation | |||
27064 | 27064 | Implement RenameIndex in a backwards compatible way | Migrations | |||
27697 | 27697 | 5 | JSONField with blank=True is rendered as non-required field in a ModelForm | Documentation | ||
27370 | 27370 | 1 | Django's Select widget adds a required="required" attribute, even if created with empty_label=True | Forms | ||
27335 | 27335 | 2 | Avoid object save during QuerySet.update_or_create() when there were no changes | Database layer (models, ORM) | ||
27731 | 27731 | 2 | Squashmigrations doesn't optimize AlterField related_name across AlterUniqueTogether/AlterIndexTogether | Migrations | ||
27458 | 27458 | 3 | Oracle backend giving ORA-00911 : Invalid Character, querying with a literal "%s" | Database layer (models, ORM) | ||
27858 | 27858 | 1 | Stop read-only management commands from attempting to create a django_migrations table | Migrations | ||
14149 | 14149 | 1 | LIKE clauses fail in Oracle 9.2.0.7 | Database layer (models, ORM) | ||
27751 | 27751 | 2 | Teardown of a PG test database fails if it is an autogenerated test_MYDB database | Testing framework | ||
27769 | 27769 | 2 | createsuperuser command missing docs about no-input/interactive | Documentation | ||
27678 | 27678 | 2 | Document that the template system isn't safe against untrusted template authors | Documentation | ||
27544 | 27544 | 1 | F() Expressions updating dates in .update() field fails on SQLite | Database layer (models, ORM) | ||
27612 | 27612 | 3 | Add a check that URL instance namespaces are unique across a project | Core (System checks) | ||
27536 | 27536 | 2 | order_by('pk') is not obeyed if superclass has default ordering | Database layer (models, ORM) | ||
27422 | 27422 | 3 | `makemigrations` fails to migrate ForeignKey types across app boundaries | Database layer (models, ORM) | ||
27363 | 27363 | 1 | SessionMiddleware can return redirect(request.path) which might be an unsafe thing to do | contrib.sessions | ||
27337 | 27337 | 1 | Convoluted MTI with abstract model mixin fails on PY2, works on PY3 | Database layer (models, ORM) | ||
14226 | 14226 | Bug in dumpdata dependency calculation involving ManyToManyFields | Core (Serialization) | |||
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) | ||
14829 | 14829 | URL dispatcher documentation with class-based generic views | 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) | |||
14995 | 14995 | 1 | from django.views.generic import FormView | Generic views | ||
14543 | 14543 | 1 | ContentTypes tests fails if auth app is not installed | contrib.contenttypes | ||
14494 | 14494 | Typo with generic view guide in tutorial 04 | Documentation | |||
14431 | 14431 | 1 | Add a X-Powered-By header by default | Core (Other) | ||
14391 | 14391 | 2 | update man django-admin.1 to include missing commands | Core (Management commands) | ||
14276 | 14276 | 1 | Typo in the docstring to one of the unittests | Testing framework | ||
14193 | 14193 | 2 | prepopulated_fields should concatenate fields in given order | contrib.admin | ||
14176 | 14176 | Error raised when using django.contrib.comments.feeds.LatestCommentsFeed | contrib.comments | |||
730 | 730 | 7 | more explicit middlware ordering | Core (Other) | ||
14063 | 14063 | 3 | Validating form file fields is hard | File uploads/storage | ||
14888 | 14888 | 2 | Remove duplicated code in serializers. | Core (Serialization) | ||
14929 | 14929 | 2 | Move doc-comment for gzip decorator | HTTP handling | ||
14939 | 14939 | 2 | Django's Test Client strips out URL ;-parameters | Testing framework | ||
14257 | 14257 | 1 | Remove isValidIDList from ManyToManyField in django/db/models/fields/related.py | Database layer (models, ORM) | ||
14269 | 14269 | It is impossible to run full Django test suite on Oracle because there is 100m maxsize limit for test tablespace | Database layer (models, ORM) | |||
14477 | 14477 | 1 | minor typo in the examples of m2m_changed signal | Documentation | ||
14432 | 14432 | 1 | Tutorial import line missing (tiny correction) | Documentation | ||
14435 | 14435 | 1 | postgis and NoSQL for postgre version 9.1 postgreQUEL | Uncategorized | ||
12430 | 12430 | ✅ | Error mentioned in Understanding the ManagementForm section should link to solution | Documentation | ||
376 | 376 | 2 | Add a handler for mod_python v. 2 (Django requires v. 3) | Core (Other) | ||
259 | 259 | 1 | Admin errors with edit_inline and foreign keys. | contrib.admin | ||
258 | 258 | 1 | Cannot create many-many relationships within the same table | Database layer (models, ORM) |