Re: [Django] #18229: Allow configuration of debug response format for AJAX errors

2014-03-05 Thread Django
#18229: Allow configuration of debug response format for AJAX errors + Reporter: davehughes05@… |Owner: nobody Type: New feature | Status: new Component: Core (Other

Re: [Django] #22218: Deprecate 'prefix' arg to django.conf.urls.patterns

2014-03-05 Thread Django
#22218: Deprecate 'prefix' arg to django.conf.urls.patterns --+ Reporter: carljm|Owner: nobody Type: Cleanup/optimization | Status: new Component: Co

Re: [Django] #18668: Make related_query_name more configurable

2014-03-05 Thread Django
#18668: Make related_query_name more configurable -+- Reporter: zmsmith |Owner: nobody Type: New feature | Status: closed Component: Database la

[Django] #22218: Deprecate 'prefix' arg to django.conf.urls.patterns

2014-03-05 Thread Django
#22218: Deprecate 'prefix' arg to django.conf.urls.patterns + Reporter: carljm| Owner: nobody Type: Cleanup/optimization | Status: new Compon

Re: [Django] #22070: Admin index shows mixed lowercase and capitalized app names when using contrib apps and old-style apps

2014-03-05 Thread Django
#22070: Admin index shows mixed lowercase and capitalized app names when using contrib apps and old-style apps -+- Reporter: bendavis78 |Owner: Type: | jenkins

Re: [Django] #21832: allow USERNAME_FIELD to be a ForeignKey

2014-03-05 Thread Django
#21832: allow USERNAME_FIELD to be a ForeignKey -+- Reporter: cjerdonek|Owner: nobody Type: New feature | Status: new Component: contrib.auth

Re: [Django] #22217: ManyToManyField.through_fields docs mix up description of arguments

2014-03-05 Thread Django
#22217: ManyToManyField.through_fields docs mix up description of arguments -+-- Reporter: dfunckt |Owner: dfunckt Type: Bug | Status: assigned Compo

Re: [Django] #22217: ManyToManyField.through_fields docs mix up description of arguments (was: ManyToMany.through_fields docs mix up description of arguments)

2014-03-05 Thread Django
#22217: ManyToManyField.through_fields docs mix up description of arguments -+-- Reporter: dfunckt |Owner: nobody Type: Bug | Status: new Component:

[Django] #22217: ManyToMany.through_fields docs mix up description of arguments

2014-03-05 Thread Django
#22217: ManyToMany.through_fields docs mix up description of arguments ---+ Reporter: dfunckt| Owner: nobody Type: Bug| Status: new Component: Documentation |Version: master Severity: Nor

Re: [Django] #21832: allow USERNAME_FIELD to be a ForeignKey

2014-03-05 Thread Django
#21832: allow USERNAME_FIELD to be a ForeignKey -+- Reporter: cjerdonek|Owner: nobody Type: New feature | Status: new Component: contrib.auth

Re: [Django] #11035: urlify.js with Serbian alphabet

2014-03-05 Thread Django
#11035: urlify.js with Serbian alphabet -+ Reporter: janos|Owner: nobody Type: New feature | Status: closed Component: contrib.admin|

Re: [Django] #8561: Patсh for Lithuanian support to Javascript slug creation

2014-03-05 Thread Django
#8561: Patсh for Lithuanian support to Javascript slug creation + Reporter: petraszd|Owner: nobody Type: New feature | Status: closed Component: contrib.admin

[django/django] 209486: Fixed issues and added new scripts to urlify.js

2014-03-05 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 20948612c79b936424cb12cf9988713708232ced https://github.com/django/django/commit/20948612c79b936424cb12cf9988713708232ced Author: Baptiste Mispelon Date: 2014-03-05 (Wed, 05 Mar 2014) Changed paths:

Re: [Django] #22213: Test failure: relative path in resolve_url

2014-03-05 Thread Django
#22213: Test failure: relative path in resolve_url ---+-- Reporter: afuna |Owner: nobody Type: Bug| Status: closed Component: Testing framewo

Re: [Django] #22216: There is no mention of non_field_errors on the forms api page

2014-03-05 Thread Django
#22216: There is no mention of non_field_errors on the forms api page --+ Reporter: anonymous |Owner: nobody Type: Cleanup/optimization | Status: new Comp

[Django] #22216: There is no mention of non_field_errors on the forms api page

2014-03-05 Thread Django
#22216: There is no mention of non_field_errors on the forms api page ---+ Reporter: anonymous | Owner: nobody Type: Uncategorized | Status: new Component: Uncategorized |Version: 1.6 Severity: Normal

Re: [Django] #22213: Test failure: relative path in resolve_url

2014-03-05 Thread Django
#22213: Test failure: relative path in resolve_url ---+-- Reporter: afuna |Owner: nobody Type: Bug| Status: closed Component: Testing framewo

Re: [Django] #22215: 1.4 tutorial minor error

2014-03-05 Thread Django
#22215: 1.4 tutorial minor error ---+-- Reporter: vynce@…|Owner: nobody Type: Uncategorized | Status: closed Component: Documentation | Version: 1

[django/django] b8713e: [1.4.x] Fixed #21195 -- Clarifed usage of template...

2014-03-05 Thread GitHub
Branch: refs/heads/stable/1.4.x Home: https://github.com/django/django Commit: b8713ee69a7a171a01cf94c56d3b83bc09e41506 https://github.com/django/django/commit/b8713ee69a7a171a01cf94c56d3b83bc09e41506 Author: Tim Graham Date: 2014-03-05 (Wed, 05 Mar 2014) Changed paths:

Re: [Django] #21195: Clarify the usage of template_name in tutorial part 4

2014-03-05 Thread Django
#21195: Clarify the usage of template_name in tutorial part 4 --+ Reporter: anonymous |Owner: nobody Type: Cleanup/optimization | Status: closed Component

[Django] #22215: 1.4 tutorial minor error

2014-03-05 Thread Django
#22215: 1.4 tutorial minor error ---+ Reporter: vynce@…| Owner: nobody Type: Uncategorized | Status: new Component: Documentation |Version: 1.4 Severity: Normal | Keywords: Triage Stage:

Re: [Django] #22207: Add `related_query_name` to GenericRelation for query operations (filter, order_by, etc.) from related model

2014-03-05 Thread Django
#22207: Add `related_query_name` to GenericRelation for query operations (filter, order_by, etc.) from related model -+- Reporter: gabejackson |Owner: nobody Type: New feature

[django/django] b77f26: Fixed #22207 -- Added support for GenericRelation ...

2014-03-05 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: b77f26313cddbfde20dcf2661e9bd35458c2d1bd https://github.com/django/django/commit/b77f26313cddbfde20dcf2661e9bd35458c2d1bd Author: Gabe Jackson Date: 2014-03-05 (Wed, 05 Mar 2014) Changed paths: M d

Re: [Django] #22207: Add `related_query_name` to GenericRelation for query operations (filter, order_by, etc.) from related model (was: Add `related_name` to GenericRelation for query operations (filt

2014-03-05 Thread Django
#22207: Add `related_query_name` to GenericRelation for query operations (filter, order_by, etc.) from related model -+- Reporter: gabejackson |Owner: nobody Type: New feature

Re: [Django] #22207: Add `related_name` to GenericRelation for query operations (filter, order_by, etc.) from related model

2014-03-05 Thread Django
#22207: Add `related_name` to GenericRelation for query operations (filter, order_by, etc.) from related model -+- Reporter: gabejackson |Owner: nobody Type: New feature |

[django/django] c627da: Fixed #14549 - Removed restriction of single FKs o...

2014-03-05 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: c627da0ccc12861163f28177aa7538b420a9d310 https://github.com/django/django/commit/c627da0ccc12861163f28177aa7538b420a9d310 Author: Akis Kesoglou Date: 2014-03-05 (Wed, 05 Mar 2014) Changed paths: M

Re: [Django] #14549: Disambiguation of target/source fields for intermediary models when using ManyToManyField

2014-03-05 Thread Django
#14549: Disambiguation of target/source fields for intermediary models when using ManyToManyField -+- Reporter: Kronuz |Owner: dfunckt Type: New feature |

Re: [Django] #22213: Test failure: relative path in resolve_url

2014-03-05 Thread Django
#22213: Test failure: relative path in resolve_url ---+-- Reporter: afuna |Owner: nobody Type: Bug| Status: closed Component: Testing framewo

Re: [Django] #17642: min_num on admin inline formsets

2014-03-05 Thread Django
#17642: min_num on admin inline formsets -+- Reporter: |Owner: krzysztof.szczesny@… | asteinlein Type: New feature | Status:

Re: [Django] #22214: Doc Code Mistake: No polls are available.

2014-03-05 Thread Django
#22214: Doc Code Mistake: No polls are available. ---+-- Reporter: anonymous |Owner: nobody Type: Uncategorized | Status: closed Component: Documentation |

[Django] #22214: Doc Code Mistake: No polls are available.

2014-03-05 Thread Django
#22214: Doc Code Mistake: No polls are available. ---+ Reporter: anonymous | Owner: nobody Type: Uncategorized | Status: new Component: Documentation |Version: 1.6 Severity: Normal | Keywords

Re: [Django] #21832: allow USERNAME_FIELD to be a ForeignKey

2014-03-05 Thread Django
#21832: allow USERNAME_FIELD to be a ForeignKey -+- Reporter: cjerdonek|Owner: nobody Type: New feature | Status: new Component: contrib.auth

Re: [Django] #21890: django.core.exceptions.FieldError: Local field ... in class ... clashes with field of similar name from base class ...

2014-03-05 Thread Django
#21890: django.core.exceptions.FieldError: Local field ... in class ... clashes with field of similar name from base class ... +--- Reporter: claus |Owner: Type: Bug |

Re: [Django] #22070: Admin index shows mixed lowercase and capitalized app names when using contrib apps and old-style apps

2014-03-05 Thread Django
#22070: Admin index shows mixed lowercase and capitalized app names when using contrib apps and old-style apps -+- Reporter: bendavis78 |Owner: Type: | jenkins

Re: [Django] #22206: TextField doesn't set max_length attribute on its formfield, unlike CharField

2014-03-05 Thread Django
#22206: TextField doesn't set max_length attribute on its formfield, unlike CharField -+ Reporter: gcc |Owner: gcc Type: New feature | Status: closed Component: For

[django/django] 95c74b: Fixed #22206 -- Passed models.TextField.max_length...

2014-03-05 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 95c74b9d699c29fe808684774548e2864d64665a https://github.com/django/django/commit/95c74b9d699c29fe808684774548e2864d64665a Author: Chris Wilson Date: 2014-03-05 (Wed, 05 Mar 2014) Changed paths: M A

Re: [Django] #20953: git push -f in docs needs a stern warning

2014-03-05 Thread Django
#20953: git push -f in docs needs a stern warning --+ Reporter: EvilDMP |Owner: nobody Type: Cleanup/optimization | Status: new Component: Documentatio

Re: [Django] #21860: ModelChoiceField documentation doesn't include the `to_field_name` optional argument

2014-03-05 Thread Django
#21860: ModelChoiceField documentation doesn't include the `to_field_name` optional argument -+- Reporter: Keryn Knight |Owner: | anubhav9042 Type:

Re: [Django] #22205: Feature request: Warn about aggregating over possibly incompatible types

2014-03-05 Thread Django
#22205: Feature request: Warn about aggregating over possibly incompatible types -+- Reporter: nbtrap@… |Owner: nobody Type: Uncategorized| Status: clo

Re: [Django] #21966: Incorrect usage of constraint_checks_disabled in tests

2014-03-05 Thread Django
#21966: Incorrect usage of constraint_checks_disabled in tests ---+-- Reporter: wlodek |Owner: nobody Type: Bug| Status: new Component: Uncategorized |

Re: [Django] #22213: Test failure: relative path in resolve_url

2014-03-05 Thread Django
#22213: Test failure: relative path in resolve_url ---+-- Reporter: afuna |Owner: nobody Type: Bug| Status: new Component: Testing framework

[Django] #22213: Test failure: relative path in resolve_url

2014-03-05 Thread Django
#22213: Test failure: relative path in resolve_url ---+ Reporter: afuna | Owner: nobody Type: Bug| Status: new Component: Testing framework |Version: 1.6 Severity: Normal

Re: [Django] #21777: Make request exception handling more robust to subsequent exceptions

2014-03-05 Thread Django
#21777: Make request exception handling more robust to subsequent exceptions ---+-- Reporter: patrakov@… |Owner: nobody Type: Uncategorized | Status: new Component: Core

Re: [Django] #20566: Store previous string in po files

2014-03-05 Thread Django
#20566: Store previous string in po files --+ Reporter: nijel |Owner: nobody Type: New feature | Status: new Component: Internationalization

Re: [Django] #21940: Consistent contribute_to_class's virtual_only

2014-03-05 Thread Django
#21940: Consistent contribute_to_class's virtual_only -+- Reporter: Kronuz |Owner: nobody Type: | Status: new Cleanup/optimization

Re: [Django] #14549: Disambiguation of target/source fields for intermediary models when using ManyToManyField

2014-03-05 Thread Django
#14549: Disambiguation of target/source fields for intermediary models when using ManyToManyField -+- Reporter: Kronuz |Owner: dfunckt Type: New feature |

Re: [Django] #16617: URLField with min_length or max_length reports wrong length in validation messages

2014-03-05 Thread Django
#16617: URLField with min_length or max_length reports wrong length in validation messages -+--- Reporter: frasern |Owner: sperrygrove Type: Bug | Status: assigned Componen

Re: [Django] #16617: URLField with min_length or max_length reports wrong length in validation messages

2014-03-05 Thread Django
#16617: URLField with min_length or max_length reports wrong length in validation messages -+- Reporter: frasern |Owner: anonymous Type: Bug | Status: assigned Component:

Re: [Django] #21832: allow USERNAME_FIELD to be a ForeignKey

2014-03-05 Thread Django
#21832: allow USERNAME_FIELD to be a ForeignKey -+- Reporter: cjerdonek|Owner: nobody Type: New feature | Status: new Component: contrib.auth

Re: [Django] #20550: Add an option to preserve the database between test runs

2014-03-05 Thread Django
#20550: Add an option to preserve the database between test runs ---+ Reporter: aaugustin |Owner: gchp Type: New feature| Status: assigned Component: Tes

Re: [Django] #22206: TextField doesn't set max_length attribute on its formfield, unlike CharField

2014-03-05 Thread Django
#22206: TextField doesn't set max_length attribute on its formfield, unlike CharField -+ Reporter: gcc |Owner: gcc Type: New feature | Status: assigned Component: F

Re: [Django] #22212: System check does incorrectly report an error for GenericTabularInline

2014-03-05 Thread Django
#22212: System check does incorrectly report an error for GenericTabularInline -+- Reporter: Matthias Pronk |Owner: nobody | Status: closed

[Django] #22212: System check does incorrectly report an error for GenericTabularInline

2014-03-05 Thread Django
#22212: System check does incorrectly report an error for GenericTabularInline -+- Reporter: Matthias Pronk | Owner: nobody | Status: new Type: Uncategorized|

Re: [Django] #22206: TextField doesn't set max_length attribute on its formfield, unlike CharField

2014-03-05 Thread Django
#22206: TextField doesn't set max_length attribute on its formfield, unlike CharField -+ Reporter: gcc |Owner: gcc Type: New feature | Status: assigned Component: F

Re: [Django] #21777: Make request exception handling more robust to subsequent exceptions

2014-03-05 Thread Django
#21777: Make request exception handling more robust to subsequent exceptions ---+-- Reporter: patrakov@… |Owner: nobody Type: Uncategorized | Status: new Component: Core

Re: [Django] #21832: allow USERNAME_FIELD to be a ForeignKey

2014-03-05 Thread Django
#21832: allow USERNAME_FIELD to be a ForeignKey -+- Reporter: cjerdonek|Owner: nobody Type: New feature | Status: new Component: contrib.auth

Re: [Django] #21832: allow USERNAME_FIELD to be a ForeignKey

2014-03-05 Thread Django
#21832: allow USERNAME_FIELD to be a ForeignKey -+- Reporter: cjerdonek|Owner: nobody Type: New feature | Status: new Component: contrib.auth

Re: [Django] #21725: Javascript translations fail with non-BMP characters

2014-03-05 Thread Django
#21725: Javascript translations fail with non-BMP characters -+- Reporter: nedbatchelder|Owner: MattBlack Type: Bug | Status: closed Component

[django/django] ac699c: Really hidden warnings in javascript_quote tests

2014-03-05 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: ac699cdc174a825e6b78c6f3c6e967bc961413c8 https://github.com/django/django/commit/ac699cdc174a825e6b78c6f3c6e967bc961413c8 Author: Claude Paroz Date: 2014-03-05 (Wed, 05 Mar 2014) Changed paths: M t