Re: [Django] #26360: add section on testing to django tutorial

2016-03-18 Thread Django
#26360: add section on testing to django tutorial ---+-- Reporter: beckastar |Owner: nobody Type: New feature| Status: closed Component: Documentation |

Re: [Django] #26364: Updating an object in a queryset with save() leads to bug using that queryset as a lookup filter

2016-03-18 Thread Django
#26364: Updating an object in a queryset with save() leads to bug using that queryset as a lookup filter -+- Reporter: jonathan-golorry |Owner: nobody Type: Bug |

Re: [Django] #26365: Add a system check to ensure "string_if_invalid" is a string

2016-03-18 Thread Django
#26365: Add a system check to ensure "string_if_invalid" is a string -+- Reporter: JosephDev|Owner: | vincepandolfo Type: New feature

[Django] #26379: Inconsistent behaviour of filter() on related model (RelatedManager)

2016-03-18 Thread Django
#26379: Inconsistent behaviour of filter() on related model (RelatedManager) --+ Reporter: ignus2| Owner: nobody Type: Bug | Status: new Component: Datab

Re: [Django] #26366: Implicitly save related models as needed instead of raising "unsaved related objects error" on Model.save() (was: models.Model.save() method improvement.)

2016-03-18 Thread Django
#26366: Implicitly save related models as needed instead of raising "unsaved related objects error" on Model.save() -+- Reporter: aki33524 |Owner: nobody Type: New feature

Re: [Django] #26365: template option "string_if_invalid" can't find error location whit including html

2016-03-18 Thread Django
#26365: template option "string_if_invalid" can't find error location whit including html -+-- Reporter: JosephDev|Owner: nobody Type: Bug | Status: new

Re: [Django] #26347: Saving ManyToMany field under race condition causes data loss on MySQL

2016-03-18 Thread Django
#26347: Saving ManyToMany field under race condition causes data loss on MySQL -+- Reporter: hchargois|Owner: nobody Type: | Status: new

Re: [Django] #26365: Add a system check to ensure "string_if_invalid" is a string

2016-03-18 Thread Django
#26365: Add a system check to ensure "string_if_invalid" is a string -+- Reporter: JosephDev|Owner: | vincepandolfo Type: New feature

Re: [Django] #26367: Assess if FieldFile can work with stdlib File instead of requiring Django's File

2016-03-18 Thread Django
#26367: Assess if FieldFile can work with stdlib File instead of requiring Django's File --+ Reporter: cristianocca |Owner: nobody Type: Cleanup/optimization | S

Re: [Django] #26375: Docs: since author_form.html gets used by CreateView and UpdateView, the button should be be called "Create"

2016-03-18 Thread Django
#26375: Docs: since author_form.html gets used by CreateView and UpdateView, the button should be be called "Create" --+ Reporter: guettli | Owner: nobody Type: Cleanup/optimization | Status: close

Re: [Django] #26357: 'related-lookup' and 'add-another' popups don't work for admin fields added via ajax

2016-03-18 Thread Django
#26357: 'related-lookup' and 'add-another' popups don't work for admin fields added via ajax -+- Reporter: julianandrews|Owner: nobody Type: |

[Django] #26376: Docs for `get_template_names`

2016-03-18 Thread Django
#26376: Docs for `get_template_names` --+ Reporter: guettli | Owner: nobody Type: Cleanup/optimization | Status: new Component: Documentation |Version: 1.9 Severity: Normal

[Django] #26380: 'FileField' attribute has no file associated with it

2016-03-18 Thread Django
#26380: 'FileField' attribute has no file associated with it --+ Reporter:| Owner: nobody mehdyhaghy | Type:| Status: new Uncategorized | Component

Re: [Django] #26367: Assess if FieldFile can work with stdlib File instead of requiring Django's File

2016-03-18 Thread Django
#26367: Assess if FieldFile can work with stdlib File instead of requiring Django's File --+ Reporter: cristianocca |Owner: nobody Type: Cleanup/optimization | S

Re: [Django] #26365: template option "string_if_invalid" can't find error location whit including html

2016-03-18 Thread Django
#26365: template option "string_if_invalid" can't find error location whit including html -+-- Reporter: JosephDev|Owner: nobody Type: Bug | Status: new

Re: [Django] #26358: link in new contributor guide is unclear and needs some improvements

2016-03-18 Thread Django
#26358: link in new contributor guide is unclear and needs some improvements -+- Reporter: beckastar|Owner: nobody Type: | Status: closed

Re: [Django] #26347: Saving ManyToMany field under race condition causes data loss

2016-03-18 Thread Django
#26347: Saving ManyToMany field under race condition causes data loss -+- Reporter: hchargois|Owner: nobody Type: Uncategorized| Status: closed Com

Re: [Django] #26378: Incorrect behavior in GenericIPAddressField with protocol='both', unpack_ipv4=False

2016-03-18 Thread Django
#26378: Incorrect behavior in GenericIPAddressField with protocol='both', unpack_ipv4=False -+- Reporter: bshen|Owner: nobody Type: Bug | S

Re: [Django] #24987: Remove test client login()'s hardcoded rejection of inactive users (was: django.test.client.Client.login() rejects user with is_active=False)

2016-03-18 Thread Django
#24987: Remove test client login()'s hardcoded rejection of inactive users ---+ Reporter: jdufresne |Owner: nobody Type: Bug| Status: new Componen

Re: [Django] #13327: FileField/ImageField accessor methods throw unnecessary exceptions when they are blank or null.

2016-03-18 Thread Django
#13327: FileField/ImageField accessor methods throw unnecessary exceptions when they are blank or null. -+- Reporter: kevin.howerton@… |Owner: nobody Type: |