Re: [Django] #22804: A warning should be issued when an invalid separator is passed to signing.Signer

2014-08-03 Thread Django
#22804: A warning should be issued when an invalid separator is passed to signing.Signer --+ Reporter: wolever |Owner: nobody Type: Cleanup/optimization |

[django/django] d723da: 1.7-specific fix to help text to stop extra migrat...

2014-08-03 Thread GitHub
Branch: refs/heads/stable/1.7.x Home: https://github.com/django/django Commit: d723da383da81de6d2b3b149eb8ced80d9d2c29c https://github.com/django/django/commit/d723da383da81de6d2b3b149eb8ced80d9d2c29c Author: Andrew Godwin Date: 2014-08-04 (Mon, 04 Aug

Re: [Django] #23061: Oracle SQL compiler adding outer pagination selects causing ORA-00907: missing right parenthesis when used with select_for_update.

2014-08-03 Thread Django
#23061: Oracle SQL compiler adding outer pagination selects causing ORA-00907: missing right parenthesis when used with select_for_update. -+- Reporter: michael.miller@… |Owner: shai

Re: [Django] #23161: Migration to remove a GIS field causes exception

2014-08-03 Thread Django
#23161: Migration to remove a GIS field causes exception -+ Reporter: jaylett |Owner: andrewgodwin Type: Uncategorized| Status: closed Component:

Re: [Django] #23161: Migration to remove a GIS field causes exception

2014-08-03 Thread Django
#23161: Migration to remove a GIS field causes exception -+ Reporter: jaylett |Owner: andrewgodwin Type: Uncategorized| Status: closed Component:

[django/django] d77f92: [1.7.x] Fixed #23161: Drop PostGIS geography field...

2014-08-03 Thread GitHub
Branch: refs/heads/stable/1.7.x Home: https://github.com/django/django Commit: d77f92fa1ee473160f50ab8482876e4bab33f8cf https://github.com/django/django/commit/d77f92fa1ee473160f50ab8482876e4bab33f8cf Author: Andrew Godwin Date: 2014-08-04 (Mon, 04 Aug

[django/django] d4f62a: Fixed #23161: Drop PostGIS geography fields correc...

2014-08-03 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: d4f62a7ae7bed98f3ee3f5c9a76f5591ec7841fd https://github.com/django/django/commit/d4f62a7ae7bed98f3ee3f5c9a76f5591ec7841fd Author: Andrew Godwin Date: 2014-08-04 (Mon, 04 Aug 2014)

Re: [Django] #23161: Migration to remove a GIS field causes exception

2014-08-03 Thread Django
#23161: Migration to remove a GIS field causes exception -+ Reporter: jaylett |Owner: andrewgodwin Type: Uncategorized| Status: assigned Component:

Re: [Django] #23163: makemigrations currently detecting changes in help text on auth.User

2014-08-03 Thread Django
#23163: makemigrations currently detecting changes in help text on auth.User --+-- Reporter: dpn | Owner: andrewgodwin Type: Uncategorized | Status: closed

[django/django] b2ab66: [1.7.x] Fixed #23163: Align user help text with mi...

2014-08-03 Thread GitHub
Branch: refs/heads/stable/1.7.x Home: https://github.com/django/django Commit: b2ab666aad269fbd6fc7aaa0e76e08744188 https://github.com/django/django/commit/b2ab666aad269fbd6fc7aaa0e76e08744188 Author: Andrew Godwin Date: 2014-08-04 (Mon, 04 Aug

Re: [Django] #23163: makemigrations currently detecting changes in help text on auth.User

2014-08-03 Thread Django
#23163: makemigrations currently detecting changes in help text on auth.User --+-- Reporter: dpn | Owner: andrewgodwin Type: Uncategorized | Status: closed

[django/django] 059f5d: Fixed #23163: Align user help text with migrations

2014-08-03 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 059f5d17c5fe92d6b4c5d189020ea59e9bed4472 https://github.com/django/django/commit/059f5d17c5fe92d6b4c5d189020ea59e9bed4472 Author: Andrew Godwin Date: 2014-08-04 (Mon, 04 Aug 2014)

[Django] #23163: makemigrations currently detecting changes in help text on auth.User

2014-08-03 Thread Django
#23163: makemigrations currently detecting changes in help text on auth.User --+-- Reporter: dpn | Owner: andrewgodwin Type: Uncategorized | Status: new

Re: [Django] #23124: Add touch support for version chooser in documentation

2014-08-03 Thread Django
#23124: Add touch support for version chooser in documentation -+- Reporter: jarus|Owner: Type: | adambrenecki Cleanup/optimization |

Re: [Django] #23124: Add touch support for version chooser in documentation

2014-08-03 Thread Django
#23124: Add touch support for version chooser in documentation --+ Reporter: jarus |Owner: nobody Type: Cleanup/optimization | Status: new Component:

Re: [Django] #23153: 1.7 migrations' temporary tables cause problems with gis

2014-08-03 Thread Django
#23153: 1.7 migrations' temporary tables cause problems with gis -+ Reporter: TomLottermann|Owner: andrewgodwin Type: Bug | Status: closed Component:

[django/django] 6ebfff: [1.7.x] Fixed #23153: Properly recreate spatialite...

2014-08-03 Thread GitHub
Branch: refs/heads/stable/1.7.x Home: https://github.com/django/django Commit: 6ebfff7f667f8e30afc6fb32a4349b6d0a4aa4ba https://github.com/django/django/commit/6ebfff7f667f8e30afc6fb32a4349b6d0a4aa4ba Author: Andrew Godwin Date: 2014-08-04 (Mon, 04 Aug

Re: [Django] #23153: 1.7 migrations' temporary tables cause problems with gis

2014-08-03 Thread Django
#23153: 1.7 migrations' temporary tables cause problems with gis -+ Reporter: TomLottermann|Owner: andrewgodwin Type: Bug | Status: closed Component:

[django/django] b508c1: Fixed #23153: Properly recreate spatialite trigger...

2014-08-03 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: b508c1c317c026eeec82b04142d9e3956192619c https://github.com/django/django/commit/b508c1c317c026eeec82b04142d9e3956192619c Author: Andrew Godwin Date: 2014-08-04 (Mon, 04 Aug 2014)

Re: [Django] #22969: Forms show_hidden_initial not is_valid() and fix => lost changes in valid fields

2014-08-03 Thread Django
#22969: Forms show_hidden_initial not is_valid() and fix => lost changes in valid fields -+- Reporter: dibrovsd@… |Owner: nobody Type: Bug |

Re: [Django] #22969: Forms show_hidden_initial not is_valid() and fix => lost changes in valid fields

2014-08-03 Thread Django
#22969: Forms show_hidden_initial not is_valid() and fix => lost changes in valid fields -+- Reporter: dibrovsd@… |Owner: nobody Type: Bug |

Re: [Django] #23133: 'Command' object has no attribute 'stderr', now in django.core.management.base.BaseCommand.check

2014-08-03 Thread Django
#23133: 'Command' object has no attribute 'stderr', now in django.core.management.base.BaseCommand.check -+- Reporter: cpbotha |Owner: nobody Type: Bug |

Re: [Django] #23133: 'Command' object has no attribute 'stderr', now in django.core.management.base.BaseCommand.check

2014-08-03 Thread Django
#23133: 'Command' object has no attribute 'stderr', now in django.core.management.base.BaseCommand.check -+- Reporter: cpbotha |Owner: nobody Type: Bug |

Re: [Django] #23133: 'Command' object has no attribute 'stderr', now in django.core.management.base.BaseCommand.check

2014-08-03 Thread Django
#23133: 'Command' object has no attribute 'stderr', now in django.core.management.base.BaseCommand.check -+- Reporter: cpbotha |Owner: nobody Type: Bug |

Re: [Django] #22969: Forms show_hidden_initial not is_valid() and fix => lost changes in valid fields

2014-08-03 Thread Django
#22969: Forms show_hidden_initial not is_valid() and fix => lost changes in valid fields -+- Reporter: dibrovsd@… |Owner: nobody Type: Bug |

Re: [Django] #23153: 1.7 migrations' temporary tables cause problems with gis

2014-08-03 Thread Django
#23153: 1.7 migrations' temporary tables cause problems with gis -+ Reporter: TomLottermann|Owner: andrewgodwin Type: Bug | Status: assigned

Re: [Django] #19721: Django admin allows filtering using the field lookups such as "in", but it is impossible to include a value that contains a comma

2014-08-03 Thread Django
#19721: Django admin allows filtering using the field lookups such as "in", but it is impossible to include a value that contains a comma ---+ Reporter: aruseni|Owner: nobody Type: Bug

Re: [Django] #23091: Squashed migrations may try to add existing constraint if there was RunPython between create and alter some-model migrations

2014-08-03 Thread Django
#23091: Squashed migrations may try to add existing constraint if there was RunPython between create and alter some-model migrations -+ Reporter: anonymous|Owner: andrewgodwin Type:

Re: [Django] #23091: Squashed migrations may try to add existing constraint if there was RunPython between create and alter some-model migrations

2014-08-03 Thread Django
#23091: Squashed migrations may try to add existing constraint if there was RunPython between create and alter some-model migrations -+ Reporter: anonymous|Owner: andrewgodwin Type:

[django/django] c06e12: Fixed #23091: CreateModel and AddField were clashi...

2014-08-03 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: c06e124b5e73bd99c6ec563c64fd50d6a45457d8 https://github.com/django/django/commit/c06e124b5e73bd99c6ec563c64fd50d6a45457d8 Author: Andrew Godwin Date: 2014-08-04 (Mon, 04 Aug 2014)

[django/django] a918c6: [1.7.x] Fixed #23091: CreateModel and AddField wer...

2014-08-03 Thread GitHub
Branch: refs/heads/stable/1.7.x Home: https://github.com/django/django Commit: a918c60c378b575ca52ebcfae977056b8bc5a4de https://github.com/django/django/commit/a918c60c378b575ca52ebcfae977056b8bc5a4de Author: Andrew Godwin Date: 2014-08-04 (Mon, 04 Aug

Re: [Django] #23161: Migration to remove a GIS field causes exception

2014-08-03 Thread Django
#23161: Migration to remove a GIS field causes exception -+ Reporter: jaylett |Owner: nobody Type: Uncategorized| Status: new Component: Migrations |

Re: [Django] #23161: Migration to remove a GIS field causes exception

2014-08-03 Thread Django
#23161: Migration to remove a GIS field causes exception -+-- Reporter: jaylett |Owner: nobody Type: Uncategorized| Status: new Component: Migrations

Re: [Django] #23091: Squashed migrations may try to add existing constraint if there was RunPython between create and alter some-model migrations

2014-08-03 Thread Django
#23091: Squashed migrations may try to add existing constraint if there was RunPython between create and alter some-model migrations -+ Reporter: anonymous|Owner: andrewgodwin Type:

Re: [Django] #23139: mysql backend should use CHAR instead of VARCHAR if model has a CharField of fixed length.

2014-08-03 Thread Django
#23139: mysql backend should use CHAR instead of VARCHAR if model has a CharField of fixed length. -+- Reporter: dnozay |Owner: nobody Type: Uncategorized|

Re: [Django] #23133: 'Command' object has no attribute 'stderr', now in django.core.management.base.BaseCommand.check

2014-08-03 Thread Django
#23133: 'Command' object has no attribute 'stderr', now in django.core.management.base.BaseCommand.check -+- Reporter: cpbotha |Owner: nobody Type: Bug |

Re: [Django] #21792: Form.has_changed is not documented

2014-08-03 Thread Django
#21792: Form.has_changed is not documented -+- Reporter: bjb@…|Owner: navi7 Type: Bug | Status: assigned Component: Documentation

Re: [Django] #23155: Add request attr to user_login_failed signal

2014-08-03 Thread Django
#23155: Add request attr to user_login_failed signal --+ Reporter: anonymous |Owner: nobody Type: New feature | Status: new Component: contrib.auth |

[Django] #23162: Rename Field._has_changed() to has_changed()

2014-08-03 Thread Django
#23162: Rename Field._has_changed() to has_changed() + Reporter: timo | Owner: nobody Type: Cleanup/optimization | Status: new Component:

Re: [Django] #23155: Add request attr to user_login_failed signal

2014-08-03 Thread Django
#23155: Add request attr to user_login_failed signal --+ Reporter: anonymous |Owner: nobody Type: New feature | Status: new Component: contrib.auth |

Re: [Django] #23153: 1.7 migrations' temporary tables cause problems with gis

2014-08-03 Thread Django
#23153: 1.7 migrations' temporary tables cause problems with gis -+-- Reporter: TomLottermann|Owner: nobody Type: Bug | Status: new Component: GIS

Re: [Django] #23160: KeyError when performing a RenameModel migration operation for a model with self-referential FK field

2014-08-03 Thread Django
#23160: KeyError when performing a RenameModel migration operation for a model with self-referential FK field -+- Reporter: whitews@…|Owner: charettes Type: Bug

Re: [Django] #23160: KeyError when performing a RenameModel migration operation for a model with self-referential FK field

2014-08-03 Thread Django
#23160: KeyError when performing a RenameModel migration operation for a model with self-referential FK field -+- Reporter: whitews@…|Owner: charettes Type: Bug

[django/django] 6b2473: [1.7.x] Fixed #23160 -- Correctly rename models wi...

2014-08-03 Thread GitHub
Branch: refs/heads/stable/1.7.x Home: https://github.com/django/django Commit: 6b2473d3e8048158dbc8c886d755cbf948325077 https://github.com/django/django/commit/6b2473d3e8048158dbc8c886d755cbf948325077 Author: Simon Charette Date: 2014-08-03 (Sun, 03 Aug

Re: [Django] #23160: KeyError when performing a RenameModel migration operation for a model with self-referential FK field

2014-08-03 Thread Django
#23160: KeyError when performing a RenameModel migration operation for a model with self-referential FK field -+- Reporter: whitews@…|Owner: charettes Type: Bug

[django/django] 1b0073: Fixed a MySQL test failure introduced by cbb29af1a...

2014-08-03 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 1b00738f73444693dd94958f3fc53c089f4d96e7 https://github.com/django/django/commit/1b00738f73444693dd94958f3fc53c089f4d96e7 Author: Simon Charette Date: 2014-08-03 (Sun, 03 Aug 2014)

Re: [Django] #23160: KeyError when performing a RenameModel migration operation for a model with self-referential FK field

2014-08-03 Thread Django
#23160: KeyError when performing a RenameModel migration operation for a model with self-referential FK field -+- Reporter: whitews@…|Owner: charettes Type: Bug

Re: [Django] #23159: There should be a way to exclude certain fields from migrations

2014-08-03 Thread Django
#23159: There should be a way to exclude certain fields from migrations ---+-- Reporter: nemesisdesign |Owner: nobody Type: Uncategorized | Status: new Component:

[django/django] cbb29a: Fixed #23160 -- Correctly rename models with self ...

2014-08-03 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: cbb29af1aa1ebe11b38e73a6f34df9cd171d6c5b https://github.com/django/django/commit/cbb29af1aa1ebe11b38e73a6f34df9cd171d6c5b Author: Simon Charette Date: 2014-08-03 (Sun, 03 Aug 2014)

Re: [Django] #23160: KeyError when performing a RenameModel migration operation for a model with self-referential FK field

2014-08-03 Thread Django
#23160: KeyError when performing a RenameModel migration operation for a model with self-referential FK field -+- Reporter: whitews@…|Owner: charettes Type: Bug

Re: [Django] #23140: page_range TypeError: sequence index must be integer, not 'slice'

2014-08-03 Thread Django
#23140: page_range TypeError: sequence index must be integer, not 'slice' -+ Reporter: CollinAnderson |Owner: nobody Type: Bug | Status: closed Component:

Re: [Django] #23088: Paginator.page_range is of inconsistent type in Py2/Py3

2014-08-03 Thread Django
#23088: Paginator.page_range is of inconsistent type in Py2/Py3 -+- Reporter: Keryn Knight |Owner: mardini | Status: closed

[django/django] 1cb919: [1.7.x] Ensured that Paginator.page_range works th...

2014-08-03 Thread GitHub
Branch: refs/heads/stable/1.7.x Home: https://github.com/django/django Commit: 1cb919e408d943cf2fadebb2b12517f523feb718 https://github.com/django/django/commit/1cb919e408d943cf2fadebb2b12517f523feb718 Author: Florian Apolloner Date: 2014-08-03 (Sun, 03

Re: [Django] #23088: Paginator.page_range is of inconsistent type in Py2/Py3

2014-08-03 Thread Django
#23088: Paginator.page_range is of inconsistent type in Py2/Py3 -+- Reporter: Keryn Knight |Owner: mardini | Status: closed

[django/django] 2d542b: Ensured that Paginator.page_range works the same o...

2014-08-03 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 2d542bf60cc37c59872c5a20d6af3bf826038739 https://github.com/django/django/commit/2d542bf60cc37c59872c5a20d6af3bf826038739 Author: Florian Apolloner Date: 2014-08-03 (Sun, 03 Aug

Re: [Django] #23160: KeyError when performing a RenameModel migration operation for a model with self-referential FK field

2014-08-03 Thread Django
#23160: KeyError when performing a RenameModel migration operation for a model with self-referential FK field -+- Reporter: whitews@…|Owner: charettes Type: Bug |

Re: [Django] #23088: Paginator.page_range is of inconsistent type in Py2/Py3

2014-08-03 Thread Django
#23088: Paginator.page_range is of inconsistent type in Py2/Py3 -+- Reporter: Keryn Knight |Owner: mardini | Status: closed

[django/django] 40fb6a: Revert "Fixed #23088 -- Used `six` `range` type in...

2014-08-03 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 40fb6a560139150daa8f231f65b4044d45a97a8d https://github.com/django/django/commit/40fb6a560139150daa8f231f65b4044d45a97a8d Author: Florian Apolloner Date: 2014-08-03 (Sun, 03 Aug

Re: [Django] #23160: KeyError when performing a RenameModel migration operation for a model with self-referential FK field

2014-08-03 Thread Django
#23160: KeyError when performing a RenameModel migration operation for a model with self-referential FK field -+- Reporter: whitews@…|Owner: charettes Type: Bug |

[django/django] 6e77ac: Fixed flake8 warning.

2014-08-03 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 6e77acc589aaf4d95bb1665fe9526a7bc1e24a7c https://github.com/django/django/commit/6e77acc589aaf4d95bb1665fe9526a7bc1e24a7c Author: Tim Graham Date: 2014-08-03 (Sun, 03 Aug 2014)

Re: [Django] #23160: KeyError when performing a RenameModel migration operation for a model with self-referential FK field

2014-08-03 Thread Django
#23160: KeyError when performing a RenameModel migration operation for a model with self-referential FK field -+-- Reporter: whitews@…|Owner: charettes Type: Bug |

Re: [Django] #23160: KeyError when performing a RenameModel migration operation for a model with self-referential FK field

2014-08-03 Thread Django
#23160: KeyError when performing a RenameModel migration operation for a model with self-referential FK field -+-- Reporter: whitews@…|Owner: charettes Type: Bug |

Re: [Django] #23159: There should be a way to exclude certain fields from migrations

2014-08-03 Thread Django
#23159: There should be a way to exclude certain fields from migrations ---+-- Reporter: nemesisdesign |Owner: nobody Type: Uncategorized | Status: new Component:

[Django] #23161: Migration to remove a GIS field causes exception

2014-08-03 Thread Django
#23161: Migration to remove a GIS field causes exception ---+-- Reporter: jaylett| Owner: nobody Type: Uncategorized | Status: new Component: Migrations |Version: 1.7-rc-2 Severity: Normal

[Django] #23160: KeyError when performing a RenameModel migration operation for a model with self-referential FK field

2014-08-03 Thread Django
#23160: KeyError when performing a RenameModel migration operation for a model with self-referential FK field +-- Reporter: whitews@… | Owner: nobody Type: Bug | Status: new Component: Migrations |

Re: [Django] #23159: There should be a way to exclude certain fields from migrations

2014-08-03 Thread Django
#23159: There should be a way to exclude certain fields from migrations ---+-- Reporter: nemesisdesign |Owner: nobody Type: Uncategorized | Status: new Component:

Re: [Django] #23140: page_range TypeError: sequence index must be integer, not 'slice'

2014-08-03 Thread Django
#23140: page_range TypeError: sequence index must be integer, not 'slice' -+ Reporter: CollinAnderson |Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #23158: Documentation pagination p.page_range

2014-08-03 Thread Django
#23158: Documentation pagination p.page_range -+- Reporter: areski |Owner: nobody Type: | Status: closed Cleanup/optimization

Re: [Django] #23140: page_range TypeError: sequence index must be integer, not 'slice'

2014-08-03 Thread Django
#23140: page_range TypeError: sequence index must be integer, not 'slice' -+ Reporter: CollinAnderson |Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #23159: There should be a way to exclude certain fields from migrations

2014-08-03 Thread Django
#23159: There should be a way to exclude certain fields from migrations ---+-- Reporter: nemesisdesign |Owner: nobody Type: Uncategorized | Status: new Component:

[Django] #23159: There should be a way to exclude certain fields from migrations

2014-08-03 Thread Django
#23159: There should be a way to exclude certain fields from migrations ---+ Reporter: nemesisdesign | Owner: nobody Type: Uncategorized | Status: new Component: Migrations |Version: 1.7-rc-2

Re: [Django] #23158: Documentation pagination p.page_range

2014-08-03 Thread Django
#23158: Documentation pagination p.page_range --+ Reporter: areski|Owner: nobody Type: Cleanup/optimization | Status: new Component: Documentation

Re: [Django] #19802: HttpResponse.set_cookie doesn't handle unicode data

2014-08-03 Thread Django
#19802: HttpResponse.set_cookie doesn't handle unicode data -+- Reporter: django@… |Owner: qingfeng Type: Bug | Status: closed Component:

[django/django] 0d2345: Fixed #19802 -- Fixed HttpResponse.set_cookie() wi...

2014-08-03 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 0d23450e81dc355c354a873fe187687e4aaa4886 https://github.com/django/django/commit/0d23450e81dc355c354a873fe187687e4aaa4886 Author: qingfeng Date: 2014-08-03 (Sun, 03 Aug 2014)

Re: [Django] #23151: Deprecate RegexField.error_message

2014-08-03 Thread Django
#23151: Deprecate RegexField.error_message -+- Reporter: bmispelon|Owner: nobody Type: | Status: closed Cleanup/optimization

[django/django] 0f2cee: Fixed #23151 -- Deprecated RegexField.error_messag...

2014-08-03 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 0f2ceee0254349ee4ac7d472d3efe67ee161a917 https://github.com/django/django/commit/0f2ceee0254349ee4ac7d472d3efe67ee161a917 Author: Tim Graham Date: 2014-08-03 (Sun, 03 Aug 2014)

Re: [Django] #23156: BinaryField is missing a deconstruct() method

2014-08-03 Thread Django
#23156: BinaryField is missing a deconstruct() method -+- Reporter: bmispelon|Owner: bmispelon Type: Bug | Status: closed Component: Migrations

[django/django] 2c5eee: [1.7.x] Removed unnecessary code in ManyToManyFiel...

2014-08-03 Thread GitHub
Branch: refs/heads/stable/1.7.x Home: https://github.com/django/django Commit: 2c5eee9f88e885742563e642ef7d6141af3b0dd0 https://github.com/django/django/commit/2c5eee9f88e885742563e642ef7d6141af3b0dd0 Author: Baptiste Mispelon Date: 2014-08-03 (Sun, 03

[django/django] 72f1eb: Fixed #23156 -- Added missing BinaryField.deconstr...

2014-08-03 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 72f1eb48df335c110f39d56f7978d95896a56bb8 https://github.com/django/django/commit/72f1eb48df335c110f39d56f7978d95896a56bb8 Author: Baptiste Mispelon Date: 2014-08-03 (Sun, 03 Aug

Re: [Django] #23156: BinaryField is missing a deconstruct() method

2014-08-03 Thread Django
#23156: BinaryField is missing a deconstruct() method -+- Reporter: bmispelon|Owner: bmispelon Type: Bug | Status: closed Component: Migrations

Re: [Django] #23156: BinaryField is missing a deconstruct() method

2014-08-03 Thread Django
#23156: BinaryField is missing a deconstruct() method -+- Reporter: bmispelon|Owner: bmispelon Type: Bug | Status: new Component: Migrations |

Re: [Django] #23158: Documentation pagination p.page_range

2014-08-03 Thread Django
#23158: Documentation pagination p.page_range -+- Reporter: areski |Owner: nobody Type: | Status: new Cleanup/optimization

Re: [Django] #23158: Documentation pagination p.page_range

2014-08-03 Thread Django
#23158: Documentation pagination p.page_range -+- Reporter: areski |Owner: nobody Type: | Status: new Cleanup/optimization

[Django] #23158: Documentation pagination p.page_range

2014-08-03 Thread Django
#23158: Documentation pagination p.page_range --+--- Reporter: areski| Owner: nobody Type: Cleanup/optimization | Status: new Component: Documentation |Version: 1.6 Severity:

Re: [Django] #22887: unique_for_date error message in Field has untranslated param lookup_type

2014-08-03 Thread Django
#22887: unique_for_date error message in Field has untranslated param lookup_type --+ Reporter: Tuttle|Owner: synasius Type: Bug |

Re: [Django] #22016: Automatically reload i18n files on change, when DEBUG is True

2014-08-03 Thread Django
#22016: Automatically reload i18n files on change, when DEBUG is True --+ Reporter: vegitron |Owner: vegitron Type: New feature | Status: new

[Django] #23157: O(n) behaviour in default configuration when uploading many duplicate filenames

2014-08-03 Thread Django
#23157: O(n) behaviour in default configuration when uploading many duplicate filenames --+ Reporter: dw| Owner: nobody Type: Uncategorized | Status: new Component: File

Re: [Django] #23004: Cleanse entries from request.META in debug views

2014-08-03 Thread Django
#23004: Cleanse entries from request.META in debug views --+ Reporter: blueyed |Owner: nobody Type: New feature | Status: new Component: Core (Other) |

Re: [Django] #21792: Form.has_changed is not documented

2014-08-03 Thread Django
#21792: Form.has_changed is not documented -+- Reporter: bjb@…|Owner: navi7 Type: Bug | Status: assigned Component: Documentation

Re: [Django] #23156: BinaryField is missing a deconstruct() method

2014-08-03 Thread Django
#23156: BinaryField is missing a deconstruct() method -+- Reporter: bmispelon|Owner: bmispelon Type: Bug | Status: new Component: Migrations |

[Django] #23156: BinaryField is missing a deconstruct() method

2014-08-03 Thread Django
#23156: BinaryField is missing a deconstruct() method ---+--- Reporter: bmispelon| Owner: bmispelon Type: Bug | Status: new Component:

[Django] #23155: Add request attr to user_login_failed signal

2014-08-03 Thread Django
#23155: Add request attr to user_login_failed signal --+-- Reporter: anonymous | Owner: nobody Type: New feature | Status: new Component: contrib.auth |Version: 1.7-rc-2 Severity: Normal|

Re: [Django] #19802: HttpResponse.set_cookie doesn't handle unicode data

2014-08-03 Thread Django
#19802: HttpResponse.set_cookie doesn't handle unicode data -+- Reporter: django@… |Owner: qingfeng Type: Bug | Status: assigned

Re: [Django] #23130: BooleanField should either forbid setting 'choices' or not override 'blank'

2014-08-03 Thread Django
#23130: BooleanField should either forbid setting 'choices' or not override 'blank' -+- Reporter: jonash |Owner: nobody Type: Bug | Status:

Re: [Django] #19527: bulk_create() can set the primary key

2014-08-03 Thread Django
#19527: bulk_create() can set the primary key -+- Reporter: Tuttle |Owner: nobody Type: New feature | Status: new Component: Database layer

Re: [Django] #23151: Deprecate RegexField.error_message

2014-08-03 Thread Django
#23151: Deprecate RegexField.error_message -+- Reporter: bmispelon|Owner: nobody Type: | Status: new Cleanup/optimization