dap

(dap)

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 (60) Reporter (1) Owner (0) Commenter (1) Summary Component
34865 34865 DatabaseWrapper are not GC and connections are not closed Database layer (models, ORM)
27833 27833 prefetch_related fails with SQLite when used with 1000 parent records Database layer (models, ORM)
27587 27587 Document str(QuerySet.query) Documentation
34555 34555 ModelBase metaclass implementation prevents addition of model fields via __init_subclass__ Database layer (models, ORM)
34429 34429 Allow to set unusable password via admin UI contrib.auth
34954 34954 Improve `output_field` resolution of `Concat` Database layer (models, ORM)
34229 34229 "no such column" when combining FilteredRelation and multi-table inheritance models Database layer (models, ORM)
34940 34940 Filter queryset on "tuples" of values for multiple columns Database layer (models, ORM)
34875 34875 Use RFC 9106 recommendations in Argon2PasswordHasher contrib.auth
34499 34499 In tutorial part08, Django debug toolbar shows up in admin site but not in public site Documentation
34451 34451 Incorrect exception handling within the django exception handler Error reporting
34686 34686 Confirm/Add support for GEOS 3.12. GIS
34747 34747 Django hangs on async views with asycio.gather and an async ORM call Database layer (models, ORM)
34652 34652 Async support in admin view contrib.admin
34644 34644 social-app-django's JSONField doesn't work as expected. Database layer (models, ORM)
34539 34539 `get_prep_value` no longer called for JSONField Database layer (models, ORM)
34641 34641 Null value referenced from a JSONField using an expression that defines an output_field returns the string "null" instead of a None value Uncategorized
34590 34590 Querying for decimals larger than max_digits crashes on SQLite Database layer (models, ORM)
34486 34486 SearchHeadline crashes without an active connection. contrib.postgres
34394 34394 ASGIRequest doesn't respect settings.FORCE_SCRIPT_NAME. HTTP handling
34434 34434 psycopg 3 cursor.execute no longer accepts Python tuple binding Database layer (models, ORM)
34428 34428 ASGIStaticFilesHandler raises warning. contrib.staticfiles
34370 34370 IntegerField validators don't work if the database is SQLite, leading to overflow errors Database layer (models, ORM)
34328 34328 Class-based async-only middleware not detected as coroutine in MiddlewareMixin Documentation
34255 34255 Annotation/group by with an expression on psycopg3 Database layer (models, ORM)
34165 34165 migrate management command does not respect database parameter when adding Permissions. contrib.auth
34174 34174 async process_exception being called as sync from async view/middleware Documentation
34062 34062 object HttpResponseNotAllowed can't be used in 'await' expression Generic views
27060 27060 Take indexes into account in inspectdb command Core (Management commands)
27188 27188 Allow using unique=True with FileField File uploads/storage
27395 27395 Allow generating '<link rel="alternate ... hreflang=...>" for sitemaps' contrib.sitemaps
27708 27708 Relation between tables in different schemas with big names Migrations
27801 27801 Make createsuperuser inspect environment variables for username and password contrib.auth
27317 27317 Make Form subclasses combine Form.Media from all parents Forms
27657 27657 Getting crash when using the runserver command on Windows 10 in PowerShell following update to Python 3.6 Utilities
27039 27039 ModelFields with 'default' value set and 'required'=False in form does not use default value Forms
27978 27978 Allow loaddata to read data from stdin Core (Management commands)
27876 27876 Documentation error for installing tests/requirements/py3.txt Documentation
27866 27866 Make ChoiceWidget.format_value() return a list Forms
27943 27943 Unable to log in with added superuser account contrib.admin
27825 27825 Document that models don't cast field values to the same type that's retrieved from the database Documentation
27683 27683 Change default transaction isolation level to READ COMMITTED on MySQL Database layer (models, ORM)
27816 27816 Duplicate keyword '_binary' failure when using BinaryField with mysql backend Database layer (models, ORM)
27130 27130 Allow using the DjangoTemplates engine without configuring settings Template system
27706 27706 Session key is not set when trying to log in, when another user's session cookie is sent with the login request contrib.auth
27725 27725 requests.post fail inside of django shell but not python shell Uncategorized
27498 27498 Filtering annotated field in SQLite returns wrong results Database layer (models, ORM)
27182 27182 Some import statement use backslashes instead of parentheses Core (Other)
27564 27564 `refresh_from_db()` should return the model instance instead of None Database layer (models, ORM)
27448 27448 GIS distance queries use deprecated ST_distance_sphere GIS
27315 27315 IntegrityError: insert or update on table violates foreign key constraint on Django 1.10 Uncategorized
27304 27304 Django 1.10 onwards broke previous behaviour for models.DateTimeField() in Admin contrib.admin
27180 27180 Check for sql_mode fails during migration with special database connections Database layer (models, ORM)
14891 14891 use_for_related_fields=False is not honored by reverse FK or M2M related managers Database layer (models, ORM)
25 25 Filtering interface on ForeignKey <select> boxes contrib.admin
12846 12846 1 [PATCH] Support for compiled pyc files Core (Other)
14910 14910 I18N locale per app resolving - documentation incorrect and bug Internationalization
14060 14060 PostGISAdapter needs to properly cast input for comparisons on geography columns. GIS
14181 14181 Template tag needed to disable/force L10N formatting on a per-variable basis Internationalization
115 115 Models CRUD via web services Core (Other)