Timeline
Jun 11, 2021:
- 1:59 PM Ticket #32841 (Core (Cache system) - Decorator cache_page don't use CACHE_MIDDLEWARE_KEY_PREFIX properly) updated by
-
Has patch changed
I created a patch. Did some comments to it because I'm not totally … - 1:58 PM Ticket #32841 (Core (Cache system) - Decorator cache_page don't use CACHE_MIDDLEWARE_KEY_PREFIX properly) updated by
-
Status, Owner changed
- 1:51 PM Ticket #32841 (Core (Cache system) - Decorator cache_page don't use CACHE_MIDDLEWARE_KEY_PREFIX properly) created by
-
The
cache_page
decorator don't use the setting because it always … - 11:38 AM Ticket #30082 (Documentation - Document that Django 1.11.x raises a deprecation warning with Python 3.7) updated by
- NOTE that this isn't actually removed until version 3.10, so it …
- 10:40 AM Ticket #29214 (Database layer (models, ORM) - Invalid SQL generated when annotating a subquery with an outerref to ...) updated by
- No it's just working around the issue and will break on backends that …
- 10:29 AM Ticket #29214 (Database layer (models, ORM) - Invalid SQL generated when annotating a subquery with an outerref to ...) updated by
- Ok, I have super simple solution, but I would like to pre check if …
- 10:03 AM Ticket #32817 (CSRF - Include in CsrfViewMiddleware's bad CSRF token message where the token ...) updated by
-
Has patch changed
PR: https://github.com/django/django/pull/14518 - 9:55 AM Ticket #30078 (Uncategorized - Django 1.11.* with Python 3.7.* raises a DeprecationWarning) updated by
- NOTE: this doesn't actually affect either Python 3.8 or Python 3.9 …
- 9:23 AM Ticket #29214 (Database layer (models, ORM) - Invalid SQL generated when annotating a subquery with an outerref to ...) updated by
- Absolutely! If you want to use the previous patch as a starting point, …
- 8:38 AM Ticket #29214 (Database layer (models, ORM) - Invalid SQL generated when annotating a subquery with an outerref to ...) updated by
- Is there a way I can help with this issue? I have just reported #32839 …
- 7:31 AM Ticket #32798 (HTTP handling - StreamingHttpResponse raises SynchronousOnlyOperation in ASGI server) updated by
-
Status, Owner changed
- 6:44 AM Ticket #32840 (Database layer (models, ORM) - Micro-optimisation possibility in Field.get_col) created by
- Current implementation is: […] If no different output field is …
- 6:16 AM Ticket #29214 (Database layer (models, ORM) - Invalid SQL generated when annotating a subquery with an outerref to ...) updated by
-
#32839 is a duplicate with
FilteredRelation
annotations. - 6:15 AM Ticket #32839 (Database layer (models, ORM) - Unnecessary qoutes around table name with in subquery) closed by
- duplicate: Thanks for the detailed report, it's a duplicate of #29214 (see also …
- 5:52 AM Ticket #32824 (Template system - Potential micro-optimisations for NodeList.render) closed by
- fixed: In 854e9b0: […]
- 5:47 AM Ticket #32839 (Database layer (models, ORM) - Unnecessary qoutes around table name with in subquery) created by
- I am using a combination of subquery with filtered relations, and i …
- 5:23 AM Ticket #32833 (contrib.contenttypes - ContentType.objects.get_for_models() in migrations does not works for ...) updated by
- Replying to Heraldo Lucena: > I tried to reproduce this …
- 5:22 AM Changeset [854e9b0]mainstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #32824 -- Improved performance of NodeList.render(). This …
- 4:21 AM Ticket #25250 (Migrations - Better Indication of Squash Migration State in showmigrations) closed by
- fixed: In 2dfc106: […]
- 4:11 AM Ticket #16176 (Database layer (models, ORM) - Overwriting a property with field during model inheritance.) updated by
-
Triage Stage, Patch needs improvement changed
PR - 4:11 AM Ticket #30427 (Database layer (models, ORM) - Descriptors not accessible for inherited models.) updated by
-
Triage Stage changed
- 3:31 AM Ticket #32836 (Documentation - User needs both change and view permissions for autocomplete to work, ...) updated by
-
Cc changed
- 3:29 AM Ticket #32838 (Database layer (models, ORM) - Migrations create extra index when foreign key is also part of a ...) closed by
- wontfix: Thanks for this ticket, however it is a …
- 3:10 AM Ticket #32836 (Documentation - User needs both change and view permissions for autocomplete to work, ...) updated by
- Replying to Mariusz Felisiak: > As far as I'm aware "or" …
- 2:37 AM Ticket #25250 (Migrations - Better Indication of Squash Migration State in showmigrations) updated by
-
Triage Stage changed
- 2:35 AM Changeset [2dfc106]mainstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #25250 -- Clarified partially recorded state of squashed …
- 1:51 AM Ticket #25250 (Migrations - Better Indication of Squash Migration State in showmigrations) updated by
-
Type changed
- 1:33 AM Ticket #32838 (Database layer (models, ORM) - Migrations create extra index when foreign key is also part of a ...) created by
- Given a model like so: […] and a Postgres backend, Django will …
Jun 10, 2021:
- 11:44 PM Ticket #32609 (Testing framework - Added runtests.py support for directory path test labels.) closed by
- fixed: In de4f620: […]
- 11:42 PM Ticket #32837 (contrib.flatpages - Flatpages manipulates url before get_object_or_404 leads to error) closed by
- invalid: Thanks for this ticket, however I'm not sure what you're proposing or …
- 11:25 PM Ticket #31765 (Database layer (models, ORM) - schema.tests.SchemaTests.test_db_table fails on MacOS) updated by
-
Component changed
- 11:20 PM Ticket #32836 (Documentation - User needs both change and view permissions for autocomplete to work, ...) closed by
- invalid: As far as I'm aware "or" is correct, see #29502 and …
- 8:41 PM Ticket #32833 (contrib.contenttypes - ContentType.objects.get_for_models() in migrations does not works for ...) updated by
-
Patch needs improvement, Has patch changed
- 8:34 PM Ticket #32833 (contrib.contenttypes - ContentType.objects.get_for_models() in migrations does not works for ...) updated by
- I tried to reproduce this problem but I could not, check my …
- 7:06 PM Ticket #21544 (Documentation - Problem with number format when not using L10N) updated by
-
Has patch changed
PR - 4:47 PM Ticket #21544 (Documentation - Problem with number format when not using L10N) updated by
-
Status, Owner, Component changed
> From the "floatformat" filter I can not force the grouping of … - 4:16 PM Ticket #32798 (HTTP handling - StreamingHttpResponse raises SynchronousOnlyOperation in ASGI server) updated by
- Separating these out as two issues: - Generators should indeed be …
- 3:33 PM Ticket #32819 (Forms - Fields’ help text and errors should be associated with input) updated by
-
Status, Owner changed
I created a draft PR. … - 2:54 PM Ticket #29186 (Core (Other) - "django.request" logging breaks "logging.handlers.SocketHandler") updated by
-
Description changed
Think I got it fixed up. Perhaps you pasted your comment in both the … - 2:40 PM Ticket #29186 (Core (Other) - "django.request" logging breaks "logging.handlers.SocketHandler") updated by
- Replying to Jacob Walls: > Hi Roy. It's waiting for a …
- 1:19 PM Changeset [de4f620]mainstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #32609 -- Updated runtests.py to support directory path test …
- 1:06 PM Ticket #32832 (Migrations - Adding nullable TextField/JSONField with default fails on MySQL 8.0.13+.) updated by
- In 826a1659: […]
- 1:06 PM Ticket #32503 (Migrations - AlterField migration to TextField with default fails on MySQL 8.0.13+) updated by
- In bb29174: […]
- 1:05 PM Changeset [826a165]stable/3.2.x by
- [3.2.x] Fixed #32832 -- Fixed adding BLOB/TEXT nullable field with …
- 1:05 PM Changeset [bb29174]stable/3.2.x by
- [3.2.x] Refs #32503 -- Added release notes for …
- 1:05 PM Ticket #32832 (Migrations - Adding nullable TextField/JSONField with default fails on MySQL 8.0.13+.) closed by
- fixed: In fa0433d0: […]
- 1:05 PM Ticket #32503 (Migrations - AlterField migration to TextField with default fails on MySQL 8.0.13+) updated by
- In 57bc16b3: […]
- 1:03 PM Changeset [fa0433d]mainstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #32832 -- Fixed adding BLOB/TEXT nullable field with default on …
- 1:03 PM Changeset [57bc16b]mainstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Refs #32503 -- Added release notes for …
- 1:03 PM Ticket #32503 (Migrations - AlterField migration to TextField with default fails on MySQL 8.0.13+) updated by
- In 57146ba: […]
- 1:01 PM Changeset [57146ba]stable/3.2.x by
- [3.2.x] Fixed #32503 -- Fixed altering BLOB/TEXT field to non-nullable …
- 12:36 PM Ticket #32837 (contrib.flatpages - Flatpages manipulates url before get_object_or_404 leads to error) created by
- Django flatpages has some unwanted behaviour can lead to a catched …
- 11:30 AM Ticket #32831 (Core (Cache system) - Some cache tests are flaky (e.g. cache.tests.BaseMemcachedTests.test_touch)) updated by
-
Summary changed
- 11:19 AM Ticket #10060 (Database layer (models, ORM) - Multiple table annotation failure) updated by
- It's very surprising that aggregations aren't done in subqueries. The …
- 10:36 AM Ticket #32798 (HTTP handling - StreamingHttpResponse raises SynchronousOnlyOperation in ASGI server) updated by
- I suspect we should probably look at running any response generators …
- 10:18 AM Ticket #25250 (Migrations - Better Indication of Squash Migration State in showmigrations) updated by
-
Has patch changed
PR - 9:51 AM Ticket #25250 (Migrations - Better Indication of Squash Migration State in showmigrations) updated by
-
Status, Owner changed
- 9:11 AM Ticket #32836 (Documentation - User needs both change and view permissions for autocomplete to work, ...) created by
- The documentation at …
- 9:02 AM Ticket #29186 (Core (Other) - "django.request" logging breaks "logging.handlers.SocketHandler") updated by
- Hi Roy. It's waiting for a volunteer to contribute a patch or improve …
- 8:54 AM Ticket #24849 (Migrations - Broken squashmigration when model related to another one gets deleted) closed by
-
fixed: Bisected this one while having a look at the other
squashmigrations
… - 8:47 AM Ticket #32831 (Core (Cache system) - Some cache tests are flaky (e.g. cache.tests.BaseMemcachedTests.test_touch)) updated by
- Something else that occurred to me is that it could only help to start …
- 7:37 AM Ticket #32824 (Template system - Potential micro-optimisations for NodeList.render) updated by
-
Triage Stage changed
- 7:24 AM Ticket #32831 (Core (Cache system) - Some cache tests are flaky (e.g. cache.tests.BaseMemcachedTests.test_touch)) updated by
- A possible pattern for fixing issues like this would be to keep …
- 7:17 AM Ticket #32831 (Core (Cache system) - Some cache tests are flaky (e.g. cache.tests.BaseMemcachedTests.test_touch)) updated by
- Another cache-related flaky test is: …
- 6:25 AM Changeset [8b4983c]mainstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed typo in tests/test_runner/test_discover_runner.py.
- 6:24 AM Ticket #24121 (Core (Other) - Provide a better repr() experience) updated by
-
Description changed
- 6:22 AM Ticket #24121 (Core (Other) - Provide a better repr() experience) updated by
- In 66ed03e: […]
- 5:47 AM Changeset [66ed03e]mainstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Refs #24121 -- Added repr() to AdminForm, BlockContext, …
- 4:20 AM Ticket #32835 (Database layer (models, ORM) - ManyRelatedManager should support replace method) closed by
-
invalid:
.set()
replaces the set of related objects, see … - 4:05 AM Ticket #32835 (Database layer (models, ORM) - ManyRelatedManager should support replace method) created by
- 3:49 AM Ticket #32834 (Migrations - DEFAULT_AUTO_FIELD should allow for diable migration for existing models) closed by
- invalid: > While I understand Django wants to move away AutoField and towards …
- 3:32 AM Ticket #32832 (Migrations - Adding nullable TextField/JSONField with default fails on MySQL 8.0.13+.) updated by
-
Has patch changed
PR - 2:38 AM Ticket #32834 (Migrations - DEFAULT_AUTO_FIELD should allow for diable migration for existing models) created by
- DEFAULT_AUTO_FIELD new in 3.2 will change existing models' pk to …
- 2:08 AM Ticket #32832 (Migrations - Adding nullable TextField/JSONField with default fails on MySQL 8.0.13+.) updated by
-
Status, Owner changed
- 2:00 AM Ticket #32609 (Testing framework - Added runtests.py support for directory path test labels.) updated by
-
Triage Stage changed
- 1:26 AM Ticket #32609 (Testing framework - Added runtests.py support for directory path test labels.) updated by
-
Summary changed
- 1:11 AM Ticket #32832 (Migrations - Adding nullable TextField/JSONField with default fails on MySQL 8.0.13+.) updated by
-
Triage Stage changed
- 1:10 AM Ticket #27734 (Testing framework - Add a helpful error message when a parallel test worker is assigned an ...) updated by
- In cb6c197: […]
- 12:32 AM Changeset [cb6c197]mainstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Refs #27734 -- Prevented creation of more parallel workers than …
- 12:08 AM Ticket #32831 (Core (Cache system) - Some cache tests are flaky (e.g. cache.tests.BaseMemcachedTests.test_touch)) updated by
- Could this be due to different concrete subclasses of …
Jun 9, 2021:
- 11:40 PM Ticket #32831 (Core (Cache system) - Some cache tests are flaky (e.g. cache.tests.BaseMemcachedTests.test_touch)) updated by
-
Description changed
- 11:37 PM Ticket #32832 (Migrations - Adding nullable TextField/JSONField with default fails on MySQL 8.0.13+.) updated by
- Omkar, thanks for the detailed report!
- 11:36 PM Ticket #32832 (Migrations - Adding nullable TextField/JSONField with default fails on MySQL 8.0.13+.) updated by
-
Summary, Cc, Severity changed
Regression in d4ac23bee1c84d8e4610350202ac068fc90f38c0. Reproduced at … - 11:11 PM Ticket #32831 (Core (Cache system) - Some cache tests are flaky (e.g. cache.tests.BaseMemcachedTests.test_touch)) updated by
-
Triage Stage changed
Yes these tests are flaky (and probably 2-3 more cache tests). We … - 6:43 PM Ticket #32833 (contrib.contenttypes - ContentType.objects.get_for_models() in migrations does not works for ...) updated by
-
Status, Owner changed
OK I will implement 2nd solution. - 4:52 PM Ticket #32833 (contrib.contenttypes - ContentType.objects.get_for_models() in migrations does not works for ...) updated by
-
Triage Stage changed
SinceContentTypeManager
is marked asuse_in_migrations = True
it … - 4:34 PM Ticket #32827 (Documentation - Squashing migrations isn't very effective in complicated projects; ...) updated by
-
Status, Owner, Component changed
- 3:47 PM Ticket #32833 (contrib.contenttypes - ContentType.objects.get_for_models() in migrations does not works for ...) updated by
-
Description changed
- 2:07 PM Ticket #32833 (contrib.contenttypes - ContentType.objects.get_for_models() in migrations does not works for ...) created by
- I am trying to use migrations to create default groups, I tried to run …
- 1:56 PM Ticket #32832 (Migrations - Adding nullable TextField/JSONField with default fails on MySQL 8.0.13+.) created by
- Versions Involved: Django: 3.2.4 Python: 3.8.7 MySQL: 8.0.19 OS: …
- 1:45 PM Ticket #30427 (Database layer (models, ORM) - Descriptors not accessible for inherited models.) updated by
-
Needs documentation changed
- 1:38 PM Ticket #32831 (Core (Cache system) - Some cache tests are flaky (e.g. cache.tests.BaseMemcachedTests.test_touch)) updated by
-
Description changed
- 1:35 PM Ticket #32831 (Core (Cache system) - Some cache tests are flaky (e.g. cache.tests.BaseMemcachedTests.test_touch)) created by
- The following tests occasionally fail in CI: * …
- 10:05 AM Ticket #30427 (Database layer (models, ORM) - Descriptors not accessible for inherited models.) updated by
-
Owner, Needs documentation changed
Updated PR. - 8:09 AM Ticket #32829 (contrib.sessions - clearsessions help text is incorrect) updated by
- Thanks everyone!
- 5:22 AM Ticket #32609 (Testing framework - Added runtests.py support for directory path test labels.) updated by
-
Has patch changed
PR: https://github.com/django/django/pull/14507 This PR isn't the … - 5:09 AM Ticket #32829 (contrib.sessions - clearsessions help text is incorrect) closed by
- fixed: In ed3af3f: […]
- 5:08 AM Changeset [ed3af3f]mainstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #32829 -- Updated help text for clearsessions management …
- 4:45 AM Ticket #32829 (contrib.sessions - clearsessions help text is incorrect) updated by
-
Owner, Has patch, Status changed
PR - 4:42 AM Ticket #32195 (Core (URLs) - Improve error messages from forgetting to call .as_view() on a CBV) closed by
- fixed: In 3e73c65: […]
- 4:42 AM Ticket #32195 (Core (URLs) - Improve error messages from forgetting to call .as_view() on a CBV) updated by
- In 8f89454: […]
- 2:06 AM Changeset [3e73c65]mainstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #32195 -- Added system check for invalid view in path() and …
- 1:59 AM Ticket #32195 (Core (URLs) - Improve error messages from forgetting to call .as_view() on a CBV) updated by
-
Triage Stage changed
- 1:58 AM Changeset [8f89454]mainstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Refs #32195 -- Added path() test for invalid view.
- 12:24 AM Ticket #32830 (Template system - The 'last' filter in django template default tags give negative index error) closed by
-
invalid: The
last
template filter is not intended to work with a queryset but … - 12:16 AM Ticket #32829 (contrib.sessions - clearsessions help text is incorrect) updated by
-
Triage Stage changed
Good catch, it's obsolete since 5fec97b9df6ea075483276de159e522a29437773.
Jun 8, 2021:
- 8:59 PM Ticket #32830 (Template system - The 'last' filter in django template default tags give negative index error) updated by
-
Status, Owner changed
- 8:56 PM Ticket #32830 (Template system - The 'last' filter in django template default tags give negative index error) created by
- The 'last' filter in django template default tags give negative index …
- 5:15 PM Ticket #32829 (contrib.sessions - clearsessions help text is incorrect) created by
-
The
--help
text for theclearsessions
command states: > Can be … - 2:36 PM Ticket #28889 (contrib.admin - Use JavaScript to prevent double submission of admin forms) updated by
-
Status, Owner changed
- 2:19 PM Ticket #18597 (Forms - `BaseInlineFormSet` should attempt to get it's queryset from it's ...) updated by
- For context, this is a blocker for a downstream plugin, see …
- 9:40 AM Ticket #14357 (Database layer (models, ORM) - Prevent inappropriate order-based grouping on values+annotate queries) updated by
- In 9b096063: […]
- 9:39 AM Ticket #14357 (Database layer (models, ORM) - Prevent inappropriate order-based grouping on values+annotate queries) updated by
- In fcd44b88: […]
- 9:39 AM Changeset [9b096063]stable/3.2.x by
- [3.2.x] Refs #14357 -- Updated docs about interaction between …
- 9:39 AM Changeset [fcd44b88]mainstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Refs #14357 -- Updated docs about interaction between aggregations and …
- 7:22 AM Ticket #32824 (Template system - Potential micro-optimisations for NodeList.render) updated by
- Sigh. Apologies for the noise, but I went for a coffee and realised I …
- 7:04 AM Ticket #32824 (Template system - Potential micro-optimisations for NodeList.render) updated by
-
Has patch changed
- 6:46 AM Ticket #32824 (Template system - Potential micro-optimisations for NodeList.render) updated by
- Oh and for completeness, the original method before any of these …
- 6:22 AM Ticket #32824 (Template system - Potential micro-optimisations for NodeList.render) updated by
-
Status, Owner changed
I think I'm happier still with that change, I wasn't proposing it … - 5:58 AM Ticket #32828 (Database layer (models, ORM) - Wrong .count() for GROUP BY on ordered queryset) closed by
- invalid: Thanks for this report, however these queries can return different …
- 5:28 AM Ticket #32827 (Documentation - Squashing migrations isn't very effective in complicated projects; ...) updated by
-
Patch needs improvement changed
Not sure thatsquashmigrations
is not the preferred option for … - 5:11 AM Ticket #32813 (Core (Management commands) - Display development server address after server bind) updated by
-
Patch needs improvement changed
- 4:35 AM Ticket #32355 (Core (Other) - Drop support for Python 3.6 & 3.7.) updated by
- In faba5b7: […]
- 4:35 AM Changeset [faba5b7]mainstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Refs #32355 -- Used addClassCleanup() in SimpleTestCase and SerializeMixin.
- 4:25 AM Ticket #24462 (Database layer (models, ORM) - Add a new QuerySet operation to use current results as a subquery) updated by
-
Cc changed
- 4:24 AM Ticket #28919 (Database layer (models, ORM) - Add support for Common Table Expression (CTE) queries) updated by
-
Cc changed
- 4:19 AM Ticket #32828 (Database layer (models, ORM) - Wrong .count() for GROUP BY on ordered queryset) created by
- […] For this queryset Django use date in GROUP BY: […] But …
- 3:41 AM Ticket #32797 (contrib.admin - model_ngettext incorrectly tries to translate already translated words) closed by
- needsinfo: Hi Maciej. No doubt my lack of knowledge of the internals of the …
- 3:22 AM Ticket #28785 (Migrations - Tracking migrations) updated by
-
Patch needs improvement, Needs tests changed
- 2:26 AM Ticket #25255 (Migrations - Squashed migration is not marked as unapplied) closed by
- fixed: In c0e29ce: […]
- 1:41 AM Ticket #25255 (Migrations - Squashed migration is not marked as unapplied) updated by
-
Triage Stage changed
- 1:40 AM Changeset [c0e29ce]mainstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #25255 -- Recorded unapplied squashed migrations.
- 1:10 AM Ticket #31653 (contrib.postgres - Add PostgreSQL operations to add constraints via NOT VALID / VALIDATE ...) closed by
- fixed: In 8c3bd0b7: […]
- 1:04 AM Ticket #32813 (Core (Management commands) - Display development server address after server bind) updated by
-
Type, Triage Stage changed
- 12:56 AM Ticket #32827 (Documentation - Squashing migrations isn't very effective in complicated projects; ...) updated by
-
Triage Stage changed
OK, happy to review a suggestion.Thanks. - 12:46 AM Changeset [8c3bd0b7]mainstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #31653 -- Added AddConstraintNotValid()/ValidateConstraint() …
- 12:08 AM Ticket #25255 (Migrations - Squashed migration is not marked as unapplied) updated by
-
Owner, Status, Patch needs improvement changed
PR
Note:
See TracTimeline
for information about the timeline view.