Re: [Django] #373: Add support for multi-columns fields.

2024-09-12 Thread Django
#373: Add support for multi-columns fields.
-+-
 Reporter:  Jacob|Owner:  Csirmaz
 |  Bendegúz
 Type:  New feature  |   Status:  assigned
Component:  Database layer   |  Version:  dev
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:  database | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by elonzh):

 * cc: elonzh (removed)

-- 
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/01070191e55c28b6-fcb3d1ad-ef37-4aa2-aaa1-1681ef535f82-00%40eu-central-1.amazonses.com.


Re: [Django] #373: Add support for multi-columns fields.

2024-09-11 Thread Django
#373: Add support for multi-columns fields.
-+-
 Reporter:  Jacob|Owner:  Csirmaz
 |  Bendegúz
 Type:  New feature  |   Status:  assigned
Component:  Database layer   |  Version:  dev
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:  database | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Comment (by Csirmaz Bendegúz):

 I have made some [https://github.com/django/django/pull/18572 improvements
 to the tuple lookups].

 My goal is to make tuple lookups easier to use.
 Once these improvements are merged, I can separate the
 {{{supports_tuple_in_subquery}}} into its own PR for easier review.
-- 
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/01070191e273310d-0ad08f0d-6f5d-493c-b680-73fdd0fc07fb-00%40eu-central-1.amazonses.com.


Re: [Django] #373: Add support for multi-columns fields.

2024-09-11 Thread Django
#373: Add support for multi-columns fields.
-+-
 Reporter:  Jacob|Owner:  Csirmaz
 |  Bendegúz
 Type:  New feature  |   Status:  assigned
Component:  Database layer   |  Version:  dev
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:  database | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Comment (by GitHub ):

 In [changeset:"96c990795c0bd494d20a44e0dee0aea0dd7587a0" 96c9907]:
 {{{#!CommitTicketReference repository=""
 revision="96c990795c0bd494d20a44e0dee0aea0dd7587a0"
 Refs #373 -- Removed outdated comment in RelatedIn lookup.
 }}}
-- 
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/01070191e17fbbfd-559367b6-2438-4a2d-95eb-657c7126602d-00%40eu-central-1.amazonses.com.


Re: [Django] #373: Add support for multi-columns fields.

2024-09-11 Thread Django
#373: Add support for multi-columns fields.
-+-
 Reporter:  Jacob|Owner:  Csirmaz
 |  Bendegúz
 Type:  New feature  |   Status:  assigned
Component:  Database layer   |  Version:  dev
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:  database | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Comment (by Sarah Boyce <42296566+sarahboyce@…>):

 In [changeset:"347ab72c0253796d7ac3d1396dcd3b220ad18af1" 347ab72]:
 {{{#!CommitTicketReference repository=""
 revision="347ab72c0253796d7ac3d1396dcd3b220ad18af1"
 Refs #373 -- Improved test coverage of tuple lookup checks.

 This also removed unreachable checks.
 }}}
-- 
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/01070191e064c5de-5e46c540-2139-4d6f-9b50-f9f3a3a8d37d-00%40eu-central-1.amazonses.com.


Re: [Django] #373: Add support for multi-columns fields.

2024-09-11 Thread Django
#373: Add support for multi-columns fields.
-+-
 Reporter:  Jacob|Owner:  Csirmaz
 |  Bendegúz
 Type:  New feature  |   Status:  assigned
Component:  Database layer   |  Version:  dev
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:  database | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Comment (by Sarah Boyce <42296566+sarahboyce@…>):

 In [changeset:"727587c08955e4e42a5b82bfb75d51517b50c976" 727587c0]:
 {{{#!CommitTicketReference repository=""
 revision="727587c08955e4e42a5b82bfb75d51517b50c976"
 Refs #373 -- Refactored variable assignments in ColPairs and tuple
 lookups.
 }}}
-- 
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/01070191e064c711-46eaf5e9-e8f8-4ce6-9bb1-fab7a49b9e7a-00%40eu-central-1.amazonses.com.


Re: [Django] #373: Add support for multi-columns fields.

2024-09-10 Thread Django
#373: Add support for multi-columns fields.
-+-
 Reporter:  Jacob|Owner:  Csirmaz
 |  Bendegúz
 Type:  New feature  |   Status:  assigned
Component:  Database layer   |  Version:  dev
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:  database | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Comment (by Csirmaz Bendegúz):

 Thanks Natalia!

 Once again, I found two ''tiny'' adjustments that I separated into their
 own PRs for easier review, they should be a quick win:

 1. Removed outdated comment from RelatedIn.
 ([https://github.com/django/django/pull/18564 #18564])
 2. Added ColPairs.!__repr!__.
 ([https://github.com/django/django/pull/18565 #18565])
-- 
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/01070191dc20415e-4c597255-bdf7-4d6e-8fb3-6dd29639774e-00%40eu-central-1.amazonses.com.


Re: [Django] #373: Add support for multi-columns fields.

2024-09-09 Thread Django
#373: Add support for multi-columns fields.
-+-
 Reporter:  Jacob|Owner:  Csirmaz
 |  Bendegúz
 Type:  New feature  |   Status:  assigned
Component:  Database layer   |  Version:  dev
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:  database | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Maciej Bliziński):

 * cc: Maciej Bliziński (removed)

-- 
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/01070191da431a8e-04edb3f3-0fd6-4355-a216-49a79a9a1321-00%40eu-central-1.amazonses.com.


Re: [Django] #373: Add support for multi-columns fields.

2024-09-09 Thread Django
#373: Add support for multi-columns fields.
-+-
 Reporter:  Jacob|Owner:  Csirmaz
 |  Bendegúz
 Type:  New feature  |   Status:  assigned
Component:  Database layer   |  Version:  dev
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:  database | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Comment (by GitHub ):

 In [changeset:"5865ff5adcf64da03d306dc32b36e87ae6927c85" 5865ff5]:
 {{{#!CommitTicketReference repository=""
 revision="5865ff5adcf64da03d306dc32b36e87ae6927c85"
 Refs #373 -- Added Model._is_pk_set() abstraction to check if a Model's PK
 is set.
 }}}
-- 
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/01070191d88a1953-c2e4cbb3-d7e0-4a5a-b477-58a07c8ff5af-00%40eu-central-1.amazonses.com.


Re: [Django] #373: Add support for multi-columns fields.

2024-08-14 Thread Django
#373: Add support for multi-columns fields.
-+-
 Reporter:  Jacob|Owner:  Csirmaz
 |  Bendegúz
 Type:  New feature  |   Status:  assigned
Component:  Database layer   |  Version:  dev
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:  database | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Csirmaz Bendegúz):

 * needs_better_patch:  1 => 0

Comment:

 Replying to [comment:181 Natalia Bidart]:
 > I found a few more candidates for replacement in
 [https://github.com/django/django/pull/18450 PR 18450], setting the flag
 until Ben confirms (or rejects :-)).

 Thank you! I had some
 [https://github.com/django/django/pull/18450#issuecomment-2288108574
 reasons] for not changing those but now I actually think you're right,
 most of these can be refactored as well.
-- 
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/010701915011b8fd-a6a452e0-e4d8-45c1-9ee0-383651bc826b-00%40eu-central-1.amazonses.com.


Re: [Django] #373: Add support for multi-columns fields.

2024-08-13 Thread Django
#373: Add support for multi-columns fields.
-+-
 Reporter:  Jacob|Owner:  Csirmaz
 |  Bendegúz
 Type:  New feature  |   Status:  assigned
Component:  Database layer   |  Version:  dev
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:  database | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  1
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Natalia Bidart):

 * needs_better_patch:  0 => 1

Comment:

 I found a few more candidates for replacement in
 [https://github.com/django/django/pull/18450 PR 18450], setting the flag
 until Ben confirms (or rejects :-)).
-- 
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/010701914d9850e8-c6fbd7bc-8e28-4df9-aee1-287738248c16-00%40eu-central-1.amazonses.com.


Re: [Django] #373: Add support for multi-columns fields.

2024-08-12 Thread Django
#373: Add support for multi-columns fields.
-+-
 Reporter:  Jacob|Owner:  Csirmaz
 |  Bendegúz
 Type:  New feature  |   Status:  assigned
Component:  Database layer   |  Version:  dev
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:  database | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Csirmaz Bendegúz):

 * needs_better_patch:  1 => 0

Comment:

 Replying to [comment:179 Natalia Bidart]:
 > Setting patch needs improvement following feedback in
 [https://github.com/django/django/pull/18450 PR 18450]

 Thank you for the thorough review Natalia!
 You're completely right. I adjusted my 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/0107019149f630b5-daf6709b-9446-4752-9988-612889f3bd35-00%40eu-central-1.amazonses.com.


Re: [Django] #373: Add support for multi-columns fields.

2024-08-12 Thread Django
#373: Add support for multi-columns fields.
-+-
 Reporter:  Jacob|Owner:  Csirmaz
 |  Bendegúz
 Type:  New feature  |   Status:  assigned
Component:  Database layer   |  Version:  dev
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:  database | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  1
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Natalia Bidart):

 * needs_better_patch:  0 => 1

Comment:

 Setting patch needs improvement following feedback in
 [https://github.com/django/django/pull/18450 PR 18450]
-- 
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/0107019147babc4e-2c78c189-0117-49a3-97a4-91ddc363f854-00%40eu-central-1.amazonses.com.


Re: [Django] #373: Add support for multi-columns fields.

2024-08-05 Thread Django
#373: Add support for multi-columns fields.
-+-
 Reporter:  Jacob|Owner:  Csirmaz
 |  Bendegúz
 Type:  New feature  |   Status:  assigned
Component:  Database layer   |  Version:  dev
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:  database | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Csirmaz Bendegúz):

 * needs_better_patch:  1 => 0

Comment:

 I separated another small refactoring for easier review.
 This PR introduces the {{{Field.is_set()}}} function, please check.

 https://github.com/django/django/pull/18450
-- 
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/0107019123170bd7-29dfbb21-e57a-4048-8a95-0cc86f80010b-00%40eu-central-1.amazonses.com.


Re: [Django] #373: Add support for multi-columns fields.

2024-08-01 Thread Django
#373: Add support for multi-columns fields.
-+-
 Reporter:  Jacob|Owner:  Csirmaz
 |  Bendegúz
 Type:  New feature  |   Status:  assigned
Component:  Database layer   |  Version:  dev
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:  database | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  1
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Sarah Boyce):

 * 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/010701910eabd7c5-af6f63ae-942e-4190-be39-cc32e63af30d-00%40eu-central-1.amazonses.com.


Re: [Django] #373: Add support for multi-columns fields.

2024-08-01 Thread Django
#373: Add support for multi-columns fields.
-+-
 Reporter:  Jacob|Owner:  Csirmaz
 |  Bendegúz
 Type:  New feature  |   Status:  assigned
Component:  Database layer   |  Version:  dev
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:  database | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Comment (by Sarah Boyce <42296566+sarahboyce@…>):

 In [changeset:"1eac690d25dd49088256954d4046813daa37dc95" 1eac690d]:
 {{{#!CommitTicketReference repository=""
 revision="1eac690d25dd49088256954d4046813daa37dc95"
 Refs #373 -- Added tuple lookups.
 }}}
-- 
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/010701910e8c7fcc-0a905b55-de93-4de3-ace1-7f6c38de3b04-00%40eu-central-1.amazonses.com.


Re: [Django] #373: Add support for multi-columns fields.

2024-07-23 Thread Django
#373: Add support for multi-columns fields.
-+-
 Reporter:  Jacob|Owner:  Csirmaz
 |  Bendegúz
 Type:  New feature  |   Status:  assigned
Component:  Database layer   |  Version:  dev
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:  database | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Csirmaz Bendegúz):

 * needs_better_patch:  1 => 0

Comment:

 I have a patch but it's quite large.
 I separated the tuple lookups to another PR for easier review, please
 check.

 https://github.com/django/django/pull/18404
-- 
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/01070190e09681f9-f39e0d24-993b-4603-a4f4-7de4a43c5a11-00%40eu-central-1.amazonses.com.


Re: [Django] #373: Add support for multi-columns fields.

2024-07-08 Thread Django
#373: Add support for multi-columns fields.
-+-
 Reporter:  Jacob|Owner:  Csirmaz
 |  Bendegúz
 Type:  New feature  |   Status:  assigned
Component:  Database layer   |  Version:  dev
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:  database | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  1
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Sarah Boyce):

 * 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/0107019092e8ea33-961256cf-4915-41bf-ace5-24a1cf2b3161-00%40eu-central-1.amazonses.com.


Re: [Django] #373: Add support for multi-columns fields.

2024-06-18 Thread Django
#373: Add support for multi-columns fields.
-+-
 Reporter:  Jacob|Owner:  Csirmaz
 |  Bendegúz
 Type:  New feature  |   Status:  assigned
Component:  Database layer   |  Version:  dev
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:  database | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Csirmaz Bendegúz):

 * cc: Csirmaz Bendegúz (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/010701902f03cb80-1de38bef-e641-49a8-8be7-7d3ad8ca8c74-00%40eu-central-1.amazonses.com.


Re: [Django] #373: Add support for multi-columns fields.

2024-05-23 Thread Django
#373: Add support for multi-columns fields.
-+-
 Reporter:  Jacob|Owner:  Csirmaz
 |  Bendegúz
 Type:  New feature  |   Status:  assigned
Component:  Database layer   |  Version:  dev
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:  database | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Csirmaz Bendegúz):

 * 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/0107018fa60316b4-f4044cdf-caa3-4373-abb5-812cbda5ca17-00%40eu-central-1.amazonses.com.


Re: [Django] #373: Add support for multi-columns fields.

2024-05-17 Thread Django
#373: Add support for multi-columns fields.
-+-
 Reporter:  Jacob|Owner:  Csirmaz
 |  Bendegúz
 Type:  New feature  |   Status:  assigned
Component:  Database layer   |  Version:  dev
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:  database | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  1
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Csirmaz Bendegúz):

 * 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/0107018f86c864c6-1530c377-40c5-442a-a608-03626238df29-00%40eu-central-1.amazonses.com.


Re: [Django] #373: Add support for multi-columns fields.

2024-05-16 Thread Django
#373: Add support for multi-columns fields.
-+-
 Reporter:  Jacob|Owner:  Csirmaz
 |  Bendegúz
 Type:  New feature  |   Status:  assigned
Component:  Database layer   |  Version:  dev
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:  database | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Csirmaz Bendegúz):

 * needs_better_patch:  1 => 0
 * needs_docs:  1 => 0
 * owner:  Clouds => Csirmaz Bendegúz

-- 
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/0107018f80eaefad-af83f5a2-74ac-4c71-a60c-8db9e2f7fe79-00%40eu-central-1.amazonses.com.


Re: [Django] #373: Add support for multi-columns fields.

2024-05-13 Thread Django
#373: Add support for multi-columns fields.
-+-
 Reporter:  Jacob|Owner:  Clouds
 Type:  New feature  |   Status:  assigned
Component:  Database layer   |  Version:  dev
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:  database | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  1
  Needs tests:  0|  Patch needs improvement:  1
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Martin Paquette):

 * cc: Martin Paquette (removed)

-- 
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/0107018f7473b6f5-0cf03d7c-fbfa-44a5-8abf-b41fb313c5b1-00%40eu-central-1.amazonses.com.


Re: [Django] #373: Add support for multi-columns fields.

2024-04-06 Thread Django
#373: Add support for multi-columns fields.
-+-
 Reporter:  Jacob|Owner:  Clouds
 Type:  New feature  |   Status:  assigned
Component:  Database layer   |  Version:  dev
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:  database | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  1
  Needs tests:  0|  Patch needs improvement:  1
Easy pickings:  0|UI/UX:  0
-+-
Comment (by Csirmaz Bendegúz):

 I added a patch: https://github.com/django/django/pull/18056
-- 
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/0107018eb6d75a81-ecfe061d-bc5e-4f6b-a8cd-4d6874264b71-00%40eu-central-1.amazonses.com.


Re: [Django] #373: Add support for multi-columns fields.

2023-12-15 Thread Django
#373: Add support for multi-columns fields.
-+-
 Reporter:  Jacob|Owner:  Clouds
 Type:  New feature  |   Status:  assigned
Component:  Database layer   |  Version:  dev
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:  database | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  1
  Needs tests:  0|  Patch needs improvement:  1
Easy pickings:  0|UI/UX:  0
-+-
Changes (by şuayip üzülmez):

 * cc: şuayip üzülmez (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/0107018c6fbc4503-e52a5543-ac4c-418f-9db2-009c75547356-00%40eu-central-1.amazonses.com.


Re: [Django] #373: Add support for multi-columns fields.

2023-12-11 Thread Django
#373: Add support for multi-columns fields.
-+-
 Reporter:  Jacob|Owner:  Clouds
 Type:  New feature  |   Status:  assigned
Component:  Database layer   |  Version:  dev
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:  database | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  1
  Needs tests:  0|  Patch needs improvement:  1
Easy pickings:  0|UI/UX:  0
-+-
Changes (by אורי):

 * cc: אורי (removed)


-- 
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/0107018c5c35fe6f-b00c579f-dcaa-4c5b-9996-569188586287-00%40eu-central-1.amazonses.com.


Re: [Django] #373: Add support for multi-columns fields.

2023-12-11 Thread Django
#373: Add support for multi-columns fields.
-+-
 Reporter:  Jacob|Owner:  Clouds
 Type:  New feature  |   Status:  assigned
Component:  Database layer   |  Version:  dev
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:  database | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  1
  Needs tests:  0|  Patch needs improvement:  1
Easy pickings:  0|UI/UX:  0
-+-
Changes (by bcail):

 * cc: bcail (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/0107018c59c67713-8954ba54-dd3b-4f03-aff2-680e8bd63187-00%40eu-central-1.amazonses.com.


Re: [Django] #373: Add support for multi-columns fields.

2023-12-11 Thread Django
#373: Add support for multi-columns fields.
-+-
 Reporter:  Jacob|Owner:  Clouds
 Type:  New feature  |   Status:  assigned
Component:  Database layer   |  Version:  dev
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:  database | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  1
  Needs tests:  0|  Patch needs improvement:  1
Easy pickings:  0|UI/UX:  0
-+-

Comment (by HAMA Barhamou):

 Dear Members of Tickets #5929 and #373, I invite you to join a new
 discussion to clarify the differences and overlaps between these two
 tickets and address why #373 was marked as a duplicate

 [https://forum.djangoproject.com/t/request-for-clarification-and-guidance-
 on-the-status-of-ticket-5929-following-closure-of-ticket-373/26075]

-- 
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/0107018c58d71792-1cfc8300-d3fc-4ad2-bb7f-ee1232369c01-00%40eu-central-1.amazonses.com.


Re: [Django] #373: Add support for multi-columns fields.

2023-12-11 Thread Django
#373: Add support for multi-columns fields.
-+-
 Reporter:  Jacob|Owner:  Clouds
 Type:  New feature  |   Status:  assigned
Component:  Database layer   |  Version:  dev
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:  database | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  1
  Needs tests:  0|  Patch needs improvement:  1
Easy pickings:  0|UI/UX:  0
-+-

Comment (by Mariusz Felisiak):

 #5929 was marked as a duplicate of this ticket.

-- 
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/0107018c5867e452-5a7ba46d-c970-481a-99e8-d300b4d525a0-00%40eu-central-1.amazonses.com.


Re: [Django] #373: Add support for multi-columns fields. (was: Add support for multiple-column primary keys)

2023-12-11 Thread Django
#373: Add support for multi-columns fields.
-+-
 Reporter:  Jacob|Owner:  Clouds
 Type:  New feature  |   Status:  assigned
Component:  Database layer   |  Version:  dev
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:  database | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  1
  Needs tests:  0|  Patch needs improvement:  1
Easy pickings:  0|UI/UX:  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/0107018c5866e19a-3611fb16-f96a-41d7-854c-5d77d3151c3b-00%40eu-central-1.amazonses.com.