Re: [Django] #30056: Add SQLite support for StdDev() and Variance()

2018-12-22 Thread Django
#30056: Add SQLite support for StdDev() and Variance() -+- Reporter: Nick Pope|Owner: Nick Pope Type: New feature | Status: assigned Component: D

Re: [Django] #30047: Documentation: add a Note about default ordering on models used in Subquery filters

2018-12-22 Thread Django
#30047: Documentation: add a Note about default ordering on models used in Subquery filters -+- Reporter: powderflask |Owner: nobody Type: |

Re: [Django] #30033: SQLite schema editor should use the documented process to emulate table alterations on SQlite3.

2018-12-22 Thread Django
#30033: SQLite schema editor should use the documented process to emulate table alterations on SQlite3. -+- Reporter: Simon Charette |Owner: Simon Type: | Charett

Re: [Django] #14204: Take advantage of SQLite support for FK constraints

2018-12-22 Thread Django
#14204: Take advantage of SQLite support for FK constraints -+- Reporter: Ramiro Morales |Owner: Claude | Paroz Type: New feature |

Re: [Django] #30056: Add SQLite support for StdDev() and Variance()

2018-12-22 Thread Django
#30056: Add SQLite support for StdDev() and Variance() -+- Reporter: Nick Pope|Owner: Nick Pope Type: New feature | Status: assigned Component: D

Re: [Django] #30056: Add SQLite support for StdDev() and Variance()

2018-12-22 Thread Django
#30056: Add SQLite support for StdDev() and Variance() -+- Reporter: Nick Pope|Owner: Nick Pope Type: New feature | Status: assigned Component: D

Re: [Django] #30041: Can't use __init_subclass__ in the Model subclass directly (not as a mixin class)

2018-12-22 Thread Django
#30041: Can't use __init_subclass__ in the Model subclass directly (not as a mixin class) -+- Reporter: Tatiana |Owner: nobody Tereshchenko | Type: Bug

Re: [Django] #29970: Using cached_property on a model fails with: "Cannot use cached_property instance without calling __set_name__() on it."

2018-12-22 Thread Django
#29970: Using cached_property on a model fails with: "Cannot use cached_property instance without calling __set_name__() on it." -+- Reporter: Collin Anderson |Owner: Sergey

[Django] #30056: Add SQLite support for StdDev() and Variance()

2018-12-22 Thread Django
#30056: Add SQLite support for StdDev() and Variance() -+- Reporter: Nick Pope | Owner: nobody Type: New| Status: new feature|

Re: [Django] #30054: SQLite doesn't implement cascading flush and breaks available_apps feature.

2018-12-22 Thread Django
#30054: SQLite doesn't implement cascading flush and breaks available_apps feature. -+- Reporter: Simon Charette |Owner: Simon | Charette Type: B

Re: [Django] #14204: Take advantage of SQLite support for FK constraints

2018-12-22 Thread Django
#14204: Take advantage of SQLite support for FK constraints -+- Reporter: Ramiro Morales |Owner: Claude | Paroz Type: New feature |

Re: [Django] #20483: Reduce the set of apps seen by individual tests

2018-12-22 Thread Django
#20483: Reduce the set of apps seen by individual tests -+- Reporter: Anssi Kääriäinen |Owner: nobody Type: | Status: closed Cleanup/optimizatio

Re: [Django] #30033: SQLite schema editor should use the documented process to emulate table alterations on SQlite3.

2018-12-22 Thread Django
#30033: SQLite schema editor should use the documented process to emulate table alterations on SQlite3. -+- Reporter: Simon Charette |Owner: Simon Type: | Charett

Re: [Django] #30055: Drop support for SQLite < 3.8.3

2018-12-22 Thread Django
#30055: Drop support for SQLite < 3.8.3 -+- Reporter: Tim Graham |Owner: Tim Type: | Graham Cleanup/optimization | Status:

Re: [Django] #30055: Drop support for SQLite < 3.8.3

2018-12-22 Thread Django
#30055: Drop support for SQLite < 3.8.3 -+- Reporter: Tim Graham |Owner: Tim Type: | Graham Cleanup/optimization | Status:

Re: [Django] #29928: TestCase doesn't check for foreign key constraints when using sqlite

2018-12-22 Thread Django
#29928: TestCase doesn't check for foreign key constraints when using sqlite -+- Reporter: Michel Samia |Owner: Simon | Charette Type: Bug

Re: [Django] #30033: SQLite schema editor should use the documented process to emulate table alterations on SQlite3.

2018-12-22 Thread Django
#30033: SQLite schema editor should use the documented process to emulate table alterations on SQlite3. -+- Reporter: Simon Charette |Owner: Simon Type: | Charett

Re: [Django] #29928: TestCase doesn't check for foreign key constraints when using sqlite

2018-12-22 Thread Django
#29928: TestCase doesn't check for foreign key constraints when using sqlite -+- Reporter: Michel Samia |Owner: Simon | Charette Type: Bug

Re: [Django] #29547: Support for partial/filtered indexes

2018-12-22 Thread Django
#29547: Support for partial/filtered indexes -+- Reporter: Mads Jensen |Owner: Mads | Jensen Type: New feature | Sta

Re: [Django] #29182: SQLite 3.26 breaks database migration ForeignKey constraint, leaving __old in db schema

2018-12-22 Thread Django
#29182: SQLite 3.26 breaks database migration ForeignKey constraint, leaving __old in db schema --+ Reporter: ezaquarii |Owner: nobody Type: Bug | Status:

Re: [Django] #30041: Can't use __init_subclass__ in the Model subclass directly (not as a mixin class)

2018-12-22 Thread Django
#30041: Can't use __init_subclass__ in the Model subclass directly (not as a mixin class) -+- Reporter: Tatiana |Owner: nobody Tereshchenko | Type: Bug

[Django] #30055: Drop support for SQLite < 3.8.3

2018-12-22 Thread Django
#30055: Drop support for SQLite < 3.8.3 -+- Reporter: Tim| Owner: Tim Graham Graham | Type: | Status: assigned Cleanup/op

Re: [Django] #29928: TestCase doesn't check for foreign key constraints when using sqlite

2018-12-22 Thread Django
#29928: TestCase doesn't check for foreign key constraints when using sqlite -+- Reporter: Michel Samia |Owner: Simon | Charette Type: Bug

Re: [Django] #12952: Models history doesn't use verbose names

2018-12-22 Thread Django
#12952: Models history doesn't use verbose names -+- Reporter: Antonio Cangiano |Owner: Sanyam Type: | Khurana Cleanup/optimization |

Re: [Django] #12952: Models history doesn't use verbose names

2018-12-22 Thread Django
#12952: Models history doesn't use verbose names -+- Reporter: Antonio Cangiano |Owner: Sanyam Type: | Khurana Cleanup/optimization |

Re: [Django] #20098: Add validation for models with the same db_table

2018-12-22 Thread Django
#20098: Add validation for models with the same db_table -+- Reporter: carsten.klein@… |Owner: Sanyam | Khurana Type: New feature |

Re: [Django] #27452: Add Postgres serial field to contrib.postgres

2018-12-22 Thread Django
#27452: Add Postgres serial field to contrib.postgres -+- Reporter: Johannes Hoppe |Owner: Johannes | Hoppe Type: New feature |

Re: [Django] #28554: Add support for multiple file fields

2018-12-22 Thread Django
#28554: Add support for multiple file fields -+- Reporter: Johannes Hoppe |Owner: Johannes | Hoppe Type: New feature |

Re: [Django] #27452: Add Postgres serial field to contrib.postgres

2018-12-22 Thread Django
#27452: Add Postgres serial field to contrib.postgres -+- Reporter: Johannes Hoppe |Owner: Johannes | Hoppe Type: New feature |

Re: [Django] #29825: ngettext returns invalid result if msgstr is also a valid msgid in the same catalog

2018-12-22 Thread Django
#29825: ngettext returns invalid result if msgstr is also a valid msgid in the same catalog -+- Reporter: Jeremy Moffitt |Owner: nobody Type: Bug |

Re: [Django] #30043: AdminURLFieldWidget incorrectly unquotes URLs e.g. containing %2F

2018-12-22 Thread Django
#30043: AdminURLFieldWidget incorrectly unquotes URLs e.g. containing %2F -+- Reporter: Brenton Partridge|Owner: nobody Type: Bug | Status: new Co