Re: [Django] #7623: Multi-table inheritance: Add the ability create child instance from existing parent

2021-07-30 Thread Django
#7623: Multi-table inheritance: Add the ability create child instance from
existing parent
-+-
 Reporter:  brooks.travis@…  |Owner:  (none)
 Type:  New feature  |   Status:  new
Component:  Database layer   |  Version:  dev
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:  model-inheritance,   | Triage Stage:  Accepted
  multi-table-inheritance|
Has patch:  1|  Needs documentation:  0
  Needs tests:  1|  Patch needs improvement:  1
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Sergey Fedoseev):

 * cc: Sergey Fedoseev (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/081.e190efaaa05d2b0693411ff1a3874e88%40djangoproject.com.


Re: [Django] #30200: Add support for using indexes in update() for ArrayFields.

2021-07-30 Thread Django
#30200: Add support for using indexes in update() for ArrayFields.
-+-
 Reporter:  Mariusz Felisiak |Owner:  Abhyudai
 Type:  New feature  |   Status:  assigned
Component:  contrib.postgres |  Version:  dev
 Severity:  Normal   |   Resolution:
 Keywords:  ArrayField   | Triage Stage:  Accepted
  PostreSQL index update |
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Abhyudai):

 * owner:  Nasir Hussain => Abhyudai
 * needs_better_patch:  1 => 0
 * has_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/065.996883e341af3b25fa8c0bd10a42b827%40djangoproject.com.


Re: [Django] #7623: Multi-table inheritance: Add the ability create child instance from existing parent

2021-07-30 Thread Django
#7623: Multi-table inheritance: Add the ability create child instance from
existing parent
-+-
 Reporter:  brooks.travis@…  |Owner:  (none)
 Type:  New feature  |   Status:  new
Component:  Database layer   |  Version:  dev
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:  model-inheritance,   | Triage Stage:  Accepted
  multi-table-inheritance|
Has patch:  1|  Needs documentation:  0
  Needs tests:  1|  Patch needs improvement:  1
Easy pickings:  0|UI/UX:  0
-+-
Changes (by InvalidInterrupt):

 * cc: InvalidInterrupt (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/081.0382cabc716d67a61ac2c6d16f0bd2c6%40djangoproject.com.


[Django] #32976: 502 Bad Gateway nginx/1.4.6 (Ubuntu)

2021-07-30 Thread Django
#32976: 502 Bad Gateway nginx/1.4.6 (Ubuntu)
--+
   Reporter:  HoussamBallout  |  Owner:  nobody
   Type:  Uncategorized   | Status:  new
  Component:  Uncategorized   |Version:  3.2
   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   |
--+
 Hello,

 My server is running Djano and Nginx perfectly.  While, I was installing
 SSL on it, then it was installed on apache2, then the default page was
 opening the apache home page. So,  I had stopped apache and enable NGINX
 again, and removed cerbot, but I am getting this error, when I open the
 website:

 502 Bad Gateway
 nginx/1.4.6 (Ubuntu)

 Thanks for your support,

-- 
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/057.043b14d331ba9eff6d39c22ccfbdd65f%40djangoproject.com.


Re: [Django] #32956: Modernise spellings of Web, Email et al

2021-07-30 Thread Django
#32956: Modernise spellings of Web, Email et al
-+-
 Reporter:  David Smith  |Owner:  David
 Type:   |  Smith
  Cleanup/optimization   |   Status:  closed
Component:  Documentation|  Version:  3.2
 Severity:  Normal   |   Resolution:  fixed
 Keywords:   | Triage Stage:  Ready for
 |  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by GitHub ):

 In [changeset:"fbb1984046ae00bdf0b894a6b63294395da1cce8" fbb19840]:
 {{{
 #!CommitTicketReference repository=""
 revision="fbb1984046ae00bdf0b894a6b63294395da1cce8"
 Refs #32956 -- Updated words ending in -wards.

 AP styleguide: Virtually none of the words ending with -wards end with
 an s.
 }}}

-- 
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/066.f66ab4bb2ef2509369d0505e693a10a3%40djangoproject.com.


Re: [Django] #32975: ModelAdmin for proxy model with InlineModelAdmin for proxy superclass reference results in admin.E202

2021-07-30 Thread Django
#32975: ModelAdmin for proxy model with InlineModelAdmin for proxy superclass
reference results in admin.E202
-+-
 Reporter:  Lucas Weyne  |Owner:  nobody
 Type:  Bug  |   Status:  new
Component:  contrib.admin|  Version:  3.1
 Severity:  Normal   |   Resolution:
 Keywords:  proxy,   | Triage Stage:
  InlineModelAdmin, E202 |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Description changed by Lucas Weyne:

Old description:

> This is similar to #30273, but in this case, the `InlineModelAdmin.model`
> is a model with references to a proxy superclass
>
> Assume the following Django models:
>
> {{{#!python
>
> class Reporter(models.Model):
> name = models.CharField(max_length=50)
>

> class Journalist(Reporter):
>
> class Meta:
> proxy = True
>

> class SpecialJournalist(Journalist):
>
> class Meta:
> proxy = True
>

> class Article(models.Model):
> journalist = models.ForeignKey(Journalist, on_delete=models.CASCADE)
> }}}
>

> Register model admins as follows (exemplary):
>

> {{{#!python
>
> class ArticleInline(admin.TabularInline):
> model = Article
> fk_name = 'reporter'
>

> @admin.register(SpecialJournalist)
> class SpecialJournalistAdmin(admin.ModelAdmin):
> inlines = [ArticleInline]
>
> }}}
>

> This will result in the following error:
> {{{
> : (admin.E202) fk_name 'journalist' is not a
> ForeignKey to 'SpecialJournalist'.
> }}}
>
> This problem occurs on this check this check:
> https://github.com/django/django/blob/3.1.13/django/forms/models.py#L1006
>
> A `ValueError` is raised because the result for
> `SpecialJournalist._meta.get_parent_list()` does not include
> `Journalist`:
>
> {{{
> >>> SpecialJournalist._meta.get_parent_list()
> []
> }}}

New description:

 This is similar to #30273, but in this case, the `InlineModelAdmin.model`
 is a model with references to a proxy superclass

 Assume the following Django models:

 {{{#!python

 class Reporter(models.Model):
 name = models.CharField(max_length=50)


 class Journalist(Reporter):

 class Meta:
 proxy = True


 class SpecialJournalist(Journalist):

 class Meta:
 proxy = True


 class Article(models.Model):
 journalist = models.ForeignKey(Journalist, on_delete=models.CASCADE)
 }}}


 Register model admins as follows (exemplary):


 {{{#!python

 class ArticleInline(admin.TabularInline):
 model = Article
 fk_name = 'journalist'


 @admin.register(SpecialJournalist)
 class SpecialJournalistAdmin(admin.ModelAdmin):
 inlines = [ArticleInline]

 }}}


 This will result in the following error:
 {{{
 : (admin.E202) fk_name 'journalist' is not a
 ForeignKey to 'SpecialJournalist'.
 }}}

 This problem occurs on this check this check:
 https://github.com/django/django/blob/3.1.13/django/forms/models.py#L1006

 A `ValueError` is raised because the result for
 `SpecialJournalist._meta.get_parent_list()` does not include `Journalist`:

 {{{
 >>> SpecialJournalist._meta.get_parent_list()
 []
 }}}

--

-- 
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.71a530f25a15e81302bca21ec775ec31%40djangoproject.com.


Re: [Django] #32975: ModelAdmin for proxy model with InlineModelAdmin for proxy superclass reference results in admin.E202

2021-07-30 Thread Django
#32975: ModelAdmin for proxy model with InlineModelAdmin for proxy superclass
reference results in admin.E202
-+-
 Reporter:  Lucas Weyne  |Owner:  nobody
 Type:  Bug  |   Status:  new
Component:  contrib.admin|  Version:  3.1
 Severity:  Normal   |   Resolution:
 Keywords:  proxy,   | Triage Stage:
  InlineModelAdmin, E202 |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Description changed by Lucas Weyne:

Old description:

> This is similar to #30273, but in this case, the `InlineModelAdmin.model`
> is a model with references to a proxy superclass
>
> Assume the following Django models:
>
> {{{#!python
>
> class Reporter(models.Model):
> name = models.CharField(max_length=50)
>

> class Journalist(Reporter):
>
> class Meta:
> proxy = True
>

> class SpecialJournalist(Journalist):
>
> class Meta:
> proxy = True
>

> class Article(models.Model):
> journalist = models.ForeignKey(Journalist, on_delete=models.CASCADE)
> }}}
>

> Register model admins as follows (exemplary):
>

> {{{#!python
>
> class ArticleInline(admin.TabularInline):
> model = Article
> fk_name = 'reporter'
>

> @admin.register(SpecialJournalist)
> class SpecialJournalistAdmin(admin.ModelAdmin):
> inlines = [ArticleInline]
>
> }}}
>

> This will result in the following error:
> {{{
> : (admin.E202) fk_name 'journalist' is not a
> ForeignKey to 'SpecialJournalist'.
> }}}
>
> This problem occurs on this check this check:
> https://github.com/django/django/blob/3.1.13/django/forms/models.py#L1006
>
> A `ValueError` is raised because the result for
> `SpecialJournalist._meta.get_parent_list()` does not include
> `Journalist`:
>
> {{{#!python
> >>> SpecialJournalist._meta.get_parent_list()
> []
> }}}

New description:

 This is similar to #30273, but in this case, the `InlineModelAdmin.model`
 is a model with references to a proxy superclass

 Assume the following Django models:

 {{{#!python

 class Reporter(models.Model):
 name = models.CharField(max_length=50)


 class Journalist(Reporter):

 class Meta:
 proxy = True


 class SpecialJournalist(Journalist):

 class Meta:
 proxy = True


 class Article(models.Model):
 journalist = models.ForeignKey(Journalist, on_delete=models.CASCADE)
 }}}


 Register model admins as follows (exemplary):


 {{{#!python

 class ArticleInline(admin.TabularInline):
 model = Article
 fk_name = 'reporter'


 @admin.register(SpecialJournalist)
 class SpecialJournalistAdmin(admin.ModelAdmin):
 inlines = [ArticleInline]

 }}}


 This will result in the following error:
 {{{
 : (admin.E202) fk_name 'journalist' is not a
 ForeignKey to 'SpecialJournalist'.
 }}}

 This problem occurs on this check this check:
 https://github.com/django/django/blob/3.1.13/django/forms/models.py#L1006

 A `ValueError` is raised because the result for
 `SpecialJournalist._meta.get_parent_list()` does not include `Journalist`:

 {{{
 >>> SpecialJournalist._meta.get_parent_list()
 []
 }}}

--

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


Re: [Django] #32975: ModelAdmin for proxy model with InlineModelAdmin for proxy superclass reference results in admin.E202

2021-07-30 Thread Django
#32975: ModelAdmin for proxy model with InlineModelAdmin for proxy superclass
reference results in admin.E202
-+-
 Reporter:  Lucas Weyne  |Owner:  nobody
 Type:  Bug  |   Status:  new
Component:  contrib.admin|  Version:  3.1
 Severity:  Normal   |   Resolution:
 Keywords:  proxy,   | Triage Stage:
  InlineModelAdmin, E202 |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Lucas Weyne):

 * Attachment "test30273-modified.zip" added.

 Test project to see this 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/068.5b927a8d7554dfc07c88ce4fd4552127%40djangoproject.com.


[Django] #32975: ModelAdmin for proxy model with InlineModelAdmin for proxy superclass reference results in admin.E202

2021-07-30 Thread Django
#32975: ModelAdmin for proxy model with InlineModelAdmin for proxy superclass
reference results in admin.E202
-+-
   Reporter:  Lucas  |  Owner:  nobody
  Weyne  |
   Type:  Bug| Status:  new
  Component: |Version:  3.1
  contrib.admin  |   Keywords:  proxy,
   Severity:  Normal |  InlineModelAdmin, E202
   Triage Stage: |  Has patch:  0
  Unreviewed |
Needs documentation:  0  |Needs tests:  0
Patch needs improvement:  0  |  Easy pickings:  0
  UI/UX:  0  |
-+-
 This is similar to #30273, but in this case, the `InlineModelAdmin.model`
 is a model with references to a proxy superclass

 Assume the following Django models:

 {{{#!python

 class Reporter(models.Model):
 name = models.CharField(max_length=50)


 class Journalist(Reporter):

 class Meta:
 proxy = True


 class SpecialJournalist(Journalist):

 class Meta:
 proxy = True


 class Article(models.Model):
 journalist = models.ForeignKey(Journalist, on_delete=models.CASCADE)
 }}}


 Register model admins as follows (exemplary):


 {{{#!python

 class ArticleInline(admin.TabularInline):
 model = Article
 fk_name = 'reporter'


 @admin.register(SpecialJournalist)
 class SpecialJournalistAdmin(admin.ModelAdmin):
 inlines = [ArticleInline]

 }}}


 This will result in the following error:
 {{{
 : (admin.E202) fk_name 'journalist' is not a
 ForeignKey to 'SpecialJournalist'.
 }}}

 This problem occurs on this check this check:
 https://github.com/django/django/blob/3.1.13/django/forms/models.py#L1006

 A `ValueError` is raised because the result for
 `SpecialJournalist._meta.get_parent_list()` does not include `Journalist`:

 {{{#!python
 >>> SpecialJournalist._meta.get_parent_list()
 []
 }}}

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


Re: [Django] #31676: Document DEP 10 governance

2021-07-30 Thread Django
#31676: Document DEP 10 governance
-+-
 Reporter:  James Bennett|Owner:  Mariusz
 Type:   |  Felisiak
  Cleanup/optimization   |   Status:  closed
Component:  Documentation|  Version:  dev
 Severity:  Normal   |   Resolution:  fixed
 Keywords:   | Triage Stage:  Ready for
 |  checkin
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


-- 
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/069.720aff31130449b6fb4a42acfc830761%40djangoproject.com.


Re: [Django] #31676: Document DEP 10 governance

2021-07-30 Thread Django
#31676: Document DEP 10 governance
-+-
 Reporter:  James Bennett|Owner:  Mariusz
 Type:   |  Felisiak
  Cleanup/optimization   |   Status:  assigned
Component:  Documentation|  Version:  dev
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Ready for
 |  checkin
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:"a9c0aa11e778bd3a72863ae2084f9a7f3f08d064" a9c0aa1]:
 {{{
 #!CommitTicketReference repository=""
 revision="a9c0aa11e778bd3a72863ae2084f9a7f3f08d064"
 [2.2.x] Refs #31676 -- Updated technical board description in organization
 docs.

 According to DEP 0010.

 Backport of f2ed2211c26ba375390cb76725c95ae970a0fd1d from main.
 }}}

-- 
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/069.fec2e08953a821deea8a5c3a2802042c%40djangoproject.com.


Re: [Django] #31676: Document DEP 10 governance

2021-07-30 Thread Django
#31676: Document DEP 10 governance
-+-
 Reporter:  James Bennett|Owner:  Mariusz
 Type:   |  Felisiak
  Cleanup/optimization   |   Status:  assigned
Component:  Documentation|  Version:  dev
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Ready for
 |  checkin
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:"66008c2af00c573d2967b9dc921bf425621e3da9" 66008c2a]:
 {{{
 #!CommitTicketReference repository=""
 revision="66008c2af00c573d2967b9dc921bf425621e3da9"
 [2.2.x] Refs #31676 -- Added Mergers and Releasers to organization docs.

 According to DEP 0010.

 Backport of 228ec8e015bac9751c8aef3107358fbb2cb3301b from main
 }}}

-- 
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/069.8c0ef9e7a0c11553df2a2636bfb59198%40djangoproject.com.


Re: [Django] #31676: Document DEP 10 governance

2021-07-30 Thread Django
#31676: Document DEP 10 governance
-+-
 Reporter:  James Bennett|Owner:  Mariusz
 Type:   |  Felisiak
  Cleanup/optimization   |   Status:  assigned
Component:  Documentation|  Version:  dev
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Ready for
 |  checkin
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:"d4d1c2b3db3ce62fdb9e87864b23fcc6b21d6bc5" d4d1c2b3]:
 {{{
 #!CommitTicketReference repository=""
 revision="d4d1c2b3db3ce62fdb9e87864b23fcc6b21d6bc5"
 [2.2.x] Refs #31676 -- Removed Core team from organization docs.

 According to DEP 0010.

 Backport of caa2dd08c4722c8702588f5dfe1fa4c506aa66fc from main
 }}}

-- 
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/069.8623505f7f74868d0f6aafa9f9ca0346%40djangoproject.com.


Re: [Django] #31676: Document DEP 10 governance

2021-07-30 Thread Django
#31676: Document DEP 10 governance
-+-
 Reporter:  James Bennett|Owner:  Mariusz
 Type:   |  Felisiak
  Cleanup/optimization   |   Status:  assigned
Component:  Documentation|  Version:  dev
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Ready for
 |  checkin
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:"d94b1e44b2614ed30a9ed8f5bd557013ed578d19" d94b1e44]:
 {{{
 #!CommitTicketReference repository=""
 revision="d94b1e44b2614ed30a9ed8f5bd557013ed578d19"
 [3.1.x] Refs #31676 -- Removed Core team from organization docs.

 According to DEP 0010.

 Backport of caa2dd08c4722c8702588f5dfe1fa4c506aa66fc from main
 }}}

-- 
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/069.5f83c9cc2e972220f1ef8c969e3800df%40djangoproject.com.


Re: [Django] #31676: Document DEP 10 governance

2021-07-30 Thread Django
#31676: Document DEP 10 governance
-+-
 Reporter:  James Bennett|Owner:  Mariusz
 Type:   |  Felisiak
  Cleanup/optimization   |   Status:  assigned
Component:  Documentation|  Version:  dev
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Ready for
 |  checkin
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:"34a0bb5d50506b0992c6f6208e15c8b5f1a5a0b1" 34a0bb5d]:
 {{{
 #!CommitTicketReference repository=""
 revision="34a0bb5d50506b0992c6f6208e15c8b5f1a5a0b1"
 [3.1.x] Refs #31676 -- Added Mergers and Releasers to organization docs.

 According to DEP 0010.

 Backport of 228ec8e015bac9751c8aef3107358fbb2cb3301b from main
 }}}

-- 
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/069.f857dddbbd2e9047b4e9ccaeb58a5f9d%40djangoproject.com.


Re: [Django] #31676: Document DEP 10 governance

2021-07-30 Thread Django
#31676: Document DEP 10 governance
-+-
 Reporter:  James Bennett|Owner:  Mariusz
 Type:   |  Felisiak
  Cleanup/optimization   |   Status:  assigned
Component:  Documentation|  Version:  dev
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Ready for
 |  checkin
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:"febc980e89591ffdc6df86cbeac13d7dfd89876e" febc980e]:
 {{{
 #!CommitTicketReference repository=""
 revision="febc980e89591ffdc6df86cbeac13d7dfd89876e"
 [3.1.x] Refs #31676 -- Updated technical board description in organization
 docs.

 According to DEP 0010.

 Backport of f2ed2211c26ba375390cb76725c95ae970a0fd1d from main.
 }}}

-- 
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/069.b266c0b3c155e39b984b5b4c6a7d32d2%40djangoproject.com.


Re: [Django] #31676: Document DEP 10 governance

2021-07-30 Thread Django
#31676: Document DEP 10 governance
-+-
 Reporter:  James Bennett|Owner:  Mariusz
 Type:   |  Felisiak
  Cleanup/optimization   |   Status:  assigned
Component:  Documentation|  Version:  dev
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Ready for
 |  checkin
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:"d9e05ea17a374bc7ed949fd56433cd8847d2405c" d9e05ea1]:
 {{{
 #!CommitTicketReference repository=""
 revision="d9e05ea17a374bc7ed949fd56433cd8847d2405c"
 [3.2.x] Refs #31676 -- Updated technical board description in organization
 docs.

 According to DEP 0010.

 Backport of f2ed2211c26ba375390cb76725c95ae970a0fd1d from main.
 }}}

-- 
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/069.1db012a9b6406fb45dcdbb9fcea525c5%40djangoproject.com.


Re: [Django] #31676: Document DEP 10 governance

2021-07-30 Thread Django
#31676: Document DEP 10 governance
-+-
 Reporter:  James Bennett|Owner:  Mariusz
 Type:   |  Felisiak
  Cleanup/optimization   |   Status:  assigned
Component:  Documentation|  Version:  dev
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Ready for
 |  checkin
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:"ed29959812051117113da18e9a6a9aa765c6d41c" ed299598]:
 {{{
 #!CommitTicketReference repository=""
 revision="ed29959812051117113da18e9a6a9aa765c6d41c"
 [3.2.x] Refs #31676 -- Removed Core team from organization docs.

 According to DEP 0010.

 Backport of caa2dd08c4722c8702588f5dfe1fa4c506aa66fc from main
 }}}

-- 
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/069.874770039939d7aa61fa433d8791278f%40djangoproject.com.


Re: [Django] #31676: Document DEP 10 governance

2021-07-30 Thread Django
#31676: Document DEP 10 governance
-+-
 Reporter:  James Bennett|Owner:  Mariusz
 Type:   |  Felisiak
  Cleanup/optimization   |   Status:  assigned
Component:  Documentation|  Version:  dev
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Ready for
 |  checkin
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:"99d9a3ef7c10cdbce84f5d6d4398852143f41090" 99d9a3ef]:
 {{{
 #!CommitTicketReference repository=""
 revision="99d9a3ef7c10cdbce84f5d6d4398852143f41090"
 [3.2.x] Refs #31676 -- Added Mergers and Releasers to organization docs.

 According to DEP 0010.

 Backport of 228ec8e015bac9751c8aef3107358fbb2cb3301b from main
 }}}

-- 
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/069.b457e9ecc99bac7698cb9af21e5400cc%40djangoproject.com.


Re: [Django] #31676: Document DEP 10 governance

2021-07-30 Thread Django
#31676: Document DEP 10 governance
-+-
 Reporter:  James Bennett|Owner:  Mariusz
 Type:   |  Felisiak
  Cleanup/optimization   |   Status:  assigned
Component:  Documentation|  Version:  dev
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Ready for
 |  checkin
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:"228ec8e015bac9751c8aef3107358fbb2cb3301b" 228ec8e]:
 {{{
 #!CommitTicketReference repository=""
 revision="228ec8e015bac9751c8aef3107358fbb2cb3301b"
 Refs #31676 -- Added Mergers and Releasers to organization docs.

 According to DEP 0010.
 }}}

-- 
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/069.0a348e5ef1953bb1f530744e01d4422b%40djangoproject.com.


Re: [Django] #31676: Document DEP 10 governance

2021-07-30 Thread Django
#31676: Document DEP 10 governance
-+-
 Reporter:  James Bennett|Owner:  Mariusz
 Type:   |  Felisiak
  Cleanup/optimization   |   Status:  assigned
Component:  Documentation|  Version:  dev
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Ready for
 |  checkin
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:"f2ed2211c26ba375390cb76725c95ae970a0fd1d" f2ed2211]:
 {{{
 #!CommitTicketReference repository=""
 revision="f2ed2211c26ba375390cb76725c95ae970a0fd1d"
 Refs #31676 -- Updated technical board description in organization docs.

 According to DEP 0010.
 }}}

-- 
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/069.50738736d0b34252c65bce8c0135d232%40djangoproject.com.


Re: [Django] #31676: Document DEP 10 governance

2021-07-30 Thread Django
#31676: Document DEP 10 governance
-+-
 Reporter:  James Bennett|Owner:  Mariusz
 Type:   |  Felisiak
  Cleanup/optimization   |   Status:  assigned
Component:  Documentation|  Version:  dev
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Ready for
 |  checkin
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:"caa2dd08c4722c8702588f5dfe1fa4c506aa66fc" caa2dd0]:
 {{{
 #!CommitTicketReference repository=""
 revision="caa2dd08c4722c8702588f5dfe1fa4c506aa66fc"
 Refs #31676 -- Removed Core team from organization docs.

 According to DEP 0010.
 }}}

-- 
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/069.e9bde200eae696ff1aa7f648c2a95c98%40djangoproject.com.


Re: [Django] #32974: multiple form

2021-07-30 Thread Django
#32974: multiple form
+--
 Reporter:  yusufardabili9  |Owner:  nobody
 Type:  Uncategorized   |   Status:  closed
Component:  Uncategorized   |  Version:  3.2
 Severity:  Normal  |   Resolution:  invalid
 Keywords:  | Triage Stage:  Unreviewed
Has patch:  0   |  Needs documentation:  0
  Needs tests:  0   |  Patch needs improvement:  0
Easy pickings:  0   |UI/UX:  0
+--
Changes (by Mariusz Felisiak):

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


Comment:

 Please don't use Trac as a support channel. Closing per
 TicketClosingReasons/UseSupportChannels.

-- 
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.436cf3d5784ee37ac8d662bdffaa093e%40djangoproject.com.


Re: [Django] #32966: Time-related _check_fix_default_value() methods can be optimized / simplified and have a bug

2021-07-30 Thread Django
#32966: Time-related _check_fix_default_value() methods can be optimized /
simplified and have a bug
-+-
 Reporter:  Chris Jerdonek   |Owner:  Chris
 |  Jerdonek
 Type:  Bug  |   Status:  closed
Component:  Database layer   |  Version:  dev
  (models, ORM)  |
 Severity:  Normal   |   Resolution:  fixed
 Keywords:   | Triage Stage:  Ready for
 |  checkin
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:"542e74947535b10684e9e396a0d54979e9f70fbf" 542e7494]:
 {{{
 #!CommitTicketReference repository=""
 revision="542e74947535b10684e9e396a0d54979e9f70fbf"
 Fixed #32966 -- Fixed TimeField.check() crash for timezone-aware times in
 default when USE_TZ = True.
 }}}

-- 
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.9f8e25412d6ea04d747a3386b1531524%40djangoproject.com.


Re: [Django] #32966: Time-related _check_fix_default_value() methods can be optimized / simplified and have a bug

2021-07-30 Thread Django
#32966: Time-related _check_fix_default_value() methods can be optimized /
simplified and have a bug
-+-
 Reporter:  Chris Jerdonek   |Owner:  Chris
 |  Jerdonek
 Type:  Bug  |   Status:  closed
Component:  Database layer   |  Version:  dev
  (models, ORM)  |
 Severity:  Normal   |   Resolution:  fixed
 Keywords:   | Triage Stage:  Ready for
 |  checkin
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:"6f5e07a84d65496abcdb876170c513c4a3840760" 6f5e07a8]:
 {{{
 #!CommitTicketReference repository=""
 revision="6f5e07a84d65496abcdb876170c513c4a3840760"
 Refs #32966 -- Refactored out DateTimeCheckMixin._check_if_value_fixed().
 }}}

-- 
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.23c117b6e3bac4a06cb2cf55dc8872fc%40djangoproject.com.


Re: [Django] #32966: Time-related _check_fix_default_value() methods can be optimized / simplified and have a bug

2021-07-30 Thread Django
#32966: Time-related _check_fix_default_value() methods can be optimized /
simplified and have a bug
-+-
 Reporter:  Chris Jerdonek   |Owner:  Chris
 |  Jerdonek
 Type:  Bug  |   Status:  closed
Component:  Database layer   |  Version:  dev
  (models, ORM)  |
 Severity:  Normal   |   Resolution:  fixed
 Keywords:   | Triage Stage:  Ready for
 |  checkin
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:"6fa5d05dbaf8d7ed9ce9026202d6f8fb350fa5c4" 6fa5d05d]:
 {{{
 #!CommitTicketReference repository=""
 revision="6fa5d05dbaf8d7ed9ce9026202d6f8fb350fa5c4"
 Refs #32966 -- Simplified the _check_fix_default_value() implementations.
 }}}

-- 
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.94a06f6f8cfcc6aa8f73a3ba822d2a61%40djangoproject.com.


Re: [Django] #32966: Time-related _check_fix_default_value() methods can be optimized / simplified and have a bug

2021-07-30 Thread Django
#32966: Time-related _check_fix_default_value() methods can be optimized /
simplified and have a bug
-+-
 Reporter:  Chris Jerdonek   |Owner:  Chris
 |  Jerdonek
 Type:  Bug  |   Status:  closed
Component:  Database layer   |  Version:  dev
  (models, ORM)  |
 Severity:  Normal   |   Resolution:  fixed
 Keywords:   | Triage Stage:  Ready for
 |  checkin
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:"eebebfe0a98897d55480016b3b822df60883bed9" eebebfe0]:
 {{{
 #!CommitTicketReference repository=""
 revision="eebebfe0a98897d55480016b3b822df60883bed9"
 Refs #32966 -- Added _to_naive() and _get_naive_now() for use in
 DateTimeCheckMixin classes.
 }}}

-- 
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.91b73123b91bcce0ddf3d8dcd20bd574%40djangoproject.com.


[Django] #32974: multiple form

2021-07-30 Thread Django
#32974: multiple form
--+
   Reporter:  yusufardabili9  |  Owner:  nobody
   Type:  Uncategorized   | Status:  new
  Component:  Uncategorized   |Version:  3.2
   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   |
--+
 models.py
 {{{
 class Pengadu(models.Model):
 STATUS = (
 ("Keluarga","Keluarga"),
 ("Anak","Anak"),
 ("Istri","Istri"),
 ("Suami","Suami"),
 ("PMI","PMI"),
 )
 nama = models.CharField(max_length=255)
 tempat_tgl_lahir = models.DateField()
 alamat = models.TextField()
 no_tlp_hp = models.CharField(max_length=20, null=False)
 status = models.CharField(max_length=50, choices=STATUS)

 class Pmi(models.Model):
 nama = models.CharField(max_length=255)
 tempat_tgl_lahir = models.DateField()
 alamat = models.TextField()
 no_tlp_hp = models.CharField(max_length=20, null=False)
 no_paspor = models.CharField(max_length=25, null=True)
 tgl_berangkat = models.DateField(null=True)
 negara_tujuan = models.CharField(max_length=255)
 status = models.ForeignKey("Status", on_delete=models.CASCADE)
 permasalahan = models.TextField()
 id_ppmi = models.ForeignKey("Ppmi", on_delete=models.CASCADE)
 id_sponsor = models.ForeignKey("Sponsor", null=True,
 on_delete=models.CASCADE)
 id_agensi = models.ForeignKey("Agensi", on_delete=models.CASCADE)
 id_pengguna_jasa = models.ForeignKey('Pengguna_jasa', null=True,
 on_delete=models.CASCADE)

 def __str__(self):
 return self.nama

 lass Kasus(models.Model):
 STATUS=(
 ("Baru","Baru"),
 ("Proses","Proses"),
 ("Pending","Pending"),
 ("Selesai","Selesai"),
 )
 pengadu = models.ForeignKey(Pengadu, on_delete=models.CASCADE)
 pmi = models.OneToOneField(Pmi, on_delete=models.CASCADE)
 status = models.CharField(max_length=50, choices=STATUS)
 tgl_pengaduan = models.DateField()
 tgl_selesai = models.DateField(null=True, blank=True)
 id_staff = models.ForeignKey("Staff", on_delete=models.CASCADE)

 }}}

 my hope, want to make pmi form and case form in 1 form. how do i do 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/057.f4f1e585b2ebaa0dfe23ac77a5885660%40djangoproject.com.


Re: [Django] #32966: Time-related _check_fix_default_value() methods can be optimized / simplified and have a bug

2021-07-30 Thread Django
#32966: Time-related _check_fix_default_value() methods can be optimized /
simplified and have a bug
-+-
 Reporter:  Chris Jerdonek   |Owner:  Chris
 |  Jerdonek
 Type:  Bug  |   Status:  assigned
Component:  Database layer   |  Version:  dev
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Ready for
 |  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Mariusz Felisiak):

 * stage:  Accepted => Ready for checkin


-- 
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.308a5f4dbfabe07487698fa5927f6f23%40djangoproject.com.