Re: [Django] #20429: Add QuerySet.update_or_create method

2013-06-21 Thread Django
#20429: Add QuerySet.update_or_create method -+- Reporter: tunixman |Owner: Type: New feature | elektrrrus Component: Database layer |

Re: [Django] #20634: Discrepancy about staticfiles finders strategy

2013-06-21 Thread Django
#20634: Discrepancy about staticfiles finders strategy -+- Reporter: claudep |Owner: nobody Type: Bug | Status: closed Component:

Re: [Django] #20429: Add QuerySet.update_or_create method

2013-06-21 Thread Django
#20429: Add QuerySet.update_or_create method -+- Reporter: tunixman |Owner: Type: New feature | elektrrrus Component: Database layer |

[django/django] 519fda: Fixed #20634 - Corrected doc mistake re: staticfil...

2013-06-21 Thread GitHub
Branch: refs/heads/stable/1.5.x Home: https://github.com/django/django Commit: 519fdacf5127540638f7c1b4a3656d9a31f16a8b https://github.com/django/django/commit/519fdacf5127540638f7c1b4a3656d9a31f16a8b Author: Tim Graham Date: 2013-06-21 (Fri, 21 Jun

Re: [Django] #20634: Discrepancy about staticfiles finders strategy

2013-06-21 Thread Django
#20634: Discrepancy about staticfiles finders strategy -+- Reporter: claudep |Owner: nobody Type: Bug | Status: closed Component:

Re: [Django] #20634: Discrepancy about staticfiles finders strategy

2013-06-21 Thread Django
#20634: Discrepancy about staticfiles finders strategy -+- Reporter: claudep |Owner: nobody Type: Bug | Status: closed Component:

[django/django] 9be93a: Fixed #20634 - Corrected doc mistake re: staticfil...

2013-06-21 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 9be93aa809c34083ebef8392e52c83df0e383be3 https://github.com/django/django/commit/9be93aa809c34083ebef8392e52c83df0e383be3 Author: Tim Graham Date: 2013-06-21 (Fri, 21 Jun 2013)

Re: [Django] #20634: Discrepancy about staticfiles finders strategy

2013-06-21 Thread Django
#20634: Discrepancy about staticfiles finders strategy -+- Reporter: claudep |Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #20429: Add QuerySet.update_or_create method

2013-06-21 Thread Django
#20429: Add QuerySet.update_or_create method -+- Reporter: tunixman |Owner: Type: New feature | elektrrrus Component: Database layer |

Re: [Django] #20634: Discrepancy about staticfiles finders strategy

2013-06-21 Thread Django
#20634: Discrepancy about staticfiles finders strategy ---+ Reporter: claudep|Owner: nobody Type: Bug| Status: new Component: Documentation |

Re: [Django] #19695: Static files for forms described as "Form Media"

2013-06-21 Thread Django
#19695: Static files for forms described as "Form Media" ---+ Reporter: aaugustin |Owner: nobody Type: Bug| Status: new Component: Documentation |

[django/django] 9b0604: [1.5.x] Fixed #19881 -- Documented that get_next/p...

2013-06-21 Thread GitHub
Branch: refs/heads/stable/1.5.x Home: https://github.com/django/django Commit: 9b0604e5149e20fc98f07256af60eac87421a346 https://github.com/django/django/commit/9b0604e5149e20fc98f07256af60eac87421a346 Author: James Bennett Date: 2013-06-21 (Fri, 21 Jun 2013)

[django/django] ba610c: Fixed #19881 -- Documented that get_next/previous_...

2013-06-21 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: ba610cb319d8882a663effcaf0a4e53c04593f98 https://github.com/django/django/commit/ba610cb319d8882a663effcaf0a4e53c04593f98 Author: James Bennett Date: 2013-06-21 (Fri, 21 Jun 2013)

Re: [Django] #19881: Document that get_next/previous_by_FOO uses default manager

2013-06-21 Thread Django
#19881: Document that get_next/previous_by_FOO uses default manager --+ Reporter: jtiai |Owner: nobody Type: Cleanup/optimization | Status: closed

Re: [Django] #19881: Document that get_next/previous_by_FOO uses default manager

2013-06-21 Thread Django
#19881: Document that get_next/previous_by_FOO uses default manager --+ Reporter: jtiai |Owner: nobody Type: Cleanup/optimization | Status: closed

Re: [Django] #20639: Documentation talks about __unicode__() which doesn't exist in Python 3.x anymore

2013-06-21 Thread Django
#20639: Documentation talks about __unicode__() which doesn't exist in Python 3.x anymore -+- Reporter: flabifabi@… |Owner: nobody Type: |

[django/django] ee8996: [1.5.x] Fixed #20612 -- Fixed incorrect wording in...

2013-06-21 Thread GitHub
Branch: refs/heads/stable/1.5.x Home: https://github.com/django/django Commit: ee8996d8a6f8fc462a6e912bcf0cf80530704ab4 https://github.com/django/django/commit/ee8996d8a6f8fc462a6e912bcf0cf80530704ab4 Author: Baptiste Mispelon Date: 2013-06-21 (Fri, 21

Re: [Django] #20612: Missing text in documentation of class-based views.

2013-06-21 Thread Django
#20612: Missing text in documentation of class-based views. -+- Reporter: ndokos@… |Owner: nobody Type: Uncategorized| Status: closed Component:

Re: [Django] #20612: Missing text in documentation of class-based views.

2013-06-21 Thread Django
#20612: Missing text in documentation of class-based views. -+- Reporter: ndokos@… |Owner: nobody Type: Uncategorized| Status: closed Component:

[django/django] b53ed5: Fixed #20612 -- Fixed incorrect wording in CBV doc...

2013-06-21 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: b53ed5ac55d5881f129c4921199af355e2b13565 https://github.com/django/django/commit/b53ed5ac55d5881f129c4921199af355e2b13565 Author: Baptiste Mispelon Date: 2013-06-21 (Fri, 21 Jun

Re: [Django] #20349: Don't load django.test when not testing (was: Don't load test suite when not testing)

2013-06-21 Thread Django
#20349: Don't load django.test when not testing --+ Reporter: CollinAnderson|Owner: nobody Type: Cleanup/optimization | Status: new Component: Testing

Re: [Django] #20349: Don't load test suite when not testing

2013-06-21 Thread Django
#20349: Don't load test suite when not testing --+ Reporter: CollinAnderson|Owner: nobody Type: Cleanup/optimization | Status: new Component: Testing

Re: [Django] #17478: Overridding model formset queryset in BaseModelFormSet

2013-06-21 Thread Django
#17478: Overridding model formset queryset in BaseModelFormSet ---+- Reporter: contact@… |Owner: nobody Type: Bug| Status: new Component: Forms |

Re: [Django] #20636: AttributeError: 'Settings' object has no attribute '_original_allowed_hosts'

2013-06-21 Thread Django
#20636: AttributeError: 'Settings' object has no attribute '_original_allowed_hosts' ---+-- Reporter: aaugustin |Owner: nobody Type: Bug| Status: new

Re: [Django] #9025: Nested Inline Support in Admin

2013-06-21 Thread Django
#9025: Nested Inline Support in Admin ---+ Reporter: pixelcort |Owner: Type: New feature| Status: new Component: contrib.admin | Version: master

Re: [Django] #20290: override_settings cannot be nested

2013-06-21 Thread Django
#20290: override_settings cannot be nested ---+ Reporter: obeattie |Owner: nobody Type: Bug| Status: closed Component: Testing framework |

Re: [Django] #20290: override_settings cannot be nested

2013-06-21 Thread Django
#20290: override_settings cannot be nested ---+ Reporter: obeattie |Owner: nobody Type: Bug| Status: closed Component: Testing framework |

[django/django] 552a90: Fixed #20290 -- Allow override_settings to be nest...

2013-06-21 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 552a90b44456f24de228a6c7cd916c040787cf22 https://github.com/django/django/commit/552a90b44456f24de228a6c7cd916c040787cf22 Author: Oliver Beattie Date: 2013-06-21 (Fri, 21 Jun 2013)

Re: [Django] #20636: AttributeError: 'Settings' object has no attribute '_original_allowed_hosts'

2013-06-21 Thread Django
#20636: AttributeError: 'Settings' object has no attribute '_original_allowed_hosts' ---+-- Reporter: aaugustin |Owner: nobody Type: Bug| Status: new

Re: [Django] #20639: Documentation talks about __unicode__() which doesn't exist in Python 3.x anymore

2013-06-21 Thread Django
#20639: Documentation talks about __unicode__() which doesn't exist in Python 3.x anymore -+- Reporter: flabifabi@… |Owner: nobody Type: |

[Django] #20639: Documentation talks about __unicode__() which doesn't exist in Python 3.x anymore

2013-06-21 Thread Django
#20639: Documentation talks about __unicode__() which doesn't exist in Python 3.x anymore --+ Reporter: flabifabi@… | Owner: nobody Type: Cleanup/optimization | Status: new Component: Documentation

Re: [Django] #20292: Django 1.5.1: ORA-01843: not a valid month

2013-06-21 Thread Django
#20292: Django 1.5.1: ORA-01843: not a valid month -+- Reporter: CarstenF |Owner: nobody Type: Bug | Status: new Component: Database

Re: [Django] #14296: 'manage.py test' failing for apps that access read-only databases

2013-06-21 Thread Django
#14296: 'manage.py test' failing for apps that access read-only databases ---+ Reporter: kthhrv |Owner: nobody Type: Bug| Status: new

Re: [Django] #20638: new "development version" banner on docs obscures important content

2013-06-21 Thread Django
#20638: new "development version" banner on docs obscures important content ---+ Reporter: mrmachine |Owner: jezdez Type: Uncategorized | Status: closed Component:

Re: [Django] #17478: Overridding model formset queryset in BaseModelFormSet

2013-06-21 Thread Django
#17478: Overridding model formset queryset in BaseModelFormSet ---+ Reporter: contact@… |Owner: nobody Type: Bug| Status: new Component: Forms |

Re: [Django] #17478: Overridding model formset queryset in BaseModelFormSet

2013-06-21 Thread Django
#17478: Overridding model formset queryset in BaseModelFormSet ---+ Reporter: contact@… |Owner: nobody Type: Bug| Status: new Component: Forms |

Re: [Django] #9025: Nested Inline Support in Admin

2013-06-21 Thread Django
#9025: Nested Inline Support in Admin ---+ Reporter: pixelcort |Owner: Type: New feature| Status: new Component: contrib.admin | Version: master

Re: [Django] #20638: new "development version" banner on docs obscures important content

2013-06-21 Thread Django
#20638: new "development version" banner on docs obscures important content ---+ Reporter: mrmachine |Owner: jezdez Type: Uncategorized | Status: new Component:

[Django] #20638: new "development version" banner on docs obscures important content

2013-06-21 Thread Django
#20638: new "development version" banner on docs obscures important content ---+ Reporter: mrmachine | Owner: jezdez Type: Uncategorized | Status: new Component: Documentation |Version: master

Re: [Django] #20636: AttributeError: 'Settings' object has no attribute '_original_allowed_hosts'

2013-06-21 Thread Django
#20636: AttributeError: 'Settings' object has no attribute '_original_allowed_hosts' ---+-- Reporter: aaugustin |Owner: nobody Type: Bug| Status: new