Timeline



Mar 12, 2020:

6:26 PM Ticket #29329 (Core (Other) - Inconsistent datetime logging from runserver.) updated by Hasan Ramezani
Patch needs improvement changed
3:15 PM Ticket #31358 (contrib.auth - Increase default password salt size in BasePasswordHasher.) updated by Florian Apolloner
Replying to felixxm: > I think we can assume that …
2:33 PM Ticket #11836 (Forms - Missing django.forms.widgets.MultiWidget hidden counterpart) updated by David Smith
Status, Owner changed
11:35 AM Ticket #31358 (contrib.auth - Increase default password salt size in BasePasswordHasher.) updated by Jon Moroney
Replying to felixxm: > I think we can assume that …
10:53 AM Ticket #29789 (Database layer (models, ORM) - Support nested relations in FilteredRelation's condition) updated by Matt Ferrante
Status, Owner changed
9:27 AM Ticket #29329 (Core (Other) - Inconsistent datetime logging from runserver.) updated by Carlton Gibson
Patch needs improvement changed
4:56 AM Changeset [8725d047]mainstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by GitHub <noreply@…>
Fixed random auth_tests.test_tokens.TokenGeneratorTest.test_timeout …
4:53 AM Ticket #31358 (contrib.auth - Increase default password salt size in BasePasswordHasher.) updated by Mariusz Felisiak
I think we can assume that safe_summary() returns salt and if not …
4:45 AM Ticket #31358 (contrib.auth - Increase default password salt size in BasePasswordHasher.) updated by Florian Apolloner
Actually handling in must_update of the base hasher might be hard, …
4:43 AM Ticket #31358 (contrib.auth - Increase default password salt size in BasePasswordHasher.) updated by Florian Apolloner
Replying to felixxm: > We should introduce salt_length
4:24 AM Ticket #8760 (Forms - forms.ModelMultipleChoiceField should use "invalid_list" as error ...) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In ccf32ac: […]
4:21 AM Ticket #31358 (contrib.auth - Increase default password salt size in BasePasswordHasher.) updated by Mariusz Felisiak
Florian, I checked builtin hashers: - BCryptSHA256PasswordHasher, …
3:42 AM Ticket #8760 (Forms - forms.ModelMultipleChoiceField should use "invalid_list" as error ...) updated by Mariusz Felisiak
Triage Stage changed
3:36 AM Changeset [ccf32aca]mainstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #8760 -- Changed ModelMultipleChoiceField to use invalid_list as …
2:20 AM Ticket #31351 (Database layer (models, ORM) - Need warning when UniqueConstraint with condition is used but ...) updated by Matthijs Kooijman
Patch needs improvement, Has patch, Needs tests changed
1:37 AM Changeset [7d8cdad]mainstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed MiddlewareNotUsedTests.test_do_not_log_when_debug_is_false(). …
1:37 AM Changeset [35c7fe8]mainstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Completed test coverage for BaseHandler.process_exception_by_middleware().

Mar 11, 2020:

9:19 PM Ticket #31351 (Database layer (models, ORM) - Need warning when UniqueConstraint with condition is used but ...) updated by Ichlasul Affan
PR: https://github.com/django/django/pull/12559
4:30 PM Ticket #8760 (Forms - forms.ModelMultipleChoiceField should use "invalid_list" as error ...) updated by David Smith
Needs documentation, Needs tests, Patch needs improvement changed
I've now added a deprecation warning, docs and tests to this PR. So …
3:52 PM Ticket #28822 (Database layer (models, ORM) - Add DBCalculatedField to model to annotate models automatically) updated by Matthijs Kooijman
Cc changed
The idea in this issue has been bouncing around in my head as well for …
3:51 PM Ticket #31123 (contrib.contenttypes - Add option to remove_stale_contenttypes to remove entries for ...) updated by Javier Buzzi
Has patch, Description changed
PR
2:07 PM Ticket #31351 (Database layer (models, ORM) - Need warning when UniqueConstraint with condition is used but ...) updated by Matthijs Kooijman
Yeah, I think the check can just look at supports_partial_indexes, …
1:21 PM Ticket #31358 (contrib.auth - Increase default password salt size in BasePasswordHasher.) updated by Jon Moroney
Replying to Florian Apolloner: > Replying to [comment:5
12:19 PM Ticket #31358 (contrib.auth - Increase default password salt size in BasePasswordHasher.) updated by Florian Apolloner
Replying to felixxm: > Florian, it seems that it's tested …
12:18 PM Ticket #31358 (contrib.auth - Increase default password salt size in BasePasswordHasher.) updated by Jon Moroney
As an aside, would it be possible to get this back ported to the …
11:33 AM Ticket #31351 (Database layer (models, ORM) - Need warning when UniqueConstraint with condition is used but ...) updated by Ichlasul Affan
Replying to Matthijs Kooijman: > Databases that support …
11:31 AM Ticket #31358 (contrib.auth - Increase default password salt size in BasePasswordHasher.) updated by Jon Moroney
Thanks for the comments all. I've rebased on the current master and …
8:38 AM Changeset [3c35825]mainstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed typo in django/utils/crypto.py.
8:04 AM Ticket #31359 (Utilities - Deprecate using get_random_string without an explicit length) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In e663f69: […]
7:20 AM Ticket #31359 (Utilities - Deprecate using get_random_string without an explicit length) updated by Mariusz Felisiak
Triage Stage changed
7:16 AM Changeset [e663f69]mainstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #31359 -- Deprecated get_random_string() calls without an …
5:34 AM Ticket #31360 (CSRF - Is `request.csrf_processing_done` part of the public CSRF protection API?) closed by Carlton Gibson
invalid: Hi Jaap. Wowser. That's a goodie. :) > When the result …
5:17 AM Ticket #31026 (Forms - Switch form rendering to template engine) updated by Carlton Gibson
Patch needs improvement, Needs tests, Needs documentation changed
5:01 AM Ticket #31359 (Utilities - Deprecate using get_random_string without an explicit length) updated by Mariusz Felisiak
Status, Owner, Triage Stage changed
4:32 AM Ticket #31360 (CSRF - Is `request.csrf_processing_done` part of the public CSRF protection API?) created by Jaap Roes
I've used a combination of @csrf_exempt and @requires_csrf_token
3:50 AM Ticket #31359 (Utilities - Deprecate using get_random_string without an explicit length) updated by Claude Paroz
Has patch changed
PR
3:45 AM Ticket #31359 (Utilities - Deprecate using get_random_string without an explicit length) created by Claude Paroz
django.utils.crypto.get_random_string currently has a default …
3:31 AM Ticket #31355 (contrib.auth - Improving auth app) closed by Carlton Gibson
wontfix: It's a long-standing decision that this is out-of-scope for Django …
3:29 AM Ticket #31354 (HTTP handling - HttpRequest.get_host() doesn't include the port from ...) updated by Mariusz Felisiak
Patch needs improvement changed
3:25 AM Ticket #31354 (HTTP handling - HttpRequest.get_host() doesn't include the port from ...) updated by Mariusz Felisiak
Version, Component, Triage Stage, Summary changed
3:19 AM Ticket #31354 (HTTP handling - HttpRequest.get_host() doesn't include the port from ...) updated by Florian Apolloner
LGTM, ses my comment on the PR for a small change.
2:59 AM Ticket #31358 (contrib.auth - Increase default password salt size in BasePasswordHasher.) updated by Mariusz Felisiak
Patch needs improvement, Has patch, Triage Stage, Summary changed
Florian, it seems that it's tested only in …
2:53 AM Ticket #31358 (contrib.auth - Increase default password salt size in BasePasswordHasher.) updated by Claude Paroz
BTW, I think we should deprecate calling get_random_string without a …
2:50 AM Changeset [5cc2c63f]mainstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by GitHub <noreply@…>
Fixed typo in …
2:34 AM Ticket #31358 (contrib.auth - Increase default password salt size in BasePasswordHasher.) updated by Florian Apolloner
In general I like the idea of just increasing get_random_string and …
2:24 AM Ticket #31358 (contrib.auth - Increase default password salt size in BasePasswordHasher.) updated by Mariusz Felisiak
Cc, Type, Version, Component, Summary changed
I'm not sure.This method is not strictly to generate a salt. I would …
2:06 AM Ticket #31356 (Documentation - Update IRC links in documentation.) updated by Mariusz Felisiak
Triage Stage, Summary changed
2:03 AM Ticket #30457 (Testing framework - on_commit should be triggered in a TestCase) updated by Swatantra
Status, Owner changed

Mar 10, 2020:

10:38 PM Ticket #31357 (contrib.contenttypes - Stale content types can cause exception in ContentType.get_for_models) updated by Amartya Gaur
Status, Owner changed
10:32 PM Ticket #30439 (Internationalization - Translations issues on Django upgrade due to unexpected changes in ...) updated by אורי
Thank you for accepting this PR and applying it to Django 2.2 and 3.0 too.
5:25 PM Ticket #31358 (contrib.auth - Increase default password salt size in BasePasswordHasher.) updated by Jon Moroney
Description changed
5:16 PM Ticket #31356 (Documentation - Update IRC links in documentation.) updated by Adam Johnson
Thanks for picking this up. Specifying the name in the link sounds …
5:09 PM Ticket #31358 (contrib.auth - Increase default password salt size in BasePasswordHasher.) created by Jon Moroney
I've made a patch for this here …
5:08 PM Ticket #28333 (Database layer (models, ORM) - Filter and subquery for window expressions) updated by Andy Terra
Cc changed
4:50 PM Ticket #26445 (contrib.auth - Can't set password on User during migration that depends on contrib.auth) updated by Hasan Ramezani
Patch needs improvement changed
PR
4:02 PM Ticket #31356 (Documentation - Update IRC links in documentation.) updated by Ahisahar Pretel
I checked and in the documentation there are references to …
3:35 PM Ticket #31356 (Documentation - Update IRC links in documentation.) updated by Ahisahar Pretel
Status, Owner changed
Taking the issue if no one else is working on it
1:05 PM Ticket #31357 (contrib.contenttypes - Stale content types can cause exception in ContentType.get_for_models) updated by Simon Charette
Triage Stage changed
The proper way of performing the query is likely to group models by …
12:58 PM Ticket #31357 (contrib.contenttypes - Stale content types can cause exception in ContentType.get_for_models) created by Andy Chosak
ContentType.get_for_models
12:55 PM Ticket #31356 (Documentation - Update IRC links in documentation.) updated by Adam Johnson
Easy pickings changed
12:26 PM Ticket #29854 (Migrations - Altering the primary key targeted by several foreign keys incorrectly ...) updated by Sanskar Jaiswal
Hi I would like to work on this issue, and was hoping to get some …
12:20 PM Ticket #30581 (Database layer (models, ORM) - Allow constraints to be used for validation (in Python)) updated by Adam Johnson
Cc changed
10:05 AM Ticket #30439 (Internationalization - Translations issues on Django upgrade due to unexpected changes in ...) updated by Carlton Gibson <carlton.gibson@…>
In 996be04c: […]
10:04 AM Changeset [996be04]stable/2.2.x by Carlton Gibson <carlton.gibson@…>
[2.2.x] Fixed #30439 -- Added support for different plural forms for a …
10:03 AM Ticket #30439 (Internationalization - Translations issues on Django upgrade due to unexpected changes in ...) updated by Carlton Gibson <carlton.gibson@…>
In d9f1792c: […]
9:59 AM Ticket #31356 (Documentation - Update IRC links in documentation.) created by Adam Johnson
There are a bunch of links and mentions of irc://irc.freenode.net in …
9:57 AM Changeset [d9f1792c]stable/3.0.x by Carlton Gibson <carlton.gibson@…>
[3.0.x] Fixed #30439 -- Added support for different plural forms for a …
9:56 AM Ticket #30439 (Internationalization - Translations issues on Django upgrade due to unexpected changes in ...) closed by GitHub <noreply@…>
fixed: In e3e48b0: […]
9:56 AM Changeset [e3e48b0]mainstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by GitHub <noreply@…>
Fixed #30439 -- Added support for different plural forms for a …
9:54 AM Ticket #30439 (Internationalization - Translations issues on Django upgrade due to unexpected changes in ...) updated by Carlton Gibson
Needs documentation, Triage Stage changed
9:06 AM Ticket #31355 (contrib.auth - Improving auth app) created by Dima Knivets
Since one of the philosophies of Django is quick development, we need …
9:05 AM Ticket #8760 (Forms - forms.ModelMultipleChoiceField should use "invalid_list" as error ...) updated by Mariusz Felisiak
Patch needs improvement, Needs tests, Needs documentation changed
PR
6:22 AM Ticket #26513 (GIS - Add tests for the <Backend>GeometryColumns.geom_col_name() method.) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In 591e227: […]
6:22 AM Changeset [591e227]mainstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #26513 -- Added tests for <Backend>GeometryColumns.geom_col_name().
6:03 AM Changeset [aa0948e]stable/2.2.x by Carlton Gibson <carlton.gibson@…>
[2.2.x] Added stub release notes for 2.2.12. Backport of …
6:03 AM Changeset [525274f7]stable/3.0.x by Carlton Gibson <carlton.gibson@…>
[3.0.x] Added stub release notes for 2.2.12. Backport of …
6:01 AM Changeset [692870b6]mainstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Carlton Gibson <carlton.gibson@…>
Removed trailing whitespace in 3.1 release notes.
6:01 AM Changeset [a4200e95]mainstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Carlton Gibson <carlton.gibson@…>
Added stub release notes for 2.2.12.
5:24 AM Ticket #26513 (GIS - Add tests for the <Backend>GeometryColumns.geom_col_name() method.) updated by Mariusz Felisiak
Triage Stage changed
PR
5:14 AM Changeset [6b41f077]stable/3.0.x by Mariusz Felisiak <felisiak.mariusz@…>
[3.0.x] Clarified SeparateDatabaseAndState docs and added example of …
5:07 AM Changeset [a9ee6872]mainstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Clarified SeparateDatabaseAndState docs and added example of changing …
3:18 AM Ticket #27865 (Documentation - Document use of Manager rather than BaseManager for from_queryset()) updated by Carlton Gibson <carlton.gibson@…>
In 0f524f56: […]
3:17 AM Changeset [0f524f56]stable/3.0.x by Carlton Gibson <carlton.gibson@…>
[3.0.x] Fixed #27865 -- Adjusted docs example to avoid confusion with …
3:14 AM Ticket #27865 (Documentation - Document use of Manager rather than BaseManager for from_queryset()) closed by GitHub <noreply@…>
fixed: In a2f55424: […]
3:14 AM Changeset [a2f5542]mainstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by GitHub <noreply@…>
Fixed #27865 -- Adjusted docs example to avoid confusion with …
3:13 AM Ticket #27865 (Documentation - Document use of Manager rather than BaseManager for from_queryset()) updated by Carlton Gibson
Has patch, Triage Stage changed
PR
2:55 AM Changeset [0fde2664]stable/3.0.x by Mariusz Felisiak <felisiak.mariusz@…>
[3.0.x] Corrected learn_cache_key() signature in docs. Follow up to …
2:54 AM Changeset [5e17301]mainstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by GitHub <noreply@…>
Corrected learn_cache_key() signature in docs. Follow up to …
2:54 AM Changeset [d6e67df4]stable/3.0.x by Mariusz Felisiak <felisiak.mariusz@…>
[3.0.x] Updated migrations example in tutorial 2. Follow up to …
2:53 AM Changeset [5da627a5]mainstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by GitHub <noreply@…>
Updated migrations example in tutorial 2. Follow up to …
2:14 AM Changeset [29285876]stable/3.0.x by Mariusz Felisiak <felisiak.mariusz@…>
[3.0.x] Corrected get_cache_key() signature in docs. Follow up to …
2:12 AM Changeset [d82d2d4]mainstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by GitHub <noreply@…>
Corrected get_cache_key() signature in docs. Follow up to …
1:55 AM Changeset [c48a7d3a]mainstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed typos in tolerance gis_tests.
1:40 AM Ticket #31353 (contrib.admin - Improved performance of admin changeform_view.) closed by Mariusz Felisiak
wontfix: Thanks for this ticket, however I agree with Simon, we can omit …
1:18 AM Ticket #31354 (HTTP handling - HttpRequest.get_host() doesn't include the port from ...) updated by dgcgh
I think the problem here might be that django assumes X-Forwarded-Host …

Mar 9, 2020:

11:09 PM Ticket #31354 (HTTP handling - HttpRequest.get_host() doesn't include the port from ...) updated by dgcgh
Status, Owner changed
11:07 PM Ticket #31354 (HTTP handling - HttpRequest.get_host() doesn't include the port from ...) updated by dgcgh
PR: https://github.com/django/django/pull/12550
10:55 PM Ticket #31354 (HTTP handling - HttpRequest.get_host() doesn't include the port from ...) created by dgcgh
request.get_port() should include the port of the authority if it is …
7:04 PM Ticket #31353 (contrib.admin - Improved performance of admin changeform_view.) updated by Simon Charette
I suspect things are done this way for a reason, swapping the order …
5:45 PM Ticket #26513 (GIS - Add tests for the <Backend>GeometryColumns.geom_col_name() method.) updated by Hasan Ramezani
Status, Owner, Has patch changed
5:38 PM Ticket #29789 (Database layer (models, ORM) - Support nested relations in FilteredRelation's condition) updated by Matt Ferrante
Status, Owner changed
5:35 PM Ticket #31353 (contrib.admin - Improved performance of admin changeform_view.) updated by Hasan Ramezani
Status, Owner changed
5:34 PM Ticket #31353 (contrib.admin - Improved performance of admin changeform_view.) created by Hasan Ramezani
There is a check for formset and form validation in …
1:57 PM Ticket #31169 (Testing framework - Allow parallel test runner to work with Windows/macOS `spawn` process ...) updated by Abhijeet Viswa
Cc changed
An attempt at a fix: https://github.com/django/django/pull/12547
1:49 PM Ticket #29214 (Database layer (models, ORM) - Invalid SQL generated when annotating a subquery with an outerref to ...) updated by Chetan Khanna
Status, Owner, Has patch changed
Yes, it sure is tricky! https://github.com/django/django/pull/12546
7:55 AM Ticket #18305 (Database layer (models, ORM) - force_update/force_insert not passed up the inheritance chain in .save()) closed by Mariusz Felisiak
fixed: Fixed in 6b4834952dcce0db5cbc1534635c00ff8573a6d8.
7:04 AM Ticket #31349 (contrib.admin - Change admin to use :nth-child() CSS selector for alternating rows) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In eb77e80d: […]
6:48 AM Ticket #31349 (contrib.admin - Change admin to use :nth-child() CSS selector for alternating rows) updated by Mariusz Felisiak
Status, Owner, Triage Stage changed
6:34 AM Changeset [eb77e80d]mainstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #31349 -- Used :nth-child() CSS pseudo-class to style …
6:34 AM Ticket #31347 (contrib.postgres - CreateExtension should check if migration is allowed.) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In ec292f26: […]
6:13 AM Changeset [ec292f2]mainstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #31347 -- Checked allow_migrate() in CreateExtension operation.
4:34 AM Ticket #31347 (contrib.postgres - CreateExtension should check if migration is allowed.) updated by Mariusz Felisiak
Triage Stage changed
3:21 AM Ticket #31318 (Migrations - sqlmigrate doesn't allow inspecting migrations that have been squashed) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In d8836570: […]
3:21 AM Ticket #31318 (Migrations - sqlmigrate doesn't allow inspecting migrations that have been squashed) updated by Mariusz Felisiak <felisiak.mariusz@…>
In 271e108b: […]
3:21 AM Ticket #31318 (Migrations - sqlmigrate doesn't allow inspecting migrations that have been squashed) updated by Mariusz Felisiak <felisiak.mariusz@…>
In 71c1b7f: […]
3:21 AM Ticket #31318 (Migrations - sqlmigrate doesn't allow inspecting migrations that have been squashed) updated by Mariusz Felisiak <felisiak.mariusz@…>
In b88ad1d3: […]
2:50 AM Ticket #31318 (Migrations - sqlmigrate doesn't allow inspecting migrations that have been squashed) updated by Mariusz Felisiak
Patch needs improvement, Triage Stage changed
2:42 AM Changeset [d8836570]mainstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #31318 -- Allowed sqlmigrate to inspect squashed migrations.
2:34 AM Changeset [271e108]mainstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Refs #31318 -- Optimized sqlmigrate by using MigrationLoader. Only …
2:23 AM Changeset [71c1b7f]mainstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Refs #31318 -- Moved MigrationExecutor.collect_sql() to …
2:21 AM Changeset [b88ad1d3]mainstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Refs #31318 -- Added tests for inspecting squashed migrations and …
1:55 AM Ticket #31350 (Documentation - .save() on list of entries will not work) updated by Mariusz Felisiak <felisiak.mariusz@…>
In 300bd06: […]
1:55 AM Changeset [300bd06]stable/3.0.x by Mariusz Felisiak <felisiak.mariusz@…>
[3.0.x] Fixed #31350 -- Fixed typo in docs/topics/db/optimization.txt. …
1:55 AM Ticket #31350 (Documentation - .save() on list of entries will not work) closed by GitHub <noreply@…>
fixed: In 3706286: […]
1:54 AM Changeset [3706286]mainstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by GitHub <noreply@…>
Fixed #31350 -- Fixed typo in docs/topics/db/optimization.txt.
1:49 AM Ticket #31352 (Documentation - Document migration dependencies "__latest__" special value.) closed by Mariusz Felisiak
wontfix: __latest__ is not officially supported and we keep it only for …
Note: See TracTimeline for information about the timeline view.
Back to Top