Re: [Django] #25280: django 1.9 using validators.validate_slug will recreate migrations over and over

2015-08-15 Thread Django
#25280: django 1.9 using validators.validate_slug will recreate migrations over and over -+- Reporter: chenull |Owner: nobody Type: Bug | Sta

Re: [Django] #25260: Sets in "in" lookups should be converted to list if backend doesn't support sets

2015-08-15 Thread Django
#25260: Sets in "in" lookups should be converted to list if backend doesn't support sets -+- Reporter: Naddiseo |Owner: nobody Type: Uncategorized| Sta

Re: [Django] #21554: incorrect SQL generated when using multiple inheritance

2015-08-15 Thread Django
#21554: incorrect SQL generated when using multiple inheritance -+- Reporter: pegler |Owner: nobody Type: Bug | Status: closed Component

Re: [Django] #21554: incorrect SQL generated when using multiple inheritance

2015-08-15 Thread Django
#21554: incorrect SQL generated when using multiple inheritance -+- Reporter: pegler |Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #19263: Filtering __in a sliced queryset with a 0 limit raises an error (was: DatabaseError on using empty Page .object_list in __in clause in a query)

2015-08-15 Thread Django
#19263: Filtering __in a sliced queryset with a 0 limit raises an error -+- Reporter: chkwok@… |Owner: biern Type: Bug | Status: assigned

Re: [Django] #24196: Filtering __in a sliced queryset with a 0 limit raises an unexpected error

2015-08-15 Thread Django
#24196: Filtering __in a sliced queryset with a 0 limit raises an unexpected error -+- Reporter: BertrandBordage |Owner: nobody Type: Bug | Status:

Re: [Django] #15049: Using annotation before and after filter gives wrong results

2015-08-15 Thread Django
#15049: Using annotation before and after filter gives wrong results -+- Reporter: Alex |Owner: anonymous Type: Bug | Status: assigned

Re: [Django] #15049: Using annotation before and after filter gives wrong results

2015-08-15 Thread Django
#15049: Using annotation before and after filter gives wrong results -+- Reporter: Alex |Owner: anonymous Type: Bug | Status: assigned

Re: [Django] #22973: cannot get SQL code of empty queryset

2015-08-15 Thread Django
#22973: cannot get SQL code of empty queryset -+- Reporter: emanuele.paolini@… |Owner: | andersonresende Type: Bug |

Re: [Django] #17276: Slow anti-join query against Postgres

2015-08-15 Thread Django
#17276: Slow anti-join query against Postgres -+- Reporter: dmitry@… |Owner: nobody Type: | Status: closed Cleanup/optimization

Re: [Django] #16955: Querying on the reverse of a FK with the wrong class silently returns bad data

2015-08-15 Thread Django
#16955: Querying on the reverse of a FK with the wrong class silently returns bad data -+- Reporter: jdunck |Owner: dgouldin Type: Bug | Sta

[Django] #25280: django 1.9 using validators.validate_slug will recreate migrations over and over

2015-08-15 Thread Django
#25280: django 1.9 using validators.validate_slug will recreate migrations over and over ---+-- Reporter: chenull| Owner: nobody Type: Uncategorized | Status: new Component: Migrations

Re: [Django] #25180: ArrayFields should not have varchar_patterns_ops or text_patterns_ops indexes

2015-08-15 Thread Django
#25180: ArrayFields should not have varchar_patterns_ops or text_patterns_ops indexes -+- Reporter: fabianbuechler |Owner: | caioariede Type: Bug

Re: [Django] #25180: ArrayFields should not have varchar_patterns_ops or text_patterns_ops indexes

2015-08-15 Thread Django
#25180: ArrayFields should not have varchar_patterns_ops or text_patterns_ops indexes -+- Reporter: fabianbuechler |Owner: | caioariede Type: Bug

Re: [Django] #24935: refactor conditional GET handling

2015-08-15 Thread Django
#24935: refactor conditional GET handling --+ Reporter: syphar|Owner: syphar Type: Cleanup/optimization | Status: closed Component: HTTP handling

Re: [Django] #16603: Unnecessary join when using a reverse foreign-key filter and reverse foreign-key aggregate call

2015-08-15 Thread Django
#16603: Unnecessary join when using a reverse foreign-key filter and reverse foreign-key aggregate call -+- Reporter: bendavis78 |Owner: nobody Type: Bug |

Re: [Django] #16603: Unnecessary join when using a reverse foreign-key filter and reverse foreign-key aggregate call

2015-08-15 Thread Django
#16603: Unnecessary join when using a reverse foreign-key filter and reverse foreign-key aggregate call -+- Reporter: bendavis78 |Owner: nobody Type: Bug |

Re: [Django] #25279: Make prefetch_related_objects a public API

2015-08-15 Thread Django
#25279: Make prefetch_related_objects a public API -+- Reporter: adamchainz |Owner: nobody Type: New feature | Status: new Component: Database laye

Re: [Django] #24975: Add the ability to prefetch_related() from a model instance (was: Prefetch_related from object directly)

2015-08-15 Thread Django
#24975: Add the ability to prefetch_related() from a model instance -+- Reporter: duduklein|Owner: nobody Type: New feature | Status: new Componen

Re: [Django] #25279: Make prefetch_related_objects a public API

2015-08-15 Thread Django
#25279: Make prefetch_related_objects a public API -+- Reporter: adamchainz |Owner: nobody Type: New feature | Status: new Component: Database laye

Re: [Django] #24986: Selecting distinct on lower() function throws AttributeError("'Func' object has no attribute 'column'")

2015-08-15 Thread Django
#24986: Selecting distinct on lower() function throws AttributeError("'Func' object has no attribute 'column'") -+- Reporter: wbar |Owner: megaumi Type: Bug

[Django] #25279: Make prefetch_related_objects a public API

2015-08-15 Thread Django
#25279: Make prefetch_related_objects a public API --+ Reporter: adamchainz| Owner: nobody Type: New feature | Status: new Component: Database layer (models, ORM) |

Re: [Django] #15020: Redundant joins generated when using reverse foreign key

2015-08-15 Thread Django
#15020: Redundant joins generated when using reverse foreign key -+- Reporter: adurdin |Owner: nobody Type: Bug | Status: closed Componen

Re: [Django] #24986: Selecting distinct on lower() function throws AttributeError("'Func' object has no attribute 'column'")

2015-08-15 Thread Django
#24986: Selecting distinct on lower() function throws AttributeError("'Func' object has no attribute 'column'") -+- Reporter: wbar |Owner: megaumi Type: Bug

Re: [Django] #25064: Join.as_sql() emits invalid SQL if get_joining_columns() returns an empty tuple

2015-08-15 Thread Django
#25064: Join.as_sql() emits invalid SQL if get_joining_columns() returns an empty tuple -+- Reporter: AlexHill |Owner: nobody Type: Bug | Stat

Re: [Django] #25278: call_command should allow the first param to be a module

2015-08-15 Thread Django
#25278: call_command should allow the first param to be a module -+- Reporter: mlissner |Owner: nobody Type: New feature | Status: closed Componen

Re: [Django] #12856: Decide on public API/documentation for form.BoundField attributes

2015-08-15 Thread Django
#12856: Decide on public API/documentation for form.BoundField attributes -+- Reporter: mnbayazit|Owner: MoritzS Type: | Status: assigned