Regression in ValidationError in 1.7

2014-06-26 Thread Russell Keith-Magee
Hi all, I've just done some testing of 1.7 against my 'day job' code base. The good news is that everything has pretty much worked out of the box without any problems. However, I did find one regression, which I've opened as #22915 [1]. Full details are on the ticket; the short version is that th

Re: Unexpected behavior in admin views for _popup=1

2014-06-26 Thread Ivan Kharlamov
On 06/26/2014 06:00 PM, e.generalov wrote: > Hello! > > In my AngularJs application I want to reuse some django admin forms (to > "add", "edit" and "delete" orders) > but show them in the iframe instead of popup windows. > > In order to display "add" form in iframe I create a template: > >

[ANNOUNCE] Django 1.7 release candidate 1

2014-06-26 Thread James Bennett
We're closing in on the final Django 1.7 release, so it's release-candidate time! Details are up on the Django project blog: https://www.djangoproject.com/weblog/2014/jun/26/17rc1/ -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubs

Re: Unexpected behavior in admin views for _popup=1

2014-06-26 Thread Tim Graham
The Django admin doesn't generate links to render the change or delete pages in pop-ups which is the reason this functionality wasn't implemented. While it seems like a reasonable request, I'm hesitant to add support for them because if such pages aren't in the normal admin workflow they will p

Unexpected behavior in admin views for _popup=1

2014-06-26 Thread e.generalov
Hello! In my AngularJs application I want to reuse some django admin forms (to "add", "edit" and "delete" orders) but show them in the iframe instead of popup windows. In order to display "add" form in iframe I create a template: window.dismissAddAnotherPopup = function customDismissAd