pombreda / formalchemy

Automatically exported from code.google.com/p/formalchemy
MIT License
0 stars 0 forks source link

FormAlchemy admin area doesn't work with Pylons 1.0b1 #132

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
FormAlchemy admin area uses redirect_to() from Pylons which is deprecated 
and already removed in version 1.0b1.  redirect() should be used instead.

I've cloned FA repo and commited my fixes there.  This works fine with 
both Pylons 0.9.7 and 1.0b1.

I couldn't find "pull request" (like in bitbucket) anywhere in google code 
and wasn't sure if my clone was announced to the authors in any form, so 
I'm opening an issue for this and leaving a URL to my clone: 
http://code.google.com/r/audrius-formalchemy-fixes/source/list

Original issue reported on code.google.com by audr...@neutrino.lt on 22 Feb 2010 at 1:21

GoogleCodeExporter commented 9 years ago
merged. thanks

Original comment by gael.pas...@gmail.com on 22 Feb 2010 at 2:07