Re: [Django] #23: Add support for ValidationWarning

2013-08-17 Thread Django
#23: Add support for ValidationWarning -+ Reporter: adrian |Owner: jgeskens Type: New feature | Status: assigned Component: Forms| Version:

[Django] #20931: RadioSelect, RadioSelectMultiple, CheckBoxSelect, CheckBoxSelectMultiple do not render nested option sets correctly

2013-08-17 Thread Django
#20931: RadioSelect, RadioSelectMultiple, CheckBoxSelect, CheckBoxSelectMultiple do not render nested option sets correctly +- Reporter: dyve| Owner: nobody Type: Bug | Status: new Component: Forms

Re: [Django] #20640: `get_deleted_objects` causes an error if there is no change view.

2013-08-17 Thread Django
#20640: `get_deleted_objects` causes an error if there is no change view. -+- Reporter: Keryn Knight |Owner: koirikivi | Status: assigned

Re: [Django] #23: Add support for ValidationWarning

2013-08-17 Thread Django
#23: Add support for ValidationWarning -+ Reporter: adrian |Owner: jgeskens Type: New feature | Status: assigned Component: Forms| Version:

Re: [Django] #20929: inline_formset - DELETE field is in visible_fields

2013-08-17 Thread Django
#20929: inline_formset - DELETE field is in visible_fields ---+-- Reporter: RLion |Owner: nobody Type: Uncategorized | Status: new Component: Forms |

[django/django] 782682: [1.4.x] Fixed #20907 - Test failure on Oracle

2013-08-17 Thread GitHub
Branch: refs/heads/stable/1.4.x Home: https://github.com/django/django Commit: 7826824aef42097e265ad5132bfbff4c64762dd7 https://github.com/django/django/commit/7826824aef42097e265ad5132bfbff4c64762dd7 Author: Shai Berger Date: 2013-08-17 (Sat, 17 Aug 2013) Changed paths:

Re: [Django] #20907: Test failure on Oracle: test_attribute_name_not_python_keyword

2013-08-17 Thread Django
#20907: Test failure on Oracle: test_attribute_name_not_python_keyword -+- Reporter: shai |Owner: shai Type: Bug | Status: closed Comp

Re: [Django] #20640: `get_deleted_objects` causes an error if there is no change view.

2013-08-17 Thread Django
#20640: `get_deleted_objects` causes an error if there is no change view. -+- Reporter: Keryn Knight |Owner: koirikivi | Status: assigned

Re: [Django] #20780: collectstatic --link causes IOError when dangling symlink exists

2013-08-17 Thread Django
#20780: collectstatic --link causes IOError when dangling symlink exists -+ Reporter: vdboor |Owner: johngian Type: Bug | Status: assigned

Re: [Django] #20780: collectstatic --link causes IOError when dangling symlink exists

2013-08-17 Thread Django
#20780: collectstatic --link causes IOError when dangling symlink exists -+ Reporter: vdboor |Owner: johngian Type: Bug | Status: assigned

Re: [Django] #20888: Index ordering in index_together and unique_together

2013-08-17 Thread Django
#20888: Index ordering in index_together and unique_together -+- Reporter: anonymous|Owner: nobody Type: New feature | Status: new Component: Dat

Re: [Django] #20921: Creating a decorator any_permission_required

2013-08-17 Thread Django
#20921: Creating a decorator any_permission_required -+- Reporter: fabiobatalha@… |Owner: Type: New feature | fabiobatalha Component: contrib.auth |

Re: [Django] #20839: models.py module is imported multiple times.

2013-08-17 Thread Django
#20839: models.py module is imported multiple times. --+ Reporter: gwahl@… |Owner: nobody Type: Cleanup/optimization | Status: new Component: Uncategor

Re: [Django] #20905: Test failure on Oracle: test_child_link_prefetch

2013-08-17 Thread Django
#20905: Test failure on Oracle: test_child_link_prefetch -+- Reporter: shai |Owner: nobody Type: Bug | Status: closed Component: Data

Re: [Django] #20689: Django 1.5.1: severe performance degradation on Oracle

2013-08-17 Thread Django
#20689: Django 1.5.1: severe performance degradation on Oracle -+- Reporter: zakharov.vv@…|Owner: nobody Type: Bug | Status: new Component: D

Re: [Django] #20116: ValidationError in form wizard with formsets

2013-08-17 Thread Django
#20116: ValidationError in form wizard with formsets ---+- Reporter: foonicorn |Owner: foonicorn Type: Bug| Status: assigned Component: contrib.f

Re: [Django] #20647: Trying to get repr() or str() on a queryset that has been .select_for_update() causes oracle backend to throw ORA00907

2013-08-17 Thread Django
#20647: Trying to get repr() or str() on a queryset that has been .select_for_update() causes oracle backend to throw ORA00907 -+- Reporter: kimvais@…|Owner: nobody Type: Bug

Re: [Django] #20904: Test failure on Oracle: test_ticket_16885

2013-08-17 Thread Django
#20904: Test failure on Oracle: test_ticket_16885 -+- Reporter: shai |Owner: nobody Type: Bug | Status: closed Component: Database la

[django/django] d9dc98: [1.4.x] Fixed #20904: Test failure on Oracle

2013-08-17 Thread GitHub
Branch: refs/heads/stable/1.4.x Home: https://github.com/django/django Commit: d9dc98159d0454d74aebec3e9a763ddecea0961e https://github.com/django/django/commit/d9dc98159d0454d74aebec3e9a763ddecea0961e Author: Shai Berger Date: 2013-08-17 (Sat, 17 Aug 2013) Changed paths:

Re: [Django] #20907: Test failure on Oracle: test_attribute_name_not_python_keyword

2013-08-17 Thread Django
#20907: Test failure on Oracle: test_attribute_name_not_python_keyword -+- Reporter: shai |Owner: shai Type: Bug | Status: assigned Co

Re: [Django] #20930: Arithmetic operations on aggregates

2013-08-17 Thread Django
#20930: Arithmetic operations on aggregates -+- Reporter: debanshuk|Owner: nobody Type: New feature | Status: new Component: Database layer

Re: [Django] #20930: Arithmetic operations on aggregates

2013-08-17 Thread Django
#20930: Arithmetic operations on aggregates -+- Reporter: debanshuk|Owner: nobody Type: New feature | Status: new Component: Database layer

[Django] #20930: Arithmetic operations on aggregates

2013-08-17 Thread Django
#20930: Arithmetic operations on aggregates --+ Reporter: debanshuk | Owner: nobody Type: New feature | Status: new Component: Database layer (models, ORM) |Ver

Re: [Django] #10827: django.auth create_permissions must clear the content type cache before creating permissions

2013-08-17 Thread Django
#10827: django.auth create_permissions must clear the content type cache before creating permissions --+ Reporter: seanl |Owner: nobody Type: Bug | Status: new

[Django] #20929: inline_formset - DELETE field is in visible_fields

2013-08-17 Thread Django
#20929: inline_formset - DELETE field is in visible_fields ---+ Reporter: RLion | Owner: nobody Type: Uncategorized | Status: new Component: Forms |Version: 1.5 Severity: Normal |

Re: [Django] #20082: Document where the list of people who get security pre-notifications lives

2013-08-17 Thread Django
#20082: Document where the list of people who get security pre-notifications lives -+- Reporter: jacob|Owner: Type: | andrewgodwin Cleanup/optimizatio

Re: [Django] #17413: Serialization or getting non-HTML version of form errors is not easy

2013-08-17 Thread Django
#17413: Serialization or getting non-HTML version of form errors is not easy -+- Reporter: kmike|Owner: loic84 Type: New feature | Status: assigne

Re: [Django] #17413: Serialization or getting non-HTML version of form errors is not easy

2013-08-17 Thread Django
#17413: Serialization or getting non-HTML version of form errors is not easy -+- Reporter: kmike|Owner: merb Type: New feature | Status: assigned