[Django] #23273: MigrationRecorder does not obey db_router allow_migrate rules

2014-08-11 Thread Django
#23273: MigrationRecorder does not obey db_router allow_migrate rules +-- Reporter: froomzy | Owner: nobody Type: Bug | Status: new Component: Migrations |Version: 1.7-rc-2 Severity: Normal

Re: [Django] #23130: BooleanField should not override 'blank' if choices are specified

2014-08-11 Thread Django
#23130: BooleanField should not override 'blank' if choices are specified -+- Reporter: jonash |Owner: tushar Type: Bug | Status: assigned

[django/django] 954e7b: Added words to spelling wordlist.

2014-08-11 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 954e7b8aad3f3925e63a0a156b7df7466895e073 https://github.com/django/django/commit/954e7b8aad3f3925e63a0a156b7df7466895e073 Author: Tim Graham Date: 2014-08-11 (Mon, 11 Aug 2014)

Re: [Django] #23271: Makemessages can corrupt existing .po files on Windows

2014-08-11 Thread Django
#23271: Makemessages can corrupt existing .po files on Windows -+- Reporter: danielmenzel |Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #23263: Document sqlmigrate in migrations topic guide (was: add migrate --dry-run and --verbose to show database changes in SQL)

2014-08-11 Thread Django
#23263: Document sqlmigrate in migrations topic guide --+ Reporter: wizpig64 |Owner: nobody Type: Cleanup/optimization | Status: new Component:

Re: [Django] #23261: Deprecate old style list support for defaultfilters.unordered_list

2014-08-11 Thread Django
#23261: Deprecate old style list support for defaultfilters.unordered_list --+ Reporter: jaap3 |Owner: nobody Type: Cleanup/optimization | Status: closed

Re: [Django] #23263: add migrate --dry-run and --verbose to show database changes in SQL

2014-08-11 Thread Django
#23263: add migrate --dry-run and --verbose to show database changes in SQL -+-- Reporter: wizpig64 |Owner: nobody Type: New feature | Status: new Component: Migrations

Re: [Django] #23265: Django don't start on French Windows with Python 2.7 (but only in February, August and December!)

2014-08-11 Thread Django
#23265: Django don't start on French Windows with Python 2.7 (but only in February, August and December!) -+- Reporter: SpaceFox |Owner: nobody Type: Uncategorized|

Re: [Django] #23265: Django don't start on French Windows with Python 2.7 (but only in February, August and December!)

2014-08-11 Thread Django
#23265: Django don't start on French Windows with Python 2.7 (but only in February, August and December!) -+- Reporter: SpaceFox |Owner: nobody Type: Uncategorized|

[Django] #23272: Extra join on filtered + exclude + annotate query

2014-08-11 Thread Django
#23272: Extra join on filtered + exclude + annotate query --+ Reporter: doctormo | Owner: nobody Type: Bug | Status: new Component: Database layer (models,

[Django] #23271: Makemessages can corrupt existing .po files on Windows

2014-08-11 Thread Django
#23271: Makemessages can corrupt existing .po files on Windows -+- Reporter: danielmenzel | Owner: nobody Type: Bug | Status: new Component: |

Re: [Django] #8618: Many-to-many intermediary tables can't have multiple foreign keys to source/target models

2014-08-11 Thread Django
#8618: Many-to-many intermediary tables can't have multiple foreign keys to source/target models -+- Reporter: coda |Owner: nobody Type: New feature |

Re: [Django] #8618: Many-to-many intermediary tables can't have multiple foreign keys to source/target models

2014-08-11 Thread Django
#8618: Many-to-many intermediary tables can't have multiple foreign keys to source/target models -+- Reporter: coda |Owner: nobody Type: New feature |

Re: [Django] #23270: select_related on fields pointing to subclasses does not work when using defer

2014-08-11 Thread Django
#23270: select_related on fields pointing to subclasses does not work when using defer -+- Reporter: islavov |Owner: nobody Type: Uncategorized|

Re: [Django] #23270: select_related on fields pointing to subclasses does not work when using defer

2014-08-11 Thread Django
#23270: select_related on fields pointing to subclasses does not work when using defer -+- Reporter: islavov |Owner: nobody Type: Uncategorized|

Re: [Django] #2443: Add IntervalField to database models

2014-08-11 Thread Django
#2443: Add IntervalField to database models -+- Reporter: ben.tucker@… |Owner: mjtamlyn Type: New feature | Status: assigned Component: Database

Re: [Django] #22959: Document that custom validator must be comparable to prevent infinite migrations

2014-08-11 Thread Django
#22959: Document that custom validator must be comparable to prevent infinite migrations --+ Reporter: lorinkoz@…|Owner: nobody Type: Cleanup/optimization |

Re: [Django] #21604: Embed raw queries as subqueries when used with an __in filter

2014-08-11 Thread Django
#21604: Embed raw queries as subqueries when used with an __in filter -+- Reporter: alex@… |Owner: nobody Type: New feature | Status: new

[Django] #23270: select_related on fields pointing to subclasses does not work when using defer

2014-08-11 Thread Django
#23270: select_related on fields pointing to subclasses does not work when using defer --+ Reporter: islavov | Owner: nobody Type: Uncategorized | Status: new

Re: [Django] #21160: in_bulk() fails on SQLite when passing more than 999 ids

2014-08-11 Thread Django
#21160: in_bulk() fails on SQLite when passing more than 999 ids -+- Reporter: NiGhTTraX|Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #23263: add migrate --dry-run and --verbose to show database changes in SQL

2014-08-11 Thread Django
#23263: add migrate --dry-run and --verbose to show database changes in SQL -+-- Reporter: wizpig64 |Owner: nobody Type: New feature | Status: new Component: Migrations

Re: [Django] #6785: QuerySet.get() should only attempt to fetch a limited number of rows

2014-08-11 Thread Django
#6785: QuerySet.get() should only attempt to fetch a limited number of rows -+- Reporter: deadwisdom |Owner: nobody Type: | Status: new

Re: [Django] #23269: Deprecate django.utils.remove_tags() and removetags template filter

2014-08-11 Thread Django
#23269: Deprecate django.utils.remove_tags() and removetags template filter -+- Reporter: timgraham|Owner: timgraham Type: | Status: new

Re: [Django] #23016: Review FAQs

2014-08-11 Thread Django
#23016: Review FAQs -+- Reporter: aaugustin|Owner: Type: | olasitarska Cleanup/optimization | Status: assigned

[Django] #23269: Deprecate django.utils.remove_tags() and removetags template filter

2014-08-11 Thread Django
#23269: Deprecate django.utils.remove_tags() and removetags template filter -+- Reporter: timgraham | Owner: timgraham Type: | Status: new

[django/django] 88cb7a: [1.4.x] Added a warning that remove_tags() output ...

2014-08-11 Thread GitHub
Branch: refs/heads/stable/1.4.x Home: https://github.com/django/django Commit: 88cb7aa6aa2272b02aa3914111083c4cd3094f1b https://github.com/django/django/commit/88cb7aa6aa2272b02aa3914111083c4cd3094f1b Author: Tim Graham Date: 2014-08-11 (Mon, 11 Aug

[django/django] d07394: [1.6.x] Added a warning that remove_tags() output ...

2014-08-11 Thread GitHub
Branch: refs/heads/stable/1.6.x Home: https://github.com/django/django Commit: d07394a51e1194b5bf8edeb1c6127e6c8df197a4 https://github.com/django/django/commit/d07394a51e1194b5bf8edeb1c6127e6c8df197a4 Author: Tim Graham Date: 2014-08-11 (Mon, 11 Aug

[django/django] 00ec30: [1.5.x] Added a warning that remove_tags() output ...

2014-08-11 Thread GitHub
Branch: refs/heads/stable/1.5.x Home: https://github.com/django/django Commit: 00ec30d3c43ff2be0bb4d0ff14310d67475503c8 https://github.com/django/django/commit/00ec30d3c43ff2be0bb4d0ff14310d67475503c8 Author: Tim Graham Date: 2014-08-11 (Mon, 11 Aug

[django/django] 9a5127: [1.7.x] Added a warning that remove_tags() output ...

2014-08-11 Thread GitHub
Branch: refs/heads/stable/1.7.x Home: https://github.com/django/django Commit: 9a51270dba8a1f0ca282411a9da62a81a10cb6bb https://github.com/django/django/commit/9a51270dba8a1f0ca282411a9da62a81a10cb6bb Author: Tim Graham Date: 2014-08-11 (Mon, 11 Aug

[django/django] 7efce7: Added a warning that remove_tags() output shouldn'...

2014-08-11 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 7efce77de254ee2ffabaf00b826ece19c04eb2d9 https://github.com/django/django/commit/7efce77de254ee2ffabaf00b826ece19c04eb2d9 Author: Tim Graham Date: 2014-08-11 (Mon, 11 Aug 2014)

[django/django] c2d3f1: Fixed typo in 1.8 release notes.

2014-08-11 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: c2d3f18874e119a8639aa075dea587203b53 https://github.com/django/django/commit/c2d3f18874e119a8639aa075dea587203b53 Author: Markus Bertheau Date: 2014-08-11 (Mon, 11 Aug 2014)

[django/django] e92b05: Fixed #23261 -- Deprecated old style list support ...

2014-08-11 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: e92b057e06b41eb05930637119e83ed3acd3d324 https://github.com/django/django/commit/e92b057e06b41eb05930637119e83ed3acd3d324 Author: Jaap Roes Date: 2014-08-11 (Mon, 11 Aug 2014) Changed

Re: [Django] #23016: Review FAQs

2014-08-11 Thread Django
#23016: Review FAQs -+- Reporter: aaugustin|Owner: Type: | olasitarska Cleanup/optimization | Status: assigned

Re: [Django] #23267: Typo in Translation documentation

2014-08-11 Thread Django
#23267: Typo in Translation documentation ---+--- Reporter: Tomin1 |Owner: olasitarska Type: Bug| Status: closed Component: Documentation |

[django/django] 5d6e40: [1.5.x] Fixed #23267 -- Fixed typo in Translation ...

2014-08-11 Thread GitHub
Branch: refs/heads/stable/1.5.x Home: https://github.com/django/django Commit: 5d6e4031dff26c3df32712e5037037a7c71a81ea https://github.com/django/django/commit/5d6e4031dff26c3df32712e5037037a7c71a81ea Author: Ola Sitarska Date: 2014-08-11 (Mon, 11 Aug 2014)

[django/django] 927d7b: [1.7.x] Fixed #23267 -- Fixed typo in Translation ...

2014-08-11 Thread GitHub
Branch: refs/heads/stable/1.7.x Home: https://github.com/django/django Commit: 927d7b8b712680ca9fb9ec2a16dccae0f3c8e794 https://github.com/django/django/commit/927d7b8b712680ca9fb9ec2a16dccae0f3c8e794 Author: Ola Sitarska Date: 2014-08-11 (Mon, 11 Aug 2014)

Re: [Django] #23267: Typo in Translation documentation

2014-08-11 Thread Django
#23267: Typo in Translation documentation ---+--- Reporter: Tomin1 |Owner: olasitarska Type: Bug| Status: closed Component: Documentation |

[django/django] ffb9cb: [1.6.x] Fixed #23267 -- Fixed typo in Translation ...

2014-08-11 Thread GitHub
Branch: refs/heads/stable/1.6.x Home: https://github.com/django/django Commit: ffb9cbfd84378d59a25abe9fb711ece4de7e https://github.com/django/django/commit/ffb9cbfd84378d59a25abe9fb711ece4de7e Author: Ola Sitarska Date: 2014-08-11 (Mon, 11 Aug 2014)

Re: [Django] #23267: Typo in Translation documentation

2014-08-11 Thread Django
#23267: Typo in Translation documentation ---+--- Reporter: Tomin1 |Owner: olasitarska Type: Bug| Status: closed Component: Documentation |

Re: [Django] #23267: Typo in Translation documentation

2014-08-11 Thread Django
#23267: Typo in Translation documentation ---+--- Reporter: Tomin1 |Owner: olasitarska Type: Bug| Status: closed Component: Documentation |

[django/django] 2e7be9: Fixed #23267 -- Fixed typo in Translation document...

2014-08-11 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 2e7be92b4df29ac851d570e57da5dcf756c5ac52 https://github.com/django/django/commit/2e7be92b4df29ac851d570e57da5dcf756c5ac52 Author: Ola Sitarska Date: 2014-08-11 (Mon, 11 Aug 2014)

Re: [Django] #23267: Typo in Translation documentation

2014-08-11 Thread Django
#23267: Typo in Translation documentation ---+--- Reporter: Tomin1 |Owner: olasitarska Type: Bug| Status: assigned Component: Documentation |

Re: [Django] #23267: Typo in Translation documentation

2014-08-11 Thread Django
#23267: Typo in Translation documentation ---+--- Reporter: Tomin1 |Owner: olasitarska Type: Bug| Status: assigned Component: Documentation |

Re: [Django] #16426: sqlite: Cannot delete more than 999 things if there is a relation pointing to them

2014-08-11 Thread Django
#16426: sqlite: Cannot delete more than 999 things if there is a relation pointing to them -+- Reporter: kmtracey |Owner: nobody Type: Bug |

[django/django] dfadbd: Fixed #16426 -- deletion of 1000+ objects with rel...

2014-08-11 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: dfadbdac6a63dce3304dff1977b5b0a15dc2d7b5 https://github.com/django/django/commit/dfadbdac6a63dce3304dff1977b5b0a15dc2d7b5 Author: Anssi Kääriäinen Date: 2014-08-11 (Mon, 11 Aug 2014)

Re: [Django] #17785: PostgreSQL Introspection: get_relations() broken after drop column

2014-08-11 Thread Django
#17785: PostgreSQL Introspection: get_relations() broken after drop column -+- Reporter: guettli |Owner: nobody Type: Bug | Status: new

Re: [Django] #23251: Use a temporary folder to store uploaded files during tests

2014-08-11 Thread Django
#23251: Use a temporary folder to store uploaded files during tests -+- Reporter: shai |Owner: Type: Bug | pavel_shpilev Component: Testing framework

Re: [Django] #23261: Deprecate old style list support for defaultfilters.unordered_list

2014-08-11 Thread Django
#23261: Deprecate old style list support for defaultfilters.unordered_list --+ Reporter: jaap3 |Owner: nobody Type: Cleanup/optimization | Status: new

Re: [Django] #23261: Deprecate old style list support for defaultfilters.unordered_list

2014-08-11 Thread Django
#23261: Deprecate old style list support for defaultfilters.unordered_list --+ Reporter: jaap3 |Owner: nobody Type: Cleanup/optimization | Status: new

Re: [Django] #23267: Typo in Translation documentation

2014-08-11 Thread Django
#23267: Typo in Translation documentation ---+ Reporter: Tomin1 |Owner: nobody Type: Bug| Status: new Component: Documentation |

[Django] #23268: Fixtures: Natural Key support for Generic Foreign Keys

2014-08-11 Thread Django
#23268: Fixtures: Natural Key support for Generic Foreign Keys -+- Reporter: eskhool | Owner: nobody Type: Bug | Status: new Component: Core |

Re: [Django] #22288: F() expression not compatible with __range field look up

2014-08-11 Thread Django
#22288: F() expression not compatible with __range field look up -+- Reporter: liushaohua86@… |Owner: nobody Type: Bug | Status: new Component:

[Django] #23267: Typo in Translation documentation

2014-08-11 Thread Django
#23267: Typo in Translation documentation ---+ Reporter: Tomin1 | Owner: nobody Type: Bug| Status: new Component: Documentation |Version: master Severity: Normal | Keywords:

Re: [Django] #23266: Query relation lookup check issues extra queries.

2014-08-11 Thread Django
#23266: Query relation lookup check issues extra queries. -+- Reporter: apollo13 |Owner: coder9042 Type: Bug | Status: closed Component:

[django/django] cdfdcf: Fixed #23266 -- Prevented queries caused by type c...

2014-08-11 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: cdfdcf4b70bebfc68871df885387790c6afbc23c https://github.com/django/django/commit/cdfdcf4b70bebfc68871df885387790c6afbc23c Author: Anubhav Joshi Date: 2014-08-11 (Mon, 11 Aug 2014)

Re: [Django] #23259: Query extra() select_params are inserted in the incorrect order in the overall query parameters with values_list

2014-08-11 Thread Django
#23259: Query extra() select_params are inserted in the incorrect order in the overall query parameters with values_list -+- Reporter: rajivm |Owner: akaariai Type: Bug

[django/django] 4ce5ce: [1.7.x] Fixed #23259 -- Corrected insertion order ...

2014-08-11 Thread GitHub
Branch: refs/heads/stable/1.7.x Home: https://github.com/django/django Commit: 4ce5ced230481fc93288aeea922398bc36102d1e https://github.com/django/django/commit/4ce5ced230481fc93288aeea922398bc36102d1e Author: Rajiv Makhijani Date: 2014-08-11 (Mon, 11 Aug

[django/django] f0b358: Fixed #23259 -- Corrected insertion order of extra...

2014-08-11 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: f0b358880a6825d667c037757caac470bc526a1f https://github.com/django/django/commit/f0b358880a6825d667c037757caac470bc526a1f Author: Rajiv Makhijani Date: 2014-08-11 (Mon, 11 Aug 2014)

Re: [Django] #23259: Query extra() select_params are inserted in the incorrect order in the overall query parameters with values_list

2014-08-11 Thread Django
#23259: Query extra() select_params are inserted in the incorrect order in the overall query parameters with values_list -+- Reporter: rajivm |Owner: akaariai Type: Bug

Re: [Django] #23259: Query extra() select_params are inserted in the incorrect order in the overall query parameters with values_list

2014-08-11 Thread Django
#23259: Query extra() select_params are inserted in the incorrect order in the overall query parameters with values_list -+- Reporter: rajivm |Owner: akaariai Type: Bug