#10284, #17988 -- should formset.save(commit=False) delete objects marked for deletion?

2013-07-12 Thread Tim Graham
formset.save(commit=False) on ModelFormSets currently deletes any objects marked for deletion which seems like a bug to me, since I wouldn't expect any data changing operations when using commit=False. I put together a pull request to address

Re: Limitation for Named Urls for reverse url resolve.

2013-07-12 Thread Jonathan Baker
I'm not aware of any rules against using '-' in your urlpatterns, so I think something else is amiss here. Your request could be passing by the r'confirm/' pattern because it isn't closed off with a '$'. It's hard to say without seeing the rest of your urlpatterns, but try this: url(r'confirm/$',

Re: [GSoC] Revamping validation framework and merging django-secure once again

2013-07-12 Thread Christopher Medrela
Finally, I've rewritten all model and field tests and checks. Some new tests were written. First draft of checking framework documentation was written. All tests passes (at least at my computer). I've rebased my branch (`gsoc2013-checks` [1]) against master. The branch is ready to deep review.