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

2013-07-19 Thread ecasbas
Vicherot, thanks a lot for the response. The Django version which I am experimenting this issue is: >>> django.VERSION (1, 4, 2, 'final', 0) Regards Emilio El jueves, 4 de julio de 2013 13:24:27 UTC+2, vicherot escribió: > > I never have that issue, i use default setting of append_slash and n

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

2013-07-04 Thread Rafael E. Ferrero
I never have that issue, i use default setting 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 wit the admin interface: >> >> I try edit manually a register,

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

2013-07-04 Thread Rafael E. Ferrero
What version of Django you use ?? 2013/7/4 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

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