Timeline
Jun 1, 2023:
- 2:28 PM Ticket #34612 (Database layer (models, ORM) - QuerySet.only() doesn't work with select_related() on a reverse ...) updated by
- In 7383864: […]
- 2:27 PM Changeset [7383864]stable/4.2.x by
- [4.2.x] Fixed #34612 -- Fixed QuerySet.only() crash on reverse …
- 2:25 PM Ticket #34612 (Database layer (models, ORM) - QuerySet.only() doesn't work with select_related() on a reverse ...) closed by
- fixed: In 2cf76f2d: […]
- 2:25 PM Ticket #34570 (Database layer (models, ORM) - QuerySet.defer() raises an AttributeError when the field is ...) updated by
- In d9e7018: […]
- 1:54 PM Ticket #34612 (Database layer (models, ORM) - QuerySet.only() doesn't work with select_related() on a reverse ...) updated by
-
Triage Stage changed
PR - 1:50 PM Changeset [2cf76f2d]mainstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #34612 -- Fixed QuerySet.only() crash on reverse relationships. …
- 1:49 PM Changeset [d9e7018]mainstable/5.0.xstable/5.1.xstable/5.2.x by
- Refs #34570 -- Added extra tests for QuerySet.only() noops.
- 12:39 PM Ticket #34620 (Core (Serialization) - Serialization of m2m relation fails with custom manager using ...) created by
- Serialization of many to many relation with custom manager using …
- 11:55 AM Ticket #34609 (Utilities - Deprecate format_html calls without args or kwargs) updated by
-
OK, so instead of
TypeError
I should raise a … - 10:55 AM Ticket #33143 (Database layer (models, ORM) - Block import-time queries) updated by
-
Has patch changed
PR - 10:36 AM Ticket #34619 (contrib.admin - Ensure FilteredSelectMultiple select elements are associated with ...) updated by
-
Description changed
- 10:35 AM Ticket #34619 (contrib.admin - Ensure FilteredSelectMultiple select elements are associated with ...) created by
-
In the admin UI, the
FilteredSelectMultiple
is missing labels for … - 10:19 AM Ticket #24863 (Database layer (models, ORM) - Make `django.db.models.Manager.from_queryset` copy over properties and ...) updated by
-
Has patch changed
PR is opened: https://github.com/django/django/pull/16919 - 10:18 AM Ticket #32819 (Forms - Fields’ help text and errors should be associated with input) updated by
-
Owner changed
- 10:15 AM Ticket #22298 (Forms - Rename Form Media to Static (or get rid of Form Media completely?)) updated by
-
Cc changed
- 10:10 AM Ticket #34572 (GIS - Confirm/Add support for GDAL 3.7.) updated by
-
Triage Stage changed
You cannot mark your own PRs as … - 10:09 AM Ticket #22298 (Forms - Rename Form Media to Static (or get rid of Form Media completely?)) updated by
-
Cc changed
I requested discussion of this issue … - 10:01 AM Ticket #34572 (GIS - Confirm/Add support for GDAL 3.7.) updated by
-
Has patch, Triage Stage changed
- 9:58 AM Ticket #34602 (Internationalization - Fail gettext when no translation file is found or when no msgid is ...) updated by
- Sure, the case is very simple. Create a view like the one in the …
- 9:49 AM Ticket #34613 (HTTP handling - add support for Partitioned cookies) closed by
- needsinfo
- 9:40 AM Ticket #29942 (Documentation - viewsource links to contrib.auth.forms not appearing) updated by
-
Owner changed
- 9:38 AM Ticket #34613 (HTTP handling - add support for Partitioned cookies) updated by
- Hi! Partitioned cookies still seem to be quite experimental in …
- 9:31 AM Ticket #29942 (Documentation - viewsource links to contrib.auth.forms not appearing) updated by
- New PR
- 9:05 AM Ticket #34618 (contrib.admin - Admin action log entry types should be communicated to screen reader users) updated by
-
Needs tests changed
- 8:58 AM Ticket #34618 (contrib.admin - Admin action log entry types should be communicated to screen reader users) updated by
-
Has patch changed
PR - 8:57 AM Ticket #34618 (contrib.admin - Admin action log entry types should be communicated to screen reader users) updated by
-
Triage Stage changed
- 8:56 AM Changeset [4142739a]mainstable/5.0.xstable/5.1.xstable/5.2.x by
- Added local copy of Django to deps in tox.ini. This also bumps tox to 4.0.
- 8:27 AM Ticket #34618 (contrib.admin - Admin action log entry types should be communicated to screen reader users) created by
- On the admin’s index/dashboard, we have a log of actions in the admin …
- 8:17 AM Ticket #34532 (Forms - Form.default_renderer is ignored in formsets.) updated by
-
Status, Owner, Has patch changed
https://github.com/django/django/pull/16916 - 7:57 AM Ticket #34532 (Forms - Form.default_renderer is ignored in formsets.) updated by
- My and my colleagues tried to reproduce and illustrate the issue. We …
- 7:51 AM Ticket #34572 (GIS - Confirm/Add support for GDAL 3.7.) updated by
-
Status, Owner changed
- 7:44 AM Ticket #34532 (Forms - Form.default_renderer is ignored in formsets.) updated by
- I've been looking at this as part of the sprints for DjangoCon EU. …
- 7:39 AM Ticket #34609 (Utilities - Deprecate format_html calls without args or kwargs) updated by
- @Bhuvnesh The issues talks about deprecating that args resp. kwargs …
- 7:37 AM Ticket #34617 (contrib.admin - Ensures <meta name="viewport"> does not disable text scaling and zooming) closed by
- fixed: In 65da6b2: […]
- 7:37 AM Changeset [65da6b2]mainstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #34617 -- Enabled user zooming on mobile devices in the admin.
- 7:34 AM Ticket #34609 (Utilities - Deprecate format_html calls without args or kwargs) updated by
-
Description changed
- 7:20 AM Ticket #33143 (Database layer (models, ORM) - Block import-time queries) updated by
-
Status, Owner changed
- 7:11 AM Ticket #34595 (Template system - format_html() should explicitly mention that format_string is not ...) updated by
- In dae052d: […]
- 7:10 AM Changeset [dae052d]stable/4.2.x by
- [4.2.x] Fixed #34595 -- Doc'd that format_string arg of format_html() …
- 7:10 AM Ticket #34595 (Template system - format_html() should explicitly mention that format_string is not ...) closed by
- fixed: In 4037223d: […]
- 6:43 AM Ticket #24863 (Database layer (models, ORM) - Make `django.db.models.Manager.from_queryset` copy over properties and ...) updated by
-
Status, Owner changed
- 6:21 AM Ticket #25762 (Utilities - Optimize numberformat.format) updated by
-
Status, Owner changed
- 6:20 AM Ticket #28526 (Template system - Remedy verbose, often unhelpful undefined tempate variable logging) updated by
-
Status, Owner changed
- 6:14 AM Ticket #34617 (contrib.admin - Ensures <meta name="viewport"> does not disable text scaling and zooming) updated by
- https://github.com/django/django/pull/16914
- 6:12 AM Ticket #34595 (Template system - format_html() should explicitly mention that format_string is not ...) updated by
-
Triage Stage changed
- 6:10 AM Changeset [4037223d]mainstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #34595 -- Doc'd that format_string arg of format_html() is not …
- 6:03 AM Ticket #34617 (contrib.admin - Ensures <meta name="viewport"> does not disable text scaling and zooming) updated by
-
Has patch, Triage Stage changed
- 6:01 AM Ticket #25582 (Core (URLs) - Add a way to build URLs with query strings) updated by
- Hi- I am at the sprints of DjangoConEU 2023 and have rediscovered this …
- 5:57 AM Ticket #34617 (contrib.admin - Ensures <meta name="viewport"> does not disable text scaling and zooming) updated by
-
Status, Owner changed
- 5:56 AM Ticket #34617 (contrib.admin - Ensures <meta name="viewport"> does not disable text scaling and zooming) created by
-
Currently the setting at admin template:
meta name="viewport"
has … - 5:51 AM Ticket #34595 (Template system - format_html() should explicitly mention that format_string is not ...) updated by
-
Has patch changed
PR - 5:50 AM Ticket #34615 (Database layer (models, ORM) - queryset.order_by().first() is not consistent with other queryset ...) updated by
- See related ticket #23805.
- 5:33 AM Ticket #34615 (Database layer (models, ORM) - queryset.order_by().first() is not consistent with other queryset ...) updated by
- Thanks! I disagree a bit because if I'm explicitly disabling ordering …
- 5:19 AM Ticket #34616 (Documentation - Incorrect code example in 5.0 release notes) closed by
- fixed: In 24d56e21: […]
- 5:19 AM Changeset [24d56e21]mainstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #34616 -- Corrected label examples in 5.0 release notes.
- 5:09 AM Ticket #34616 (Documentation - Incorrect code example in 5.0 release notes) updated by
-
Has patch, Owner changed
https://github.com/django/django/pull/16912 - 4:53 AM Ticket #34616 (Documentation - Incorrect code example in 5.0 release notes) updated by
-
Version, Type changed
- 4:26 AM Ticket #34616 (Documentation - Incorrect code example in 5.0 release notes) updated by
-
Status, Owner changed
- 4:22 AM Ticket #34616 (Documentation - Incorrect code example in 5.0 release notes) updated by
-
Type, Component, Easy pickings, Triage Stage changed
- 4:14 AM Ticket #34615 (Database layer (models, ORM) - queryset.order_by().first() is not consistent with other queryset ...) closed by
-
wontfix: We added
order_by("pk")
only when it's not explicitly ordered, … - 4:08 AM Ticket #34615 (Database layer (models, ORM) - queryset.order_by().first() is not consistent with other queryset ...) updated by
-
Patch needs improvement changed
- 12:27 AM Ticket #34616 (Documentation - Incorrect code example in 5.0 release notes) created by
- The 5.0 release notes have a code example of a form and its fields …
May 31, 2023:
- 11:57 PM Ticket #9519 (Database layer (models, ORM) - Add QuerySet.bulk_delete() that issues only a single SQL query) updated by
- After some research I would like to amend my earlier proposition to …
- 8:16 PM Ticket #34613 (HTTP handling - add support for Partitioned cookies) updated by
-
Cc changed
- 7:00 PM Ticket #34615 (Database layer (models, ORM) - queryset.order_by().first() is not consistent with other queryset ...) updated by
-
Has patch changed
- 6:53 PM Ticket #34615 (Database layer (models, ORM) - queryset.order_by().first() is not consistent with other queryset ...) updated by
-
Type, Component changed
- 6:53 PM Ticket #34615 (Database layer (models, ORM) - queryset.order_by().first() is not consistent with other queryset ...) created by
-
For any other operation, an empty
.order_by()
remove default … - 5:29 PM Ticket #34612 (Database layer (models, ORM) - QuerySet.only() doesn't work with select_related() on a reverse ...) updated by
-
Has patch changed
- 4:39 PM Ticket #34612 (Database layer (models, ORM) - QuerySet.only() doesn't work with select_related() on a reverse ...) updated by
-
Status, Owner changed
- 2:40 PM Ticket #34614 (Core (Serialization) - Natural keys for nullable foreign keys) created by
- I found that if a fixture has a model with a nullable foreign key (FK) …
- 1:12 PM Ticket #34613 (HTTP handling - add support for Partitioned cookies) created by
- Hi. I'm having issues with Django app in Chrome. It is working as a …
- 12:41 PM Ticket #34605 (contrib.admin - Add distinct support for ListFilters) closed by
- needsinfo: Forgot to close as needsinfo, but I'm happy to reopen when more …
- 12:40 PM Ticket #34309 (Documentation - Documentate how to delete a Django app correctly) updated by
-
Patch needs improvement, Version changed
- 10:21 AM Ticket #34609 (Utilities - Deprecate format_html calls without args or kwargs) updated by
-
Status, Owner changed
- 9:55 AM Ticket #34609 (Utilities - Deprecate format_html calls without args or kwargs) updated by
- […] Are these changes relevant? I don't have much experience with …
- 9:00 AM Ticket #34602 (Internationalization - Fail gettext when no translation file is found or when no msgid is ...) closed by
- needsinfo: Replying to Gergely Kalmár: > Currently gettext simply …
- 7:58 AM Ticket #34610 (Database layer (models, ORM) - Django_migrations unique constraint) closed by
- wontfix: Hi Before creating tickets for new features, the proposal should be …
- 5:58 AM Ticket #34606 (Database layer (models, ORM) - Right() function on Oracle and SQLite returns improper value when the ...) closed by
- fixed: In 91be6e1: […]
- 5:57 AM Changeset [91be6e18]mainstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #34606 -- Fixed Right() function with zero length on Oracle and …
- 4:23 AM Ticket #34600 (Documentation - Review reference to bleach in docs) updated by
- In dca5f5d: […]
- 4:23 AM Changeset [dca5f5d]stable/4.2.x by
- [4.2.x] Fixed #34600 -- Removed references to bleach in docs. …
- 4:23 AM Ticket #34600 (Documentation - Review reference to bleach in docs) closed by
- fixed: In b0a6cc7f: […]
- 3:53 AM Ticket #34600 (Documentation - Review reference to bleach in docs) updated by
-
Triage Stage changed
- 3:52 AM Changeset [b0a6cc7f]mainstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #34600 -- Removed references to bleach in docs.
- 3:41 AM Ticket #34606 (Database layer (models, ORM) - Right() function on Oracle and SQLite returns improper value when the ...) updated by
-
Triage Stage changed
- 3:40 AM Ticket #34612 (Database layer (models, ORM) - QuerySet.only() doesn't work with select_related() on a reverse ...) updated by
-
Cc, Triage Stage, Severity, Summary changed
Thanks for the report! Regression in … - 3:28 AM Ticket #34611 (Database layer (models, ORM) - Support getting None in qs.get()) closed by
- duplicate: Thanks for the report, however it was discussed and rejected multiple …
- 3:25 AM Ticket #34609 (Utilities - Deprecate format_html calls without args or kwargs) updated by
-
Triage Stage changed
- 3:24 AM Ticket #34597 (Database layer (models, ORM) - Queryset (split) exclude's usage of Exists is significantly slower ...) updated by
-
Triage Stage changed
Tentatively accepted. - 3:04 AM Ticket #34600 (Documentation - Review reference to bleach in docs) updated by
- PR
- 2:40 AM Ticket #34600 (Documentation - Review reference to bleach in docs) updated by
-
Has patch changed
- 2:01 AM Ticket #34612 (Database layer (models, ORM) - QuerySet.only() doesn't work with select_related() on a reverse ...) created by
-
On Django 4.2 calling
only()
withselect_related()
on a query … - 1:57 AM Ticket #34611 (Database layer (models, ORM) - Support getting None in qs.get()) created by
-
The
get()
method inQueryset
class would raise … - 1:55 AM Ticket #34609 (Utilities - Deprecate format_html calls without args or kwargs) updated by
-
Description changed
- 1:54 AM Ticket #34600 (Documentation - Review reference to bleach in docs) updated by
-
Status, Owner changed
- 1:43 AM Ticket #34610 (Database layer (models, ORM) - Django_migrations unique constraint) created by
- I suggest to add an unique constraint on django_migrations(app, name) …
- 1:41 AM Ticket #34609 (Utilities - Deprecate format_html calls without args or kwargs) created by
-
In my experience, a common misuse of
format_html
is to format the … - 1:15 AM Ticket #34392 (Testing framework - Allow using test client response.json() with StreamingHttpResponse) updated by
- Replying to Carlton Gibson: > >"Consuming self" means …
May 30, 2023:
- 11:19 PM Ticket #34597 (Database layer (models, ORM) - Queryset (split) exclude's usage of Exists is significantly slower ...) updated by
- [https://github.com/django/django/pull/16906 I drafted a PR for the …
- 4:38 PM Ticket #23049 (contrib.admin - Admin DateField doesn't support all DATE_INPUT_FORMATS) updated by
-
Cc changed
- 2:00 PM Ticket #34605 (contrib.admin - Add distinct support for ListFilters) updated by
-
Component changed
Hello, thank you for your report. Could you please provide a minimal … - 12:53 PM Ticket #34607 (GIS - function st_geomfromwkb(bytea) does not exist - geodjango tutorial) updated by
- As an extra data point, and since I never used GeoDjango before, I …
- 12:26 PM Ticket #34309 (Documentation - Documentate how to delete a Django app correctly) updated by
- PR
- 12:21 PM Ticket #34608 (Migrations - Migrations generates code that it can't execute) closed by
- invalid: Hello! First of all, please note that you are using a version of …
- 12:20 PM Ticket #34608 (Migrations - Migrations generates code that it can't execute) updated by
- Changing this line from: […] to: […] Make it work fine, since …
- 11:56 AM Ticket #34607 (GIS - function st_geomfromwkb(bytea) does not exist - geodjango tutorial) closed by
- invalid: Hello! Given the first error in your console output …
- 11:55 AM Ticket #34608 (Migrations - Migrations generates code that it can't execute) created by
- Migrations have been fine, until I rebuilt them to squash them down. …
- 11:34 AM Ticket #34473 (Forms - StepValueValidator does not take into account min_value) updated by
-
Needs documentation, Patch needs improvement changed
Hello Jacob, When the PR for this ticket is updated to the latest … - 11:32 AM Ticket #34309 (Documentation - Documentate how to delete a Django app correctly) updated by
-
Has patch changed
- 10:51 AM Ticket #34473 (Forms - StepValueValidator does not take into account min_value) updated by
-
Version changed
pull request has been fixed for dev branch - 10:27 AM Ticket #33414 (Database layer (models, ORM) - Diamond inheritance causes duplicated PK error when creating an ...) updated by
- PR
- 10:22 AM Ticket #33414 (Database layer (models, ORM) - Diamond inheritance causes duplicated PK error when creating an ...) updated by
-
Cc, Status, Has patch, Owner changed
- 10:02 AM Ticket #34607 (GIS - function st_geomfromwkb(bytea) does not exist - geodjango tutorial) created by
- I'm encountering some issues when trying to follow the world app …
- 8:14 AM Ticket #34600 (Documentation - Review reference to bleach in docs) updated by
-
Easy pickings changed
Thanks David, makes sense not to endorse any particular library, +1 to … - 7:58 AM Ticket #21547 (Documentation - GeoDjango admin throws ProgrammingError after following the tutorial) closed by
- fixed: Please don't reopen old tickets. By the way, try first to find help …
- 7:43 AM Ticket #21547 (Documentation - GeoDjango admin throws ProgrammingError after following the tutorial) updated by
- I am having the same problem 9 years later. Sorry if this has been …
- 7:42 AM Ticket #21547 (Documentation - GeoDjango admin throws ProgrammingError after following the tutorial) updated by
-
Status, Resolution changed
I am having the same problem 9 years later. Sorry if this has been … - 6:18 AM Ticket #34606 (Database layer (models, ORM) - Right() function on Oracle and SQLite returns improper value when the ...) updated by
-
Has patch changed
PR - 5:58 AM Ticket #34603 (Database layer (models, ORM) - ~Q() incorrectly interpreted as full rather than empty) updated by
- Replying to Anders Kaseorg: > There’s an important …
- 5:11 AM Ticket #34603 (Database layer (models, ORM) - ~Q() incorrectly interpreted as full rather than empty) updated by
- There’s an important difference between including nothing and …
- 4:56 AM Ticket #34606 (Database layer (models, ORM) - Right() function on Oracle and SQLite returns improper value when the ...) updated by
-
Status, Owner changed
Sure, I can take it. To which version should I make a patch? By the … - 4:14 AM Ticket #34603 (Database layer (models, ORM) - ~Q() incorrectly interpreted as full rather than empty) closed by
- wontfix: I understand how the current logic works (there is no need for a long …
- 4:06 AM Ticket #34604 (Database layer (models, ORM) - On databases lacking XOR, Q(…) ^ Q(…) ^ Q(…) wrongly interpreted as ...) updated by
-
Cc, Patch needs improvement, Triage Stage, Needs documentation changed
Thanks for the report. PR - 4:02 AM Ticket #34603 (Database layer (models, ORM) - ~Q() incorrectly interpreted as full rather than empty) updated by
-
Status, Resolution changed
That isn’t how logic works. The expected meaning of … - 3:56 AM Ticket #34606 (Database layer (models, ORM) - Right() function on Oracle and SQLite returns improper value when the ...) updated by
-
Triage Stage, Summary changed
Thanks for the report. SQLite is also affected. As far as I'm aware, … - 2:36 AM Ticket #34606 (Database layer (models, ORM) - Right() function on Oracle and SQLite returns improper value when the ...) created by
-
Hi
I have found that the
RIGHT
database function on Oracle returns … - 2:30 AM Ticket #34600 (Documentation - Review reference to bleach in docs) updated by
- I think generally django avoids referring to 3rd party packages? Maybe …
- 2:27 AM Ticket #34605 (contrib.admin - Add distinct support for ListFilters) updated by
-
Type changed
- 2:27 AM Ticket #34605 (contrib.admin - Add distinct support for ListFilters) created by
-
Current implementation of
ChangeList.get_filters()
returns … - 1:21 AM Ticket #34603 (Database layer (models, ORM) - ~Q() incorrectly interpreted as full rather than empty) closed by
- invalid: Thanks for the ticket, however, IMO the current behavior is correct. …
- 12:09 AM Ticket #34604 (Database layer (models, ORM) - On databases lacking XOR, Q(…) ^ Q(…) ^ Q(…) wrongly interpreted as ...) updated by
-
Status, Owner, Has patch changed
Submitted a patch at https://github.com/django/django/pull/16901.
May 29, 2023:
- 11:54 PM Ticket #34597 (Database layer (models, ORM) - Queryset (split) exclude's usage of Exists is significantly slower ...) updated by
- Thank you for your report Lorand and for providing all these details. …
- 11:19 PM Ticket #34604 (Database layer (models, ORM) - On databases lacking XOR, Q(…) ^ Q(…) ^ Q(…) wrongly interpreted as ...) created by
-
On databases that don’t natively support
XOR
, such as PostgreSQL, … - 11:04 PM Ticket #34603 (Database layer (models, ORM) - ~Q() incorrectly interpreted as full rather than empty) created by
-
Since
Q()
is ([https://en.wikipedia.org/wiki/Empty_product#In_logic … - 3:23 PM Ticket #34602 (Internationalization - Fail gettext when no translation file is found or when no msgid is ...) created by
- Currently gettext simply falls back to inserting its argument when …
- 12:23 PM Ticket #34600 (Documentation - Review reference to bleach in docs) updated by
- Is the goal here to just drop the reference to any HTML sanitizer, or …
- 11:36 AM Ticket #34601 (contrib.admin - ModelAdmin: Error message for readonly_fields's check does not include ...) updated by
-
Has patch changed
- 11:24 AM Ticket #34597 (Database layer (models, ORM) - Queryset (split) exclude's usage of Exists is significantly slower ...) updated by
- Simon, I want to say that I really appreciate your support and …
- 9:16 AM Ticket #34597 (Database layer (models, ORM) - Queryset (split) exclude's usage of Exists is significantly slower ...) updated by
- > but the reporter said that they were also getting poor results with …
- 8:52 AM Ticket #34600 (Documentation - Review reference to bleach in docs) updated by
-
Type, Component, Triage Stage changed
Agreed, we should no longer advertisebleach
. - 8:21 AM Ticket #34597 (Database layer (models, ORM) - Queryset (split) exclude's usage of Exists is significantly slower ...) updated by
- Thanks for the investigation David! The `AND "blog"."id" = …
- 7:35 AM Ticket #34601 (contrib.admin - ModelAdmin: Error message for readonly_fields's check does not include ...) updated by
-
Triage Stage changed
- 7:35 AM Ticket #30601 (Documentation - Extend documentation about transaction rollbacks to mention global ...) updated by
-
Needs documentation, Has patch, Version changed
- 7:22 AM Ticket #34601 (contrib.admin - ModelAdmin: Error message for readonly_fields's check does not include ...) updated by
-
Status, Owner changed
There is an [https://github.com/django/django/pull/13169 old and stale … - 7:21 AM Ticket #34601 (contrib.admin - ModelAdmin: Error message for readonly_fields's check does not include ...) created by
-
When subclassing a
ModelAdmin
, the current error message for the … - 7:14 AM Ticket #30601 (Documentation - Extend documentation about transaction rollbacks to mention global ...) updated by
-
Status, Owner changed
- 6:51 AM Ticket #34597 (Database layer (models, ORM) - Queryset (split) exclude's usage of Exists is significantly slower ...) updated by
- Posting some investigation here for charettes & others: Looks like …
- 6:41 AM Ticket #34597 (Database layer (models, ORM) - Queryset (split) exclude's usage of Exists is significantly slower ...) updated by
-
Cc changed
- 6:34 AM Ticket #34600 (Documentation - Review reference to bleach in docs) created by
- The django docs make a couple of references to bleach to sanitise user …
- 5:17 AM Ticket #34597 (Database layer (models, ORM) - Queryset (split) exclude's usage of Exists is significantly slower ...) updated by
- EDIT: Actually please disregard this, after some investigation I found …
- 5:01 AM Ticket #34599 (Uncategorized - authentication and authorization) closed by
- invalid: Hello, Please refer to Django's support channels for help with …
- 2:18 AM Ticket #34599 (Uncategorized - authentication and authorization) created by
- i want get news feed or details of that particular logged in user details
- 12:10 AM Ticket #34564 (Database layer (models, ORM) - returning None instead of zero in Count annotation) updated by
- [https://www.postgresql.org/docs/current/functions-aggregate.html PG …
Note:
See TracTimeline
for information about the timeline view.