Re: [Django] #18310: Make named return URLs configurable

2012-05-12 Thread Django
#18310: Make named return URLs configurable ---+ Reporter: russellm |Owner: nobody Type: New feature| Status: new Component: contrib.admin | Versi

[Django] #18310: Make named return URLs configurable

2012-05-12 Thread Django
#18310: Make named return URLs configurable -+ Reporter: russellm | Owner: nobody Type: New feature| Status: new Component: contrib.admin |Version

Re: [Django] #18308: Tutorial needs "disable django.contrib.sites' instruction

2012-05-12 Thread Django
#18308: Tutorial needs "disable django.contrib.sites' instruction ---+-- Reporter: esnolte@… |Owner: nobody Type: Bug| Status: closed Component: Documentatio

Re: [Django] #18306: Deferred models should automatically issue update_fields when saving

2012-05-12 Thread Django
#18306: Deferred models should automatically issue update_fields when saving -+- Reporter: akaariai |Owner: nobody Type: | Status: new C

Re: [Django] #18309: Prefetch related does not work for fkey to multitable inherited model

2012-05-12 Thread Django
#18309: Prefetch related does not work for fkey to multitable inherited model -+- Reporter: milosu |Owner: nobody Type: Bug | Status: new

Re: [Django] #18309: Prefetch related does not work for fkey to multitable inherited model

2012-05-12 Thread Django
#18309: Prefetch related does not work for fkey to multitable inherited model -+- Reporter: milosu |Owner: nobody Type: Bug | Status: new

[Django] #18309: Prefetch related does not work for fkey to multitable inherited model

2012-05-12 Thread Django
#18309: Prefetch related does not work for fkey to multitable inherited model --+ Reporter: milosu| Owner: nobody Type: Bug | Status: new Component: Data

Re: [Django] #18308: Tutorial needs "disable django.contrib.sites' instruction

2012-05-12 Thread Django
#18308: Tutorial needs "disable django.contrib.sites' instruction ---+-- Reporter: esnolte@… |Owner: nobody Type: Bug| Status: closed Component: Documentatio

[django/django] bbb125: Replaced im_func and im_self by __func__ and __sel...

2012-05-12 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: bbb12581dbd91945857cb4731368671776d4d388 https://github.com/django/django/commit/bbb12581dbd91945857cb4731368671776d4d388 Author: Claude Paroz Date: 2012-05-12 (Sat, 12 May 2012) Changed paths: M d

Re: [Django] #14026: Setting for TRANSACTION_LEVEL on db backends

2012-05-12 Thread Django
#14026: Setting for TRANSACTION_LEVEL on db backends -+- Reporter: adamnelson |Owner: nobody Type: New feature | Status: reopened Component: Databa

Re: [Django] #18194: File-based session never expire

2012-05-12 Thread Django
#18194: File-based session never expire --+ Reporter: ej|Owner: crodjer Type: Bug | Status: assigned Component: contrib.sessions |

[Django] #18308: Tutorial needs "disable django.contrib.sites' instruction

2012-05-12 Thread Django
#18308: Tutorial needs "disable django.contrib.sites' instruction ---+ Reporter: esnolte@… | Owner: nobody Type: Bug| Status: new Component: Documentation |Version: 1.4 Severity: Normal

Re: [Django] #14026: Setting for TRANSACTION_LEVEL on db backends

2012-05-12 Thread Django
#14026: Setting for TRANSACTION_LEVEL on db backends -+- Reporter: adamnelson |Owner: nobody Type: New feature | Status: reopened Component: Databa

[django/django] 33ffd2: Added missing relative imports in test files.

2012-05-12 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 33ffd28d76d775c970691a3da282e98b349735c4 https://github.com/django/django/commit/33ffd28d76d775c970691a3da282e98b349735c4 Author: Claude Paroz Date: 2012-05-12 (Sat, 12 May 2012) Changed paths: M d

Re: [Django] #18304: MySQL generates an unecessary select when updating inherited models

2012-05-12 Thread Django
#18304: MySQL generates an unecessary select when updating inherited models -+- Reporter: akaariai |Owner: anonymous Type: Bug | Status: new

Re: [Django] #18304: MySQL generates an unecessary select when updating inherited models

2012-05-12 Thread Django
#18304: MySQL generates an unecessary select when updating inherited models -+- Reporter: akaariai |Owner: nobody Type: Bug | Status: new

Re: [Django] #11803: Admin does not update every ForeignKey select of the same model

2012-05-12 Thread Django
#11803: Admin does not update every ForeignKey select of the same model -+- Reporter: danilo |Owner: nobody | Status: new Type: Bug

Re: [Django] #14026: Setting for TRANSACTION_LEVEL on db backends

2012-05-12 Thread Django
#14026: Setting for TRANSACTION_LEVEL on db backends -+- Reporter: adamnelson |Owner: nobody Type: New feature | Status: reopened Component: Databa

Re: [Django] #18306: Deferred models should automatically issue update_fields when saving

2012-05-12 Thread Django
#18306: Deferred models should automatically issue update_fields when saving -+- Reporter: akaariai |Owner: nobody Type: | Status: new C

Re: [Django] #18306: Deferred models should automatically issue update_fields when saving

2012-05-12 Thread Django
#18306: Deferred models should automatically issue update_fields when saving -+- Reporter: akaariai |Owner: nobody Type: | Status: new C

[Django] #18307: Git workflow guidelines

2012-05-12 Thread Django
#18307: Git workflow guidelines ---+-- Reporter: akaariai | Owner: akaariai Type: Uncategorized | Status: new Component: Documentation |Version: 1.3 Severity: Normal | Keywords: Triage Stag

Re: [Django] #18019: ./manage.py testserver with in-memory sqlite database fails on 1.4

2012-05-12 Thread Django
#18019: ./manage.py testserver with in-memory sqlite database fails on 1.4 -+- Reporter: hcarvalhoalves |Owner: nobody Type: Bug | Status: new C

Re: [Django] #17631: edge case: django.test.client should handle fields and files with the same name

2012-05-12 Thread Django
#17631: edge case: django.test.client should handle fields and files with the same name ---+ Reporter: dnozay |Owner: Type: Uncategorized | Status: new Component: Un

[Django] #18306: Deferred models should automatically issue update_fields when saving

2012-05-12 Thread Django
#18306: Deferred models should automatically issue update_fields when saving --+ Reporter: akaariai | Owner: nobody Type: Cleanup/optimization | Status: new Component: Datab

Re: [Django] #18305: force_update/force_insert not passed up the inheritance chain in .save()

2012-05-12 Thread Django
#18305: force_update/force_insert not passed up the inheritance chain in .save() -+- Reporter: akaariai |Owner: nobody Type: Bug | Status: new

Re: [Django] #18304: MySQL generates an unecessary select when updating inherited models

2012-05-12 Thread Django
#18304: MySQL generates an unecessary select when updating inherited models -+- Reporter: akaariai |Owner: nobody Type: Bug | Status: new

[Django] #18305: force_update/force_insert not passed up the inheritance chain in .save()

2012-05-12 Thread Django
#18305: force_update/force_insert not passed up the inheritance chain in .save() --+ Reporter: akaariai | Owner: nobody Type: Bug | Status: new Component: D

[django/django] de79d2: Avoided test failure on MySQL by skipping a failin...

2012-05-12 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: de79d23ce04193e0bc140991533359002f62ddf9 https://github.com/django/django/commit/de79d23ce04193e0bc140991533359002f62ddf9 Author: Anssi Kääriäinen Date: 2012-05-12 (Sat, 12 May 2012) Changed paths:

Re: [Django] #18304: MySQL generates an unecessary select when updating inherited models

2012-05-12 Thread Django
#18304: MySQL generates an unecessary select when updating inherited models --+ Reporter: akaariai | Owner: nobody Type: Bug | Status: new Component: Databa

[Django] #18304: MySQL generates an unecessary select when updating inherited models

2012-05-12 Thread Django
#18304: MySQL generates an unecessary select when updating inherited models --+ Reporter: akaariai | Owner: nobody Type: Bug | Status: new Component: Databa

Re: [Django] #4102: Allow UPDATE of only specific fields in model.save()

2012-05-12 Thread Django
#4102: Allow UPDATE of only specific fields in model.save() -+- Reporter: Collin Grady |Owner: cgrady | Status: closed Type: New feature

[django/django] 365853: Fixed #4102 -- Allow update of specific fields in ...

2012-05-12 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 365853da016f242937a657b488514e2f69fa6d82 https://github.com/django/django/commit/365853da016f242937a657b488514e2f69fa6d82 Author: Andrei Antoukh Date: 2012-05-12 (Sat, 12 May 2012) Changed paths: M