Timeline
Feb 1, 2022:
- 7:28 PM Ticket #33481 (contrib.contenttypes - Clarify remove_stale_contenttypes data loss warning) updated by
-
Triage Stage, Component, Summary changed
I wrote the original sentence in … - 6:43 PM Ticket #33487 (Migrations - Adding `validate_slug` to a model's validators causes flapping ...) closed by
- invalid: Compatibility between Django versions isn't guaranteed for migrations. …
- 6:10 PM Ticket #33487 (Migrations - Adding `validate_slug` to a model's validators causes flapping ...) created by
- I have a project that currently supports both 2.2 and 3.2 (working on …
- 5:17 PM Ticket #33486 (contrib.admin - Allow translations' variants based on objects count for admin's delete ...) updated by
-
Summary changed
- 5:16 PM Ticket #33486 (contrib.admin - Allow translations' variants based on objects count for admin's delete ...) updated by
- As an example one of those three messages: > Deleting the selected …
- 4:54 PM Ticket #33486 (contrib.admin - Allow translations' variants based on objects count for admin's delete ...) created by
- Admin's delete selected confirmation messages can contain singular and …
- 2:08 PM Ticket #33454 (Testing framework - Django4 does not pick up tests according to tags.) updated by
- Replying to Thorben Luepkes: > Could you please take a …
- 1:02 PM Ticket #33485 (Forms - inlineformset_factory generate more db subquerys when the model have fk) closed by
- duplicate: Duplicate of #18597.
- 12:30 PM Ticket #33482 (Database layer (models, ORM) - filter on exists-subquery with empty queryset removes whole WHERE block) updated by
-
Has patch changed
- 12:30 PM Ticket #33485 (Forms - inlineformset_factory generate more db subquerys when the model have fk) created by
- in line 859 from django.forms.models the variable qs makes a new query …[…]
- 12:26 PM Ticket #33484 (Documentation - Improve docs about date lookup filter) updated by
-
Description changed
- 12:24 PM Ticket #33482 (Database layer (models, ORM) - filter on exists-subquery with empty queryset removes whole WHERE block) updated by
-
Status, Owner, Type, Triage Stage changed
I think that this is an issue withExists.as_sql
when `self.invert … - 12:24 PM Ticket #33484 (Documentation - Improve docs about date lookup filter) updated by
-
Summary changed
- 12:23 PM Ticket #33484 (Documentation - Improve docs about date lookup filter) updated by
-
Description changed
- 12:21 PM Ticket #33484 (Documentation - Improve docs about date lookup filter) updated by
-
Description changed
- 12:20 PM Ticket #33484 (Documentation - Improve docs about date lookup filter) updated by
-
Description changed
- 12:20 PM Ticket #33484 (Documentation - Improve docs about date lookup filter) created by
-
Django docs about
date
lookup filter: For datetime fields, casts … - 11:51 AM Ticket #33481 (contrib.contenttypes - Clarify remove_stale_contenttypes data loss warning) updated by
-
Type, Component, Severity changed
Oooooh, now I get it. Wow, OK, is it just me, or is that sentence … - 11:19 AM Ticket #33481 (contrib.contenttypes - Clarify remove_stale_contenttypes data loss warning) updated by
- I think you've misunderstood the message. The data you listed seem to …
- 9:58 AM Ticket #33483 (Database layer (models, ORM) - Index name migration instability between database engines) updated by
-
Description changed
- 9:48 AM Ticket #33483 (Database layer (models, ORM) - Index name migration instability between database engines) updated by
- There is a simple work-around for this issue: explicitly specify index …
- 9:04 AM Ticket #33483 (Database layer (models, ORM) - Index name migration instability between database engines) updated by
-
Description changed
- 8:58 AM Ticket #33454 (Testing framework - Django4 does not pick up tests according to tags.) updated by
- Replying to Mariusz Felisiak: > > Is there a different way …
- 8:53 AM Ticket #33483 (Database layer (models, ORM) - Index name migration instability between database engines) updated by
-
Description changed
- 8:52 AM Ticket #33483 (Database layer (models, ORM) - Index name migration instability between database engines) created by
-
I have been using the
django-celery-results
project with Django on … - 8:38 AM Ticket #33482 (Database layer (models, ORM) - filter on exists-subquery with empty queryset removes whole WHERE block) updated by
-
Summary changed
- 8:38 AM Ticket #33482 (Database layer (models, ORM) - filter on exists-subquery with empty queryset removes whole WHERE block) updated by
-
Description changed
- 8:37 AM Ticket #33482 (Database layer (models, ORM) - filter on exists-subquery with empty queryset removes whole WHERE block) updated by
-
Description changed
- 8:37 AM Ticket #33482 (Database layer (models, ORM) - filter on exists-subquery with empty queryset removes whole WHERE block) created by
- […] With django-debug-toolbar I can still see the query, but there …
- 8:14 AM Ticket #33476 (Core (Other) - Formatting Code with Black) updated by
- In 0c06819c: […]
- 8:14 AM Changeset [0c06819c]stable/4.0.x by
- [4.0.x] Refs #33476 -- Used vertical hanging indentation for format …
- 8:11 AM Ticket #33476 (Core (Other) - Formatting Code with Black) updated by
- In ca88caa1: […]
- 8:11 AM Changeset [ca88caa1]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Refs #33476 -- Used vertical hanging indentation for format lists with …
- 6:41 AM Ticket #33481 (contrib.contenttypes - Clarify remove_stale_contenttypes data loss warning) created by
- I just wanted to remove stale contenttypes from a system and noticed a …
- 5:37 AM Ticket #32114 (Testing framework - Workaround for subtest issue with parallel test runner) updated by
-
Owner changed
I ran into this issue recently and feel I can pick this up following … - 5:16 AM Ticket #30360 (Core (Other) - Support rotation of secret keys.) closed by
- fixed: In 0dcd549b: […]
- 4:49 AM Ticket #32559 (Forms - Add attribute 'step' to FloatField.) updated by
-
Patch needs improvement, Needs tests changed
Thanks Jacob! I'll take another look. - 4:14 AM Ticket #30360 (Core (Other) - Support rotation of secret keys.) updated by
-
Needs documentation, Triage Stage changed
- 4:12 AM Changeset [0dcd549]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #30360 -- Added support for secret key rotation. Thanks Florian …
- 2:12 AM Changeset [1c74ac8]stable/4.0.x by
- [4.0.x] Added stub release notes for 4.0.3. Backport of …
- 2:10 AM Changeset [ba4a6880]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Added stub release notes for 4.0.3.
- 1:54 AM Changeset [047ece3]stable/2.2.x by
- [2.2.x] Added CVE-2022-22818 and CVE-2022-23833 to security archive. …
- 1:53 AM Changeset [6f309165]stable/3.2.x by
- [3.2.x] Added CVE-2022-22818 and CVE-2022-23833 to security archive. …
- 1:53 AM Changeset [69dfc6e]stable/4.0.x by
- [4.0.x] Added CVE-2022-22818 and CVE-2022-23833 to security archive. …
- 1:17 AM Changeset [9e0df0d]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Added CVE-2022-22818 and CVE-2022-23833 to security archive.
- 1:10 AM Changeset [2427b2f]stable/2.2.x by
- [2.2.x] Post-release version bump.
- 1:07 AM Changeset [e541f2d0]stable/2.2.x by
- [2.2.x] Bumped version for 2.2.27 release.
- 1:05 AM Changeset [1e6b555c]stable/3.2.x by
- [3.2.x] Post-release version bump.
- 1:03 AM Changeset [fdf209ea]stable/3.2.x by
- [3.2.x] Bumped version for 3.2.12 release.
- 1:02 AM Changeset [3cb9025]stable/4.0.x by
- [4.0.x] Post-release version bump.
- 12:59 AM Changeset [b12be7a]stable/4.0.x by
- [4.0.x] Bumped version for 4.0.2 release.
- 12:57 AM Changeset [c477b761]stable/2.2.x by
- [2.2.x] Fixed CVE-2022-23833 -- Fixed DoS possiblity in file uploads. …
- 12:56 AM Changeset [c27a7eb]stable/2.2.x by
- [2.2.x] Fixed CVE-2022-22818 -- Fixed possible XSS via {% debug %} …
- 12:54 AM Changeset [d161335]stable/3.2.x by
- [3.2.x] Fixed CVE-2022-23833 -- Fixed DoS possiblity in file uploads. …
- 12:53 AM Changeset [1a1e8278]stable/3.2.x by
- [3.2.x] Fixed CVE-2022-22818 -- Fixed possible XSS via {% debug %} …
- 12:44 AM Changeset [f9c7d48f]stable/4.0.x by
- [4.0.x] Fixed CVE-2022-23833 -- Fixed DoS possiblity in file uploads. …
- 12:43 AM Changeset [01422046]stable/4.0.x by
- [4.0.x] Fixed CVE-2022-22818 -- Fixed possible XSS via {% debug %} …
- 12:41 AM Changeset [fc18f36c]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed CVE-2022-23833 -- Fixed DoS possiblity in file uploads. Thanks …
- 12:40 AM Changeset [394517f]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed CVE-2022-22818 -- Fixed possible XSS via {% debug %} template …
- 12:33 AM Ticket #33480 (Migrations - Migration autodetector crashes when renaming a model and field.) updated by
- In 6928227d: […]
- 12:33 AM Ticket #33480 (Migrations - Migration autodetector crashes when renaming a model and field.) closed by
- fixed: In 97a72744: […]
- 12:33 AM Changeset [6928227d]stable/4.0.x by
- [4.0.x] Fixed #33480 -- Fixed makemigrations crash when renaming field …
- 12:01 AM Changeset [97a72744]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #33480 -- Fixed makemigrations crash when renaming field of …
- 12:01 AM Ticket #33480 (Migrations - Migration autodetector crashes when renaming a model and field.) updated by
-
Has patch, Triage Stage changed
PR
Jan 31, 2022:
- 11:37 PM Ticket #33480 (Migrations - Migration autodetector crashes when renaming a model and field.) created by
- Migration autodetector crashes when renaming a model and field in a …
- 11:08 PM Ticket #33479 (Uncategorized - Change Username on Django Forums) closed by
- invalid: Please don't use Trac as a support channel. Closing per …
- 4:51 PM Ticket #33479 (Uncategorized - Change Username on Django Forums) created by
- This is not an actual Django dev issue, sorry about that! I am trying …
- 4:13 PM Ticket #33475 (contrib.sessions - Add a SESSION_KEY_LENGTH setting) updated by
- Thanks for the quick replies! I realise now to avoid requesting …
- 10:05 AM Ticket #33478 (Database layer (models, ORM) - Can't use QuerySet.get_or_create() with a field named defaults) closed by
-
invalid: From the
get_or_create()
docs: > If you have a field named … - 9:10 AM Ticket #33478 (Database layer (models, ORM) - Can't use QuerySet.get_or_create() with a field named defaults) created by
-
currently in Django we have
get_or_create(defaults=None, **kwargs)
, … - 8:45 AM Ticket #33471 (Migrations - AlterField operation should be noop when adding/changing choices on SQLite.) updated by
- oh i didn't realise that this was done globally by attr name. (though …
- 6:08 AM Ticket #30360 (Core (Other) - Support rotation of secret keys.) updated by
-
Patch needs improvement, Needs tests changed
- 5:28 AM Ticket #33477 (Database layer (models, ORM) - Union Operator merges annotated values wrongfully) updated by
- Replying to Mariusz Felisiak: > > Or do I use the union …
- 5:15 AM Ticket #33477 (Database layer (models, ORM) - Union Operator merges annotated values wrongfully) closed by
- invalid: > Or do I use the union operator incorrectly? As far as I'm aware, …
- 4:59 AM Ticket #33477 (Database layer (models, ORM) - Union Operator merges annotated values wrongfully) updated by
-
Cc changed
- 4:57 AM Ticket #33477 (Database layer (models, ORM) - Union Operator merges annotated values wrongfully) created by
- Hi, maybe I'm doing something majorly incorrectly, but Django merges …
- 4:34 AM Ticket #33468 (Database layer (models, ORM) - aggregate() with 'default' after annotate() crashes.) updated by
- In aff79be0: […]
- 4:34 AM Changeset [aff79be0]stable/4.0.x by
- [4.0.x] Fixed #33468 -- Fixed QuerySet.aggregate() after annotate() …
- 4:33 AM Ticket #33468 (Database layer (models, ORM) - aggregate() with 'default' after annotate() crashes.) closed by
- fixed: In 71e7c8e: […]
- 4:33 AM Changeset [71e7c8e]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #33468 -- Fixed QuerySet.aggregate() after annotate() crash on …
- 2:30 AM Ticket #33476 (Core (Other) - Formatting Code with Black) created by
- Based on …
- 2:16 AM Ticket #33475 (contrib.sessions - Add a SESSION_KEY_LENGTH setting) updated by
- I'm also against a new setting. We allow session keys up to 40 …
- 1:31 AM Ticket #33475 (contrib.sessions - Add a SESSION_KEY_LENGTH setting) updated by
-
Version changed
Sooo, adding a new setting for security related stuff probably gets a … - 1:08 AM Ticket #33475 (contrib.sessions - Add a SESSION_KEY_LENGTH setting) updated by
-
Cc changed
- 12:15 AM Ticket #33470 (Migrations - Avoid SQL comments with descriptions of noop operations in sqlmigrate.) closed by
- wontfix: Thanks for the ticket. I don't see anything wrong in keeping …
Jan 30, 2022:
- 11:41 PM Ticket #33471 (Migrations - AlterField operation should be noop when adding/changing choices on SQLite.) updated by
-
Type changed
- 11:36 PM Ticket #33471 (Migrations - AlterField operation should be noop when adding/changing choices on SQLite.) updated by
-
Easy pickings, Summary, Triage Stage changed
It was missed in #25253 (see … - 11:23 PM Ticket #33474 (Template system - Introduce slots definition to Variable and FilterExpression) updated by
-
Triage Stage changed
- 11:23 PM Ticket #33475 (contrib.sessions - Add a SESSION_KEY_LENGTH setting) created by
- I was reviewing how sessions were made and came across how the session …
- 9:29 PM Ticket #33473 (Core (Other) - Dev Server fails to restart after adding BASE_DIR to ...) updated by
-
Cc changed
Replying to Keryn Knight: > > Django does not watch for … - 12:28 PM Ticket #33379 (Database layer (models, ORM) - Add minimum database version checks) updated by
-
Patch needs improvement changed
- 10:21 AM Ticket #33474 (Template system - Introduce slots definition to Variable and FilterExpression) updated by
-
Has patch changed
PR is https://github.com/django/django/pull/15378 - 9:24 AM Ticket #33474 (Template system - Introduce slots definition to Variable and FilterExpression) updated by
-
Owner changed
- 9:24 AM Ticket #33474 (Template system - Introduce slots definition to Variable and FilterExpression) created by
- Another attempt at a case-by-case of the idea in #12826, given …
- 4:20 AM Ticket #33473 (Core (Other) - Dev Server fails to restart after adding BASE_DIR to ...) updated by
-
Cc changed
I think I encountered this recently while making examples for … - 12:59 AM Ticket #33473 (Core (Other) - Dev Server fails to restart after adding BASE_DIR to ...) updated by
-
I don't think this is a bug, really. Adding
BASE_DIR
to the list of …
Jan 29, 2022:
- 4:37 PM Ticket #33473 (Core (Other) - Dev Server fails to restart after adding BASE_DIR to ...) created by
- Repro steps: $ pip install -U django $ django-admin startproject …
- 4:31 PM Ticket #17193 (Core (Mail) - Send templated email.) updated by
- Just in case someone wants to implement a template rendering system …
- 4:13 PM Ticket #32559 (Forms - Add attribute 'step' to FloatField.) updated by
-
I re-added the attribute
step="any"
to theFloatField
. However, I … - 1:22 PM Ticket #33472 (Utilities - slugify() don't work when used in model's save() method.) closed by
- worksforme: It works for me, I cannot reproduce your issue with described models.
- 12:09 PM Ticket #33472 (Utilities - slugify() don't work when used in model's save() method.) created by
- This is code in my models.py I was using: […] When model is …
- 12:01 PM Changeset [beb7ddb]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Updated translations from Transifex. Updated Bulgarian, Czech, …
- 11:59 AM Changeset [7a1c6533]stable/4.0.x by
- [4.0.x] Updated translations from Transifex. Updated Bulgarian, …
- 11:56 AM Ticket #33471 (Migrations - AlterField operation should be noop when adding/changing choices on SQLite.) created by
- while writing a test case for #33470 i found that for sqlite, even a …
- 11:49 AM Ticket #33465 (Utilities - Introduce empty __slots__ protocol for SafeString & SafeData) closed by
- fixed: In 55022f75: […]
- 11:45 AM Ticket #33470 (Migrations - Avoid SQL comments with descriptions of noop operations in sqlmigrate.) created by
- for migrations that have no effect on the db (e.g. changing …
- 6:54 AM Ticket #33465 (Utilities - Introduce empty __slots__ protocol for SafeString & SafeData) updated by
-
Triage Stage changed
- 6:50 AM Changeset [55022f75]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #33465 -- Added empty slots to SafeString and SafeData. …
- 4:59 AM Ticket #33452 (contrib.admin - Save buttons in admin are too close together on medium screen sizes) closed by
- fixed: In 67db54a5: […]
- 4:59 AM Changeset [67db54a5]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #33452 -- Fixed admin change-form layout for submit buttons on …
Note:
See TracTimeline
for information about the timeline view.