Re: Django admin automatically adding slash to a URL field after update

2013-07-19 Thread ecasbas
tting of append_slash and never > have a problem with that. (version 1.3) > > > 2013/7/4 Rafael E. Ferrero > > >> What version of Django you use ?? >> >> >> 2013/7/4 ecasbas > >> >>> Hi, >>> >>> I have this issue wi

Django admin automatically adding slash to a URL field after update

2013-07-03 Thread ecasbas
Hi, I have this issue wit the admin interface: I try edit manually a register, I change some values and when I save the data, the URL field, which I have no modifed, become automatically with a slash append at the end. This issue is causing inconsistencies due to I normalize each URL before sa

url as argument in a view

2011-02-13 Thread ecasbas
Hi I was looking to solve this 'newbie' problem but I am unable to find a correct solution. I am trying to pass a url as an argument. The url regex in the urls file is ok, but when I try execute the program I get this error message: rescan() takes exactly 1 argument (3 given) where: in views.p