Andre Miras
(Andre)
Most Active Role
N/A
Most Active Component
Contrib.Sessions
Activity Timeline
[No data in this time period]
Components
Tickets
Trac | Ticket (99) | Reporter (0) | Owner (0) | Commenter (110) | 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) | ||
34118 | 34118 | Python 3.12 compatibility | Core (Other) | |||
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 | |||
34754 | 34754 | 2 | CheckConstraint with isnull lookup on JSONField transform None into null jsonb value | Database layer (models, ORM) | ||
34477 | 34477 | 1 | Asyncio send mail backend | Core (Mail) | ||
34731 | 34731 | Django test suite still has an occurence of assertEquals, removed in Python 3.12 | Testing framework | |||
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 | |||
34638 | 34638 | 2 | Rows are selected if BooleanField is in list_editable | contrib.admin | ||
34623 | 34623 | Swappable dependencies always depend on first migration of app | Migrations | |||
34556 | 34556 | StreamingHttpResponse documentation inaccuracy | Documentation | |||
34490 | 34490 | Tests with mirror database not working as expected | Testing framework | |||
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) | |||
34384 | 34384 | SECRET_KEY_FALLBACKS is not used for sessions | contrib.auth | |||
34342 | 34342 | The test async_client is not consuming async StreamingResponse generators properly | Testing framework | |||
34255 | 34255 | Annotation/group by with an expression on psycopg3 | Database layer (models, ORM) | |||
34170 | 34170 | Mitigate the BREACH attack | HTTP handling | |||
34109 | 34109 | Uvicorn can be run without installing gunicorn | Documentation | |||
34025 | 34025 | Autocomplete field fills all empty required fields references to the same model when added a choice in popup. | contrib.admin | |||
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 | ||
27017 | 27017 | 1 | Why doesn't Django's Model.save() save only the dirty fields by default? And how can I do that if I want? | Database layer (models, ORM) | ||
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 | ||
27810 | 27810 | Add query expression support for ModelAdmin list_display's admin_order_field | contrib.admin | |||
27458 | 27458 | 3 | Oracle backend giving ORA-00911 : Invalid Character, querying with a literal "%s" | Database layer (models, ORM) | ||
27515 | 27515 | Make AuthenticationForm use the username length from the user model | contrib.auth | |||
27846 | 27846 | 1 | refresh_from_db() doesn't clear reverse OneToOneFields | Database layer (models, ORM) | ||
14370 | 14370 | Adding support for Autocomplete in contrib.admin | contrib.admin | |||
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) | ||
27567 | 27567 | Technical exception page/emails crash when the database is down | Error reporting | |||
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) | ||
27220 | 27220 | 6 | MultiWidget not considered in form submit | Forms | ||
14952 | 14952 | 1 | New find_commands(management_dir) to support .pyc and .pyo | Core (Other) | ||
14226 | 14226 | Bug in dumpdata dependency calculation involving ManyToManyFields | Core (Serialization) | |||
14051 | 14051 | Signals for transaction commit/rollback | Database layer (models, ORM) | |||
14007 | 14007 | 2 | Automatically discover models within a package without using the app_label Meta attribute | Database layer (models, ORM) | ||
14043 | 14043 | 1 | Incorrect and/or confusing behaviour with nullable OneToOneField | Database layer (models, ORM) | ||
14056 | 14056 | 1 | Wrong query generated when using reverse foreign key | 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) | |||
702 | 702 | 1 | document that ManyToMany fields can't be in unique_together | Documentation | ||
14995 | 14995 | 1 | from django.views.generic import FormView | Generic views | ||
14623 | 14623 | 3 | DateTimeField(auto_now=True) does not change when update is called | Database layer (models, ORM) | ||
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 | ||
14506 | 14506 | 1 | Crash on HEAD request | Documentation | ||
14230 | 14230 | 1 | Documentation for Auth's Logout view suggests wrong redirect takes precedence. | contrib.auth | ||
14491 | 14491 | 2 | ability to place inlines between fieldsets in admin | contrib.admin | ||
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 | ||
14680 | 14680 | 1 | Add a file to ignore unnecessary and compiled files from various version control systems | Core (Other) | ||
14655 | 14655 | 2 | formsets should be iterable | Forms | ||
14075 | 14075 | 1 | ManyToMany relationships create circular references | Database layer (models, ORM) | ||
14626 | 14626 | 1 | DateField with auto_now=True is not coming in as Python's datetime.date object in Python 2.4 / 2.5 | Database layer (models, ORM) | ||
14257 | 14257 | 1 | Remove isValidIDList from ManyToManyField in django/db/models/fields/related.py | Database layer (models, ORM) | ||
14613 | 14613 | 2 | sql custom bug | Core (Other) | ||
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 | ||
376 | 376 | 2 | Add a handler for mod_python v. 2 (Django requires v. 3) | Core (Other) | ||
508 | 508 | 1 | max_age for cookies doesn't work in safari (and perhaps not IE) | Core (Other) | ||
259 | 259 | 1 | Admin errors with edit_inline and foreign keys. | contrib.admin | ||
555 | 555 | 1 | DateTimeFields with auto_now and auto_now_add don't change in place | Core (Other) | ||
924 | 924 | 1 | [patch] String filters (lower, upper, capfirst etc.) don't work with international strings | contrib.admin | ||
419 | 419 | 1 | Create meta.AbstractModel | Metasystem | ||
905 | 905 | 1 | [patch] Add _pre_set and _post_set hooks to models | Core (Other) | ||
258 | 258 | 1 | Cannot create many-many relationships within the same table | Database layer (models, ORM) | ||
531 | 531 | [patch] Debugging models with subclassing raises errors in Komodo | Core (Other) | |||
255 | 255 | 1 | FileField doesn't work | contrib.admin |