Re: [Django] #30362: Note partial indexes and constraints restrictions with abstract base classes.

2020-05-28 Thread Django
#30362: Note partial indexes and constraints restrictions with abstract base
classes.
-+-
 Reporter:  Tim Dawborn  |Owner:  felixxm
 Type:  Bug  |   Status:  closed
Component:  Database layer   |  Version:  2.2
  (models, ORM)  |
 Severity:  Release blocker  |   Resolution:  fixed
 Keywords:  inheritance index| Triage Stage:  Accepted
  name   |
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by Alan Justino da Silva):

 Replying to [comment:19 felixxm]:
 > > Just hit the issue. Can a user expect it to be available on the future
 versions?
 >
 > Yes, it's available in Django 3.0+, see #30397.

 Amazing. Thanks.

-- 
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.74c1a37ec8af14aaa28ae85cb3b18b66%40djangoproject.com.


Re: [Django] #30362: Note partial indexes and constraints restrictions with abstract base classes.

2020-05-28 Thread Django
#30362: Note partial indexes and constraints restrictions with abstract base
classes.
-+-
 Reporter:  Tim Dawborn  |Owner:  felixxm
 Type:  Bug  |   Status:  closed
Component:  Database layer   |  Version:  2.2
  (models, ORM)  |
 Severity:  Release blocker  |   Resolution:  fixed
 Keywords:  inheritance index| Triage Stage:  Accepted
  name   |
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by felixxm):

 > Just hit the issue. Can a user expect it to be available on the future
 versions?

 Yes, it's available in Django 3.0+, see #30397.

-- 
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.5a92f5166be8a63c5a37e46ac6223918%40djangoproject.com.


Re: [Django] #30362: Note partial indexes and constraints restrictions with abstract base classes.

2020-05-28 Thread Django
#30362: Note partial indexes and constraints restrictions with abstract base
classes.
-+-
 Reporter:  Tim Dawborn  |Owner:  felixxm
 Type:  Bug  |   Status:  closed
Component:  Database layer   |  Version:  2.2
  (models, ORM)  |
 Severity:  Release blocker  |   Resolution:  fixed
 Keywords:  inheritance index| Triage Stage:  Accepted
  name   |
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Alan Justino da Silva):

 * cc: Alan Justino da Silva (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/068.08924b279248a96f5b376cf09c84f0be%40djangoproject.com.


Re: [Django] #30362: Note partial indexes and constraints restrictions with abstract base classes.

2020-05-28 Thread Django
#30362: Note partial indexes and constraints restrictions with abstract base
classes.
-+-
 Reporter:  Tim Dawborn  |Owner:  felixxm
 Type:  Bug  |   Status:  closed
Component:  Database layer   |  Version:  2.2
  (models, ORM)  |
 Severity:  Release blocker  |   Resolution:  fixed
 Keywords:  inheritance index| Triage Stage:  Accepted
  name   |
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by Alan Justino da Silva):

 Replying to [comment:8 Tim Dawborn]:
 > Replying to [comment:7 Ian Foote]:
 > > I like Simon's idea of allowing {{{%(app_label)s}}} and
 {{{%(class)s}}} in index and constraint names.
 >
 > Same, assuming these get evaluated at the the lowest concrete class of
 an inheritance hierarchy.

 Just hit the issue. Can a user expect it to be available on the future
 versions?

 I got the point about not adding a new feature to 2.X branch. For the new
 versions, however, not having this new feature means code duplication on
 users side.

-- 
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.30a9c921681017190441b2afb22dfa14%40djangoproject.com.


Re: [Django] #30362: Note partial indexes and constraints restrictions with abstract base classes.

2019-04-24 Thread Django
#30362: Note partial indexes and constraints restrictions with abstract base
classes.
-+-
 Reporter:  Tim Dawborn  |Owner:  felixxm
 Type:  Bug  |   Status:  closed
Component:  Database layer   |  Version:  2.2
  (models, ORM)  |
 Severity:  Release blocker  |   Resolution:  fixed
 Keywords:  inheritance index| Triage Stage:  Accepted
  name   |
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by Mariusz Felisiak ):

 In [changeset:"f24cf51661af21cfe2d90d7cba6557c56778ef20" f24cf51]:
 {{{
 #!CommitTicketReference repository=""
 revision="f24cf51661af21cfe2d90d7cba6557c56778ef20"
 [2.2.x] Fixed #30362 -- Noted partial indexes and constraints restrictions
 with abstract base classes.

 Thanks Carlton Gibson for the review.

 Backport of 5df3301aab9e1d1c386799263bef5cf013985c83 from master
 }}}

-- 
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 post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/068.124a3a5e954b2fb1b40c1ade4706a0c4%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #30362: Note partial indexes and constraints restrictions with abstract base classes.

2019-04-24 Thread Django
#30362: Note partial indexes and constraints restrictions with abstract base
classes.
-+-
 Reporter:  Tim Dawborn  |Owner:  felixxm
 Type:  Bug  |   Status:  closed
Component:  Database layer   |  Version:  2.2
  (models, ORM)  |
 Severity:  Release blocker  |   Resolution:  fixed
 Keywords:  inheritance index| Triage Stage:  Accepted
  name   |
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Mariusz Felisiak ):

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


Comment:

 In [changeset:"5df3301aab9e1d1c386799263bef5cf013985c83" 5df3301a]:
 {{{
 #!CommitTicketReference repository=""
 revision="5df3301aab9e1d1c386799263bef5cf013985c83"
 Fixed #30362 -- Noted partial indexes and constraints restrictions with
 abstract base classes.

 Thanks Carlton Gibson for the 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 post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/068.2b61d6e70c247a3d2175b1b403ae808e%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #30362: Note partial indexes and constraints restrictions with abstract base classes. (was: Partial indexes and check constraints crash when inherited from abstract models.)

2019-04-24 Thread Django
#30362: Note partial indexes and constraints restrictions with abstract base
classes.
-+-
 Reporter:  Tim Dawborn  |Owner:  felixxm
 Type:  Bug  |   Status:  assigned
Component:  Database layer   |  Version:  2.2
  (models, ORM)  |
 Severity:  Release blocker  |   Resolution:
 Keywords:  inheritance index| Triage Stage:  Accepted
  name   |
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by felixxm):

 * has_patch:  0 => 1


Comment:

 [https://github.com/django/django/pull/11275 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 post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/068.379881b695f27c50a3befe6d140308b5%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.