Re: [Django] #18135: Sleeping Database Connections on Startup with MySQL

2012-05-27 Thread Django
#18135: Sleeping Database Connections on Startup with MySQL -+- Reporter: Mnewman |Owner: nobody Type: Bug | Status: closed Component: U

Re: [Django] #18388: Add more hooks in the ModelAdmin (get_extra, get_max_num)

2012-05-27 Thread Django
#18388: Add more hooks in the ModelAdmin (get_extra, get_max_num) ---+ Reporter: d.willy.c.c@… |Owner: nobody Type: New feature| Status: new Component: contrib.admin |

Re: [Django] #17208: Dogfood class-based views in contrib.admin

2012-05-27 Thread Django
#17208: Dogfood class-based views in contrib.admin -+- Reporter: melinath |Owner: julien Type: | Status: new Cleanup/optimization

Re: [Django] #17208: Dogfood class-based views in contrib.admin

2012-05-27 Thread Django
#17208: Dogfood class-based views in contrib.admin -+- Reporter: melinath |Owner: julien Type: | Status: new Cleanup/optimization

[Django] #18390: p90x workout

2012-05-27 Thread Django
#18390: p90x workout --+-- Reporter: anonymous | Owner: oqSkKZTH Type: Bug | Status: new Component: contrib.sessions |Version: 1.1-beta-1 Severity: Normal| Keyword

Re: [Django] #17646: Create a get_list_filter hook in ModelAdmin

2012-05-27 Thread Django
#17646: Create a get_list_filter hook in ModelAdmin ---+ Reporter: rasca |Owner: mateusgondim Type: New feature| Status: new Component: contrib.admin |

Re: [Django] #18332: No generic way to get database backend version

2012-05-27 Thread Django
#18332: No generic way to get database backend version -+- Reporter: apollovy@… |Owner: Type: Bug | vanessagomes Component: Database layer |

Re: [Django] #17736: django.contrib.gis.geos.polygon from_bbox loss of floating-point accuracy

2012-05-27 Thread Django
#17736: django.contrib.gis.geos.polygon from_bbox loss of floating-point accuracy -+ Reporter: tdihp@… |Owner: nobody Type: Bug | Status: new Component: GIS |

Re: [Django] #18135: Sleeping Database Connections on Startup with MySQL

2012-05-27 Thread Django
#18135: Sleeping Database Connections on Startup with MySQL -+- Reporter: Mnewman |Owner: nobody Type: Bug | Status: closed Component: U

Re: [Django] #17208: Dogfood class-based views in contrib.admin

2012-05-27 Thread Django
#17208: Dogfood class-based views in contrib.admin -+- Reporter: melinath |Owner: julien Type: | Status: new Cleanup/optimization

Re: [Django] #17736: django.contrib.gis.geos.polygon from_bbox loss of floating-point accuracy

2012-05-27 Thread Django
#17736: django.contrib.gis.geos.polygon from_bbox loss of floating-point accuracy -+ Reporter: tdihp@… |Owner: nobody Type: Bug | Status: new Component: GIS |

Re: [Django] #18332: No generic way to get database backend version

2012-05-27 Thread Django
#18332: No generic way to get database backend version -+- Reporter: apollovy@… |Owner: Type: Bug | vanessagomes Component: Database layer |

Re: [Django] #17700: Django formset documentation missing Class Based View Docs

2012-05-27 Thread Django
#17700: Django formset documentation missing Class Based View Docs -+- Reporter: rh0dium |Owner: Fandekasp Type: | Status: closed Clean

[django/django] c3b56c: Used call_command in i18n compilation tests.

2012-05-27 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: c3b56c7cdde661464da4aaa72cafb11c9260d754 https://github.com/django/django/commit/c3b56c7cdde661464da4aaa72cafb11c9260d754 Author: Claude Paroz Date: 2012-05-27 (Sun, 27 May 2012) Changed paths: M t

[django/django] cc4b4d: Used CommandError in createcachetable command.

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

Re: [Django] #10403: provide declarative syntax to define FormSets - including ModelFormSet and InlineFormSet

2012-05-27 Thread Django
#10403: provide declarative syntax to define FormSets - including ModelFormSet and InlineFormSet -+- Reporter: Koen Biermans|Owner: nobody | Status: new

Re: [Django] #18389: Field type attributes not permitted on models

2012-05-27 Thread Django
#18389: Field type attributes not permitted on models -+- Reporter: john.arnfield@… |Owner: nobody Type: Bug | Status: new Component: Database l

Re: [Django] #18389: Field type attributes not permitted on models

2012-05-27 Thread Django
#18389: Field type attributes not permitted on models -+- Reporter: john.arnfield@… |Owner: nobody Type: Bug | Status: new Component: Database l

[Django] #18389: Field type attributes not permitted on models

2012-05-27 Thread Django
#18389: Field type attributes not permitted on models --+ Reporter: john.arnfield@… | Owner: nobody Type: Uncategorized | Status: new Component: Database layer (models, ORM)

Re: [Django] #16418: Class based generic DetailView tries to access non-existant _meta field when get_object has been modified to return a ModelForm

2012-05-27 Thread Django
#16418: Class based generic DetailView tries to access non-existant _meta field when get_object has been modified to return a ModelForm -+- Reporter: kd4ttc |Owner: aaugustin Ty

Re: [Django] #18135: Sleeping Database Connections on Startup with MySQL

2012-05-27 Thread Django
#18135: Sleeping Database Connections on Startup with MySQL -+- Reporter: Mnewman |Owner: nobody Type: Bug | Status: closed Component: U

[django/django] a15d3b: [1.3.x] Fixed #18135 -- Close connection used for ...

2012-05-27 Thread GitHub
Branch: refs/heads/stable/1.3.x Home: https://github.com/django/django Commit: a15d3b58d8c4cbb6137f0458544ec03f3394bb08 https://github.com/django/django/commit/a15d3b58d8c4cbb6137f0458544ec03f3394bb08 Author: Michael Newman Date: 2012-05-27 (Sun, 27 May 2012) Changed paths:

Re: [Django] #15605: Testing cannot be loaded when models.py is missing

2012-05-27 Thread Django
#15605: Testing cannot be loaded when models.py is missing ---+-- Reporter: the_drow |Owner: nobody Type: Bug| Status: closed Component: Testing

Re: [Django] #18135: Sleeping Database Connections on Startup with MySQL

2012-05-27 Thread Django
#18135: Sleeping Database Connections on Startup with MySQL -+- Reporter: Mnewman |Owner: nobody Type: Bug | Status: closed Component: U

[django/django] 0f69a1: [1.4.x] Fixed #18135 -- Close connection used for ...

2012-05-27 Thread GitHub
Branch: refs/heads/stable/1.4.x Home: https://github.com/django/django Commit: 0f69a16785b88d03dc246a652cf348e0f2704e8e https://github.com/django/django/commit/0f69a16785b88d03dc246a652cf348e0f2704e8e Author: Michael Newman Date: 2012-05-27 (Sun, 27 May 2012) Changed paths:

Re: [Django] #10200: loaddata command does not raise CommandError on errors

2012-05-27 Thread Django
#10200: loaddata command does not raise CommandError on errors -+- Reporter: lgs |Owner: nobody Type: Bug | Status: reopened Componen

Re: [Django] #18387: Provide a way to skip sys.exit() when using call_command()

2012-05-27 Thread Django
#18387: Provide a way to skip sys.exit() when using call_command() -+- Reporter: claudep |Owner: nobody Type: New feature | Status: closed Compon

[django/django] f2b676: Fixed #18387 -- Do not call sys.exit during call_c...

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

Re: [Django] #18388: Add more hooks in the ModelAdmin (get_extra, get_max_num) (was: problematic code in InlineModelAdmin)

2012-05-27 Thread Django
#18388: Add more hooks in the ModelAdmin (get_extra, get_max_num) ---+ Reporter: d.willy.c.c@… |Owner: nobody Type: New feature| Status: new Component: contrib.admin |

Re: [Django] #18135: Sleeping Database Connections on Startup with MySQL

2012-05-27 Thread Django
#18135: Sleeping Database Connections on Startup with MySQL -+- Reporter: Mnewman |Owner: nobody Type: Bug | Status: closed Component: U

[django/django] 442375: Fixed #18135 -- Close connection used for db versi...

2012-05-27 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 4423757c0c50afbe2470434778c8d5e5b4a70925 https://github.com/django/django/commit/4423757c0c50afbe2470434778c8d5e5b4a70925 Author: Michael Newman Date: 2012-05-27 (Sun, 27 May 2012) Changed paths: M

Re: [Django] #18332: No generic way to get database backend version

2012-05-27 Thread Django
#18332: No generic way to get database backend version -+- Reporter: apollovy@… |Owner: Type: Bug | vanessagomes Component: Database layer |

Re: [Django] #18332: No generic way to get database backend version

2012-05-27 Thread Django
#18332: No generic way to get database backend version -+- Reporter: apollovy@… |Owner: nobody Type: Bug | Status: new Component: Database

Re: [Django] #18135: Sleeping Database Connections on Startup with MySQL

2012-05-27 Thread Django
#18135: Sleeping Database Connections on Startup with MySQL -+- Reporter: Mnewman |Owner: nobody Type: Bug | Status: reopened Component:

Re: [Django] #18343: Refactor deferred model implementation

2012-05-27 Thread Django
#18343: Refactor deferred model implementation -+- Reporter: akaariai |Owner: nobody Type: | Status: closed Cleanup/optimization

[django/django] a8a81a: Fixed #18343 -- Cleaned up deferred model implemen...

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

Re: [Django] #11916: Extra params + aggregation creates incorrect SQL.

2012-05-27 Thread Django
#11916: Extra params + aggregation creates incorrect SQL. -+- Reporter: jaklaassen@… |Owner: nobody Type: Uncategorized| Status: reopened Component: D

Re: [Django] #11916: Extra params + aggregation creates incorrect SQL.

2012-05-27 Thread Django
#11916: Extra params + aggregation creates incorrect SQL. -+- Reporter: jaklaassen@… |Owner: nobody Type: Uncategorized| Status: reopened Component: D

Re: [Django] #10810: FormWizard validates the last form twice

2012-05-27 Thread Django
#10810: FormWizard validates the last form twice ---+ Reporter: Qrilka |Owner: nobody Type: Bug| Status: reopened Component: contrib.formtools

Re: [Django] #10810: FormWizard validates the last form twice

2012-05-27 Thread Django
#10810: FormWizard validates the last form twice ---+ Reporter: Qrilka |Owner: nobody Type: Bug| Status: reopened Component: contrib.formtools

Re: [Django] #15574: IndexError: list index out of range caused by inline formsets

2012-05-27 Thread Django
#15574: IndexError: list index out of range caused by inline formsets -+- Reporter: poswald |Owner: nobody Type: Bug | Status: new Compon

Re: [Django] #10810: FormWizard validates the last form twice

2012-05-27 Thread Django
#10810: FormWizard validates the last form twice ---+ Reporter: Qrilka |Owner: nobody Type: Bug| Status: reopened Component: contrib.formtools

Re: [Django] #16951: Example for dumpdata of permissions

2012-05-27 Thread Django
#16951: Example for dumpdata of permissions ---+ Reporter: googol |Owner: nobody Type: New feature| Status: closed Component: Documentation | Ve

[Django] #18388: problematic code in InlineModelAdmin

2012-05-27 Thread Django
#18388: problematic code in InlineModelAdmin ---+ Reporter: d.willy.c.c@… | Owner: nobody Type: New feature| Status: new Component: contrib.admin |Version: 1.4 Severity: Normal | Keywords: Tr