Messages by Thread
-
-
Re: [Django] #22492: provide a way to prevent database queries on model objects
Django
-
[Django] #36711: createsuperuser in non-interactive mode bypasses AUTH_PASSWORD_VALIDATORS
Django
-
Re: [Django] #36710: urlize fails to convert domain-only urls from the original top-level domains if a host is given
Django
-
Re: [Django] #36709: System checks for `is_authenticated` (auth.C010) and 'is_anonymous' (auth.C009) fail to detect @staticmethod overrides
Django
-
Re: [Django] #27466: Use a datepicker widget for Date[Time]RangeField in admin
Django
-
Re: [Django] #29177: Unmanaged models with ForeignKeys do not get those fields serialized into their migration state when CreateModel happens.
Django
-
Re: [Django] #36709: System checks for `is_authenticated` (auth.C010) and 'is_anonymous' (auth.C009) fail to detect @staticmethod overrides (was: Bug Report: `manage.py check` Fails to Detect `@staticmethod` Override for `is_authenticated` (auth.C010) and 'is_anonymous' (auth.C009))
Django
-
Re: [Django] #36710: urlize fails to convert domain-only urls from the original top-level domains if a host is given (was: ` from django.utils.html import urlize ` mismatch between version)
Django
-
Re: [Django] #36710: ` from django.utils.html import urlize ` mismatch between version
Django
-
Re: [Django] #36710: ` from django.utils.html import urlize ` mismatch between version (was: `from django.utils.html import urlize` mismatch between version)
Django
-
[Django] #36710: `from django.utils.html import urlize` mismatch between version
Django
-
[Django] #36709: Bug Report: `manage.py check` Fails to Detect `@staticmethod` Override for `is_authenticated` (auth.C010) and 'is_anonymous' (auth.C009)
Django
-
[Django] #36708: `formset` not a static attribute of `ChangeList`
Django
-
Re: [Django] #27833: prefetch_related fails with SQLite when used with 1000 parent records
Django
-
[Django] #36707: Prefetch related query throwing "Expression tree is too large" error after updating to Django 5.2 when using sqlite3 DB
Django
-
Re: [Django] #28519: Add filter(), exclude(), and other base QuerySet methods to combined QuerySets (union(), etc.)
Django
-
Re: [Django] #30577: Custom rendering for readonly fields in admin
Django
-
Re: [Django] #36491: AttributeError: '_io.TextIOWrapper' object has no attribute 'getvalue' when setUpTestData raises and tests are run with –parallel–buffer
Django
-
Re: [Django] #36293: GZipMiddleware buffers streaming responses
Django
-
[Django] #36706: Select all but one in admin
Django
-
Re: [Django] #26940: makemessages incorrectly configured as not requiring settings
Django
-
[Django] #36705: Repeated string concatenation is slow on some python implementations, in particular PyPy
Django
-
Re: [Django] #36705: Repeated string concatenation is slow on some python implementations, in particular PyPy
Django
-
Re: [Django] #36705: Repeated string concatenation is slow on some python implementations, in particular PyPy
Django
-
Re: [Django] #36705: Repeated string concatenation is slow on some python implementations, in particular PyPy
Django
-
Re: [Django] #36705: Repeated string concatenation is slow on some python implementations, in particular PyPy
Django
-
Re: [Django] #36705: Repeated string concatenation is slow on some python implementations, in particular PyPy
Django
-
Re: [Django] #36705: Repeated string concatenation is slow on some python implementations, in particular PyPy
Django
-
Re: [Django] #36705: Repeated string concatenation is slow on some python implementations, in particular PyPy
Django
-
Re: [Django] #36705: Repeated string concatenation is slow on some python implementations, in particular PyPy
Django
-
Re: [Django] #36705: Repeated string concatenation is slow on some python implementations, in particular PyPy
Django
-
Re: [Django] #36705: Repeated string concatenation is slow on some python implementations, in particular PyPy
Django
-
Re: [Django] #36705: Repeated string concatenation is slow on some python implementations, in particular PyPy
Django
-
Re: [Django] #36705: Repeated string concatenation is slow on some python implementations, in particular PyPy
Django
-
Re: [Django] #36705: Repeated string concatenation is slow on some python implementations, in particular PyPy
Django
-
Re: [Django] #36092: Composite primary key wrongly allows non-local fields to be referenced
Django
-
[Django] #36704: Proxy model with a CompositePrimaryKey fails system check with false positive: (models.E042) '<field>' cannot be included in the composite primary key
Django
-
[Django] #36703: Undocumented change of SetPasswordForm in django 5.1 release notes
Django
-
[Django] #36702: bulk_create not returning pk if it was set as an expression
Django
-
Re: [Django] #13559: Need a contextprocessor for current site
Django
-
[Django] #36701: ModelState objects create reference cycles that require a gc pass to free
Django
-
Re: [Django] #16915: contrib.admin should use a variable to select base_site template
Django
-
Re: [Django] #21392: changepassword option to read from stdin
Django
-
[Django] #36700: ASGIHandler creates reference cycles that require a gc pass to free
Django
-
Re: [Django] #34898: Adding non-deterministic collations to unique CharFields crashes on PostgreSQL.
Django
-
[Django] #36699: Clarify behavior and documentation for login (404) and logout (405) routes
Django
-
Re: [Django] #29030: Make construction of "View on site" and "View Site" URLs consistent
Django
-
[Django] #36698: isinstance() arg 2 must be a type, a tuple of types, or a union when using Oracle DB
Django
-
[Django] #36697: black need to be installed to launch the full test suite and it's not in the requirements
Django
-
Re: [Django] #36696: Using deferred annotations on signals, tasks, etc. in Python 3.14 raises NameError
Django
-
Re: [Django] #36696: Using deferred annotations on signals, tasks, etc. in Python 3.14 raises NameError
Django
-
Re: [Django] #36696: Using deferred annotations on signals, tasks, etc. in Python 3.14 raises NameError
Django
-
Re: [Django] #36696: Using deferred annotations on signals, tasks, etc. in Python 3.14 raises NameError
Django
-
Re: [Django] #36696: Using deferred annotations on signals, tasks, etc. in Python 3.14 raises NameError
Django
-
Re: [Django] #36696: Using deferred annotations on signals, tasks, etc. in Python 3.14 raises NameError
Django
-
Re: [Django] #36696: Using deferred annotations on signals, tasks, etc. in Python 3.14 raises NameError (was: django.utils.inspect leads to NameError with Python 3.14)
Django
-
[Django] #36696: django.utils.inspect leads to NameError with Python 3.14
Django
-
[Django] #36695: Model field validator with a generic parameter causes infinite recursion when making migrations
Django
-
Re: [Django] #35972: Custom lookup example raises TypeError when looked up against a Subquery
Django
-
Re: [Django] #33113: Add example to documentation of a DateInput with input_type='date'
Django
-
Re: [Django] #36694: PostGIS backend silently ignores most Index options when targeting a single GeometryField (expressions, condition, include, opclasses)
Django
-
Re: [Django] #36694: PostGIS backend silently ignores most Index options when targeting a single GeometryField (expressions, condition, include, opclasses) (was: PostGIS backend silently ignores most Index options (expressions, condition, include, opclasses))
Django
-
Re: [Django] #36694: PostGIS backend silently ignores most Index options (expressions, condition, include, opclasses) (was: GistIndex with condition ignores condition)
Django
-
[Django] #36694: GistIndex with condition ignores condition
Django
-
Re: [Django] #36293: GZipMiddleware buffers streaming responses (was: Extend `django.utils.text.compress_sequence()` to optionally flush data written to compressed file)
Django
-
[Django] #36693: The "default" argument for ArrayAgg is being ignored
Django
-
Re: [Django] #31612: Running tests with --keepdb messy to flush.
Django
-
Re: [Django] #5815: Adds per-view cache refreshing (clearing)
Django
-
Re: [Django] #36596: django_test_skips and django_test_expected_failures have no effect on the parallel test runner in "spawn" mode
Django