[Django] #32527: needs_rollback flag issue with implementation of backend that does not support savepoint

2021-03-08 Thread Django
#32527: needs_rollback flag issue with implementation of backend that does not support savepoint -+- Reporter: Hemant | Owner: nobody Bhanawat | Type:

Re: [Django] #32525: Class Cast throws DataError when column contains numeric string or alphabet string in postgres

2021-03-08 Thread Django
#32525: Class Cast throws DataError when column contains numeric string or alphabet string in postgres -+- Reporter: kygoh|Owner: nobody Type: New feature |

Re: [Django] #32525: Class Cast throws DataError when column contains numeric string or alphabet string in postgres

2021-03-08 Thread Django
#32525: Class Cast throws DataError when column contains numeric string or alphabet string in postgres -+- Reporter: kygoh|Owner: nobody Type: New feature |

Re: [Django] #32525: Class Cast throws DataError when column contains numeric string or alphabet string in postgres

2021-03-08 Thread Django
#32525: Class Cast throws DataError when column contains numeric string or alphabet string in postgres -+- Reporter: kygoh|Owner: nobody Type: New feature |

Re: [Django] #24632: PostgreSQL table inheritance

2021-03-08 Thread Django
#24632: PostgreSQL table inheritance -+- Reporter: Yennick Schepers |Owner: (none) Type: New feature | Status: new Component: contrib.postgres |

Re: [Django] #32526: Class based custom template filters seem to be broken since Django 2.0

2021-03-08 Thread Django
#32526: Class based custom template filters seem to be broken since Django 2.0 -+-- Reporter: 884756834|Owner: nobody Type: Bug | Status: new Componen

Re: [Django] #32526: Class based custom template filters seem to be broken since Django 2.0

2021-03-08 Thread Django
#32526: Class based custom template filters seem to be broken since Django 2.0 -+-- Reporter: 884756834|Owner: nobody Type: Bug | Status: new Componen

[Django] #32526: Class based custom template filters seem to be broken since Django 2.0

2021-03-08 Thread Django
#32526: Class based custom template filters seem to be broken since Django 2.0 ---+ Reporter: 884756834| Owner: nobody Type: Bug | Status: new Co

Re: [Django] #32508: Raise proper exceptions instead of using "assert".

2021-03-08 Thread Django
#32508: Raise proper exceptions instead of using "assert". --+ Reporter: Adam Johnson |Owner: nobody Type: Cleanup/optimization | Status: new Component: Cor

Re: [Django] #24632: PostgreSQL table inheritance

2021-03-08 Thread Django
#24632: PostgreSQL table inheritance -+- Reporter: Yennick Schepers |Owner: (none) Type: New feature | Status: new Component: contrib.postgres |

Re: [Django] #32513: SQLite3 Backend Falsly claims SQLite does not support Timezone aware DateTimes

2021-03-08 Thread Django
#32513: SQLite3 Backend Falsly claims SQLite does not support Timezone aware DateTimes -+- Reporter: Arthur Moore |Owner: nobody Type: Bug | Status

Re: [Django] #26167: Support for Functional Indexes (aka Indexes on Expressions)

2021-03-08 Thread Django
#26167: Support for Functional Indexes (aka Indexes on Expressions) -+- Reporter: Alex Rothberg|Owner: Hannes | Ljungberg Type: New feature

Re: [Django] #32525: Class Cast throws DataError when column contains numeric string or alphabet string in postgres

2021-03-08 Thread Django
#32525: Class Cast throws DataError when column contains numeric string or alphabet string in postgres -+- Reporter: kygoh|Owner: nobody Type: New feature |

Re: [Django] #32525: Class Cast throws DataError when column contains numeric string or alphabet string in postgres

2021-03-08 Thread Django
#32525: Class Cast throws DataError when column contains numeric string or alphabet string in postgres +-- Reporter: kygoh |Owner: nobody Type: New feature | Sta

[Django] #32525: Class Cast throws DataError when column contains numeric string or alphabet string in postgres

2021-03-08 Thread Django
#32525: Class Cast throws DataError when column contains numeric string or alphabet string in postgres -+ Reporter: kygoh | Owner: nobody Type: New feature| St

Re: [Django] #16023: Range query on a datetime is NOT inclusive with dates

2021-03-08 Thread Django
#16023: Range query on a datetime is NOT inclusive with dates -+- Reporter: jodym@… |Owner: Aymeric | Augustin Type: Bug |

Re: [Django] #32519: Add support for using key and path transforms in update() for JSONFields. (was: Add INSERT/REPLACE/SET/DELETE databases functions for JSONField)

2021-03-08 Thread Django
#32519: Add support for using key and path transforms in update() for JSONFields. -+- Reporter: Baptiste Mispelon|Owner: nobody Type: New feature | Status: n

Re: [Django] #32519: Add INSERT/REPLACE/SET/DELETE databases functions for JSONField

2021-03-08 Thread Django
#32519: Add INSERT/REPLACE/SET/DELETE databases functions for JSONField -+- Reporter: Baptiste Mispelon|Owner: nobody Type: New feature | Status: new Comp

Re: [Django] #32511: Deferred fields incorrect when following prefetches back to the "parent" object

2021-03-08 Thread Django
#32511: Deferred fields incorrect when following prefetches back to the "parent" object -+- Reporter: Jamie Matthews |Owner: nobody Type: Bug | Statu

Re: [Django] #32524: unexpected behavior when using gettattr for related object

2021-03-08 Thread Django
#32524: unexpected behavior when using gettattr for related object -+- Reporter: elonzh |Owner: nobody Type: Bug | Status: closed Compon

Re: [Django] #32524: unexpected behavior when using gettattr for related object

2021-03-08 Thread Django
#32524: unexpected behavior when using gettattr for related object -+- Reporter: elonzh |Owner: nobody Type: Bug | Status: new Component

[Django] #32524: unexpected behavior when using gettattr for related object

2021-03-08 Thread Django
#32524: unexpected behavior when using gettattr for related object -+- Reporter: elonzh | Owner: nobody Type: Bug| Status: new Component: Databas

Re: [Django] #32489: Add a generator function in runner.py to iterate over a test suite's test cases

2021-03-08 Thread Django
#32489: Add a generator function in runner.py to iterate over a test suite's test cases -+- Reporter: Chris Jerdonek |Owner: Chris Type: | Jerdonek Cleanup/opt

Re: [Django] #32489: Add a generator function in runner.py to iterate over a test suite's test cases

2021-03-08 Thread Django
#32489: Add a generator function in runner.py to iterate over a test suite's test cases -+- Reporter: Chris Jerdonek |Owner: Chris Type: | Jerdonek Cleanup/opt

Re: [Django] #32489: Add a generator function in runner.py to iterate over a test suite's test cases

2021-03-08 Thread Django
#32489: Add a generator function in runner.py to iterate over a test suite's test cases -+- Reporter: Chris Jerdonek |Owner: Chris Type: | Jerdonek Cleanup/opt

Re: [Django] #32516: reorder_suite(reverse=True) isn't a strict reversal when duplicates are present

2021-03-08 Thread Django
#32516: reorder_suite(reverse=True) isn't a strict reversal when duplicates are present -+- Reporter: Chris Jerdonek |Owner: Chris | Jerdonek Type:

Re: [Django] #32517: Allow calling reversed() on an OrderedSet

2021-03-08 Thread Django
#32517: Allow calling reversed() on an OrderedSet -+- Reporter: Chris Jerdonek |Owner: Diego | Lima Type: New feature |

Re: [Django] #10494: show query params DoesNotExist from QuerySet.get

2021-03-08 Thread Django
#10494: show query params DoesNotExist from QuerySet.get -+- Reporter: Dave Brondsema |Owner: zefciu Type: New feature | Status: closed Component: Data

[Django] #32523: Warn when trying to use a widget as a field in a form

2021-03-08 Thread Django
#32523: Warn when trying to use a widget as a field in a form + Reporter: Anders Hovmöller | Owner: nobody Type: New feature | Status: new Component: Form