Re: [Django] #32140: `startTest` result hook not called until after tests already started when `--parallel` used

2020-10-25 Thread Django
#32140: `startTest` result hook not called until after tests already started 
when
`--parallel` used
-+-
 Reporter:  Bob Whitelock|Owner:  nobody
 Type:  Bug  |   Status:  new
Component:  Testing framework|  Version:  3.1
 Severity:  Normal   |   Resolution:
 Keywords:  startTest parallel   | Triage Stage:
  test runner|  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Mariusz Felisiak):

 * cc: Adam (Chainz) Johnson (added)


-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/070.2f0ad2e76400810ddf8f35da0a840d6c%40djangoproject.com.


Re: [Django] #32143: Use EXISTS to exclude multi-valued relationships

2020-10-25 Thread Django
#32143: Use EXISTS to exclude multi-valued relationships
-+-
 Reporter:  Simon Charette   |Owner:  nobody
 Type:   |   Status:  new
  Cleanup/optimization   |
Component:  Database layer   |  Version:  3.1
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Mariusz Felisiak):

 * stage:  Unreviewed => Accepted


-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.9c974b70300d2c7c8bc7f178b46fdf7b%40djangoproject.com.


Re: [Django] #31840: Adding Support for Cross-Origin Opener Policy

2020-10-25 Thread Django
#31840: Adding Support for Cross-Origin Opener Policy
-+-
 Reporter:  meggles711   |Owner:
 |  meggles711
 Type:  New feature  |   Status:  assigned
Component:  HTTP handling|  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:  COOP, security,  | Triage Stage:  Accepted
  headers|
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  1
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Mariusz Felisiak):

 * needs_better_patch:  0 => 1


-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/068.1660e8054dedacc7c62c43725dbc36a6%40djangoproject.com.


Re: [Django] #11707: limit_choices_to on a ForeignKey can render duplicate options in formfield

2020-10-25 Thread Django
#11707: limit_choices_to on a ForeignKey can render duplicate options in 
formfield
-+-
 Reporter:  Chris.Wesseling@…|Owner:  Crowley
 |  Shaita
 Type:  Bug  |   Status:  new
Component:  Forms|  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:  ForeingKey   | Triage Stage:  Accepted
  limit_choices_to, dceu2011 |
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Crowley Shaita):

 * needs_better_patch:  1 => 0


-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/080.5eeba5edbd0d6f32f96f6e82d9d56e20%40djangoproject.com.


Re: [Django] #30448: close_if_unusable_or_obsolete should skip connections in atomic block for autocommit check

2020-10-25 Thread Django
#30448: close_if_unusable_or_obsolete should skip connections in atomic block 
for
autocommit check
-+-
 Reporter:  Daniel Hahler|Owner:  Daniel
 |  Hahler
 Type:  Bug  |   Status:  assigned
Component:  Database layer   |  Version:  2.2
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  1|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Jacob Walls):

 * owner:  nobody => Daniel Hahler
 * status:  new => assigned
 * has_patch:  0 => 1
 * needs_tests:  0 => 1


Comment:

 [https://github.com/django/django/pull/11769 PR]

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.117b47e297bfba08a2f7b3f3a3ed56ac%40djangoproject.com.


Re: [Django] #32132: ManyToManyField does not respect the PositiveBigIntegerField in m2m intermediate table.

2020-10-25 Thread Django
#32132: ManyToManyField does not respect the PositiveBigIntegerField in m2m
intermediate table.
-+-
 Reporter:  Kfir Breger  |Owner:  David
 |  Wobrock
 Type:  Bug  |   Status:  assigned
Component:  Database layer   |  Version:  3.1
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:  models, orm  | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by David Wobrock):

 * needs_better_patch:  1 => 0


Comment:

 Thanks for the comment Simon! I adapted the tests, please see
 https://github.com/django/django/pull/13592#issuecomment-716212270 for
 more details

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/068.261bbf40109932bcd4165eb604c38a06%40djangoproject.com.


Re: [Django] #30729: Add support for the RFC 7239 Forwarded header

2020-10-25 Thread Django
#30729: Add support for the RFC 7239 Forwarded header
---+-
 Reporter:  Ben Stähli |Owner:  nobody
 Type:  New feature|   Status:  new
Component:  HTTP handling  |  Version:  2.2
 Severity:  Normal |   Resolution:
 Keywords: | Triage Stage:  Someday/Maybe
Has patch:  0  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+-
Changes (by Adam (Chainz) Johnson):

 * cc: Adam (Chainz) Johnson (added)


-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.294fc7afc918a8482c43de59b2c56d97%40djangoproject.com.


Re: [Django] #6135: Introduce a short-cut for template filters that has needs_autoescape = True

2020-10-25 Thread Django
#6135: Introduce a short-cut for template filters that has needs_autoescape = 
True
-+
 Reporter:  anonymous|Owner:  Seth Thoburn
 Type:  New feature  |   Status:  assigned
Component:  Template system  |  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:  autoescape   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+
Changes (by Jacob Walls):

 * has_patch:  0 => 1


Comment:

 [https://github.com/django/django/pull/11047 PR]

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.5206d17b56a94be5f8a19eaa91a26aa0%40djangoproject.com.


[Django] #32142: Tutorial 7 - [settings.py code error]

2020-10-25 Thread Django
#32142: Tutorial 7 - [settings.py code error]
-+
   Reporter:  elijahyang |  Owner:  nobody
   Type:  Uncategorized  | Status:  new
  Component:  Uncategorized  |Version:  3.1
   Severity:  Normal |   Keywords:
   Triage Stage:  Unreviewed |  Has patch:  0
Needs documentation:  0  |Needs tests:  0
Patch needs improvement:  0  |  Easy pickings:  0
  UI/UX:  0  |
-+
 In tutorial 7, https://docs.djangoproject.com/en/3.1/intro/tutorial07/

 Under "Customizing your project’s templates",

 'DIRS': [BASE_DIR / 'templates'],

 should be

 'DIRS': [BASE_DIR + '/templates'],

 otherwise terminal will return an error.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/053.87d3c29e5db61d76d523a263ff12ba78%40djangoproject.com.


Re: [Django] #31840: Adding Support for Cross-Origin Opener Policy

2020-10-25 Thread Django
#31840: Adding Support for Cross-Origin Opener Policy
-+-
 Reporter:  meggles711   |Owner:
 |  meggles711
 Type:  New feature  |   Status:  assigned
Component:  HTTP handling|  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:  COOP, security,  | Triage Stage:  Accepted
  headers|
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Jacob Walls):

 * has_patch:  0 => 1


Comment:

 Hi Megan, I'm linking your patch and ticking Has Patch to increase
 visibility for reviewers. In the meantime, would you be able to rebase?

 [https://github.com/django/django/pull/13351 PR]

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/068.bc63792ba8df2aa3b67c8e64594cbf46%40djangoproject.com.


Re: [Django] #32132: ManyToManyField does not respect the PositiveBigIntegerField in m2m intermediate table.

2020-10-25 Thread Django
#32132: ManyToManyField does not respect the PositiveBigIntegerField in m2m
intermediate table.
-+-
 Reporter:  Kfir Breger  |Owner:  David
 |  Wobrock
 Type:  Bug  |   Status:  assigned
Component:  Database layer   |  Version:  3.1
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:  models, orm  | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  1
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Simon Charette):

 * needs_better_patch:  0 => 1


Comment:

 Left some comments regarding the use of `related_fields_match_type` in
 tests.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/068.37d918260f7ef9ef2fb68089ecda2ef9%40djangoproject.com.


Re: [Django] #29205: MultiValueField ignores a required value of a sub field

2020-10-25 Thread Django
#29205: MultiValueField ignores a required value of a sub field
+---
 Reporter:  Takayuki Hirai  |Owner:  David Smith
 Type:  Bug |   Status:  assigned
Component:  Forms   |  Version:  1.11
 Severity:  Normal  |   Resolution:
 Keywords:  | Triage Stage:  Accepted
Has patch:  0   |  Needs documentation:  0
  Needs tests:  0   |  Patch needs improvement:  1
Easy pickings:  0   |UI/UX:  0
+---

Comment (by Jacob Walls):

 Greetings, all. I think we need to take a step back. A form with every
 subfield empty on an optional MVF should pass validation, and it does, and
 there is a test in the suite for it. (The implication in the body of the
 ticket is not quite right.) So I suggest the linked patch avoid making
 changes to validation.

 The reporter wanted the field to be required in reality but didn't want to
 let `required=True` on the MVF because it made every subfield have the
 HTML required attribute. I suggest renaming the ticket to focus on this
 specific piece. I suggest we only handle what solves the reporter's use
 case: when the MVF is `required` but `require_all_fields=False` set the
 required attribute on the widget based on the subfield.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/064.acda96583aecf5de2fd74c85f792e8bf%40djangoproject.com.


Re: [Django] #32132: ManyToManyField does not respect the PositiveBigIntegerField in m2m intermediate table.

2020-10-25 Thread Django
#32132: ManyToManyField does not respect the PositiveBigIntegerField in m2m
intermediate table.
-+-
 Reporter:  Kfir Breger  |Owner:  David
 |  Wobrock
 Type:  Bug  |   Status:  assigned
Component:  Database layer   |  Version:  3.1
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:  models, orm  | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by David Wobrock):

 * needs_tests:  1 => 0


Comment:

 Add unit tests and improved the patch. Ready for another round of reviews
 :)

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/068.25cdfa5da494f3841f2e411dfd7eee77%40djangoproject.com.


Re: [Django] #23318: Management command dbshell does not use DATABASE[...]['OPTIONS'] to set env PGOPTIONS

2020-10-25 Thread Django
#23318: Management command dbshell does not use DATABASE[...]['OPTIONS'] to set 
env
PGOPTIONS
-+-
 Reporter:  benjaoming   |Owner:
 |  Dulmandakh
 Type:  New feature  |   Status:  assigned
Component:  Core (Management |  Version:  master
  commands)  |
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Jacob Walls):

 * owner:  Flavio Curella => Dulmandakh
 * needs_better_patch:  1 => 0


Comment:

 Improvement flag was set on previous patch, so unsetting for new patch and
 assigning to PR author.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/068.9f325fc8884dec763f7365148ef52c86%40djangoproject.com.


Re: [Django] #29712: Add warning in makemessages command if the localecode with `l` flag is not correct

2020-10-25 Thread Django
#29712: Add warning in makemessages command if the localecode with `l` flag is 
not
correct
-+-
 Reporter:  Sanyam Khurana   |Owner:  Manav
 Type:   |  Agarwal
  Cleanup/optimization   |   Status:  assigned
Component:   |  Version:  master
  Internationalization   |
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  1
Easy pickings:  1|UI/UX:  0
-+-

Comment (by Claude Paroz):

 The problem with using `LANG_INFO` is that you exclude some extra
 languages added specifically for a project.

 You can try to use `language_code_re`, but you'll have to take into
 account the language code vs locale code difference.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/072.9c27880679ecb265d87338deaeb001da%40djangoproject.com.


Re: [Django] #32141: Translated content becomes ugly due to line-down on new admin side-bar

2020-10-25 Thread Django
#32141: Translated content becomes ugly due to line-down on new admin side-bar
-+-
 Reporter:  Joon Hwan 김준환 |Owner:  Joon Hwan
 |  김준환
 Type:  Bug  |   Status:  assigned
Component:  contrib.admin|  Version:  3.1
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:
 |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  1
-+-
Changes (by Joon Hwan 김준환):

 * owner:  nobody => Joon Hwan 김준환
 * status:  new => assigned


-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/063.791e125b1e0d95e78f5cf05beaf51e97%40djangoproject.com.


Re: [Django] #32141: Translated content becomes ugly due to line-down on new admin side-bar

2020-10-25 Thread Django
#32141: Translated content becomes ugly due to line-down on new admin side-bar
--+--
 Reporter:  Joon Hwan 김준환  |Owner:  nobody
 Type:  Bug   |   Status:  new
Component:  contrib.admin |  Version:  3.1
 Severity:  Normal|   Resolution:
 Keywords:| Triage Stage:  Unreviewed
Has patch:  0 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  0 |UI/UX:  1
--+--
Changes (by Joon Hwan 김준환):

 * status:  closed => new
 * resolution:  fixed =>


Comment:

 sorry i close by mistake

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/063.0b9dd1ce878d5abff686a97ac09611a4%40djangoproject.com.


Re: [Django] #32141: Translated content becomes ugly due to line-down on new admin side-bar

2020-10-25 Thread Django
#32141: Translated content becomes ugly due to line-down on new admin side-bar
--+--
 Reporter:  Joon Hwan 김준환  |Owner:  nobody
 Type:  Bug   |   Status:  closed
Component:  contrib.admin |  Version:  3.1
 Severity:  Normal|   Resolution:  fixed
 Keywords:| Triage Stage:  Unreviewed
Has patch:  0 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  0 |UI/UX:  1
--+--
Changes (by Joon Hwan 김준환):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 [https://github.com/django/django/pull/13602]

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/063.dfe98c5686f927d7d600214f139c2e8e%40djangoproject.com.


Re: [Django] #32141: Translated content becomes ugly due to line-down on new admin side-bar

2020-10-25 Thread Django
#32141: Translated content becomes ugly due to line-down on new admin side-bar
--+--
 Reporter:  Joon Hwan 김준환  |Owner:  nobody
 Type:  Bug   |   Status:  new
Component:  contrib.admin |  Version:  3.1
 Severity:  Normal|   Resolution:
 Keywords:| Triage Stage:  Unreviewed
Has patch:  0 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  0 |UI/UX:  1
--+--
Description changed by Joon Hwan 김준환:

Old description:

> I'll upload image soon

New description:

 Please see the attached image. We will provide PR

--

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/063.c866cd926913baba77cb8e24908db83d%40djangoproject.com.


Re: [Django] #32141: Translated content becomes ugly due to line-down on new admin side-bar

2020-10-25 Thread Django
#32141: Translated content becomes ugly due to line-down on new admin side-bar
--+--
 Reporter:  Joon Hwan 김준환  |Owner:  nobody
 Type:  Bug   |   Status:  new
Component:  contrib.admin |  Version:  3.1
 Severity:  Normal|   Resolution:
 Keywords:| Triage Stage:  Unreviewed
Has patch:  0 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  0 |UI/UX:  1
--+--
Changes (by Joon Hwan 김준환):

 * Attachment "django.png" added.


-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/063.6ad27d2e1dd5026ced1dd545401f86e0%40djangoproject.com.


[Django] #32141: Translated content becomes ugly due to line-down on new admin side-bar

2020-10-25 Thread Django
#32141: Translated content becomes ugly due to line-down on new admin side-bar
+
   Reporter:  Joon Hwan 김준환  |  Owner:  nobody
   Type:  Bug   | Status:  new
  Component:  contrib.admin |Version:  3.1
   Severity:  Normal|   Keywords:
   Triage Stage:  Unreviewed|  Has patch:  0
Needs documentation:  0 |Needs tests:  0
Patch needs improvement:  0 |  Easy pickings:  0
  UI/UX:  1 |
+
 I'll upload image soon

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/048.eea57cbce519a50da8b850e91ee38e45%40djangoproject.com.


Re: [Django] #32139: Add check, that raise TemplateException, when argument 'only' provided more then once in tag 'include'

2020-10-25 Thread Django
#32139: Add check, that raise TemplateException, when argument 'only' provided 
more
then once in tag 'include'
-+-
 Reporter:  Mikhail Fesenko  |Owner:  nobody
 Type:   |   Status:  closed
  Cleanup/optimization   |
Component:  Template system  |  Version:  master
 Severity:  Normal   |   Resolution:
 |  worksforme
 Keywords:   | Triage Stage:
 |  Unreviewed
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Description changed by Mikhail Fesenko:

Old description:

> V

New description:

 https://github.com/django/django/pull/13597

 I've added code with this fix, and test for it

--

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.3e604669f84bd2e783710f821695485f%40djangoproject.com.


Re: [Django] #32139: Add check, that raise TemplateException, when argument 'only' provided more then once in tag 'include'

2020-10-25 Thread Django
#32139: Add check, that raise TemplateException, when argument 'only' provided 
more
then once in tag 'include'
-+-
 Reporter:  Mikhail Fesenko  |Owner:  nobody
 Type:   |   Status:  closed
  Cleanup/optimization   |
Component:  Template system  |  Version:  master
 Severity:  Normal   |   Resolution:
 |  worksforme
 Keywords:   | Triage Stage:
 |  Unreviewed
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Old description:

> https://github.com/django/django/pull/13597
>
> I've added code with this fix, and test for it

New description:

 V

--

Comment (by Mikhail Fesenko):

 Wow, I made a mistake =(
 Idk why, when I did this patch, I thought that if option in options: was
 only for 'with' param, idk why

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.6d3b1259ce49a6cfedce1690a8f5%40djangoproject.com.