Re: [Django] #22235: pip can install from tarballs as well

2014-04-14 Thread Django
#22235: pip can install from tarballs as well --+ Reporter: omer.drow@… |Owner: gregloy Type: Cleanup/optimization | Status: closed Component: *.djangoproj

Re: [Django] #22436: migrations fail on custom upload_to on ImageField

2014-04-14 Thread Django
#22436: migrations fail on custom upload_to on ImageField -+- Reporter: David Binetti|Owner: | chriscauley Type: Bug | Sta

Re: [Django] #11776: HTML class for non-field errors

2014-04-14 Thread Django
#11776: HTML class for non-field errors -+- Reporter: Daniel Pope |Owner: Type: New feature | NickPresta Component: Forms| Status: assigned

Re: [Django] #11776: HTML class for non-field errors

2014-04-14 Thread Django
#11776: HTML class for non-field errors -+- Reporter: Daniel Pope |Owner: Type: New feature | NickPresta Component: Forms| Status: assigned

Re: [Django] #22438: Slow INNER JOIN in MySQL can be fixed in Django ORM, but should it?

2014-04-14 Thread Django
#22438: Slow INNER JOIN in MySQL can be fixed in Django ORM, but should it? -+- Reporter: frol |Owner: nobody Type: Uncategorized| Status: new

Re: [Django] #14030: Use F() objects in aggregates(), annotates() and values()

2014-04-14 Thread Django
#14030: Use F() objects in aggregates(), annotates() and values() -+- Reporter: delfick |Owner: smeatonj Type: New feature | Status: assigned Com

Re: [Django] #22440: Incorrect Behavior of ConditionalGetMiddleware

2014-04-14 Thread Django
#22440: Incorrect Behavior of ConditionalGetMiddleware ---+-- Reporter: mlavin |Owner: mlavin Type: Uncategorized | Status: new Component: HTTP handling |

Re: [Django] #22395: Deleting a model and fields that relate to it results in ValueError: Related model '.' cannot be resolved

2014-04-14 Thread Django
#22395: Deleting a model and fields that relate to it results in ValueError: Related model '.' cannot be resolved +-- Reporter: melinath|Owner: nobody Type: Bug | Statu

Re: [Django] #22397: Issues removing M2M field with explicit through model

2014-04-14 Thread Django
#22397: Issues removing M2M field with explicit through model -+ Reporter: melinath |Owner: andrewsg Type: Bug | Status: assigned Component: Migratio

Re: [Django] #22261: Wrong Permalink for flatpages

2014-04-14 Thread Django
#22261: Wrong Permalink for flatpages ---+ Reporter: allo@… |Owner: edanm Type: Bug| Status: assigned Component: contrib.flatpages |

Re: [Django] #18586: Rewrite unit tests migrated from doctests

2014-04-14 Thread Django
#18586: Rewrite unit tests migrated from doctests --+ Reporter: konk |Owner: judy2k Type: Cleanup/optimization | Status: assigned Component: Testing

Re: [Django] #22353: CachedStaticFilesMixin lags in updating hashed names of other static files referenced in CSS

2014-04-14 Thread Django
#22353: CachedStaticFilesMixin lags in updating hashed names of other static files referenced in CSS -+- Reporter: woodlee |Owner: frog32 Type: Bug |

[django/django] 9b29a5: Refs #18586 - Refactored model get_or_create test.

2014-04-14 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 9b29a551e4a6a2bc50ade95b0ccce1d3633f85da https://github.com/django/django/commit/9b29a551e4a6a2bc50ade95b0ccce1d3633f85da Author: Liav Koren Date: 2014-04-14 (Mon, 14 Apr 2014) Changed paths: M tes

[django/django] a195ec: [1.7.x] Improve migrations/schema docs

2014-04-14 Thread GitHub
Branch: refs/heads/stable/1.7.x Home: https://github.com/django/django Commit: a195ec847e44e8ec6f688dfed55b37eb8ec144cf https://github.com/django/django/commit/a195ec847e44e8ec6f688dfed55b37eb8ec144cf Author: Andrew Godwin Date: 2014-04-14 (Mon, 14 Apr 2014) Changed paths:

Re: [Django] #22353: CachedStaticFilesMixin lags in updating hashed names of other static files referenced in CSS

2014-04-14 Thread Django
#22353: CachedStaticFilesMixin lags in updating hashed names of other static files referenced in CSS -+- Reporter: woodlee |Owner: frog32 Type: Bug |

Re: [Django] #22436: migrations fail on custom upload_to on ImageField

2014-04-14 Thread Django
#22436: migrations fail on custom upload_to on ImageField -+- Reporter: David Binetti|Owner: | chriscauley Type: Bug | Sta

Re: [Django] #22229: Invalid data can cause InlineFormSet.is_valid to throw ValueError

2014-04-14 Thread Django
#9: Invalid data can cause InlineFormSet.is_valid to throw ValueError ---+- Reporter: anonymous |Owner: jrothenbuhler Type: Bug| Status: assigned Comp

Re: [Django] #22414: Persistent connections not closed by LiveServerTestCase, preventing dropping test databases

2014-04-14 Thread Django
#22414: Persistent connections not closed by LiveServerTestCase, preventing dropping test databases ---+ Reporter: Koterpillar|Owner: Type: Bug| Status:

Re: [Django] #18773: Enable optional logging of invalid variable lookups

2014-04-14 Thread Django
#18773: Enable optional logging of invalid variable lookups -+- Reporter: wrigley |Owner: Type: New feature | CarolineSimpson Component: Template system |

Re: [Django] #18763: Shortcut to get users by permission

2014-04-14 Thread Django
#18763: Shortcut to get users by permission --+ Reporter: shelldweller |Owner: Osmose Type: New feature | Status: assigned Component: contrib.auth | Vers

Re: [Django] #22235: pip can install from tarballs as well

2014-04-14 Thread Django
#22235: pip can install from tarballs as well --+ Reporter: omer.drow@… |Owner: gregloy Type: Cleanup/optimization | Status: closed Component: *.djangoproj

Re: [Django] #22356: unique_together fails when referencing columns from base and child class

2014-04-14 Thread Django
#22356: unique_together fails when referencing columns from base and child class -+- Reporter: claus|Owner: frog32 Type: Bug | Status: clo

[django/django] 0bcc92: Fixed #22356 -- Added a check to make sure unique_...

2014-04-14 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 0bcc92c6917738caa2f08ec16d26fad62974fb47 https://github.com/django/django/commit/0bcc92c6917738caa2f08ec16d26fad62974fb47 Author: Marc Egli Date: 2014-04-14 (Mon, 14 Apr 2014) Changed paths: M djan

Re: [Django] #22439: LiveServerTestCase handles error messages inconsistently

2014-04-14 Thread Django
#22439: LiveServerTestCase handles error messages inconsistently --+ Reporter: jmbowman |Owner: jmbowman Type: Cleanup/optimization | Status: assigned Co

Re: [Django] #22436: migrations fail on custom upload_to on ImageField

2014-04-14 Thread Django
#22436: migrations fail on custom upload_to on ImageField -+- Reporter: David Binetti|Owner: | chriscauley Type: Bug | Sta

Re: [Django] #22414: Persistent connections not closed by LiveServerTestCase, preventing dropping test databases

2014-04-14 Thread Django
#22414: Persistent connections not closed by LiveServerTestCase, preventing dropping test databases -+- Reporter: Koterpillar |Owner: Type: Bug | jrothenbuhler

Re: [Django] #22440: Incorrect Behavior of ConditionalGetMiddleware

2014-04-14 Thread Django
#22440: Incorrect Behavior of ConditionalGetMiddleware ---+-- Reporter: mlavin |Owner: mlavin Type: Uncategorized | Status: new Component: HTTP handling |

Re: [Django] #22439: LiveServerTestCase handles error messages inconsistently

2014-04-14 Thread Django
#22439: LiveServerTestCase handles error messages inconsistently -+- Reporter: jmbowman |Owner: jmbowman Type: | Status: assigned Cleanu

[Django] #22440: Incorrect Behavior of ConditionalGetMiddleware

2014-04-14 Thread Django
#22440: Incorrect Behavior of ConditionalGetMiddleware ---+ Reporter: mlavin | Owner: mlavin Type: Uncategorized | Status: new Component: HTTP handling |Version: master Severity: Normal |

Re: [Django] #22434: Ordering is cleared in Subqueries with limits

2014-04-14 Thread Django
#22434: Ordering is cleared in Subqueries with limits -+- Reporter: maciej.pawlisz@… |Owner: Type: Bug | justhamade Component: Database layer |

Re: [Django] #18586: Rewrite unit tests migrated from doctests

2014-04-14 Thread Django
#18586: Rewrite unit tests migrated from doctests --+ Reporter: konk |Owner: judy2k Type: Cleanup/optimization | Status: assigned Component: Testing

Re: [Django] #22439: LiveServerTestCase handles error messages inconsistently

2014-04-14 Thread Django
#22439: LiveServerTestCase handles error messages inconsistently -+- Reporter: jmbowman |Owner: jmbowman Type: | Status: assigned Cleanu

[Django] #22439: LiveServerTestCase handles error messages inconsistently

2014-04-14 Thread Django
#22439: LiveServerTestCase handles error messages inconsistently --+ Reporter: jmbowman | Owner: nobody Type: Cleanup/optimization | Status: new Component: Testing framework |Version: 1.6

Re: [Django] #22434: Ordering is cleared in Subqueries with limits

2014-04-14 Thread Django
#22434: Ordering is cleared in Subqueries with limits -+- Reporter: maciej.pawlisz@… |Owner: Type: Bug | justhamade Component: Database layer |

Re: [Django] #22342: Changing a model to an abstract model caused "ValueError: Related model 'app.Model' cannot be resolved"

2014-04-14 Thread Django
#22342: Changing a model to an abstract model caused "ValueError: Related model 'app.Model' cannot be resolved" +-- Reporter: blueyed |Owner: nobody Type: Bug | Status:

[django/django] 17c188: Fixed #22369 -- Added count parameter to assertTem...

2014-04-14 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 17c18844561431aabed89c3bd48de951db7d13ab https://github.com/django/django/commit/17c18844561431aabed89c3bd48de951db7d13ab Author: Jacob R. Rothenbuhler Date: 2014-04-14 (Mon, 14 Apr 2014) Changed paths

Re: [Django] #22369: Add ability to assert number of times a template is used for assertTemplateUsed

2014-04-14 Thread Django
#22369: Add ability to assert number of times a template is used for assertTemplateUsed -+- Reporter: anonymous|Owner: Type: New feature | jrothenbuhler Component:

Re: [Django] #22261: Wrong Permalink for flatpages

2014-04-14 Thread Django
#22261: Wrong Permalink for flatpages ---+ Reporter: allo@… |Owner: edanm Type: Bug| Status: assigned Component: contrib.flatpages |

Re: [Django] #18586: Rewrite unit tests migrated from doctests

2014-04-14 Thread Django
#18586: Rewrite unit tests migrated from doctests --+ Reporter: konk |Owner: judy2k Type: Cleanup/optimization | Status: assigned Component: Testing

Re: [Django] #18586: Rewrite unit tests migrated from doctests

2014-04-14 Thread Django
#18586: Rewrite unit tests migrated from doctests --+ Reporter: konk |Owner: judy2k Type: Cleanup/optimization | Status: assigned Component: Testing

Re: [Django] #22369: Add ability to assert number of times a template is used for assertTemplateUsed

2014-04-14 Thread Django
#22369: Add ability to assert number of times a template is used for assertTemplateUsed -+- Reporter: anonymous|Owner: Type: New feature | jrothenbuhler Component:

Re: [Django] #22235: pip can install from tarballs as well

2014-04-14 Thread Django
#22235: pip can install from tarballs as well --+ Reporter: omer.drow@… |Owner: gregloy Type: Cleanup/optimization | Status: assigned Component: *.djangopr

Re: [Django] #22369: Add ability to assert number of times a template is used for assertTemplateUsed

2014-04-14 Thread Django
#22369: Add ability to assert number of times a template is used for assertTemplateUsed -+- Reporter: anonymous|Owner: Type: New feature | jrothenbuhler Component:

Re: [Django] #22436: migrations fail on custom upload_to on ImageField

2014-04-14 Thread Django
#22436: migrations fail on custom upload_to on ImageField -+- Reporter: David Binetti|Owner: | chriscauley Type: Bug | Sta

Re: [Django] #22434: Ordering is cleared in Subqueries with limits

2014-04-14 Thread Django
#22434: Ordering is cleared in Subqueries with limits -+- Reporter: maciej.pawlisz@… |Owner: Type: Bug | justhamade Component: Database layer |

Re: [Django] #22436: migrations fail on custom upload_to on ImageField

2014-04-14 Thread Django
#22436: migrations fail on custom upload_to on ImageField -+- Reporter: David Binetti|Owner: charettes | Status: assigned Type: Bug

Re: [Django] #22356: unique_together fails when referencing columns from base and child class

2014-04-14 Thread Django
#22356: unique_together fails when referencing columns from base and child class -+- Reporter: claus|Owner: frog32 Type: Bug | Status: ass

Re: [Django] #22395: Deleting a model and fields that relate to it results in ValueError: Related model '.' cannot be resolved

2014-04-14 Thread Django
#22395: Deleting a model and fields that relate to it results in ValueError: Related model '.' cannot be resolved +-- Reporter: melinath|Owner: nobody Type: Bug | Statu

Re: [Django] #22356: unique_together fails when referencing columns from base and child class

2014-04-14 Thread Django
#22356: unique_together fails when referencing columns from base and child class -+- Reporter: claus|Owner: frog32 Type: Bug | Status: ass

Re: [Django] #22435: Adding a ManyToManyField and running makemigrations prompts for a default

2014-04-14 Thread Django
#22435: Adding a ManyToManyField and running makemigrations prompts for a default + Reporter: andrewsg|Owner: nobody Type: Bug | Status: new Component: Migration

Re: [Django] #22397: Issues removing M2M field with explicit through model

2014-04-14 Thread Django
#22397: Issues removing M2M field with explicit through model -+ Reporter: melinath |Owner: andrewsg Type: Bug | Status: assigned Component: Migratio

Re: [Django] #14136: Show how to specify schemas for Oracle databases

2014-04-14 Thread Django
#14136: Show how to specify schemas for Oracle databases -+- Reporter: pfctdayelise |Owner: nobody Type: Uncategorized| Status: closed Component: Docu

Re: [Django] #22046: unhelpful queryset handling for model formsets with data

2014-04-14 Thread Django
#22046: unhelpful queryset handling for model formsets with data + Reporter: Jim Bailey |Owner: hershbergien Type: Bug | Status: assigned Component: Forms

Re: [Django] #9894: Give the FileField 'upload_to' callable access to an UploadedFile's contents.

2014-04-14 Thread Django
#9894: Give the FileField 'upload_to' callable access to an UploadedFile's contents. -+- Reporter: Pyth |Owner: nobody Type: New feature | Status:

Re: [Django] #9894: Give the FileField 'upload_to' callable access to an UploadedFile's contents.

2014-04-14 Thread Django
#9894: Give the FileField 'upload_to' callable access to an UploadedFile's contents. -+- Reporter: Pyth |Owner: nobody Type: New feature | Status:

Re: [Django] #21548: Add the ability to limit file extensions for ImageField and FileField

2014-04-14 Thread Django
#21548: Add the ability to limit file extensions for ImageField and FileField -+ Reporter: timo |Owner: jfilipe Type: New feature | Status: assigned Component: Forms

Re: [Django] #21548: Add the ability to limit file extensions for ImageField and FileField

2014-04-14 Thread Django
#21548: Add the ability to limit file extensions for ImageField and FileField -+ Reporter: timo |Owner: jfilipe Type: New feature | Status: assigned Component: Forms

Re: [Django] #21548: Add the ability to limit file extensions for ImageField and FileField

2014-04-14 Thread Django
#21548: Add the ability to limit file extensions for ImageField and FileField -+ Reporter: timo |Owner: jfilipe Type: New feature | Status: assigned Component: Forms

Re: [Django] #21765: Contexts cannot be compared for equality.

2014-04-14 Thread Django
#21765: Contexts cannot be compared for equality. -+- Reporter: Keryn Knight |Owner: onjin | Status: closed Type: New feature |

Re: [Django] #22437: mimetype

2014-04-14 Thread Django
#22437: mimetype ---+-- Reporter: anonymous |Owner: nobody Type: Bug| Status: closed Component: Uncategorized | Version: 1.7-beta-1 S

[Django] #22438: Slow INNER JOIN in MySQL can be fixed in Django ORM, but should it?

2014-04-14 Thread Django
#22438: Slow INNER JOIN in MySQL can be fixed in Django ORM, but should it? -+- Reporter: frol | Owner: nobody Type: Uncategorized| Status: new Component: Database layer

Re: [Django] #18523: Add getvalue to HttpResponse

2014-04-14 Thread Django
#18523: Add getvalue to HttpResponse ---+ Reporter: claudep|Owner: Osmose Type: New feature| Status: assigned Component: HTTP handling | Version

Re: [Django] #21158: Set an implicit wait for selenium.

2014-04-14 Thread Django
#21158: Set an implicit wait for selenium. -+- Reporter: apollo13 |Owner: Type: | bsilverberg Cleanup/optimization | Status

Re: [Django] #22220: reverse() documentation

2014-04-14 Thread Django
#0: reverse() documentation -+- Reporter: EvilDMP |Owner: Type: | bendavis78 Cleanup/optimization | Status: assigned

[django/django] 09af48: Improve migrations/schema docs

2014-04-14 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 09af48c70fb5cc652ea109487015472e9ef984df https://github.com/django/django/commit/09af48c70fb5cc652ea109487015472e9ef984df Author: Andrew Godwin Date: 2014-04-14 (Mon, 14 Apr 2014) Changed paths: M

Re: [Django] #21158: Set an implicit wait for selenium.

2014-04-14 Thread Django
#21158: Set an implicit wait for selenium. -+- Reporter: apollo13 |Owner: Type: | bsilverberg Cleanup/optimization | Status

Re: [Django] #21549: Fixture loading should fail with a BIG LOUD EXCEPTION when the file is not found

2014-04-14 Thread Django
#21549: Fixture loading should fail with a BIG LOUD EXCEPTION when the file is not found -+- Reporter: mpasternak |Owner: bugZPDX Type: Bug | St

[Django] #22437: mimetype

2014-04-14 Thread Django
#22437: mimetype ---+ Reporter: anonymous | Owner: nobody Type: Bug| Status: new Component: Uncategorized |Version: 1.7-beta-1 Severity: Normal | Keywords: mimetupe Triage St

Re: [Django] #21158: Set an implicit wait for selenium.

2014-04-14 Thread Django
#21158: Set an implicit wait for selenium. -+- Reporter: apollo13 |Owner: Type: | bsilverberg Cleanup/optimization | Status

Re: [Django] #21158: Set an implicit wait for selenium.

2014-04-14 Thread Django
#21158: Set an implicit wait for selenium. -+- Reporter: apollo13 |Owner: Type: | bsilverberg Cleanup/optimization | Status

Re: [Django] #22397: Issues removing M2M field with explicit through model

2014-04-14 Thread Django
#22397: Issues removing M2M field with explicit through model -+ Reporter: melinath |Owner: andrewsg Type: Bug | Status: assigned Component: Migratio

[Django] #22436: migrations fail on custom upload_to on ImageField

2014-04-14 Thread Django
#22436: migrations fail on custom upload_to on ImageField + Reporter: David Binetti | Owner: nobody Type: Bug | Status: new Component: Migrations |Versi

Re: [Django] #22395: Deleting a model and fields that relate to it results in ValueError: Related model '.' cannot be resolved

2014-04-14 Thread Django
#22395: Deleting a model and fields that relate to it results in ValueError: Related model '.' cannot be resolved +-- Reporter: melinath|Owner: nobody Type: Bug | Statu

[Django] #22435: Adding a ManyToManyField and running makemigrations prompts for a default

2014-04-14 Thread Django
#22435: Adding a ManyToManyField and running makemigrations prompts for a default ---+ Reporter: andrewsg | Owner: nobody Type: Uncategorized | Status: new Component: Uncategorized |Version: master Se

Re: [Django] #22378: \d in urls examples in documentation is missleading.

2014-04-14 Thread Django
#22378: \d in urls examples in documentation is missleading. -+- Reporter: tomwys |Owner: Type: | chriscauley Cleanup/optimization |

Re: [Django] #20916: Provide a "simple_login" feature for the test client

2014-04-14 Thread Django
#20916: Provide a "simple_login" feature for the test client ---+ Reporter: mjtamlyn |Owner: alasdair Type: New feature| Status: assigned Component: Tes

Re: [Django] #21158: Set an implicit wait for selenium.

2014-04-14 Thread Django
#21158: Set an implicit wait for selenium. -+- Reporter: apollo13 |Owner: Type: | bsilverberg Cleanup/optimization | Status

Re: [Django] #22220: reverse() documentation

2014-04-14 Thread Django
#0: reverse() documentation -+- Reporter: EvilDMP |Owner: Type: | bendavis78 Cleanup/optimization | Status: assigned

Re: [Django] #22373: Django Migrations keeps detecting changes to FileField using custom storage

2014-04-14 Thread Django
#22373: Django Migrations keeps detecting changes to FileField using custom storage -+- Reporter: Matthias Pronk |Owner: | Status: new Type

Re: [Django] #22369: Add ability to assert number of times a template is used for assertTemplateUsed

2014-04-14 Thread Django
#22369: Add ability to assert number of times a template is used for assertTemplateUsed -+- Reporter: anonymous|Owner: Type: New feature | jrothenbuhler Component:

Re: [Django] #22046: unhelpful queryset handling for model formsets with data

2014-04-14 Thread Django
#22046: unhelpful queryset handling for model formsets with data + Reporter: Jim Bailey |Owner: hershbergien Type: Bug | Status: assigned Component: Forms

Re: [Django] #22379: Escaping needed during lazy reversing of non-ascii URLs

2014-04-14 Thread Django
#22379: Escaping needed during lazy reversing of non-ascii URLs -+-- Reporter: jnns |Owner: nobody Type: Bug | Status: closed Component: Core (URLs) |

Re: [Django] #22356: unique_together fails when referencing columns from base and child class

2014-04-14 Thread Django
#22356: unique_together fails when referencing columns from base and child class -+- Reporter: claus|Owner: frog32 Type: Bug | Status: ass

Re: [Django] #22235: pip can install from tarballs as well

2014-04-14 Thread Django
#22235: pip can install from tarballs as well --+ Reporter: omer.drow@… |Owner: gregloy Type: Cleanup/optimization | Status: assigned Component: *.djangopr

Re: [Django] #22433: Django

2014-04-14 Thread Django
#22433: Django ---+-- Reporter: carol |Owner: nobody Type: Uncategorized | Status: closed Component: Uncategorized | Version: 1.6 Severity:

[Django] #22434: Ordering is cleared in Subqueries with limits

2014-04-14 Thread Django
#22434: Ordering is cleared in Subqueries with limits --+ Reporter: maciej.pawlisz@… | Owner: nobody Type: Bug | Status: new Component: Database layer (models, ORM)

Re: [Django] #11154: Inconsistency with permissions for proxy models

2014-04-14 Thread Django
#11154: Inconsistency with permissions for proxy models -+- Reporter: etianen |Owner: charettes Type: Bug | Status: assigned Component:

Re: [Django] #22433: Django

2014-04-14 Thread Django
#22433: Django ---+-- Reporter: carol |Owner: nobody Type: Uncategorized | Status: closed Component: Uncategorized | Version: 1.6 Severity:

[Django] #22433: Django

2014-04-14 Thread Django
#22433: Django ---+ Reporter: carol | Owner: nobody Type: Uncategorized | Status: new Component: Uncategorized |Version: 1.6 Severity: Normal | Keywords: django Triage Stage: Unreviewe

Re: [Django] #22431: TestCase swallows IntegrityError when creating object with invalid foreign key

2014-04-14 Thread Django
#22431: TestCase swallows IntegrityError when creating object with invalid foreign key -+- Reporter: cjerdonek|Owner: nobody Type: Bug | Statu

Re: [Django] #22431: TestCase swallows IntegrityError when creating object with invalid foreign key

2014-04-14 Thread Django
#22431: TestCase swallows IntegrityError when creating object with invalid foreign key -+- Reporter: cjerdonek|Owner: nobody Type: Bug | Statu