Timeline



Mar 17, 2021:

8:39 PM Ticket #32567 (Testing framework - Issues with ":" and "|" characters in URLs when using ...) updated by Tim G
To illustrate the problem better, I added one (failing) test in the …
6:48 PM Ticket #32567 (Testing framework - Issues with ":" and "|" characters in URLs when using ...) created by Tim G
I am using Python 3.8 32-bit on Windows: Python 3.8.5 …
3:53 PM Changeset [00b0786d]mainstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #32548 -- Fixed crash when combining Q() objects with boolean …
3:53 PM Changeset [54f60bc]mainstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Refs #32548 -- Added tests for passing conditional expressions to Q().
3:52 PM Ticket #32560 (Testing framework - Make --pdb cooperate with --buffer) updated by Mariusz Felisiak <felisiak.mariusz@…>
In 95ee8fec: […]
3:51 PM Ticket #32560 (Testing framework - Make --pdb cooperate with --buffer) updated by Mariusz Felisiak <felisiak.mariusz@…>
In 46bdc3e: […]
3:51 PM Changeset [95ee8fe]stable/3.1.x by Mariusz Felisiak <felisiak.mariusz@…>
[3.1.x] Fixed #32560 -- Fixed test runner with --pdb and --buffer on …
3:51 PM Ticket #32560 (Testing framework - Make --pdb cooperate with --buffer) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In 45814af: […]
3:51 PM Changeset [46bdc3e]stable/3.2.x by Mariusz Felisiak <felisiak.mariusz@…>
[3.2.x] Fixed #32560 -- Fixed test runner with --pdb and --buffer on …
3:43 PM Ticket #32508 (Core (Other) - Raise proper exceptions instead of using "assert".) updated by Daniyal Abbasi
I have created a PR to …
3:13 PM Ticket #32564 (contrib.admin - admin/base.html : Add block "end_of_body" for JS includes) closed by Mariusz Felisiak
wontfix: I agree with previous comments. I don't think that we need an extra block.
2:59 PM Ticket #32562 (CSRF - Broken Authentication (Insecure CSRF and Session ID)) updated by Mariusz Felisiak
Resolution changed
2:58 PM Ticket #32560 (Testing framework - Make --pdb cooperate with --buffer) updated by Mariusz Felisiak
Needs documentation, Triage Stage changed
2:56 PM Changeset [45814af]mainstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #32560 -- Fixed test runner with --pdb and --buffer on fail/error.
2:53 PM Ticket #31202 (Database layer (models, ORM) - Bulk update suffers from poor performance with large numbers of models ...) updated by Hannes Ljungberg
One suggestion is to use the UPDATE..FROM-syntax along with VALUES
2:38 PM Ticket #32566 (Uncategorized - Earthly for builds?) updated by Vlad A. Ionescu
Sounds good, thank you for the pointers. I don't mind a significant …
2:18 PM Ticket #32566 (Uncategorized - Earthly for builds?) closed by Nick Pope
invalid: Please don't use this bug tracker for spamming your advertising …
1:26 PM Ticket #32566 (Uncategorized - Earthly for builds?) created by Vlad A. Ionescu
Hi there, I'm wondering if you're interested in trying out Earthly …
1:17 PM Ticket #32549 (Database layer (models, ORM) - Add `Q.empty()` to check for nested empty Q objects like `Q(Q())`) updated by jonathan-golorry
We already shortcut logical operations between empty Q objects, so I …
12:50 PM Changeset [b58b214]stable/3.1.x by Mariusz Felisiak <felisiak.mariusz@…>
[3.1.x] Fixed typo in docs/topics/testing/advanced.txt. Backport of …
12:49 PM Changeset [3ff859b]stable/3.2.x by Mariusz Felisiak <felisiak.mariusz@…>
[3.2.x] Fixed typo in docs/topics/testing/advanced.txt. Backport of …
12:17 PM Ticket #32564 (contrib.admin - admin/base.html : Add block "end_of_body" for JS includes) updated by Matthias Kestenholz
I'm definitely no expert and I haven't done any measurements, but …
12:10 PM Changeset [6993e1bf]mainstable/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 docs/topics/testing/advanced.txt.
11:40 AM Ticket #32559 (Forms - Add attribute 'step' to FloatField.) updated by Tim Graham
[https://groups.google.com/g/django-developers/c/oVWKJUXTb1o/m/b1Oo0zqe
11:08 AM Ticket #32563 (Database layer (models, ORM) - Cannot override database used with RelatedManager) updated by Lucas Gruber
Hello, I do not understand your response. I do not ask for helping... …
10:57 AM Ticket #32563 (Database layer (models, ORM) - Cannot override database used with RelatedManager) closed by Carlton Gibson
invalid: Hi, sorry there's not an issue report in there. Please see …
10:54 AM Ticket #32564 (contrib.admin - admin/base.html : Add block "end_of_body" for JS includes) updated by Carlton Gibson
As per the discussion on the PR, I'd like us to establish whether this …
10:46 AM Ticket #32547 (Documentation - assertHTMLEqual()/assertHTMLNotEqual() allow invalid HTML.) updated by Hasan Ramezani
Status, Owner, Has patch changed
I've created a PR and …
10:41 AM Ticket #32565 (Core (URLs) - Extract URL resolver view strings mapping to admindocs) created by Adam Johnson
From discussion with Nick Pope: …
10:41 AM Ticket #32564 (contrib.admin - admin/base.html : Add block "end_of_body" for JS includes) created by Thomas Güttler
I would like to add JavaScript includes at the end of the HTML, before …
9:59 AM Ticket #32562 (CSRF - Broken Authentication (Insecure CSRF and Session ID)) closed by Carlton Gibson
needsinfo: There's not sufficient detail here to assess. As well it's a security …
9:54 AM Ticket #32561 (Uncategorized - Unpacking request.GET into a function call turns the values into lists ...) closed by Carlton Gibson
invalid: This is expected behaviour of QueryDict. …
9:23 AM Ticket #32563 (Database layer (models, ORM) - Cannot override database used with RelatedManager) updated by Lucas Gruber
Description changed
9:22 AM Ticket #32563 (Database layer (models, ORM) - Cannot override database used with RelatedManager) updated by Lucas Gruber
Description changed
9:08 AM Ticket #32563 (Database layer (models, ORM) - Cannot override database used with RelatedManager) created by Lucas Gruber
I suppose an app with models: […] In thes case we are using …
8:48 AM Ticket #32562 (CSRF - Broken Authentication (Insecure CSRF and Session ID)) created by cpulidomagentrack
We have currently carried out security tests on our system developed …
7:37 AM Ticket #32561 (Uncategorized - Unpacking request.GET into a function call turns the values into lists ...) created by atursams
Going to this url: …
7:15 AM Ticket #32560 (Testing framework - Make --pdb cooperate with --buffer) updated by Mariusz Felisiak
Needs documentation, Version, Severity, Triage Stage changed
Thanks for the report. Marking as a release blocker because it's a bug …
7:07 AM Ticket #32549 (Database layer (models, ORM) - Add `Q.empty()` to check for nested empty Q objects like `Q(Q())`) closed by Mariusz Felisiak
wontfix: Replying to jonathan-golorry: > Here is an alternate …
6:40 AM Ticket #32548 (Database layer (models, ORM) - Combining Q() objects with boolean expressions crashes.) updated by Mariusz Felisiak
Patch needs improvement, Needs tests, Triage Stage changed
6:28 AM Ticket #32560 (Testing framework - Make --pdb cooperate with --buffer) updated by Adam Johnson
Has patch changed
6:19 AM Ticket #32560 (Testing framework - Make --pdb cooperate with --buffer) created by Adam Johnson
When running test --buffer --pdb, a failure will open pdb but its …
5:52 AM Ticket #32548 (Database layer (models, ORM) - Combining Q() objects with boolean expressions crashes.) updated by Mariusz Felisiak
Type, Summary changed
OK, let's treat this as a bugfix.
5:24 AM Ticket #32556 (Testing framework - assertHTMLEqual gives a confusing error message with empty attributes) updated by Mariusz Felisiak
Type, Triage Stage changed
Thanks for this report. > A boolean attribute without a value …
5:11 AM Ticket #32547 (Documentation - assertHTMLEqual()/assertHTMLNotEqual() allow invalid HTML.) updated by Mariusz Felisiak
Easy pickings changed
3:57 AM Ticket #32543 (contrib.admin - Add `search_help_text` to `admin.ModelAdmin`) updated by Nick Pope
This is a good idea, I too have often wondered what I am able to …
3:10 AM Ticket #32559 (Forms - Add attribute 'step' to FloatField.) updated by Markus Holtermann
Triage Stage changed
Thank you. Sounds like a perfectly valid use case.
2:50 AM Ticket #32559 (Forms - Add attribute 'step' to FloatField.) created by Jacob Rief
If someone wants to use the step attribute as provided by the HTML …
2:23 AM Ticket #24121 (Core (Other) - Provide a better repr() experience) updated by Mariusz Felisiak
Description changed
2:22 AM Ticket #24121 (Core (Other) - Provide a better repr() experience) updated by Mariusz Felisiak <felisiak.mariusz@…>
In 4f4f770: […]
2:17 AM Ticket #32543 (contrib.admin - Add `search_help_text` to `admin.ModelAdmin`) updated by Mariusz Felisiak
Patch needs improvement, Needs tests, Needs documentation changed
1:49 AM Changeset [4f4f770]mainstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Refs #24121 -- Added repr() to Origin and Template.

Mar 16, 2021:

4:26 PM Ticket #24522 (Testing framework - Add test command option to run tests in a random order) updated by Adam Johnson
--shuffle sounds good to me.
4:25 PM Ticket #32548 (Database layer (models, ORM) - Combining Q() objects with boolean expressions crashes.) updated by Ian Foote
Replying to jonathan-golorry: > Unfortunately we can't use …
2:27 PM Ticket #24522 (Testing framework - Add test command option to run tests in a random order) updated by Chris Jerdonek
By the way, while working on the PR, I realized that we could name the …
2:24 PM Ticket #32353 (GIS - Add support for PROJ 7.X.) updated by Mariusz Felisiak <felisiak.mariusz@…>
In 4aba7090: […]
2:23 PM Changeset [4aba7090]stable/3.2.x by Mariusz Felisiak <felisiak.mariusz@…>
[3.2.x] Fixed #32353 -- Confirmed support for PROJ 7.X. Backport of …
2:22 PM Ticket #32353 (GIS - Add support for PROJ 7.X.) closed by GitHub <noreply@…>
fixed: In 065832ea: […]
2:22 PM Changeset [065832e]mainstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by GitHub <noreply@…>
Fixed #32353 -- Confirmed support for PROJ 7.X.
2:21 PM Ticket #24522 (Testing framework - Add test command option to run tests in a random order) updated by Mariusz Felisiak
Triage Stage changed
2:13 PM Ticket #24522 (Testing framework - Add test command option to run tests in a random order) updated by Chris Jerdonek
Status, Has patch, Resolution changed
I'm reopening the ticket based on the mailing list discussion (a …
2:09 PM Ticket #32553 (contrib.auth - Allow UserAttributeSimilarityValidator to validate against fields of ...) updated by Mariusz Felisiak
> I do not see the complexity being mentioned in Mariusz’s feedback. …
1:31 PM Ticket #32558 (Testing framework - Fail tests when unhandled thread exceptions occur) created by Adam Johnson
Pair of #32557 and its discussion. In Python it's possible for a …
1:22 PM Ticket #32557 (Testing framework - Fail tests when unraisable exceptions occur) updated by Adam Johnson
There's a reference implementation in pytest we might be able to copy: …
1:21 PM Ticket #32557 (Testing framework - Fail tests when unraisable exceptions occur) created by Adam Johnson
Following django-developers discussion: …
11:37 AM Ticket #32548 (Database layer (models, ORM) - Combining Q() objects with boolean expressions crashes.) updated by jonathan-golorry
Unfortunately we can't use kwargs for Q objects with multiple …
10:22 AM Ticket #32555 (Database layer (models, ORM) - DecimalField Rounding inconsistency (PostgreSQL)) updated by bluppfisk
Cc changed
10:09 AM Ticket #32553 (contrib.auth - Allow UserAttributeSimilarityValidator to validate against fields of ...) updated by Meiyer
1. I do not see the complexity being mentioned in Mariusz’s feedback. …
9:55 AM Ticket #32535 (Documentation - Include reference to DEBUG_PROPAGATE_EXCEPTIONS in middleware docs) updated by Hasan Ramezani
Status, Owner, Has patch changed
I've created a PR and …
9:44 AM Ticket #32555 (Database layer (models, ORM) - DecimalField Rounding inconsistency (PostgreSQL)) updated by bluppfisk
I agree that is related, but even as I imitate Django's behaviour by …
9:23 AM Ticket #32556 (Testing framework - assertHTMLEqual gives a confusing error message with empty attributes) updated by Baptiste Mispelon
Digging into this, the issue appears to be that …
8:34 AM Ticket #32556 (Testing framework - assertHTMLEqual gives a confusing error message with empty attributes) updated by Baptiste Mispelon
Description changed
8:33 AM Ticket #32556 (Testing framework - assertHTMLEqual gives a confusing error message with empty attributes) created by Baptiste Mispelon
If you try the following assertion: […] You get a test failure and …
7:47 AM Ticket #31370 (Testing framework - Make parallel test runner work with buffer option.) updated by Adam Johnson
Patch needs improvement changed
7:06 AM Ticket #32353 (GIS - Add support for PROJ 7.X.) updated by Mariusz Felisiak
Has patch changed
PR
6:22 AM Ticket #32353 (GIS - Add support for PROJ 7.X.) updated by Mariusz Felisiak
> Jani, does it work for you? Confirmed on IRC: […]
6:09 AM Ticket #26459 (Database layer (models, ORM) - Allow providing DecimalField with a custom context) updated by Mariusz Felisiak
#32555 was marked as a duplicate for ArrayField(DecimalField()).
6:09 AM Ticket #32555 (Database layer (models, ORM) - DecimalField Rounding inconsistency (PostgreSQL)) closed by Mariusz Felisiak
duplicate: I cannot reproduce the incosistent rounding, however I believe we can …
5:39 AM Ticket #32555 (Database layer (models, ORM) - DecimalField Rounding inconsistency (PostgreSQL)) created by bluppfisk
Note, I've initially posted this on …
5:26 AM Ticket #24121 (Core (Other) - Provide a better repr() experience) updated by Mariusz Felisiak
Description changed
5:22 AM Ticket #32548 (Database layer (models, ORM) - Combining Q() objects with boolean expressions crashes.) updated by Ian Foote
I like the consistency and simplicity of the reworked …
3:47 AM Ticket #32541 (Forms - Separate context and rendering in forms) updated by Dylan Verheul
👍 Thanks both!
3:42 AM Ticket #32543 (contrib.admin - Add `search_help_text` to `admin.ModelAdmin`) updated by Carlton Gibson
Triage Stage changed
Maybe the placeholder idea (and disabling) is worth looking at, but …
3:39 AM Ticket #32508 (Core (Other) - Raise proper exceptions instead of using "assert".) updated by Mariusz Felisiak <felisiak.mariusz@…>
In 54d91795: […]
3:36 AM Ticket #32513 (Database layer (models, ORM) - SQLite3 Backend Falsly claims SQLite does not support Timezone aware ...) closed by Carlton Gibson
wontfix: Thanks for the clarification/follow-up both. I'll close as wontfix on …
3:01 AM Changeset [54d91795]mainstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Refs #32508 -- Raised ImproperlyConfigured instead of using "assert" …
2:33 AM Ticket #32546 (Database layer (models, ORM) - Meta.ordering fields must not be included in GROUP BY clause) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In 330bc40: […]
2:14 AM Ticket #32541 (Forms - Separate context and rendering in forms) updated by Carlton Gibson
Thanks both. > I think we need to be mindful of ticket #31026... …
2:08 AM Ticket #32552 (Testing framework - Allow DiscoverRunner to use a logger instead of printing to stdout) updated by Carlton Gibson
Triage Stage changed
I think this is a good move, so let's accept the ticket. > I don't …
2:06 AM Ticket #32536 (Documentation - Add references to get() methods in CBV docs.) updated by Mariusz Felisiak <felisiak.mariusz@…>
In 0415ac5: […]
2:04 AM Changeset [0415ac5a]stable/3.1.x by Mariusz Felisiak <felisiak.mariusz@…>
[3.1.x] Fixed #32536 -- Added links to …
2:03 AM Ticket #32430 (Documentation - Documentation for BaseCreateView, BaseUpdateView, BaseFormView and ...) updated by Mariusz Felisiak
Component changed
2:00 AM Ticket #32536 (Documentation - Add references to get() methods in CBV docs.) updated by Mariusz Felisiak <felisiak.mariusz@…>
In 7e43a100: […]
1:59 AM Changeset [7e43a10]stable/3.2.x by Mariusz Felisiak <felisiak.mariusz@…>
[3.2.x] Fixed #32536 -- Added links to …
1:58 AM Changeset [330bc40]mainstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #32546 -- Avoided Meta.ordering columns in GROUP BY clauses. …
1:58 AM Ticket #32536 (Documentation - Add references to get() methods in CBV docs.) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In bc04941b: […]
1:56 AM Ticket #32552 (Testing framework - Allow DiscoverRunner to use a logger instead of printing to stdout) updated by Chris Jerdonek
Since this would be a simple refactor with no behavior change, it …
1:34 AM Changeset [bc04941b]mainstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #32536 -- Added links to BaseDetailView/BaseListView.get() …
1:01 AM Ticket #32552 (Testing framework - Allow DiscoverRunner to use a logger instead of printing to stdout) updated by Daniyal Abbasi
Sure. As suggested, we could add a member function, something like …

Mar 15, 2021:

7:19 PM Ticket #32554 (Database layer (models, ORM) - Add Q.empty(), Q.TRUE, Q.FALSE, Q.any(), and Q.all()) updated by jonathan-golorry
Status, Needs documentation, Has patch, Description, Owner changed
7:11 PM Ticket #32552 (Testing framework - Allow DiscoverRunner to use a logger instead of printing to stdout) updated by Chris Jerdonek
Only the last three are in the DiscoverRunner class. The others have …
7:11 PM Ticket #32554 (Database layer (models, ORM) - Add Q.empty(), Q.TRUE, Q.FALSE, Q.any(), and Q.all()) created by jonathan-golorry
Q.empty() checks for nested empty Q objects such as Q(Q()). See …
4:33 PM Ticket #32549 (Database layer (models, ORM) - Add `Q.empty()` to check for nested empty Q objects like `Q(Q())`) updated by jonathan-golorry
Status, Resolution, Description, Summary changed
Here is an alternate approach that adds a way to check for nested …
4:13 PM Ticket #32536 (Documentation - Add references to get() methods in CBV docs.) updated by Mariusz Felisiak
Triage Stage changed
4:01 PM Ticket #23076 (Database layer (models, ORM) - Cascaded deletion of polymorphic models fails) updated by Simon Brulhart
Cc changed
2:33 PM Ticket #32548 (Database layer (models, ORM) - Combining Q() objects with boolean expressions crashes.) updated by Mariusz Felisiak
Ian, can I ask for your opinion? We need another pair of eyes, I …
2:18 PM Ticket #32546 (Database layer (models, ORM) - Meta.ordering fields must not be included in GROUP BY clause) updated by Mariusz Felisiak
Patch needs improvement, Triage Stage changed
2:13 PM Ticket #32548 (Database layer (models, ORM) - Combining Q() objects with boolean expressions crashes.) updated by jonathan-golorry
I suppose it's a semantics argument whether Q(Exists...) is untested …
2:11 PM Ticket #32508 (Core (Other) - Raise proper exceptions instead of using "assert".) updated by Mariusz Felisiak <felisiak.mariusz@…>
In 775b796: […]
1:08 PM Ticket #32548 (Database layer (models, ORM) - Combining Q() objects with boolean expressions crashes.) updated by Mariusz Felisiak
> Django already passes conditional expressions to Q objects …
12:23 PM Ticket #24121 (Core (Other) - Provide a better repr() experience) updated by tiagohonorato
Added repr() to Origin https://github.com/django/django/pull/14119
12:10 PM Ticket #32548 (Database layer (models, ORM) - Combining Q() objects with boolean expressions crashes.) updated by jonathan-golorry
Django already passes conditional expressions to Q objects internally. …
11:49 AM Ticket #32553 (contrib.auth - Allow UserAttributeSimilarityValidator to validate against fields of ...) closed by Mariusz Felisiak
wontfix: Thanks for this ticket, however I don't think it's worth addition …
11:16 AM Ticket #32552 (Testing framework - Allow DiscoverRunner to use a logger instead of printing to stdout) updated by Daniyal Abbasi
Is this ticket available? I would like to take up. I went through the …
10:18 AM Ticket #32260 (Core (System checks) - handler500 as a Class-based view raises SystemCheckError) updated by Nick Pope
Needs tests changed
9:24 AM Ticket #32553 (contrib.auth - Allow UserAttributeSimilarityValidator to validate against fields of ...) updated by Meiyer
Description changed
9:22 AM Ticket #32553 (contrib.auth - Allow UserAttributeSimilarityValidator to validate against fields of ...) created by Meiyer
The password validator UserAttributeSimilarityValidator is currently …
8:39 AM Ticket #16010 (CSRF - Support Origin header checking in the CSRF middleware) updated by Tim Graham
Triage Stage changed
Reviewed by Florian Apolloner, Chris Jerdonek, and Adam Johnson.
8:34 AM Ticket #32536 (Documentation - Add references to get() methods in CBV docs.) updated by Hasan Ramezani
Status, Owner, Has patch changed
PR
8:28 AM Ticket #31158 (contrib.auth - _password_validators_help_text_html() returns HTML block level element.) updated by Meiyer
I just came across this myself. While I accept Mariusz’s explanation …
7:47 AM Ticket #32552 (Testing framework - Allow DiscoverRunner to use a logger instead of printing to stdout) updated by Chris Jerdonek
I'll note that one thing this would help with is when testing …
7:43 AM Ticket #32552 (Testing framework - Allow DiscoverRunner to use a logger instead of printing to stdout) created by Chris Jerdonek
Currently, the DiscoverRunner class (used when running tests) "logs" …
7:11 AM Ticket #32548 (Database layer (models, ORM) - Combining Q() objects with boolean expressions crashes.) updated by Nick Pope
As Q() has .conditional set to True, we can amend Mariusz' …
7:10 AM Changeset [775b796]mainstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Refs #32508 -- Raised ValueError instead of using "assert" in lazy().
7:03 AM Changeset [2cd0ccef]mainstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Added tests for AssertionErrors in get_complete_version() and …
6:33 AM Ticket #32551 (Documentation - Need a direct reference of MEDIA_URL and MEDIA_ROOT in file uploads) closed by Mariusz Felisiak
invalid: "File Uploads" docs already contains a reference to …
6:15 AM Ticket #32551 (Documentation - Need a direct reference of MEDIA_URL and MEDIA_ROOT in file uploads) created by Ashutosh Vishu Yadav
https://docs.djangoproject.com/en/3.1/topics/http/file-uploads/
5:43 AM Ticket #32540 (Testing framework - Only do "top level" detection in DiscoverRunner.build_suite() when needed) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In 7bdd09d: […]
5:43 AM Ticket #32540 (Testing framework - Only do "top level" detection in DiscoverRunner.build_suite() when needed) updated by Mariusz Felisiak <felisiak.mariusz@…>
In d5a214c7: […]
5:38 AM Ticket #32546 (Database layer (models, ORM) - Meta.ordering fields must not be included in GROUP BY clause) updated by Mariusz Felisiak
Needs tests changed
4:55 AM Ticket #32546 (Database layer (models, ORM) - Meta.ordering fields must not be included in GROUP BY clause) updated by Mariusz Felisiak
Status, Cc, Patch needs improvement, Needs tests, Owner, Triage Stage changed
4:17 AM Ticket #32540 (Testing framework - Only do "top level" detection in DiscoverRunner.build_suite() when needed) updated by Mariusz Felisiak
Triage Stage changed
4:15 AM Changeset [7bdd09d]mainstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #32540 -- Optimized DiscoverRunner.build_suite() by calling …
4:15 AM Changeset [d5a214c7]mainstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Refs #32540 -- Added django.test.runner.find_top_level().
3:42 AM Changeset [7c662b75]stable/3.1.x by Mariusz Felisiak <felisiak.mariusz@…>
[3.1.x] Fixed typo in docs/ref/checks.txt. Backport of …
3:42 AM Changeset [d076d96]stable/3.2.x by Mariusz Felisiak <felisiak.mariusz@…>
[3.2.x] Fixed typo in docs/ref/checks.txt. Backport of …
3:42 AM Changeset [50ef9df]mainstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by GitHub <noreply@…>
Fixed typo in docs/ref/checks.txt.
3:38 AM Ticket #32545 (contrib.admin - Admin foreign key raw inputs are too small when referring to a UUID field) updated by Mariusz Felisiak
Owner, Type, Needs tests, Triage Stage changed
2:58 AM Ticket #32550 (Documentation - Translation Error) closed by Mariusz Felisiak
invalid: Thanks for the report, however, translations are handled at …
2:43 AM Ticket #32548 (Database layer (models, ORM) - Combining Q() objects with boolean expressions crashes.) updated by Mariusz Felisiak
Status, Cc, Patch needs improvement, Needs tests, Summary, Owner, Triage Stage changed
Conditional expressions can be combined together, so it's not …
2:21 AM Changeset [069c338]stable/3.1.x by Mariusz Felisiak <felisiak.mariusz@…>
[3.1.x] Updated datum directory for PROJ 6 in GIS install …
2:21 AM Changeset [6171d6bb]stable/3.2.x by Mariusz Felisiak <felisiak.mariusz@…>
[3.2.x] Updated datum directory for PROJ 6 in GIS install …
2:20 AM Changeset [4d912e66]mainstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by GitHub <noreply@…>
Updated datum directory for PROJ 6 in GIS install instructions.
2:19 AM Ticket #32549 (Database layer (models, ORM) - Add `Q.empty()` to check for nested empty Q objects like `Q(Q())`) closed by Mariusz Felisiak
wontfix: Thanks for this proposition, however I don't think we should …
2:07 AM Ticket #32550 (Documentation - Translation Error) created by october-one
In the …
1:47 AM Ticket #32547 (Documentation - assertHTMLEqual()/assertHTMLNotEqual() allow invalid HTML.) updated by Mariusz Felisiak
Type, Triage Stage, Component, Summary changed
Agreed, we should clarify this in …
12:32 AM Ticket #32541 (Forms - Separate context and rendering in forms) closed by Dylan Verheul
duplicate: Thank you for pointing out #31026. This seems to at least partly …

Mar 14, 2021:

1:03 AM Ticket #32541 (Forms - Separate context and rendering in forms) updated by Chris Jerdonek
> I'm creating this ticket to get feedback on the idea, and to see if …

Mar 13, 2021:

8:11 PM Ticket #28822 (Database layer (models, ORM) - Add DBCalculatedField to model to annotate models automatically) updated by Diego Lima
Cc changed
7:58 PM Ticket #32406 (Database layer (models, ORM) - Allow QuerySet.update() to return fields on supported backends.) updated by Diego Lima
Cc changed
7:55 PM Ticket #32381 (Database layer (models, ORM) - Include number of rows matched in bulk_update() return value) updated by Diego Lima
PR ready for review at https://github.com/django/django/pull/14125. …
7:50 PM Ticket #32381 (Database layer (models, ORM) - Include number of rows matched in bulk_update() return value) updated by Nick Pope
Needs documentation changed
6:26 PM Ticket #32549 (Database layer (models, ORM) - Add `Q.empty()` to check for nested empty Q objects like `Q(Q())`) updated by jonathan-golorry
Has patch, Description changed
6:17 PM Ticket #32549 (Database layer (models, ORM) - Add `Q.empty()` to check for nested empty Q objects like `Q(Q())`) created by jonathan-golorry
Empty Q objects (Q() or ~Q(), etc) evaluate to False, but …
4:41 PM Ticket #32381 (Database layer (models, ORM) - Include number of rows matched in bulk_update() return value) updated by Nick Pope
Needs documentation changed
4:30 PM Ticket #32548 (Database layer (models, ORM) - Combining Q() objects with boolean expressions crashes.) updated by jonathan-golorry
Has patch, Description changed
4:25 PM Ticket #32548 (Database layer (models, ORM) - Combining Q() objects with boolean expressions crashes.) created by jonathan-golorry
Currently Q objects with 1 child are treated differently during …
4:09 PM Ticket #32260 (Core (System checks) - handler500 as a Class-based view raises SystemCheckError) updated by Nick Pope
Version, Needs tests changed
3:31 PM Ticket #32541 (Forms - Separate context and rendering in forms) updated by David Smith
I think we need to be mindful of ticket #31026 and the associated …
2:37 PM Ticket #32353 (GIS - Add support for PROJ 7.X.) updated by Mariusz Felisiak
Everything works with PROJ 7.2.1 (GDAL 3.0.4 and GEOS 3.8.0), so I'm …
12:02 PM Ticket #32353 (GIS - Add support for PROJ 7.X.) updated by Mariusz Felisiak
Status, Owner changed
10:30 AM Ticket #32381 (Database layer (models, ORM) - Include number of rows matched in bulk_update() return value) updated by Diego Lima
Has patch changed
10:16 AM Ticket #32381 (Database layer (models, ORM) - Include number of rows matched in bulk_update() return value) updated by Diego Lima
Cc, Owner changed
Due to inactivity, I'm claiming this ticket. [comment:11
10:03 AM Ticket #32260 (Core (System checks) - handler500 as a Class-based view raises SystemCheckError) updated by Daniyal Abbasi
An update PR has been …
10:02 AM Ticket #32260 (Core (System checks) - handler500 as a Class-based view raises SystemCheckError) updated by Daniyal Abbasi
Patch needs improvement changed
9:13 AM Ticket #32547 (Documentation - assertHTMLEqual()/assertHTMLNotEqual() allow invalid HTML.) updated by François Poulain
Description changed
9:12 AM Ticket #32547 (Documentation - assertHTMLEqual()/assertHTMLNotEqual() allow invalid HTML.) created by François Poulain
Hi, The docs for assertHTMLEqual says "html1 and html2 must be valid …
Note: See TracTimeline for information about the timeline view.
Back to Top