Re: A bunch of little fixes

2009-04-07 Thread Raffaele Salmaso
Malcolm Tredinnick wrote: > I just did a random sampling of four tickets and #10504 is a feature > addition, it can wait until 1.2 (and maybe even then isn't actually > something to do, since render_to_response is a *shortcut*, not a > complete replacement). true, not really a problem here > #106

Re: A bunch of little fixes

2009-04-03 Thread Malcolm Tredinnick
On Fri, 2009-04-03 at 17:50 +0200, Raffaele Salmaso wrote: > * add app_label name to related_name > http://code.djangoproject.com/ticket/9638 [... etc, etc...] What are you wanting to achieve here? Are some of these actual bug fixes (as opposed to feature enhancements) that are not already in th

A bunch of little fixes

2009-04-03 Thread Raffaele Salmaso
* add app_label name to related_name http://code.djangoproject.com/ticket/9638 * creation of m2m not managed tables http://code.djangoproject.com/ticket/10647 * avoid a js error in admin pages http://code.djangoproject.com/ticket/10651 * check action permission http://code.djangoproject.com/tic