[Django] #20326: Documentation for form wizard -> get_form()

2013-04-28 Thread Django
#20326: Documentation for form wizard -> get_form() --+ Reporter: tris@…| Owner: nobody Type: Cleanup/optimization | Status: new Component: Documentation |Version: 1.4 Severity

Re: [Django] #20325: `--template` argument to `startapp` and `startproject` has incorrect help text.

2013-04-28 Thread Django
#20325: `--template` argument to `startapp` and `startproject` has incorrect help text. -+- Reporter: mrmachine|Owner: nobody Type: Uncategorized| Stat

[Django] #20325: `--template` argument to `startapp` and `startproject` has incorrect help text.

2013-04-28 Thread Django
#20325: `--template` argument to `startapp` and `startproject` has incorrect help text. + Reporter: mrmachine | Owner: nobody Type: Uncategorized | Status: new Component:

Re: [Django] #13906: REPEATABLE READ (as used by default on MySQL) breaks atleast QuerySet.get_or_create().

2013-04-28 Thread Django
#13906: REPEATABLE READ (as used by default on MySQL) breaks atleast QuerySet.get_or_create(). -+- Reporter: sebastian_noack |Owner: Type: | Status

Re: [Django] #18557: get_or_create() causes a race condition with MySQL

2013-04-28 Thread Django
#18557: get_or_create() causes a race condition with MySQL -+- Reporter: foxwhisper |Owner: nobody Type: Uncategorized| Status: closed Component: Da

Re: [Django] #15117: get_or_create() raises "DatabaseError: no such savepoint" instead of IntegrityError (PostgreSQL)

2013-04-28 Thread Django
#15117: get_or_create() raises "DatabaseError: no such savepoint" instead of IntegrityError (PostgreSQL) -+- Reporter: akaihola |Owner: aaugustin Type: Bug |

[django/django] 3a4276: Tested that get_or_create raises IntegrityError.

2013-04-28 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 3a4276ffc35326f20e95890b50a67aebeabc9ad0 https://github.com/django/django/commit/3a4276ffc35326f20e95890b50a67aebeabc9ad0 Author: Aymeric Augustin Date: 2013-04-28 (Sun, 28 Apr 2013) Changed paths:

Re: [Django] #15117: get_or_create() raises "DatabaseError: no such savepoint" instead of IntegrityError (PostgreSQL)

2013-04-28 Thread Django
#15117: get_or_create() raises "DatabaseError: no such savepoint" instead of IntegrityError (PostgreSQL) -+- Reporter: akaihola |Owner: aaugustin Type: Bug |

Re: [Django] #13910: Add generator version of Template.render(Context)

2013-04-28 Thread Django
#13910: Add generator version of Template.render(Context) -+ Reporter: rooney |Owner: nobody Type: New feature | Status: new Component: Template system |

Re: [Django] #18986: Improve error message for broken CSS in CachedStaticFilesStorage

2013-04-28 Thread Django
#18986: Improve error message for broken CSS in CachedStaticFilesStorage -+- Reporter: aaugustin|Owner: aaugustin Type: | Status: closed

[django/django] 90fe91: Fixed #18986 -- Improved error message for missing...

2013-04-28 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 90fe9141ded9f7005546e9a66f31fd196f60e7e4 https://github.com/django/django/commit/90fe9141ded9f7005546e9a66f31fd196f60e7e4 Author: Aymeric Augustin Date: 2013-04-28 (Sun, 28 Apr 2013) Changed paths:

Re: [Django] #18958: CachedStaticFilesStorage should handle errors with broken CSS

2013-04-28 Thread Django
#18958: CachedStaticFilesStorage should handle errors with broken CSS -+- Reporter: yxven|Owner: nobody Type: New feature | Status: closed Com

Re: [Django] #18958: CachedStaticFilesStorage should handle errors with broken CSS

2013-04-28 Thread Django
#18958: CachedStaticFilesStorage should handle errors with broken CSS -+- Reporter: yxven|Owner: nobody Type: New feature | Status: closed Com

Re: [Django] #20324: Had to modify the urls.py to get the admin interface up

2013-04-28 Thread Django
#20324: Had to modify the urls.py to get the admin interface up ---+-- Reporter: dwisehart@…|Owner: nobody Type: Bug| Status: closed Component: Documentation

[django/django] f7f69c: Pointed to the docs version switcher in tutorial 1...

2013-04-28 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: f7f69cf7dd2730f3cf07f8dc71fc60b6c15bbf64 https://github.com/django/django/commit/f7f69cf7dd2730f3cf07f8dc71fc60b6c15bbf64 Author: Aymeric Augustin Date: 2013-04-28 (Sun, 28 Apr 2013) Changed paths:

Re: [Django] #20324: Had to modify the urls.py to get the admin interface up

2013-04-28 Thread Django
#20324: Had to modify the urls.py to get the admin interface up ---+-- Reporter: dwisehart@…|Owner: nobody Type: Bug| Status: closed Component: Documentation

Re: [Django] #20324: Had to modify the urls.py to get the admin interface up

2013-04-28 Thread Django
#20324: Had to modify the urls.py to get the admin interface up ---+-- Reporter: dwisehart@…|Owner: nobody Type: Bug| Status: closed Component: Documentation

Re: [Django] #20324: Had to modify the urls.py to get the admin interface up

2013-04-28 Thread Django
#20324: Had to modify the urls.py to get the admin interface up ---+-- Reporter: dwisehart@…|Owner: nobody Type: Bug| Status: new Component: Documentation |

Re: [Django] #18336: Static files randomly fail to load in Google Chrome

2013-04-28 Thread Django
#18336: Static files randomly fail to load in Google Chrome ---+ Reporter: anonymous |Owner: nobody Type: Bug| Status: closed Component: HTTP handling |

[django/django] 4ff682: Fixed #18336 -- Doubled request_queue_size.

2013-04-28 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 4ff682c1ba1cd051243842bbd2feb19e75b559f3 https://github.com/django/django/commit/4ff682c1ba1cd051243842bbd2feb19e75b559f3 Author: Aymeric Augustin Date: 2013-04-28 (Sun, 28 Apr 2013) Changed paths:

Re: [Django] #18336: Static files randomly fail to load in Google Chrome

2013-04-28 Thread Django
#18336: Static files randomly fail to load in Google Chrome ---+ Reporter: anonymous |Owner: nobody Type: Bug| Status: new Component: HTTP handling |

Re: [Django] #897: Bi-Directional ManyToMany in Admin

2013-04-28 Thread Django
#897: Bi-Directional ManyToMany in Admin ---+ Reporter: anonymous |Owner: nobody Type: New feature| Status: new Component: contrib.admin | Version:

Re: [Django] #20324: Had to modify the urls.py to get the admin interface up

2013-04-28 Thread Django
#20324: Had to modify the urls.py to get the admin interface up ---+-- Reporter: dwisehart@…|Owner: nobody Type: Bug| Status: closed Component: Documentation