Re: [Django] #24928: Add UUIDField, RangeField, JSONField, etc to database introspection

2024-03-12 Thread Django
#24928: Add UUIDField, RangeField, JSONField, etc to database introspection
-+-
 Reporter:  Markus Holtermann|Owner:  (none)
 Type:  New feature  |   Status:  new
Component:  Database layer   |  Version:  dev
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  1
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Ülgen Sarıkavak):

 * cc: Ülgen Sarıkavak (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/0107018e31dd5564-c27acb82-5a43-4f52-b9d2-e76359675229-00%40eu-central-1.amazonses.com.


Re: [Django] #24928: Add UUIDField, RangeField, JSONField, etc to database introspection

2021-12-30 Thread Django
#24928: Add UUIDField, RangeField, JSONField, etc to database introspection
-+-
 Reporter:  Markus Holtermann|Owner:  (none)
 Type:  New feature  |   Status:  new
Component:  Database layer   |  Version:  dev
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  1
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Mariusz Felisiak):

 * owner:  Claude Paroz => (none)
 * status:  assigned => new


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


Re: [Django] #24928: Add UUIDField, RangeField, JSONField, etc to database introspection

2017-09-09 Thread Django
#24928: Add UUIDField, RangeField, JSONField, etc to database introspection
-+-
 Reporter:  Markus Holtermann|Owner:  Claude
 |  Paroz
 Type:  New feature  |   Status:  assigned
Component:  Database layer   |  Version:  master
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  1
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Claude Paroz):

 * needs_better_patch:  0 => 1


Comment:

 HStoreField and ArrayField support still missing.

-- 
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/065.1e291985379b29b31c35d72d1405537c%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #24928: Add UUIDField, RangeField, JSONField, etc to database introspection

2017-09-09 Thread Django
#24928: Add UUIDField, RangeField, JSONField, etc to database introspection
-+-
 Reporter:  Markus Holtermann|Owner:  Claude
 |  Paroz
 Type:  New feature  |   Status:  assigned
Component:  Database layer   |  Version:  master
  (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
-+-

Comment (by Claude Paroz ):

 In [changeset:"a599ae6018f748f66e774604d12989911ea09d33" a599ae60]:
 {{{
 #!CommitTicketReference repository=""
 revision="a599ae6018f748f66e774604d12989911ea09d33"
 Refs #24928 -- Added introspection support for PostgreSQL RangeField
 }}}

-- 
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/065.7ffd36a706b317826d2e58455dab9758%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #24928: Add UUIDField, RangeField, JSONField, etc to database introspection

2017-09-09 Thread Django
#24928: Add UUIDField, RangeField, JSONField, etc to database introspection
-+-
 Reporter:  Markus Holtermann|Owner:  Claude
 |  Paroz
 Type:  New feature  |   Status:  assigned
Component:  Database layer   |  Version:  master
  (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
-+-

Comment (by Claude Paroz ):

 In [changeset:"0cbb6ac00770d201b8f30a404d516b97fe41485d" 0cbb6ac0]:
 {{{
 #!CommitTicketReference repository=""
 revision="0cbb6ac00770d201b8f30a404d516b97fe41485d"
 Refs #24928 -- Added introspection support for PostgreSQL JSONField

 Thanks Adam Johnson and Tim Graham for the 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 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/065.c2da8cb01d3c5dba79a1539f40a6dba5%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #24928: Add UUIDField, RangeField, JSONField, etc to database introspection

2016-07-20 Thread Django
#24928: Add UUIDField, RangeField, JSONField, etc to database introspection
-+-
 Reporter:  MarkusH  |Owner:  claudep
 Type:  New feature  |   Status:  assigned
Component:  Database layer   |  Version:  master
  (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
-+-

Comment (by Claude Paroz ):

 In [changeset:"3ea7167bb599536b48422d1fa841a2d378c98a4a" 3ea7167]:
 {{{
 #!CommitTicketReference repository=""
 revision="3ea7167bb599536b48422d1fa841a2d378c98a4a"
 Refs #24928 -- Added introspection support for UUIDField
 }}}

--
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/065.9b19de7e1967538d2da4392866ec28b5%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #24928: Add UUIDField, RangeField, JSONField, etc to database introspection

2016-07-20 Thread Django
#24928: Add UUIDField, RangeField, JSONField, etc to database introspection
-+-
 Reporter:  MarkusH  |Owner:  claudep
 Type:  New feature  |   Status:  assigned
Component:  Database layer   |  Version:  master
  (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 claudep):

 * has_patch:  0 => 1


Comment:

 The "final" [https://github.com/django/django/pull/6942 pull request],
 including the commit linked from the previous comment and the fix for
 #25454.

--
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/065.45b9f98a6d3073481f23977b242cc652%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #24928: Add UUIDField, RangeField, JSONField, etc to database introspection

2016-07-20 Thread Django
#24928: Add UUIDField, RangeField, JSONField, etc to database introspection
-+-
 Reporter:  MarkusH  |Owner:  claudep
 Type:  New feature  |   Status:  assigned
Component:  Database layer   |  Version:  master
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by claudep):

 As `UUIDField` is a bit different (available in all backends with
 different implementation), I created a
 [https://github.com/django/django/pull/6939 pull request] just for that
 field.
 A separate pull request will be proposed for other PostgreSQL-specific
 fields.

--
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/065.ac59be75cb3e7abe5980a95fc28ac9aa%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #24928: Add UUIDField, RangeField, JSONField, etc to database introspection

2016-07-19 Thread Django
#24928: Add UUIDField, RangeField, JSONField, etc to database introspection
-+-
 Reporter:  MarkusH  |Owner:  claudep
 Type:  New feature  |   Status:  assigned
Component:  Database layer   |  Version:  master
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by claudep):

 * status:  new => assigned
 * owner:  nobody => claudep


--
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/065.14d4bb9ebf5e586509de96e3e0bf975b%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #24928: Add UUIDField, RangeField, JSONField, etc to database introspection (was: Add UUIDField, RangeField, etc to database introspection)

2016-07-18 Thread Django
#24928: Add UUIDField, RangeField, JSONField, etc to database introspection
-+-
 Reporter:  MarkusH  |Owner:  nobody
 Type:  New feature  |   Status:  new
Component:  Database layer   |  Version:  master
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
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 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/065.069b6b786c2c485309a71e28821cb160%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.